1 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
3 * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
4 GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
6 Add another test set up for failure
8 2007-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
10 * tests/check/Makefile.am:
11 * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
12 GST_START_TEST, streamheader_suite, main):
13 Add a test for the streamheader bug Wim fixed.
15 2007-04-13 Jan Schmidt <thaytan@mad.scientist.com>
17 * ext/theora/theoradec.c: (theora_dec_sink_event):
18 Fix misleading comment.
20 2007-04-13 Stefan Kost <ensonic@users.sf.net>
22 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
23 More sanity checks for the header fields.
25 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
27 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
28 Try encodings from all environment variables, not just those in the
29 first environment variable that is set.
31 2007-04-12 Wim Taymans <wim@fluendo.com>
33 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
34 (gst_video_rate_chain):
37 * tests/check/elements/videorate.c: (GST_START_TEST),
39 Added check for videorate changing caps handling. Closes #421834.
41 2007-04-12 Michael Smith <msmith@fluendo.com>
43 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
44 Use scale functions to avoid overflow when calculating duration of
47 2007-04-12 Tim-Philipp Müller <tim at centricular dot net>
49 * docs/libs/gst-plugins-base-libs-sections.txt:
50 * gst-libs/gst/tag/tag.h:
51 * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
52 API: add gst_tag_freeform_string_to_utf8() (#405072).
54 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
55 Use gst_tag_freeform_string_to_utf8() here.
57 2007-04-12 Wim Taymans <wim@fluendo.com>
59 * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
60 (gst_gdp_pay_sink_event):
61 Make sure we set the IN_CAPS flag correctly.
63 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
64 Get the IN_CAPS flag before we call functions that mess with the flags.
66 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
68 * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
69 gst_gdp_pay_chain, gst_gdp_pay_sink_event):
70 Only stamp buffers with offset/offset_end right before they get
71 pushed. This ensures offset continuity, which was not the case
73 gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
75 2007-04-06 Wim Taymans <wim@fluendo.com>
77 * gst/playback/gstplaybin.c: (add_sink),
78 (gst_play_bin_change_state):
79 Activate sync in playbin, we are ready to handle it for live streams.
81 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
83 * tests/check/elements/playbin.c:
84 (test_sink_usage_video_only_stream), (playbin_suite):
85 Add small test for stream-info-value-array code paths.
87 2007-04-05 Wim Taymans <wim@fluendo.com>
89 * gst-libs/gst/audio/gstbaseaudiosink.c:
90 (gst_base_audio_sink_skew_slaving):
91 Don't try to create invalid calibration parameters by making the
92 internal time go backwards, instead make external time go forward.
94 2007-04-05 Wim Taymans <wim@fluendo.com>
96 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
98 * gst/playback/gstplaybasebin.c: (add_stream):
99 Fix leak in add_stream(), when g_value_set_object() increases the
100 refcount of streaminfo object. Fixes #426250.
102 2007-04-03 David Schleef <ds@schleef.org>
104 * gst/videotestsrc/gstvideotestsrc.c:
105 * gst/videotestsrc/gstvideotestsrc.h:
106 * gst/videotestsrc/videotestsrc.c:
107 * gst/videotestsrc/videotestsrc.h:
108 Add a test pattern called "circular", which has concentric
109 rings with varying radial frequency. The main purpose of this
110 pattern is to test fidelity loss in a filter or scaler element.
111 Notably, this pattern is scale invariant, and is optimally viewed
112 with a width (and height) of 400.
114 2007-04-03 Wim Taymans <wim@fluendo.com>
116 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
118 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
119 (deactivate_free_recursive):
120 Decodebin2 doesn't unref pads it obtains in some occasions:
121 - multiqueue src pads, when either connecting further or exposing
122 - sink pads of new autoplugged elements
123 - peer pads when recursively freeing elements
126 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
128 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
129 Add audio/x-raw-float support, now that audioconvert support
130 non-native endianness floats.
132 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
134 * docs/libs/gst-plugins-base-libs-docs.sgml:
135 gstreamer-plugins-base.pc doesn't exist, it's
136 gstreamer-plugins-base-0.10.pc.
138 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
140 Patch by: René Stadler <mail at renestadler dot de>
141 with some minor changes
143 * gst-libs/gst/floatcast/floatcast.h:
144 Use more efficient float endianness conversion functions that don't
145 involve 2 function calls per value.
146 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
147 (check_default), (audio_convert_prepare_context):
148 * gst/audioconvert/gstaudioconvert.c:
149 (gst_audio_convert_parse_caps), (make_lossless_changes):
150 Support non-native endianness floats as input and output.
152 * tests/check/elements/audioconvert.c: (verify_convert),
154 Add unit tests for the non-native endianness float conversions.
156 2007-03-29 Wim Taymans <wim@fluendo.com>
158 * gst-libs/gst/rtp/gstbasertpdepayload.c:
159 (gst_base_rtp_depayload_base_init),
160 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
161 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
162 (gst_base_rtp_depayload_set_gst_timestamp),
163 (gst_base_rtp_depayload_change_state),
164 (gst_base_rtp_depayload_set_property),
165 (gst_base_rtp_depayload_get_property):
166 * gst-libs/gst/rtp/gstbasertpdepayload.h:
167 Add Private structure.
168 Bring element code to 2007.
169 Parse clock-base caps param and use it when generating the
171 Reset variables before going to PAUSED.
174 2007-03-29 Wim Taymans <wim@fluendo.com>
176 * docs/libs/gst-plugins-base-libs-docs.sgml:
177 * docs/libs/gst-plugins-base-libs-sections.txt:
178 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
179 (gst_base_rtp_audio_payload_get_adapter):
183 * gst-libs/gst/rtp/Makefile.am:
184 * gst-libs/gst/rtp/gstrtcpbuffer.c:
185 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
186 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
187 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
188 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
189 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
190 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
191 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
192 (gst_rtcp_packet_sr_get_sender_info),
193 (gst_rtcp_packet_sr_set_sender_info),
194 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
195 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
196 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
197 (gst_rtcp_packet_sdes_get_chunk_count),
198 (gst_rtcp_packet_sdes_first_chunk),
199 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
200 (gst_rtcp_packet_sdes_first_item),
201 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
202 (gst_rtcp_packet_bye_get_ssrc_count),
203 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
204 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
205 (gst_rtcp_packet_bye_get_reason_len),
206 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
207 * gst-libs/gst/rtp/gstrtcpbuffer.h:
208 Add new helper object for parsing and creating RTCP messages.
210 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
212 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
213 PCM samples with width=8 must be always unsigned, no matter what
216 2007-03-29 Andy Wingo <wingo@pobox.com>
218 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
219 perfect offsets also, not just timestamps.
221 * tests/check/elements/videorate.c (test_more): Test that given
222 any incoming offsets, that videorate produces perfect offsets.
224 2007-03-29 Wim Taymans <wim@fluendo.com>
226 * gst-libs/gst/riff/riff-ids.h:
227 Add some more RIFF formats.
229 2007-03-29 Wim Taymans <wim@fluendo.com>
231 * gst-libs/gst/rtp/gstrtpbuffer.c:
232 (gst_rtp_buffer_default_clock_rate):
233 * gst-libs/gst/rtp/gstrtpbuffer.h:
234 Fix fixed payload names and docs.
235 Added method to get the default clock rates of fixed payload types.
236 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
238 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
240 * tests/check/pipelines/.cvsignore:
241 Add new vorbisdec test to cvsignore.
243 2007-03-28 Wim Taymans <wim@fluendo.com>
245 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
246 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
247 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
248 (gst_base_audio_sink_set_property),
249 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
250 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
251 (gst_base_audio_sink_skew_slaving),
252 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
253 (gst_base_audio_sink_async_play):
254 * gst-libs/gst/audio/gstbaseaudiosink.h:
255 Store private stuff in GstBaseAudioSinkPrivate.
256 Add configurable clock slaving modes property.
257 API:: GstBaseAudioSink::slave-method property
258 Some more latency reporting tweaks.
259 Added skew based clock slaving correction and make it the default until
260 the resampling method is more robust.
262 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
264 * gst/audioconvert/audioconvert.c:
265 Add docs to the integer pack functions and implement proper
266 rounding. Before we had rounding towards negative infinity, i.e.
267 always the smaller number was taken. Now we use natural rounding,
268 i.e. rounding to the nearest integer and to the one with the largest
269 absolute value for X.5. The old rounding introduced some minor
270 distortions. Fixes #420079
271 * tests/check/elements/audioconvert.c: (GST_START_TEST):
272 Fix one unit test that assumed the old rounding and added unit tests
273 for checking signed/unsigned int16 <-> signed/unsigned int16 with
274 depth 8, one for signed int16 <-> unsigned int16 and one for the new
275 rounding from signed int32 to signed/unsigned int16.
277 2007-03-27 Michael Smith <msmith@fluendo.com>
279 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
280 (gst_audio_convert_transform_caps):
281 Fix typo in debug line introduced recently, as pointed out on irc.
283 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
285 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
286 * tests/check/libs/tag.c: (GST_START_TEST):
287 Make sure we parse floating-point numbers in vorbis comments
288 correctly with either '.' or ',' as separator, no matter what
289 the current locale is. Add unit test for this too.
291 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
293 Patch by: René Stadler <mail at renestadler de>
295 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
296 When writing out floating-point numbers to vorbis comment tags, always
297 use the same character as separator no matter what the current locale is
300 * tests/check/libs/tag.c: (GST_START_TEST):
301 Add unit tests for replaygain tags in vorbis comments (closes #423055).
303 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
305 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
306 vorbis_handle_data_packet):
307 Correctly set DURATION to generate a timestamp-continuous stream.
308 One bug left at the end; see
309 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
310 * tests/check/Makefile.am:
311 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
312 Add a test to check this. Without the above patch this test fails.
314 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
316 * gst-libs/gst/rtp/Makefile.am:
317 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
319 2007-03-23 Michael Smith <msmith@fluendo.com>
321 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
322 (gst_video_rate_reset), (gst_video_rate_chain):
323 If videorate changes caps, we can no longer use the old buffer
324 (which may have a different size, incompatible with our caps).
325 So don't do that; just duplicate the new frame more times.
327 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
329 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
330 Remove playbin's override of the set_clock vmethod. It's irrelevant
331 after Wim's commit on the 19th.
333 2007-03-22 Wim Taymans <wim@fluendo.com>
335 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
336 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
337 * ext/gnomevfs/gstgnomevfssrc.h:
338 Don't cache file sizes. Fixes #341078.
340 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
342 * gst/playback/gstplaybin.c: (add_sink):
343 Use GST_PTR_FORMAT to log caps.
345 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
347 Patch by: Young-Ho Cha <ganadist at chollian net>
349 * gst/subparse/samiparse.c: (handle_start_font):
350 Special-case some more colour names that pango doesn't handle by
351 default. Fixes #420578.
353 2007-03-20 Michael Smith <msmith@fluendo.com>
355 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
356 If we get a zero-sized input buffer, don't pass it to libvorbis, as
357 that marks EOS internally. After that, libvorbis will buffer all
358 input data, and encode none of it, eventually leading to memory
361 2007-03-19 Wim Taymans <wim@fluendo.com>
363 * gst/playback/gstdecodebin.c: (remove_fakesink):
364 Don't post STATE_DIRTY anymore.
366 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
367 (gst_play_bin_change_state):
368 Remove stream_time reset in seek handling, core does that now.
369 Disable clocking for live pipelines by forcing a NULL clock to the
370 complete pipeline, core is too smart now for our previous hack.
371 We can always autoplug in PAUSED now.
373 2007-03-17 David Schleef <ds@schleef.org>
375 * REQUIREMENTS: Update this file, change the formatting to make
376 it more consistent, plus more machine readable.
378 2007-03-16 Michael Smith <msmith@fluendo.com>
380 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
381 (strip_width_64), (append_with_other_format):
382 Previous fix was too simplistic, and broke the tests. Use a better
383 approach; only strip 64 from widths for integer audio.
385 2007-03-16 Michael Smith <msmith@fluendo.com>
387 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
388 (gst_audio_convert_transform_caps):
389 We don't support 64 bit integer audio, so don't try to claim we can.
390 Stops us producing caps don't match our template caps.
393 2007-03-15 Michael Smith <msmith@fluendo.com>
395 * gst/audioresample/gstaudioresample.c:
396 (audioresample_check_discont), (audioresample_transform):
397 Don't trigger discontinuities for very small imperfections; a filter
398 flush will sound bad, and many plugins have rounding errors leading
401 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
403 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
404 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
405 Add min-ptime property to RTP base audio payloader. Patch by
406 olivier.crete@collabora.co.uk.
409 Indentation/whitespace/documentation fixes.
411 2007-03-14 Julien MOUTTE <julien@moutte.net>
413 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
414 (audioresample_transform_size), (audioresample_do_output),
415 (audioresample_transform), (audioresample_pushthrough): Handle
416 discontinuous streams.
417 * gst/audioresample/gstaudioresample.h:
418 * tests/check/elements/audioresample.c:
419 (test_discont_stream_instance), (GST_START_TEST),
420 (audioresample_suite): Add a test for discontinuous streams.
421 * win32/common/config.h: Updated.
423 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
438 Update translations from translation project.
440 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
442 * gst/audioresample/debug.h:
443 * gst/audioresample/resample.c: (resample_init):
444 Since I really am not interested in a debug line for each sample
445 being processed, move the library's debugging to its own category,
448 2007-03-13 Michael Smith <msmith@fluendo.com>
450 * ext/theora/theoradec.c: (theora_handle_type_packet):
451 Since the plugin doesn't support anything other than 4:2:0 right
452 now, post an error and fail if we get something else. Won't matter
453 until libtheora supports the other pixel formats, but hopefully
456 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
458 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
459 Use gst_guint64_to_gdouble for conversion.
461 Add new files to the win32 MANIFEST.
462 * win32/common/libgstaudio.def:
463 * win32/common/libgstpbutils.def:
464 Add new exported functions.
465 * win32/vs6/gst_plugins_base.dsw:
466 * win32/vs6/libgstdecodebin.dsp:
467 * win32/vs6/libgstplaybin.dsp:
468 Change the link to libgstpbutils.lib.
469 * win32/vs6/libgstdecodebin2.dsp:
470 Add a new project for decodebin2.
471 * win32/vs6/libgstpbutils.dsp:
472 Add a new project for pbutils.
474 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
476 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
477 Also accept partial dates with only year and month,
478 like 1999-12-00 (fixes #410396 even more).
480 * tests/check/libs/tag.c: (GST_START_TEST):
481 Add unit test for the above.
483 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
485 * tests/check/elements/subparse.c: (GST_START_TEST),
487 Add unit test for MPL2 subtitle format (#413799).
489 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
491 Patch by: Kamil Pawlowski <kamilpe gmail com>
493 * gst/subparse/Makefile.am:
494 * gst/subparse/gstsubparse.c:
495 (gst_sub_parse_data_format_autodetect),
496 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
497 (gst_subparse_type_find):
498 * gst/subparse/gstsubparse.h:
499 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
500 * gst/subparse/mpl2parse.h:
501 Add support for MPL2 subtitle format (#413799).
503 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
506 We require core CVS for the new buffer metadata copy functions.
508 2007-03-09 Wim Taymans <wim@fluendo.com>
510 * gst-libs/gst/tag/gstid3tag.c:
511 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
514 Patch by: Alex Lancaster <alexl at users sourceforge net>
516 2007-03-09 Wim Taymans <wim@fluendo.com>
518 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
519 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
520 Improve adapter usage and comments.
522 2007-03-09 Wim Taymans <wim@fluendo.com>
524 * ext/pango/gsttextrender.c: (gst_text_render_chain):
525 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
526 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
527 Use new metadata copy function.
529 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
530 (gst_ffmpegcsp_transform):
531 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
532 Basetransform copied the metadata for us.
534 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
536 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
537 (gst_text_overlay_video_event):
538 Some more logging. Only accept newsegment events in TIME format and
539 send a WARNING message if they are not in TIME format.
541 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
542 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
543 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
544 * gst/subparse/gstsubparse.h:
545 No need to allocate GstSegment structure dynamically, just put it
546 into the instance structure; ignore newsegment events in BYTE
547 format and in particular don't let it overwrite our saved TIME
548 segment from the last seek.
550 2007-03-09 Michael Smith <msmith@fluendo.com>
552 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
553 Replace AC3 typefinder with one that isn't terrible, and actually
556 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
558 * gst/audioconvert/gstaudioconvert.c:
559 (gst_audio_convert_transform):
560 fix error category and translatable string
563 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
565 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
566 * pkgconfig/gstreamer-plugins-base.pc.in:
567 Fix up utils => pbutils here too.
569 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
571 * gst/subparse/gstsubparse.c: (handle_buffer):
572 Break out of loop in chain function as soon as possible if we get
573 a non-OK flow return.
575 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
577 * tests/check/elements/alsa.c: (GST_START_TEST):
578 Unref the mixer if the state change fails too (if the
579 alsa devices are inaccessible, for example)
581 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
583 * tests/check/Makefile.am:
584 Don't test libvisual elements in the states check, because libvisual
585 seems to leak internally.
587 Re-enable the alsa and states tests now that there's new suppressions
590 * tests/check/elements/alsa.c: (GST_START_TEST):
591 Don't leak the alsamixer we instantiated.
593 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
595 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
596 (gst_ximagesink_change_state), (gst_ximagesink_reset),
597 (gst_ximagesink_finalize):
598 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
599 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
600 Move some cleanup stuff from the state change handler into a _reset()
601 function that can be called from _finalize(). This ensures that things
602 get freed even if (for some reason) the NULL->READY state transition
603 fails in the parent class.
604 Even if a parent state change fails, process our downward state change
605 logic instead of bailing out early.
606 Free the correct xcontext pointer in ximagesink's xcontext_clear.
608 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
610 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
613 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
614 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
615 Use pango_font_description_set_family_static instead of
616 pango_font_description_set_family to save a string copy (it was
617 leaking due to the strdup anyway)
619 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
620 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
621 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
622 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
623 Chain up in finalize.
625 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
627 * gst-libs/gst/interfaces/mixertrack.c:
628 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
629 (gst_mixer_track_set_property):
630 API: add "untranslated-label" property which should be set by
631 implementations at construct time (#414645).
633 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
634 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
635 Set "untranslated-label" when constructing mixer track objects.
637 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
638 Unit test to check the above.
640 2007-03-07 Wim Taymans <wim@fluendo.com>
642 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
643 Fix confusing debug message.
645 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
647 * gst-plugins-base.doap:
648 update doap file with new version
650 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
655 === release 0.10.12 ===
657 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
660 releasing 0.10.12, "Zombie Horde"
662 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
665 Bump version to 0.10.11.4 pre-release
667 2007-03-06 Wim Taymans <wim@fluendo.com>
669 * gst-libs/gst/audio/gstbaseaudiosink.c:
670 (gst_base_audio_sink_async_play):
671 Fix regression that made GStreamer skip the first samples of audio.
674 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
677 Bump version to 0.10.11.3 pre-release
679 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
682 Update paths for the rename from utils to pbutils to fix the build.
684 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
686 * gst-libs/gst/pbutils/Makefile.am:
687 Change directory to install headers in from gst/utils to gst/pbutils
690 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
693 * docs/libs/gst-plugins-base-libs-docs.sgml:
694 * docs/libs/gst-plugins-base-libs-sections.txt:
695 * gst-libs/gst/Makefile.am:
696 * gst-libs/gst/interfaces/mixer.c:
697 * gst-libs/gst/pbutils/Makefile.am:
698 * gst-libs/gst/pbutils/descriptions.c:
699 (gst_pb_utils_get_source_description),
700 (gst_pb_utils_get_sink_description),
701 (gst_pb_utils_get_decoder_description),
702 (gst_pb_utils_get_encoder_description),
703 (gst_pb_utils_get_element_description),
704 (gst_pb_utils_add_codec_description_to_tag_list),
705 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
706 * gst-libs/gst/pbutils/descriptions.h:
707 * gst-libs/gst/pbutils/install-plugins.c:
708 * gst-libs/gst/pbutils/install-plugins.h:
709 * gst-libs/gst/pbutils/missing-plugins.c:
710 (gst_missing_uri_source_message_new),
711 (gst_missing_uri_sink_message_new),
712 (gst_missing_element_message_new),
713 (gst_missing_decoder_message_new),
714 (gst_missing_encoder_message_new),
715 (gst_missing_plugin_message_get_description):
716 * gst-libs/gst/pbutils/missing-plugins.h:
717 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
718 * gst-libs/gst/pbutils/pbutils.h:
719 * gst-libs/gst/utils/Makefile.am:
720 * gst-libs/gst/utils/base-utils.c:
721 * gst-libs/gst/utils/base-utils.h:
722 * gst-libs/gst/utils/descriptions.c:
723 * gst-libs/gst/utils/descriptions.h:
724 * gst-libs/gst/utils/install-plugins.c:
725 * gst-libs/gst/utils/install-plugins.h:
726 * gst-libs/gst/utils/missing-plugins.c:
727 * gst-libs/gst/utils/missing-plugins.h:
728 * gst-plugins-base.spec.in:
729 * gst/playback/Makefile.am:
730 * gst/playback/gstdecodebin.c:
731 * gst/playback/gstdecodebin2.c:
732 * gst/playback/gstplaybasebin.c: (setup_subtitle),
733 (gen_source_element):
734 * gst/playback/gstplaybin.c: (plugin_init):
735 * tests/check/Makefile.am:
736 * tests/check/libs/pbutils.c: (GST_START_TEST),
737 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
738 * tests/check/libs/utils.c:
739 rename utils to pbutils
741 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
743 * docs/plugins/Makefile.am:
744 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
745 * docs/plugins/gst-plugins-base-plugins-sections.txt:
746 * docs/plugins/inspect/plugin-decodebin2.xml:
747 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
748 Add documentation for decodebin2 that indicates that the API
751 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
754 Update to 0.10.11.2 (0.10.12 pre-release)
756 2007-03-01 Wim Taymans <wim@fluendo.com>
758 * gst-libs/gst/audio/gstbaseaudiosink.c:
759 (gst_base_audio_sink_async_play):
760 base time is irrelevant here.
762 2007-03-01 Wim Taymans <wim@fluendo.com>
764 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
765 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
768 * gst-libs/gst/audio/gstbaseaudiosink.c:
769 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
770 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
771 Improve latency and clock slaving calculations.
772 Improve slave clock calibration.
774 * gst-libs/gst/audio/gstringbuffer.c:
775 (gst_ring_buffer_commit_full):
776 When we are asked to render N sample to 0 bytes, return N.
778 2007-03-01 Wim Taymans <wim@fluendo.com>
780 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
781 (gst_alsasink_write), (gst_alsasink_reset):
782 * ext/alsa/gstalsasink.h:
783 Remove unused dispose function.
784 Rename lock to not interfere with alsasrc lock.
786 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
787 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
788 (gst_alsasrc_read), (gst_alsasrc_reset):
789 * ext/alsa/gstalsasrc.h:
790 Implement finalize function.
791 Use lock to protect alsa access.
795 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
798 Convert to new AG_GST style.
800 2007-02-28 Wim Taymans <wim@fluendo.com>
802 Patch by: Ed Catmur <ed at catmur dot co dot uk>
804 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
805 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
806 Fix race condition when rapidly switching visualisations in playbin.
809 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
811 * tests/check/Makefile.am:
812 Include local stuff before system installed things in LDFLAGS and
815 2007-02-28 Wim Taymans <wim@fluendo.com>
817 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
820 2007-02-28 Wim Taymans <wim@fluendo.com>
822 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
823 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
824 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
825 Fix duration and timestamping, taking latency into account.
826 Implement latency query.
828 2007-02-28 Wim Taymans <wim@fluendo.com>
830 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
831 (gst_audio_clock_new):
834 * gst-libs/gst/audio/gstbaseaudiosink.c:
835 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
836 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
837 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
838 (gst_base_audio_src_create):
839 Improve latency query code.
840 Use proper clock names.
842 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
844 * tests/check/generic/states.c: (GST_START_TEST):
845 Copy the states.c test from core again
846 * tests/check/Makefile.am:
847 ignore cdio and cdparanoiasrc
849 2007-02-28 Stefan Kost <ensonic@users.sf.net>
851 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
852 (double_hq), (audio_convert_get_func_index), (check_default),
853 (audio_convert_prepare_context), (audio_convert_convert):
854 Also make valgrind happy and avoid copying data in some cases.
856 2007-02-28 Stefan Kost <ensonic@users.sf.net>
858 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
859 (double_hq), (audio_convert_get_func_index),
860 (audio_convert_prepare_context), (audio_convert_convert):
861 * gst/audioconvert/gstaudioconvert.c:
862 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
863 (gst_audio_convert_transform_caps):
864 * tests/check/elements/audioconvert.c: (GST_START_TEST),
865 (audioconvert_suite):
866 Don't run inplace if that overwrites source data as we go. Add more
867 tests. Fixes #339837 even more.
869 2007-02-27 Julien MOUTTE <julien@moutte.net>
871 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
872 (msg_segment_done): Fix various seeking bugs (Slider was not
873 updating when doing a non flushing seek, Reverse playback
874 on segment seek was wrong).
876 2007-02-26 Wim Taymans <wim@fluendo.com>
878 * tests/examples/seek/seek.c: (stop_seek):
879 When we stop scrubbing, don't leave the pipeline PLAYING when we
880 requested a PAUSED state.
882 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
884 Patch by: René Stadler <mail at renestadler de>
886 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
887 Parse date strings in vorbis comments that have an invalid (zero)
888 month or day (#410396).
890 * tests/check/libs/tag.c: (GST_START_TEST):
891 Test case for the above.
893 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
895 Patch by: Loïc Minier <lool+gnome at via ecp fr>
898 * ext/alsa/Makefile.am:
899 * gst/audiotestsrc/Makefile.am:
900 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
902 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
904 * gst/playback/gstplaybin.c:
905 Improve docs: point out that the application needs to assist playbin
908 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
910 * gst-libs/gst/utils/install-plugins.c:
911 * gst-libs/gst/utils/missing-plugins.c:
912 * tests/check/libs/utils.c: (missing_msg_check_getters):
913 Change GStreamer marker prefix in detail string from 'gstreamer.net'
914 to just 'gstreamer'. Document the caps string component of the
915 decoder/encoder detail a bit better, since not everyone will be
916 familiar with the GStreamer media type/caps system (but they better
917 enjoy nested itemized lists).
919 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
921 * gst-libs/gst/netbuffer/gstnetbuffer.c:
922 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
923 Fix copying of GstNetBuffer (would crash before, or at least lead to
924 invalid memory access, #410772), for now by copying the GstBuffer copy
925 code from the core over here so we can copy the GstBuffer fields on a
926 provided buffer instance (of type GstNetBuffer in this case). Would be
927 better to fix this with some support by the core though (and in the long
928 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
930 * tests/check/Makefile.am:
931 Enable unit test for GstNetBuffer.
933 2007-02-22 Andy Wingo <wingo@pobox.com>
935 * gst-libs/gst/audio/gstbaseaudiosink.c
936 (gst_base_audio_sink_init): Disable pull-mode activation until we
937 figure out how to make audio sinks go to PLAYING.
939 2007-02-22 Stefan Kost <ensonic@users.sf.net>
941 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
942 (double_hq), (audio_convert_get_func_index),
943 (audio_convert_prepare_context), (audio_convert_convert):
944 * gst/audioconvert/audioconvert.h:
945 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
946 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
947 * gst/audioconvert/gstchannelmix.h:
948 * tests/check/elements/audioconvert.c: (GST_START_TEST):
949 Add float as an intermediate format, as well as float mixing. Enable
950 test that was failing before. Fixes #339837
952 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
954 * tests/examples/seek/seek.c: (do_seek):
955 Undo the previous commit: -1 as a stop time implies that the stop
956 time is the end of file, clearing any previously configured segment.
958 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
960 * tests/examples/seek/seek.c: (do_seek):
961 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
963 2007-02-21 Stefan Kost <ensonic@users.sf.net>
965 * gst/volume/gstvolume.c: (volume_process_int16),
966 (volume_process_int16_clamp), (volume_set_caps):
967 Unbreak volume, value remains gint.
969 2007-02-21 Stefan Kost <ensonic@users.sf.net>
971 * gst/volume/gstvolume.c: (volume_choose_func),
972 (volume_update_real_volume), (gst_volume_set_volume),
973 (gst_volume_init), (volume_process_double), (volume_process_float),
974 (volume_process_int16), (volume_process_int16_clamp),
975 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
976 * gst/volume/gstvolume.h:
977 Extend float audio support (double) and some int->uint cleanups.
979 2007-02-20 Edward Hervey <edward@fluendo.com>
981 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
982 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
983 (sort_end_pads), (gst_decode_group_expose),
984 (gst_decode_group_hide):
985 Don't free groups from the streaming threads. Just put them aside and
986 free them in dispose.
988 2007-02-20 Edward Hervey <edward@fluendo.com>
990 * gst/playback/gstdecodebin2.c: (connect_element),
991 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
992 (sort_end_pads), (gst_decode_group_expose):
993 Handle dynamic pads within groups.
994 Sort pads before exposing them in order to make playbin happy.
995 There still is a race with the multiqueue filling up. This should be
999 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
1001 * gst-libs/gst/utils/base-utils.c:
1002 * gst-libs/gst/utils/descriptions.c:
1003 * gst-libs/gst/utils/install-plugins.c:
1004 * gst-libs/gst/utils/missing-plugins.c:
1005 Some more docs (and descriptions for two subtitle formats).
1007 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
1009 * gst-libs/gst/audio/audio.c:
1012 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
1014 Patch by: Yves Lefebvre <ivanohe abacom com>
1016 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
1017 Don't leak caps. Fixes #408278.
1019 2007-02-15 Stefan Kost <ensonic@users.sf.net>
1021 * ext/cdparanoia/gstcdparanoiasrc.h:
1022 * ext/ogg/gstoggdemux.h:
1023 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
1024 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
1025 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
1026 * gst-libs/gst/audio/audio.h:
1027 * gst-libs/gst/audio/gstaudiofilter.h:
1028 * gst-libs/gst/interfaces/videoorientation.h:
1029 * gst/adder/gstadder.h:
1030 More docs coverage and some ChangeLog surgery (add missing names)
1032 2007-02-15 Wim Taymans <wim@fluendo.com>
1034 * sys/ximage/ximagesink.c:
1035 (gst_ximagesink_calculate_pixel_aspect_ratio):
1036 * sys/xvimage/xvimagesink.c:
1037 (gst_xvimagesink_calculate_pixel_aspect_ratio):
1038 Small constifications.
1040 2007-02-15 Wim Taymans <wim@fluendo.com>
1042 * gst-libs/gst/audio/gstbaseaudiosink.c:
1043 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
1044 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
1045 (gst_base_audio_sink_async_play),
1046 (gst_base_audio_sink_change_state):
1047 Answer latency query.
1048 Use configured latency when syncing.
1051 * gst-libs/gst/audio/gstbaseaudiosrc.c:
1052 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1053 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
1054 Fix possible memleak.
1055 Implement latency query.
1058 2007-02-15 Wim Taymans <wim@fluendo.com>
1060 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1061 Ignore errors in reset, these are not fatal. They also grab the element
1062 lock which is already taking when this function is called. Fixes
1065 2007-02-13 Stefan Kost <ensonic@users.sf.net>
1068 Remove 'tests/examples/xerror/Makefile' from output files again.
1070 2007-02-13 Stefan Kost <ensonic@users.sf.net>
1073 * docs/plugins/Makefile.am:
1074 Also crossref against gst-plugins-base-libs.
1076 2007-02-12 Stefan Kost <ensonic@users.sf.net>
1079 * docs/libs/Makefile.am:
1080 * docs/plugins/Makefile.am:
1081 Add crossreferences to glib/gobject/gstream docs.
1083 * gst-libs/gst/audio/audio.h:
1086 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
1087 Add own debug category.
1089 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
1091 Patch by: René Stadler <mail at renestadler de>
1093 * gst-libs/gst/tag/gstvorbistag.c:
1094 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
1097 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
1099 * gst/playback/gstplaybasebin.c: (setup_source):
1100 When we have external subtitles and wait for the subtitle decodebin
1101 to get up and running, we set up a (sync) bus handler for the
1102 subtitle decodebin, so we can stop waiting when it posts an error
1103 message. However, we should do that before we set the subtitle
1104 decodebin's state to playing, otherwise things are racy and we might
1105 miss error messages posted before we had a chance to set up the bus.
1106 This should finally fix totem hanging on .txt pseudo-subtitle files.
1108 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
1110 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
1111 Use gst_gdouble_to_guint64 for conversions.
1112 * win32/common/config.h.in:
1113 Add a define for GST_INSTALL_PLUGINS_HELPER
1114 * win32/common/libgstaudio.def:
1115 * win32/common/libgstcdda.def:
1116 * win32/common/libgstnetbuffer.def:
1117 * win32/common/libgstrtp.def:
1118 * win32/common/libgutils.def:
1119 Add new exported functions.
1120 * win32/vs6/gst_plugins_base.dsw:
1121 * win32/vs6/libgstdecodebin.dsp:
1122 * win32/vs6/libgstnetbuffer.dsp:
1123 * win32/vs6/libgstplaybin.dsp:
1124 * win32/vs6/libgstrtp.dsp:
1125 * win32/vs6/libgstvorbis.dsp:
1126 * win32/vs6/libgstcdda.dsp:
1127 * win32/vs6/libgstgdp.dsp:
1128 * win32/vs6/libgstutils.dsp:
1129 Update and add new project files.
1131 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
1133 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
1134 (subrip_remove_unhandled_tags), (parse_subrip):
1135 For SubRip (.srt) subtitles, ignore all markup tags we don't
1136 handle (like font tags, for example).
1138 * tests/check/elements/subparse.c:
1141 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
1143 * gst/playback/gstdecodebin.c: (add_fakesink),
1144 (gst_decode_bin_change_state):
1145 * gst/playback/gstdecodebin2.c: (add_fakesink),
1146 (gst_decode_bin_change_state):
1147 Don't error out if there is no fakesink in the NULL to READY state
1148 change, since when decodebin is re-used, we're only adding the
1149 fakesink element in READY to PAUSED.
1151 * tests/check/elements/decodebin.c:
1152 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
1154 Minimal unit test to make sure we can use the same decodebin
1155 instance twice (at least with audiotestsrc input).
1157 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
1159 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
1160 Try to get devic-name from device string first, and from handle only
1161 as fallback (seems to yield better results and is more robust
1162 against buggy probing code on the application side).
1164 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
1166 Based on patch by: Julien Puydt <julien.puydt at laposte net>
1168 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
1169 (gst_alsa_find_device_name):
1170 * ext/alsa/gstalsa.h:
1171 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
1172 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
1173 Improve device-name detection a bit, especially in the case where
1174 the device is not actually open (#405020, #405024). Move common code
1175 into gstalsa.c instead of duplicating it.
1177 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
1179 * gst/audioconvert/gstaudioconvert.c:
1180 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
1182 2007-02-06 Julien MOUTTE <julien@moutte.net>
1184 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1185 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
1186 (gst_xvimagesink_interface_supported),
1187 (gst_xvimagesink_probe_get_properties),
1188 (gst_xvimagesink_probe_probe_property),
1189 (gst_xvimagesink_probe_needs_probe),
1190 (gst_xvimagesink_probe_get_values),
1191 (gst_xvimagesink_property_probe_interface_init),
1192 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1193 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
1194 (gst_xvimagesink_get_type):
1195 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
1196 for XVAdaptors so that one can choose the adaptor to use with
1197 gstreamer-properties.
1199 2007-02-06 Stefan Kost <ensonic@users.sf.net>
1201 * gst/audioconvert/gstaudioconvert.c:
1202 Also mention that a conversion from double to float is suboptimal still.
1204 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
1206 * gst-libs/gst/audio/gstaudiofilter.c:
1207 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
1208 Clear our formats structure and free the caps contained in it when
1211 2007-02-05 Andy Wingo <wingo@pobox.com>
1213 * gst-libs/gst/audio/gstbaseaudiosink.c
1214 (gst_base_audio_sink_callback): Update basesink->offset so that we
1215 pull monotonically increasing offsets instead of, um, seeking back
1216 to 0 each time. Fixes alsasrc ! alsasink!
1218 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
1220 * gst/videoscale/gstvideoscale.c:
1221 A width and height of 1 makes us crash, so increase minimum size to
1222 2x2 pixels until someone feels like fixing this (#404512).
1224 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
1226 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
1227 Add small test to make sure request pads are cleaned up properly
1228 even if oggmux never changes state out of NULL.
1230 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
1232 * tests/check/libs/utils.c: (GST_START_TEST):
1233 Fix unit test. Turns out things work much better when you
1234 NULL-terminate string arrays. Should make p5 build bot happy again.
1236 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1238 * gst-libs/gst/audio/Makefile.am:
1239 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1240 (gst_audio_filter_template_base_init),
1241 (gst_audio_filter_template_class_init),
1242 (gst_audio_filter_template_init),
1243 (gst_audio_filter_template_set_property),
1244 (gst_audio_filter_template_get_property),
1245 (gst_audio_filter_template_setup),
1246 (gst_audio_filter_template_filter),
1247 (gst_audio_filter_template_filter_inplace), (plugin_init):
1248 Oops, forgot to commit fixed-up example.
1250 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1252 * docs/libs/gst-plugins-base-libs-sections.txt:
1253 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1254 (gst_audio_filter_class_init), (gst_audio_filter_init),
1255 (gst_audio_filter_set_caps),
1256 (gst_audio_filter_class_add_pad_templates):
1257 * gst-libs/gst/audio/gstaudiofilter.h:
1258 Port GstAudioFilter to 0.10. This change technically breaks
1259 API and ABI (and thus also every library developer's heart),
1260 but seems justifiable on the grounds that the base class was
1261 completely unusable before (ie. would crash immediately when
1262 actually used). Fixes #403963 (and eventually also #403572).
1263 Also document all of this a bit.
1265 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1267 * gst-libs/gst/utils/install-plugins.c:
1268 (gst_install_plugins_spawn_child):
1269 * tests/check/libs/utils.c:
1270 (test_base_utils_install_plugins_do_callout):
1271 Lowering log level to see why things fail on the p5 build bot;
1272 fix some typos in unit test messages.
1274 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1276 * tests/check/libs/utils.c:
1277 (test_base_utils_install_plugins_do_callout):
1278 Don't hard-code temp directory for test helper; use GLib functions
1279 to write out file and do error checking etc.
1281 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1283 * gst-libs/gst/utils/Makefile.am:
1284 * gst-libs/gst/utils/base-utils.h:
1285 * gst-libs/gst/utils/install-plugins.c:
1286 (gst_install_plugins_context_set_xid),
1287 (gst_install_plugins_context_new),
1288 (gst_install_plugins_context_free),
1289 (gst_install_plugins_get_helper),
1290 (gst_install_plugins_spawn_child),
1291 (gst_install_plugins_return_from_status),
1292 (gst_install_plugins_installer_exited),
1293 (gst_install_plugins_async), (gst_install_plugins_sync),
1294 (gst_install_plugins_return_get_name),
1295 (gst_install_plugins_installation_in_progress):
1296 * gst-libs/gst/utils/install-plugins.h:
1297 API: add API for applications to initiate installation of missing
1298 plugins, ie. gst_install_plugins_async() primarily.
1299 Based on libgimme-codec by Ryan Lortie.
1302 Add --with-install-plugins-helper configure option so distros can specify
1303 the path of the helper script or program to call when plugin installation
1304 is requested (distros: please do any argument munging in this helper
1305 script instead of patching GStreamer to pass arguments differently
1306 to another program directly).
1308 * docs/libs/gst-plugins-base-libs-docs.sgml:
1309 * docs/libs/gst-plugins-base-libs-sections.txt:
1310 Build and document new API.
1312 * tests/check/libs/utils.c: (result_cb),
1313 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1314 (libgstbaseutils_suite):
1315 Some simple checks for the new API.
1317 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1319 * tests/check/elements/audioconvert.c: (test_float_conversion):
1320 Add small test for 32bit float <=> 64bit float conversion (works
1321 only one way so far, 32=>64 produces structured noise).
1323 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1325 * gst/audioconvert/gstaudioconvert.c:
1326 (set_structure_widths_32_and_64), (make_lossless_changes):
1327 We don't support floats with a width of 40, 48 or 56 bits.
1329 2007-02-02 Stefan Kost <ensonic@users.sf.net>
1331 * gst/audioconvert/audioconvert.c: (float), (double),
1332 (audio_convert_get_func_index):
1333 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1334 (make_lossless_changes):
1335 Support for 64-bit float audio in audioconvert (#339837)
1337 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
1339 Patch by: Holger Wansing <linux wansing-online de>
1343 Add German translation (#352069).
1345 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
1347 reviewed by: Wim Taymans <wim@fluendo.com>
1349 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1350 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1351 Use newly added GstCollectPads API to free the allocated resources in
1352 the GstOggPad structures (#402393).
1354 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
1356 * gst/playback/gstplaybin.c: (gen_vis_element):
1357 Add audioresample+audioconvert in front of the visualisation
1358 element, so that elements like libvisual 0.4 that don't support all
1359 samplerates can work.
1363 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
1365 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1366 (gst_play_base_bin_get_streaminfo_value_array):
1367 Take some locks and make a copy of the streaminfo value array we
1368 maintain while holding the lock, so that the application can
1369 retrieve the stream-info as a value array in a thread-safe way.
1371 2007-01-30 Wim Taymans <wim@fluendo.com>
1373 * gst/audioconvert/gstaudioconvert.c:
1374 Don't fail on 0 sized buffers. Fixes #396835.
1376 2007-01-29 David Schleef <ds@schleef.org>
1378 * gst/typefind/gsttypefindfunctions.c:
1379 Detect BBCD as video/x-dirac, so we can play raw dirac
1382 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
1384 * ext/theora/theoraenc.c: (theora_enc_chain):
1385 Check return value of theora_encode_header(), or we might try to
1386 allocate a random number of bytes. theora_encode_header() can fail
1387 if libtheora has been compiled with encoding support disabled.
1390 2007-01-29 Wim Taymans <wim@fluendo.com>
1392 * tests/check/gst/.cvsignore:
1393 Do as buildbot says.
1395 2007-01-29 Wim Taymans <wim@fluendo.com>
1397 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1398 Fix strides in libvisual. Gst uses X strides.
1399 Inspired by: <ed at catmur dot co dot uk> and
1400 <tim at centricular dot net>
1403 2007-01-27 Wim Taymans <wim@fluendo.com>
1405 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1406 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1407 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1408 (gst_ogg_demux_perform_seek),
1409 (gst_ogg_demux_bisect_forward_serialno),
1410 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1411 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1412 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1413 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1414 * ext/ogg/gstoggdemux.h:
1415 Properly propagate streaming errors when we are scanning the file for
1416 chains so that we don't crash when shut down. Might fix some crashers
1417 when quickly switching oggs in RB such as #332503 and #378436.
1419 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
1421 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1422 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1425 2007-01-25 Wim Taymans <wim@fluendo.com>
1427 * gst/playback/gstplaybasebin.c: (remove_source):
1428 Don't try to disconnect a signal from a finalized object.
1430 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1432 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1433 Cast lock macro parameters to make sure we're actually accessing the
1434 lock member at the right class level. Free list itself in _dispose()
1435 as well and NULL it in case dispose gets called multiple times.
1437 2007-01-25 Edward Hervey <edward@fluendo.com>
1439 * gst/playback/gstdecodebin2.c:
1440 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1441 Free GstDecodeGroups no longer used.
1442 (gst_decode_group_expose):
1443 Don't unlock too many times !
1444 (deactivate_free_recursive):
1445 Free iterator once we're done with it.
1446 Fix for recursively deactivating elements (stop at ghostpads).
1448 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1450 * gst/playback/gstplaybin.c: (handoff):
1451 Fix up caps on the frame buffer before we save it and potentially
1452 make it accessible to other threads via g_object_get; also use
1453 gst_buffer_replace() instead of gst_mini_object_replace().
1455 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1457 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1458 Make getting the current frame thread-safe.
1460 2007-01-25 Edward Hervey <edward@fluendo.com>
1462 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1463 (gst_decode_group_new), (gst_decode_group_free):
1464 Set queues to bigger sizes to cope with HD contents.
1465 Fix some mutex freeing and add comment about MT safe methods.
1467 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1469 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1470 (gst_text_overlay_text_event):
1471 Don't unnecessarily ref (and then leak) upstream events if the text
1472 pad is not linked. Fixes #399948.
1474 * tests/check/gst-plugins-base.supp:
1475 Add suppression for pango on edgy/x86 for textoverlay test.
1477 2007-01-24 Wim Taymans <wim@fluendo.com>
1479 * gst-libs/gst/rtp/gstrtpbuffer.h:
1480 Add some more fixed payloads.
1482 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1484 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1485 Error out properly if we get an error from libogg while reading the
1486 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1488 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1490 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1493 * tests/check/elements/playbin.c:
1494 (test_sink_usage_video_only_stream),
1495 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1496 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1497 (test_missing_suburisource_handler),
1498 (test_missing_primary_decoder), (playbin_suite):
1499 Run all tests once with decodebin and once with decodebin2.
1500 One test does not pass yet with decodebin2.
1502 2007-01-23 Edward Hervey <edward@fluendo.com>
1504 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1505 Fix the cases where oggmux doesn't properly figure out that all
1506 sinkpads have gone EOS, and therefore doesn't push out the remaining
1507 buffers and the final EOS event.
1510 2007-01-23 Julien MOUTTE <julien@moutte.net>
1512 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1513 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1514 Don't lock on navigation event push, just on keysym to string.
1515 Fixes #397673 again.
1517 2007-01-22 Edward Hervey <edward@fluendo.com>
1519 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1520 (get_current_group), (group_demuxer_event_probe),
1521 (gst_decode_group_expose), (deactivate_free_recursive),
1522 (gst_decode_group_free):
1524 Don't forget to emit 'no-more-pads' once a group is exposed.
1525 Cleanup elements from a DecodeGroup once we remove it.
1526 Protect call to gst_decode_group_expose() with the decodebin lock.
1528 2007-01-22 Julien MOUTTE <julien@moutte.net>
1530 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1531 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1532 Looking at Xorg code i can't figure out if that XKeysymToString
1533 function is thread sensible or not. Lock it just in case as
1534 recommended by Radek Doulik <rodo at ximian dot com>.
1536 2007-01-22 Julien MOUTTE <julien@moutte.net>
1538 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1539 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1540 Lock that X Call as well. Fixes #397673.
1542 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1544 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1545 Don't go into an endless loop if the file starts with 00 00 01 2X,
1546 like quicktime redirect files might. Fixes #396042.
1548 * tests/check/Makefile.am:
1549 * tests/check/gst/.cvsignore:
1550 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1551 (typefindfunctions_suite):
1552 Add unit test for the above.
1554 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1556 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1557 On second thought, use "depth" field rather than "bpp" field.
1559 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1561 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1562 Camtasia caps apparently need a bpp field (#398875).
1564 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1566 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1567 (gen_source_element), (gst_play_base_bin_change_state):
1568 Attempt at a better error message in case we don't have the required
1569 URI handler installed; post missing-plugin message also when we're
1570 missing an URI handler for the subtitle URI; clean up properly also
1571 when an error occurs and we never made it to PAUSED state.
1573 * tests/check/elements/playbin.c: (GST_START_TEST),
1575 Check that we're also getting a missing-plugin messsage for a
1576 missing subtitle URI handler (and clean up properly).
1578 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1580 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1581 Plug a few reference leaks.
1583 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1585 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1586 Lower probability a bit if the marker isn't right at the start,
1587 to decrease the chance of false positives.
1589 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1591 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1592 Small mpeg2 system stream typefinding improvement: make typefinder
1593 probe a bit into the stream instead of just looking for a marker
1594 at the beginning. Fixes #397810.
1596 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1598 * gst/audioconvert/gstchannelmix.c:
1599 Remove compatibility cruft for prehistoric GLib versions.
1601 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1603 * gst/playback/Makefile.am:
1604 * gst/playback/gstdecodebin.c: (close_pad_link):
1605 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1606 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1607 (gst_play_base_bin_handle_message_func), (unknown_type):
1608 Let decodebin be the element to post missing-plugin messages for
1609 missing decoders (rather than playbin); make playbin implement
1610 GstBin::handle_message so we can suppress missing-plugin messages
1611 for types we're not handling on purpose (don't want to bring up an
1612 installer in those cases).
1614 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1616 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1617 * gst-libs/gst/tag/gstvorbistag.c:
1618 (gst_tag_list_to_vorbiscomment_buffer):
1619 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1620 Fix potentially unaligned access (#397207).
1622 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1624 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1625 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1626 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1628 Allow to toggle looping while it plays. Fix callback prototype. Clean
1629 up code a bit more. Add copyright header.
1631 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1633 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1634 Red and blue mask was swapped (spotted by Dan Williams).
1636 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1638 * gst-libs/gst/tag/gstid3tag.c:
1639 * gst-libs/gst/tag/gstvorbistag.c:
1640 Use new beats-per-minute tag from core.
1642 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1645 Add new files with translatable strings, so they actually make it
1646 into the template file one day.
1648 2007-01-12 Andy Wingo <wingo@pobox.com>
1650 * gst-libs/gst/audio/gstbaseaudiosink.c
1651 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1652 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1653 stuff, as the base class handles this now. Actually tell the ring
1655 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1656 How did this work before? Maybe I'm not as awesome a programmer as
1659 * gst-libs/gst/audio/gstbaseaudiosrc.c
1660 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1663 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1665 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1666 Remove more fields so that the application can better blacklist
1667 formats that have been tried before.
1669 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1671 * gst-libs/gst/audio/mixerutils.h:
1672 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1673 used when compiling with c++ compilers as well.
1675 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1677 * gst/typefind/gsttypefindfunctions.c:
1680 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1682 * gst/playback/gstplaybin.c: (post_missing_element_message),
1683 (gen_video_element), (gen_text_element), (gen_audio_element),
1685 Post missing-plugin messages also when we error out because
1686 converters, textoverlay or auto*sinks are missing (#161922).
1688 2007-01-10 Wim Taymans <wim@fluendo.com>
1690 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1691 (is_demuxer_element), (new_caps):
1692 * gst/playback/gstplaybasebin.c: (source_new_pad):
1693 Fix the case where we try to ref a NULL element when we delay a link
1694 because of unfixed caps.
1695 Set the state of autoplugged decodebins to PAUSED.
1696 RTSP now works in playbin, we can remove it from the blacklist.
1698 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1700 * gst/playback/Makefile.am:
1701 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1702 (unknown_type), (setup_subtitle), (gen_source_element):
1703 * gst/playback/gstplaybin.c: (plugin_init):
1704 Post missing-plugin messages on the bus for missing sources and
1705 missing decoders/demuxers/depayloaders; fix error code used when
1706 we're missing an URI handler source; for media types that we are not
1707 handling on purpose at the moment, don't print "don't know how to
1708 handle xyz" messages to the terminal or post missing-plugin
1709 messages on the bus.
1711 * tests/check/elements/playbin.c: (create_playbin),
1712 (GST_START_TEST), (gst_codec_src_uri_get_type),
1713 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1714 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1715 (gst_codec_src_init_type), (gst_codec_src_base_init),
1716 (gst_codec_src_create), (gst_codec_src_class_init),
1717 (gst_codec_src_init), (plugin_init), (playbin_suite):
1718 Add some tests for the missing-plugin stuff.
1720 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1723 * gst-libs/gst/Makefile.am:
1724 * gst-libs/gst/utils/Makefile.am:
1725 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1726 * gst-libs/gst/utils/base-utils.h:
1727 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1728 (find_format_info), (caps_are_rtp_caps),
1729 (gst_base_utils_get_source_description),
1730 (gst_base_utils_get_sink_description),
1731 (gst_base_utils_get_decoder_description),
1732 (gst_base_utils_get_encoder_description),
1733 (gst_base_utils_get_element_description),
1734 (gst_base_utils_add_codec_description_to_tag_list),
1735 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1736 * gst-libs/gst/utils/descriptions.h:
1737 * gst-libs/gst/utils/missing-plugins.c:
1738 (missing_structure_get_type), (copy_and_clean_caps),
1739 (gst_missing_uri_source_message_new),
1740 (gst_missing_uri_sink_message_new),
1741 (gst_missing_element_message_new),
1742 (gst_missing_decoder_message_new),
1743 (gst_missing_encoder_message_new),
1744 (missing_structure_get_string_detail),
1745 (missing_structure_get_caps_detail),
1746 (gst_missing_plugin_message_get_installer_detail),
1747 (gst_missing_plugin_message_get_description),
1748 (gst_is_missing_plugin_message):
1749 * gst-libs/gst/utils/missing-plugins.h:
1750 API: add new libgstbaseutils library with functions
1751 - to create and parse missing-plugins messages
1752 - that provide (translated) descriptions for caps/decoders/sources/etc.
1755 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1756 * pkgconfig/gstreamer-plugins-base.pc.in:
1759 * docs/libs/gst-plugins-base-libs-docs.sgml:
1760 * docs/libs/gst-plugins-base-libs-sections.txt:
1761 Generate docs for new lib and API.
1763 * tests/check/Makefile.am:
1764 * tests/check/libs/.cvsignore:
1765 * tests/check/libs/utils.c: (missing_msg_check_getters),
1766 (GST_START_TEST), (libgstbaseutils_suite):
1767 Add some basic unit tests.
1769 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1771 * ext/ogg/Makefile.am:
1772 Dist gstoggdemux.h to fix 'make distcheck'.
1774 * sys/v4l/Makefile.am:
1775 Fix 'make distcheck' even more.
1777 2007-01-09 Wim Taymans <wim@fluendo.com>
1779 * docs/plugins/Makefile.am:
1780 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1781 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1782 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1783 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1784 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1785 (gst_ogg_demux_perform_seek):
1786 * ext/ogg/gstoggdemux.h:
1788 Add some more comments.
1791 2007-01-09 Wim Taymans <wim@fluendo.com>
1793 * ext/theora/theoradec.c:
1794 * ext/vorbis/vorbisdec.c:
1795 * gst-libs/gst/audio/gstringbuffer.c:
1796 (gst_ring_buffer_commit_full):
1797 * gst-libs/gst/audio/gstringbuffer.h:
1798 * gst-libs/gst/rtp/gstrtpbuffer.c:
1799 * gst-libs/gst/tag/gstvorbistag.c:
1800 Small documentation updates/fixes
1802 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1805 Require core CVS HEAD for Andy's basesrc/sink API additions.
1807 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1809 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1811 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1813 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1814 on flac.sf.net (there appear to be other versions of the first
1815 ogg page in the wild) (#391365).
1817 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1820 Check if localtime_r() is available.
1822 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1823 If localtime_r() is not available, fall back to localtime(). Should
1824 fix build on MingW (#393310).
1826 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1828 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1829 * gst/subparse/gstsubparse.h:
1830 Remove spurious 1000 subtrahend when calculating the timestamp from
1831 the frame number and the frame rate . Also, use the frames/second
1832 value specified in the first line of the file, if one is specified
1833 there. Should fix #357503.
1835 * tests/check/elements/subparse.c: (do_test),
1836 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1838 Add some basic unit tests for the microdvd subtitle format.
1840 2007-01-07 Julien MOUTTE <julien@moutte.net>
1842 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1843 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1844 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1845 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1846 (gst_xvimagesink_set_xwindow_id),
1847 (gst_xvimagesink_set_event_handling),
1848 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1849 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1850 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1852 Add an adaptor property to select a specific XV adaptor.
1853 * sys/xvimage/xvimagesink.h:
1855 2007-01-07 Julien MOUTTE <julien@moutte.net>
1857 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1858 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1859 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1860 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1861 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1862 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1863 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1864 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1865 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1866 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1867 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1868 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1869 Use flow_lock much more to protect every access to xwindow.
1870 Try to catch erros while creating images in case some drivers are
1871 just generating an XError when the requested image is too big.
1872 Should fix : #354698, #384008, #384060.
1873 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1874 Implement some stress testing of setting window xid.
1876 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1878 * win32/common/libgsaudio.def:
1879 Add new exported function.
1880 * win32/common/libgstogg.dsp:
1881 Add gstoggaviparse.c to the build.
1882 * win32/common/libgstvideoscale.dsp:
1883 Add vs_4tap.c to the build.
1884 * win32/common/libgstvorbis.dsp:
1885 Add vorbistag.c to the build.
1887 2007-01-06 Andy Wingo <wingo@pobox.com>
1889 * gst-libs/gst/audio/gstbaseaudiosink.c
1890 (gst_base_audio_sink_class_init)
1891 (gst_base_audio_sink_init):
1892 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1893 to baseaudiosink, and tell basesink that we can work in pull mode.
1894 This way the ring buffer thread drives the pipeline directly, if
1895 pull mode is possible. There is some lingering nastiness regarding
1897 (gst_base_audio_sink_callback): Implement the callback to pull
1898 data. This interface is a bit light, though -- it should get a
1899 GstFlowReturn return value at least.
1901 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1903 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1904 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1905 * gst/playback/gstdecodebin2.c:
1906 (gst_decode_group_check_if_blocked):
1907 Printf format and missing argument fixes.
1909 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1911 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1912 (gst_ogm_parse_change_state):
1913 Activate pads before adding them to the element.
1915 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1917 * tests/examples/seek/scrubby.c: (main):
1918 * tests/examples/seek/seek.c: (main):
1919 Call g_thread_init() first thing in main() (see #391278).
1921 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1923 * tests/check/Makefile.am:
1924 * tests/check/libs/.cvsignore:
1925 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1927 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1928 for the time being, since it's broken, see #393099.
1930 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1932 * tests/check/Makefile.am:
1933 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1935 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1938 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1939 so that GST_BASE_CFLAGS can go inbetween them, making sure
1940 we use uninstalled gst-libs headers
1941 * docs/libs/Makefile.am:
1942 * ext/alsa/Makefile.am:
1943 * ext/cdparanoia/Makefile.am:
1944 * ext/gnomevfs/Makefile.am:
1945 * ext/libvisual/Makefile.am:
1946 * ext/ogg/Makefile.am:
1947 * ext/theora/Makefile.am:
1948 * ext/vorbis/Makefile.am:
1949 * gst-libs/gst/audio/Makefile.am:
1950 * gst-libs/gst/cdda/Makefile.am:
1951 * gst-libs/gst/interfaces/Makefile.am:
1952 * gst-libs/gst/riff/Makefile.am:
1953 * gst-libs/gst/rtp/Makefile.am:
1954 * gst-libs/gst/tag/Makefile.am:
1955 * gst/adder/Makefile.am:
1956 * gst/audioconvert/Makefile.am:
1957 * gst/audiorate/Makefile.am:
1958 * gst/audioresample/Makefile.am:
1959 * gst/playback/Makefile.am:
1960 * gst/tcp/Makefile.am:
1961 * gst/videoscale/Makefile.am:
1962 * gst/volume/Makefile.am:
1963 * sys/ximage/Makefile.am:
1964 * sys/xvimage/Makefile.am:
1965 * tests/icles/Makefile.am:
1968 2007-01-04 Julien MOUTTE <julien@moutte.net>
1970 * gst-libs/gst/interfaces/xoverlay.c:
1971 (gst_x_overlay_handle_events):
1972 * gst-libs/gst/interfaces/xoverlay.h:
1973 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1974 (gst_ximagesink_set_xwindow_id),
1975 (gst_ximagesink_set_event_handling),
1976 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1977 (gst_ximagesink_get_property), (gst_ximagesink_init),
1978 (gst_ximagesink_class_init):
1979 * sys/ximage/ximagesink.h:
1980 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1981 (gst_xvimagesink_set_xwindow_id),
1982 (gst_xvimagesink_set_event_handling),
1983 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1984 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1985 (gst_xvimagesink_class_init):
1986 * sys/xvimage/xvimagesink.h:
1987 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1988 Add a method to the XOverlay interface to allow disabling of
1989 event handling in x[v]imagesink elements. This will let X events
1990 propagate to parent windows which can be usefull in some cases.
1991 Be carefull that the application is then responsible of pushing
1992 navigation events and expose events to the video sink.
1995 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1997 * gst-libs/gst/tag/gstvorbistag.c:
1998 * tests/check/libs/tag.c: (GST_START_TEST):
1999 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
2002 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
2006 * docs/design/Makefile.am:
2009 2006-12-27 Julien MOUTTE <julien@moutte.net>
2011 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
2012 typo. Fixes: #390063.
2014 2006-12-27 Julien MOUTTE <julien@moutte.net>
2016 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2017 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
2019 * win32/common/config.h: Updated.
2021 2006-12-22 Stefan Kost <ensonic@users.sf.net>
2023 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
2024 (setup_gdpdepay_streamheader):
2025 * tests/check/elements/gdppay.c: (cleanup_gdppay),
2026 (setup_gdppay_streamheader):
2027 Fix the dp tests, but activating the pads for the streamheader tests
2028 too and cleaning up conditionaly
2030 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
2032 * gst/ffmpegcolorspace/avcodec.h:
2033 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2034 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2035 (gst_ffmpegcsp_avpicture_fill):
2036 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
2037 (img_get_alpha_info):
2038 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
2039 other end of the word. Fixes: #387073.
2041 Add some inconsequential branch hints in a couple of places.
2043 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
2045 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2046 (gst_ffmpeg_caps_to_smpfmt):
2047 The "signed" field in raw audio caps is of boolean type, trying to
2048 extract the value with _get_int() will fail (fix to keep in sync with
2049 the copy in gst-ffmpeg)
2051 2006-12-21 Stefan Kost <ensonic@users.sf.net>
2053 * tests/check/elements/audioresample.c: (cleanup_audioresample):
2054 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
2055 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
2057 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
2058 * tests/check/elements/subparse.c: (teardown_subparse):
2059 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
2060 * tests/check/elements/videorate.c: (cleanup_videorate):
2061 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
2062 * tests/check/elements/volume.c: (cleanup_volume):
2063 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
2064 (cleanup_vorbisdec):
2065 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2066 (cleanup_vorbistag):
2067 consistent pad (de)activation
2069 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
2071 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2072 Forgot to register the extensions.
2074 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
2076 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
2078 Add typefinder for VIVO files (my christmas present to the 90s).
2080 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
2082 * gst/playback/gstdecodebin.c: (type_found):
2083 Special-case the text/plain media type: we only want to recognise it
2084 as a 'raw' decoded media type if it comes from a demuxer or subtitle
2085 parser, but not if the entire stream is of text/plain type. If the
2086 entire stream is text/plain, we should just error out.
2088 This fixes playback of audio files with lyrics in totem. Totem can't
2089 distinguish between text files and subtitle files and passes any
2090 .txt file with the same basename as the main file to playbin as
2091 suburi, and playbin will then throw a 'subtitle found, but no video
2092 stream' error, which isn't entirely helpful. See #380342.
2094 Also, with this change we'll show a slightly more correct error
2095 message in case totem passes a playlist file to us (although a
2096 custom error message wording instead of the default text would
2097 probably not be a bad idea either).
2099 Same problem also needs to be fixed for playbin+decodebin2.
2101 * tests/check/Makefile.am:
2102 * tests/check/elements/decodebin.c: (src_handoff_cb),
2103 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
2105 Add simple unit test for decodebin for the above.
2107 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
2109 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
2110 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
2111 Refuse to change state to READY when we failed to create any of the
2112 required elements in our instance init function.
2114 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
2116 * docs/libs/gst-plugins-base-libs-sections.txt:
2117 Small docs fixes/updates.
2119 * gst-libs/gst/video/gstvideosink.h:
2120 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
2121 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
2122 removed from the base sink API between 0.9.6 and 0.9.7).
2123 API: add GST_VIDEO_SINK_CAST and use it for the height/width
2124 accessor macros, so we don't do a runtime GObject type check every
2127 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
2130 * gst-plugins-base.doap:
2131 * gst-plugins-base.spec.in:
2134 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
2136 Patch by: Jens Granseuer <jensgr at gmx net>
2138 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2139 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2140 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2141 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2142 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2143 Declare variables at the beginning of a block. Fixes #383195.
2145 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
2148 Bump version nano - back to CVS.
2151 === release 0.10.11 ===
2153 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
2156 releasing 0.10.11, "Dumb things"
2158 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
2160 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
2161 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
2162 Handle the case where an element has multiple pads with
2163 unfixed caps as well as still possibly producing more dynamic
2164 pads by storing each case as a distinct entry in the dynamic list.
2167 2006-12-04 Wim Taymans <wim@fluendo.com>
2169 * gst/playback/gstdecodebin.c: (close_pad_link):
2170 Fix #382223, add more dynamic caps handling.
2172 2006-12-04 Wim Taymans <wim@fluendo.com>
2174 reviewed by: <delete if not using a buddy>
2176 * gst-libs/gst/audio/gstringbuffer.h:
2177 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
2178 (gst_netaddress_set_ip4_interface),
2179 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
2180 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
2181 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
2182 (gst_netaddress_get_ttl):
2183 * gst-libs/gst/netbuffer/gstnetbuffer.h:
2184 * gst/playback/gstdecodebin.c: (close_pad_link):
2185 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
2186 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
2187 * win32/common/config.h:
2189 2006-12-01 Michael Smith <msmith@fluendo.com>
2191 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2192 Delete bad debug code.
2195 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
2197 * gst/videoscale/vs_4tap.c:
2199 * win32/common/config.h:
2200 * win32/vs8/libgstvideoscale.vcproj:
2201 Fix compilation on win32 under VS8
2202 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2203 Partially fixes #381175
2205 2006-11-30 Michael Smith <msmith@fluendo.com>
2207 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2209 It would be very bad if, after a discont buffer, we thought every
2210 single following buffer was also discont. So, add to the test to
2211 ensure that this isn't the case.
2213 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
2214 ... it was the case. So fix it.
2216 2006-11-28 Wim Taymans <wim@fluendo.com>
2218 * gst/playback/gstplaybasebin.c: (check_queue_event):
2221 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2222 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
2223 padtemplate caps. Refixes #357577.
2225 2006-11-28 Wim Taymans <wim@fluendo.com>
2227 * gst/playback/gstplaybasebin.c: (check_queue_event),
2228 (queue_threshold_reached), (queue_out_of_data),
2229 (gen_preroll_element):
2230 Add event probe to see when EOS is in a queue and we can disable the
2231 underrun signals. Fixes #357577.
2233 2006-11-28 Edward Hervey <edward@fluendo.com>
2235 * gst/playback/Makefile.am:
2236 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
2237 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
2238 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2239 (gst_decode_bin_init), (gst_decode_bin_dispose),
2240 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
2241 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2242 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2243 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2244 (connect_element), (expose_pad), (type_found),
2245 (pad_added_group_cb), (pad_removed_group_cb),
2246 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2247 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2248 (are_raw_caps), (multi_queue_overrun_cb),
2249 (multi_queue_underrun_cb), (gst_decode_group_new),
2250 (get_current_group), (group_demuxer_event_probe),
2251 (gst_decode_group_control_demuxer_pad),
2252 (gst_decode_group_control_source_pad),
2253 (gst_decode_group_check_if_blocked),
2254 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2255 (gst_decode_group_hide), (gst_decode_group_free),
2256 (gst_decode_group_set_complete), (source_pad_blocked_cb),
2257 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2258 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2260 New decodebin2 element.
2262 * gst/playback/gstplay-marshal.list:
2263 Added marshallers for new signals in decodebin2
2264 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2265 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2268 2006-11-28 Wim Taymans <wim@fluendo.com>
2270 * gst/playback/gstplaybasebin.c: (setup_source),
2271 (gst_play_base_bin_change_state):
2272 Disable rtsp:// uris for the release, it's not good enough yet.
2275 2006-11-26 Wim Taymans <wim@fluendo.com>
2277 * ext/theora/theoradec.c: (gst_theora_dec_reset),
2278 (theora_dec_push_forward), (theora_dec_push_reverse),
2279 (theora_handle_data_packet), (theora_dec_decode_buffer),
2280 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2281 (theora_dec_chain_forward), (theora_dec_chain):
2282 Implement reverse playback.
2284 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2285 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2286 (vorbis_dec_chain_forward):
2287 Clear buffers used for reverse playback in _reset.
2288 No need to set the eos flag, we clip samples using the segment.
2290 2006-11-24 Wim Taymans <wim@fluendo.com>
2292 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2293 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2294 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2295 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2297 Handle continued pages in reverse mode.
2299 2006-11-24 Wim Taymans <wim@fluendo.com>
2301 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2302 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2303 (vorbis_dec_flush_decode):
2305 Don't try to add invalid timestamps.
2306 Clipping will unref the buffer.
2308 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2310 * gst/adder/gstadder.h:
2311 * gst/audiotestsrc/gstaudiotestsrc.h:
2312 remove obsolete _factory_init protos
2314 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2316 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2317 Fix spacing in debug message.
2319 2006-11-23 Wim Taymans <wim@fluendo.com>
2321 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2322 (gst_ogg_demux_chain):
2323 Don't just ignore return values from _pad_push().
2324 Small debug improvements.
2326 2006-11-23 Michael Smith <msmith@fluendo.com>
2328 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2329 If our incoming buffer is marked as DISCONT, then increment the page
2330 number (so that the discontinuity is marked in the final ogg
2331 bitstream) and flush the previous page.
2333 2006-11-22 Michael Smith <msmith@fluendo.com>
2335 * ext/theora/gsttheoraenc.h:
2336 * ext/theora/theoraenc.c: (gst_theora_enc_init),
2337 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2338 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2339 (theora_enc_chain), (theora_enc_change_state):
2340 Mark discontinuities of > 3/4 of a frame, reinit encoder.
2342 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2343 (GST_START_TEST), (theoraenc_suite):
2344 Enable discontinuity test, fix it.
2346 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2348 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2349 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2350 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2351 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2352 (gst_text_overlay_change_state):
2353 * ext/pango/gsttextoverlay.h:
2354 Some textoverlay fixes: for one, in the video chain function,
2355 actually wait for a text buffer to come in if there is none at the
2356 moment and there should be one; also, deal more gracefully with
2357 incoming buffers that do not have a timestamp or duration; discard
2358 text buffer when not needed any longer. Fixes #341681.
2360 * tests/check/Makefile.am:
2361 * tests/check/elements/.cvsignore:
2362 * tests/check/elements/textoverlay.c:
2363 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2364 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2365 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2366 (test_video_waits_for_text_send_text_newsegment_thread),
2367 (test_video_waits_for_text_shutdown_element),
2368 (test_render_continuity_push_video_buffers_thread),
2369 (textoverlay_suite):
2370 Add some unit tests for textoverlay.
2372 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2374 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2375 Avoid integer underflow when the found probability for mp3 is
2376 smaller than the 'penalty' we subtract if there's not a clean
2377 mp3 header sync at offset 0.
2379 2006-11-21 Stefan Kost <ensonic@users.sf.net>
2381 * docs/libs/gst-plugins-base-libs-sections.txt:
2382 Add some new symbols to the docs
2384 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2386 * tests/check/Makefile.am:
2387 * tests/check/elements/ffmpegcolorspace.c:
2388 (ffmpegcolorspace_suite):
2389 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2390 (for now not for valgrinding though, since it takes too long).
2392 2006-11-20 Wim Taymans <wim@fluendo.com>
2394 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2395 (gst_ffmpeg_pixfmt_to_caps):
2396 Fix RGBA32 caps. Fixes #357038.
2398 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2400 * gst-libs/gst/interfaces/mixertrack.h:
2401 Add FIXME so we can add some padding here in 0.11
2403 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
2405 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2406 Fix GstBaseRTPAudioPayload structure so the whole GObject
2407 inheritance business actually works (parent class instance structure
2408 must always come first in the derived class instance structure).
2410 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
2412 * gst/videotestsrc/Makefile.am:
2413 * tests/check/Makefile.am:
2414 Make sure our checks and the videotestsrc plugin link against the
2415 local uninstalled gst libs and not any installed gst libs that
2416 might happen to exist as well.
2418 * tests/check/elements/adder.c: (message_received),
2419 (test_event_message_received), (test_play_twice_message_received):
2420 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2421 Fix compiler warnings when compiling against core with disabled
2424 2006-11-16 Michael Smith <msmith@fluendo.com>
2426 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2427 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2428 Fix audiorate, so that it accurately sets offsets and timestamps.
2429 Doesn't change the fundamental algorithmic decisions; so should be
2432 * tests/check/Makefile.am:
2433 Enable audiorate test now that it passes.
2435 2006-11-09 Stefan Kost <ensonic@users.sf.net>
2437 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2438 clear xv when going to NULL, remove // commented non-existant proto
2440 * tests/examples/seek/seek.c: (main):
2441 add missing tooltip description for scrub and play_scrub
2443 2006-11-14 David Schleef <ds@schleef.org>
2446 Bump liboil requirement to 0.3.8.
2447 * gst-libs/gst/riff/riff-media.c:
2449 * gst/videoscale/vs_image.h:
2450 * gst/videoscale/vs_scanline.h:
2451 Use liboil's stdint.h.
2452 * gst/videotestsrc/videotestsrc.c:
2453 Remove liboil related ifdef's, since they aren't needed now, and
2454 won't work with future versions.
2456 2006-11-14 David Schleef <ds@schleef.org>
2458 * gst/videoscale/Makefile.am:
2459 * gst/videoscale/gstvideoscale.c:
2460 * gst/videoscale/gstvideoscale.h:
2461 * gst/videoscale/vs_4tap.c:
2462 * gst/videoscale/vs_4tap.h:
2463 * gst/videoscale/vs_image.c:
2464 * gst/videoscale/vs_image.h:
2465 * gst/videoscale/vs_scanline.c:
2466 * gst/videoscale/vs_scanline.h:
2467 Add a 4-tap image scaler. Theoretically looks much prettier.
2468 The tap calculation could use some improvement.
2470 2006-11-14 Wim Taymans <wim@fluendo.com>
2472 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2474 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2475 (gst_riff_parse_strf_iavs):
2476 * gst/subparse/gstsubparse.c: (convert_encoding):
2477 * gst/tcp/gstmultifdsink.c:
2478 (gst_multi_fd_sink_handle_client_write):
2479 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2480 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2481 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2482 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2483 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2484 (gst_ximagesink_ximage_new):
2485 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2486 Various gsize and gssize printf fixes. Fixes #372507.
2488 2006-11-13 Wim Taymans <wim@fluendo.com>
2490 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2491 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2492 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2493 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2494 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2495 * ext/vorbis/vorbisdec.h:
2496 First stab at vorbis reverse playback.
2498 2006-11-13 Wim Taymans <wim@fluendo.com>
2500 * gst-libs/gst/audio/gstbaseaudiosink.c:
2501 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2502 * gst-libs/gst/audio/gstbaseaudiosink.h:
2503 Make the clock sync code more accurate wrt resampling and playback
2506 * gst-libs/gst/audio/gstringbuffer.c:
2507 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2508 * gst-libs/gst/audio/gstringbuffer.h:
2509 Use better algorithm to interpolate sample rates.
2511 2006-11-13 Michael Smith <msmith@fluendo.com>
2513 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2514 Improve a debug line slightly.
2516 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2517 Call gst_riff_init() in plugin_init, to avoid getting errors from
2518 the debug system (unrelated changes to another plugin made this turn
2521 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2523 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2525 * win32/common/libgsttag.def:
2526 Add missing symbol (#366492).
2528 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2530 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2531 Don't unref a NULL pad.
2533 2006-11-09 Wim Taymans <wim@fluendo.com>
2535 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2536 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2537 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2538 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2539 (gst_ogg_demux_loop):
2540 Implement first stab at reverse playback.
2542 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2544 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2545 (gst_riff_create_video_template_caps):
2546 add h263/h264 variants to the caps, Fixes #363118
2548 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2550 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2551 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2552 Use g_strerror instead of strerror so we get UTF-8.
2554 2006-11-03 David Schleef <ds@schleef.org>
2556 * ext/ogg/gstoggdemux.c:
2557 * ext/ogg/gstoggmux.c:
2558 Add/remove KW-DIRAC header here, since it is ogg-specific.
2560 2006-11-03 Michael Smith <msmith@fluendo.com>
2562 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2563 Recognise more mpeg4 elementary video streams.
2565 2006-11-02 Edward Hervey <edward@fluendo.com>
2567 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2568 Lower the probability of mp3 typefinding functions if we don't find a
2569 valid mp3 header at the start of the file.
2572 2006-11-02 Wim Taymans <wim@fluendo.com>
2574 * ext/theora/gsttheoradec.h:
2575 * ext/theora/theoradec.c: (gst_theora_dec_init),
2576 (theora_dec_sink_event), (theora_dec_chain_forward),
2577 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2579 Document and partially implement an algorithm for doing reverse playback
2582 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2584 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2586 * win32/common/config.h:
2587 * win32/common/interfaces-enumtypes.c:
2588 * win32/common/libgsttag.def:
2589 * win32/vs8/gst-plugins-base.sln:
2590 * win32/vs8/libgstaudioresample.vcproj:
2591 * win32/vs8/libgstinterfaces.vcproj:
2592 * win32/vs8/libgstogg.vcproj:
2593 * win32/vs8/libgstriff.vcproj:
2594 * win32/vs8/libgsttag.vcproj:
2595 * win32/vs8/libgsttheora.vcproj:
2596 * win32/vs8/libgstvideoscale.vcproj:
2597 * win32/vs8/libgstvorbis.vcproj:
2598 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2599 to libgsttag.def; add missing dependencies for some vs8 projects;
2600 re-arrange placement of .def files in vs8 projects (#366334).
2602 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2605 Remove unused variable.
2607 * ext/ogg/gstoggdemux.c:
2608 Fix Wim's surname in plugin description.
2610 2006-10-31 Wim Taymans <wim@fluendo.com>
2612 * gst-plugins-base.spec.in:
2613 spec new .h file. Fixes #368310.
2615 2006-10-31 Michael Smith <msmith@fluendo.com>
2617 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2618 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2619 (gst_multi_fd_sink_get_stats),
2620 (gst_multi_fd_sink_remove_client_link),
2621 (gst_multi_fd_sink_queue_buffer),
2622 (gst_multi_fd_sink_handle_clients):
2623 * gst/tcp/gstmultifdsink.h:
2624 Make using the remove or clear signals threadsafe.
2625 Make calling get-stats with an invalid fd not segfault.
2628 2006-10-31 Wim Taymans <wim@fluendo.com>
2630 * gst-libs/gst/rtp/Makefile.am:
2631 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2632 (gst_base_rtp_audio_payload_init):
2633 Fix and activate base audio payloader.
2635 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2637 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2639 Add typefinder for QuickTime Image Files (see #366156).
2641 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2643 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2644 Another typo fix (#366212).
2646 2006-10-27 Wim Taymans <wim@fluendo.com>
2648 * gst/volume/gstvolume.c: (volume_transform_ip):
2649 Use stream time to synchronize volume property instead of rather random
2650 timestamps. This is needed when gnonlin does its time shifting.
2652 2006-10-27 Wim Taymans <wim@fluendo.com>
2654 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2656 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2657 Remove the pad from the element in release_pad. Fixes #364812.
2659 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2661 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2662 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2663 Explicitly create our custom buffer classes at a thread-safe
2664 location as well, since g_type_class_ref() doesn't seem to be
2665 entirely thread-safe either (#365501; also see #349410).
2667 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2669 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2670 (gst_riff_parse_info):
2671 If strings in INFO chunk are not UTF-8, do something similar to
2672 what we do for ID3v1 tags: check a number of environment variables
2673 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2674 character sets to try, otherwise try the current locale and/or fall
2675 back on ISO-8859-1. Fixes #360552.
2677 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2679 * gst/videotestsrc/gstvideotestsrc.c:
2680 (gst_video_test_src_pattern_get_type),
2681 (gst_video_test_src_set_pattern):
2682 * gst/videotestsrc/gstvideotestsrc.h:
2683 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2684 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2685 (gst_video_test_src_checkers8):
2686 * gst/videotestsrc/videotestsrc.h:
2687 Add a bunch of exciting new checkers patterns.
2689 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2691 * gst/subparse/Makefile.am:
2692 * gst/subparse/gstsubparse.c:
2693 (gst_sub_parse_data_format_autodetect),
2694 (gst_sub_parse_format_autodetect), (handle_buffer),
2695 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2696 * gst/subparse/gstsubparse.h:
2697 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2699 * gst/subparse/tmplayerparse.h:
2700 Add support for TMPlayer-type subtitles (#362845).
2702 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2703 (GST_START_TEST), (subparse_suite):
2704 Add some basic unit tests for the above.
2706 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2708 * tests/check/elements/audiorate.c: (test_injector_base_init),
2709 (test_injector_class_init), (test_injector_chain),
2710 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2711 (GST_START_TEST), (audiorate_suite):
2712 More tests for audiorate: inject buffers to check behaviour when
2715 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2717 * tests/check/Makefile.am:
2718 * tests/check/elements/.cvsignore:
2719 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2720 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2721 Add some basic unit tests for audiorate. Disabled at the moment
2722 since it doesn't pass yet (see bug #363119).
2724 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2726 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2727 (parse_subrip), (handle_buffer):
2728 Add missing closing tags for markup and fix broken markup,
2729 otherwise pango won't render anything (fixes #357531). Also,
2730 make sure the text we send out is always NUL-terminated
2731 (better safe than sorry etc.).
2733 * tests/check/elements/subparse.c: (test_srt_do_test),
2735 Some more tests for .srt incl. tests for the above stuff.
2737 2006-10-20 Julien MOUTTE <julien@moutte.net>
2739 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2740 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2741 Patch by: Stefan Kost <ensonic@users.sf.net>
2742 Try to redraw borders only when needed. Apparently this consumes
2743 resources on small devices... :-O (#363607)
2745 2006-10-20 Michael Smith <msmith@fluendo.com>
2747 * gst/tcp/gstmultifdsink.c:
2748 (gst_multi_fd_sink_client_queue_buffer):
2749 If caps change, then update the client's idea of the caps so that we
2750 don't end up re-sending streamheaders for every single buffer after
2753 2006-10-20 Michael Smith <msmith@fluendo.com>
2755 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2756 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2757 Set caps on pushed buffers; fix up refcounting of caps objects.
2759 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2761 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2763 Typefind mmsh header data packet to application/x-mmsh (#362625).
2765 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2767 * tests/check/Makefile.am:
2768 * tests/check/elements/.cvsignore:
2769 * tests/check/elements/subparse.c: (buffer_from_static_string),
2770 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2771 (GST_START_TEST), (subparse_suite):
2772 Add very simple unit test for subparse.
2774 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2776 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2778 Strip trailing newlines from subtitle text output.
2780 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2782 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2783 (gst_sub_parse_change_state):
2784 Fix memleak; clear subparse->textbuf n state change function.
2786 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2788 * gst/subparse/gstsubparse.c:
2789 (gst_sub_parse_data_format_autodetect):
2790 Don't require subrip (.srt) files to start with a chunk number of 1.
2792 2006-10-18 Wim Taymans <wim@fluendo.com>
2794 * gst-libs/gst/audio/gstbaseaudiosink.c:
2795 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2796 * gst-libs/gst/audio/gstbaseaudiosink.h:
2797 Extract rate from the NEWSEGMENT event.
2798 Use commit_full to also take rate adjustment into account when writing
2799 samples to the ringbuffer.
2801 * gst-libs/gst/audio/gstringbuffer.c:
2802 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2803 (gst_ring_buffer_read):
2804 * gst-libs/gst/audio/gstringbuffer.h:
2805 Added _commit_full() to also take rate into account.
2806 Use simple interpolation algorithm to resample audio.
2807 API: gst_ring_buffer_commit_full()
2809 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2810 * tests/examples/seek/seek.c: (segment_done):
2811 Don't try to seek with 0.0 rate, just pause instead.
2812 Remove bogus debug line.
2814 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2816 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2818 Catch async errors when starting up the subtitle bin, so we can
2819 stop waiting and continue with the main film instead of hanging
2820 forever. Fixes #339366.
2822 * tests/check/elements/playbin.c: (playbin_suite):
2823 Enable unit test for the above.
2825 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2827 * tests/check/Makefile.am:
2828 * tests/check/elements/.cvsignore:
2829 * tests/check/elements/playbin.c: (GST_START_TEST),
2830 (gst_red_video_src_uri_get_type),
2831 (gst_red_video_src_uri_get_protocols),
2832 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2833 (gst_red_video_src_uri_handler_init),
2834 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2835 (gst_red_video_src_create), (gst_red_video_src_class_init),
2836 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2837 Some small and basic unit tests for playbin; not very useful yet,
2838 but at least a start.
2840 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2842 * gst/playback/gstplaybin.c: (setup_sinks):
2843 The old pad activation spiel.
2845 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2847 * gst/playback/gstplaybasebin.c: (setup_source):
2848 Don't hang forever if the subbin already fails to start up in
2849 the state change to PAUSED (#339366).
2851 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2853 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2854 (gst_tuner_set_channel), (gst_tuner_get_channel),
2855 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2856 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2857 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2858 (gst_tuner_find_channel_by_name):
2859 Fix some function guards, add some more function guards.
2861 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2863 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2864 (remove_element_chain):
2865 Don't return a pad from get_our_ghost_pad unless it is actually the
2867 Change a cast in remove_element_chain slightly.
2869 2006-10-13 Julien MOUTTE <julien@moutte.net>
2871 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2872 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2873 Segment seeking needs to use the rate and set stop to -1.
2875 2006-10-13 Wim Taymans <wim@fluendo.com>
2877 * gst-libs/gst/audio/gstbaseaudiosink.c:
2878 (gst_base_audio_sink_setcaps):
2879 Don't crash when ringbuffer is not yet created.
2880 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2883 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2884 * gst/playback/gststreamselector.c:
2885 (gst_stream_selector_request_new_pad):
2886 Activate pads befre adding them to running elements.
2888 2006-10-13 Julien MOUTTE <julien@moutte.net>
2890 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2891 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2892 updater when we start grabing the slider. Don't wait for the
2893 pipeline to be PAUSED.
2895 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2897 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2898 (gst_mixer_set_volume), (gst_mixer_get_volume),
2899 (gst_mixer_set_mute), (gst_mixer_set_option),
2900 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2901 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2902 (gst_mixer_option_changed):
2903 Guard mixer interface functions against bogus arguments.
2905 2006-10-12 Julien MOUTTE <julien@moutte.net>
2907 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2908 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2909 (msg_state_changed), (main): Use state-changed messages to trigger
2910 start/stop of scale update timer. Indeed the scale slider was
2911 jumping here and there because the update timer was activated
2912 before seek completed. This fixes instant applying of rate changes
2913 by pressing the spinbutton like a crazy man !
2915 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2917 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2919 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2920 (gst_basertppayload_finalize):
2921 Fix two small memory leaks (#361456).
2923 2006-10-10 Julien MOUTTE <julien@moutte.net>
2925 * tests/examples/seek/seek.c: (do_seek),
2926 (rate_spinbutton_changed_cb): When changing spinbutton we try
2927 to change the rate on the fly.
2929 2006-10-10 Wim Taymans <wim@fluendo.com>
2931 * gst-libs/gst/riff/riff-ids.h:
2932 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2933 (gst_riff_create_audio_template_caps):
2936 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2938 Patch by: Josep Torre Valles <josep@fluendo.com>
2940 * ext/gnomevfs/gstgnomevfssink.c:
2941 * ext/gnomevfs/gstgnomevfssrc.c:
2942 Fix URI interface implementation return type.
2943 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2944 Fix what looks like a copy/paste issue when assigning values.
2945 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2946 (gst_audio_filter_template_get_type):
2947 Cast to prevent Forte warnings.
2948 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2949 Fix URI interface implementation return type.
2950 gst_pad_query_position requires a signed integer pointer as
2951 3rd parameter, GstClockTime is unsigned.
2952 * gst/audioconvert/audioconvert.c:
2953 Fix integer overflow when treated as signed.
2954 * gst/audioresample/resample.c: (resample_add_input_data):
2955 Cast to prevent warnings on Forte.
2956 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2957 Fix integer overflow when treated as signed.
2958 * gst/ffmpegcolorspace/imgconvert_template.h:
2959 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2960 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2961 (cleanup_decodebin):
2962 Who initialises a guint to -1!
2963 Cast function pointers to prevent warnings on Forte.
2964 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2965 (queue_threshold_reached):
2966 Cast function pointers correctly to prevent warnings on Forte.
2967 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2968 Cast function pointers correctly to prevent warnings on Forte.
2969 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2970 Obvious change to unsigned, 0xEF > max signed char.
2971 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2972 GstClockTime is unsigned, initialise correctly.
2973 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2974 Cast so pointer arithemetic doesn't cause warnings on Forte.
2975 * gst/videorate/gstvideorate.c:
2976 Use correct return value.
2977 * tests/examples/seek/scrubby.c:
2978 GstClockTime is unsigned, initialise correctly.
2980 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2982 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2984 * gst/typefind/gsttypefindfunctions.c:
2985 Recognise XML files and XML-like files shorter than 256 bytes as
2986 well (fixes #359237).
2988 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2990 Patch by: Renato Filho <renato.filho@indt.org.br>
2992 * gst/typefind/gsttypefindfunctions.c:
2993 Added typefind functions to video/x-nuv media.
2995 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2997 * gst-libs/gst/interfaces/xoverlay.c:
2998 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2999 Some more guards against invalid input.
3001 2006-10-07 Julien MOUTTE <julien@moutte.net>
3003 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
3005 * tests/examples/seek/seek.c: (do_seek),
3006 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
3007 seek example to experiment with rates != 1.0 (reverse playback !)
3009 2006-10-06 Stefan Kost <ensonic@users.sf.net>
3011 * gst-libs/gst/interfaces/xoverlay.c:
3012 Unref message in doc-example (spotted by Robert McQueen)
3014 2006-10-06 Wim Taymans <wim@fluendo.com>
3016 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3017 (mpeg1_parse_header), (mpeg1_sys_type_find):
3020 2006-10-06 Wim Taymans <wim@fluendo.com>
3022 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3024 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
3025 Activate dynamic pads before adding them to the element.
3027 2006-10-06 Michael Smith <msmith@fluendo.com>
3029 * gst-libs/gst/floatcast/floatcast.h:
3030 Fix obviously-bogus macros; use the correct types.
3032 2006-10-06 Wim Taymans <wim@fluendo.com>
3034 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3035 (gst_base_rtp_depayload_change_state):
3036 Also call parent state change function to activate pads.
3038 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3039 (mpeg1_parse_header), (mpeg1_sys_type_find):
3040 Add some more debug info in mpeg typefinding.
3042 2006-10-06 Michael Smith <msmith@fluendo.com>
3044 * ext/theora/theoradec.c: (theora_dec_chain):
3045 Zero byte theora packets are valid and well-defined; don't warn on
3048 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
3050 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3051 (gst_multi_fd_sink_get_stats), (find_limits),
3052 (gst_multi_fd_sink_queue_buffer):
3053 API: add dropped_buffers to the get-stats GValueArray
3055 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
3057 * ext/alsa/gstalsadeviceprobe.c:
3058 (gst_alsa_device_property_probe_get_values):
3059 * ext/alsa/gstalsasink.c: (set_hwparams):
3060 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
3061 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
3062 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
3063 (gst_ogg_mux_process_best_pad):
3064 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
3065 (gst_ogg_parse_chain):
3066 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3067 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3068 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
3069 (gst_vorbis_enc_buffer_check_discontinuous):
3070 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
3071 * gst-libs/gst/audio/gstbaseaudiosink.c:
3072 (gst_base_audio_sink_render):
3073 * gst-libs/gst/cdda/gstcddabasesrc.c:
3074 (gst_cdda_base_src_handle_track_seek):
3075 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3076 (gst_base_rtp_depayload_push_full):
3077 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3078 * gst/audioresample/resample.c: (resample_input_pushthrough):
3079 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
3080 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3081 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3082 (wavpack_type_find):
3083 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3084 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3085 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
3086 * tests/check/elements/volume.c: (GST_START_TEST):
3087 Printf format fixes.
3089 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
3091 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
3092 Fix a simple mistake (see the docs)
3095 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
3097 * docs/plugins/Makefile.am:
3098 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3099 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3100 * docs/plugins/gst-plugins-base-plugins.args:
3101 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3102 * docs/plugins/inspect/plugin-adder.xml:
3103 * docs/plugins/inspect/plugin-alsa.xml:
3104 * docs/plugins/inspect/plugin-audioconvert.xml:
3105 * docs/plugins/inspect/plugin-audiorate.xml:
3106 * docs/plugins/inspect/plugin-audioresample.xml:
3107 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3108 * docs/plugins/inspect/plugin-cdparanoia.xml:
3109 * docs/plugins/inspect/plugin-decodebin.xml:
3110 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3111 * docs/plugins/inspect/plugin-gdp.xml:
3112 * docs/plugins/inspect/plugin-gnomevfs.xml:
3113 * docs/plugins/inspect/plugin-libvisual.xml:
3114 * docs/plugins/inspect/plugin-ogg.xml:
3115 * docs/plugins/inspect/plugin-pango.xml:
3116 * docs/plugins/inspect/plugin-playbin.xml:
3117 * docs/plugins/inspect/plugin-subparse.xml:
3118 * docs/plugins/inspect/plugin-tcp.xml:
3119 * docs/plugins/inspect/plugin-theora.xml:
3120 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3121 * docs/plugins/inspect/plugin-video4linux.xml:
3122 * docs/plugins/inspect/plugin-videorate.xml:
3123 * docs/plugins/inspect/plugin-videoscale.xml:
3124 * docs/plugins/inspect/plugin-videotestsrc.xml:
3125 * docs/plugins/inspect/plugin-volume.xml:
3126 * docs/plugins/inspect/plugin-vorbis.xml:
3127 * docs/plugins/inspect/plugin-ximagesink.xml:
3128 * docs/plugins/inspect/plugin-xvimagesink.xml:
3129 Add vorbistag element to docs; update version numbers to 0.10.10.1.
3131 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
3133 Patch by: James "Doc" Livingston <doclivingston at gmail com>
3135 * ext/vorbis/Makefile.am:
3136 * ext/vorbis/vorbis.c: (plugin_init):
3137 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
3138 (vorbis_parse_parse_packet), (vorbis_parse_chain):
3139 * ext/vorbis/vorbisparse.h:
3140 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
3141 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
3142 (gst_vorbis_tag_parse_packet):
3143 * ext/vorbis/vorbistag.h:
3144 Add new vorbistag element which derives from vorbisparse
3145 and is essentially the same as well, only that it implements
3146 the GstTagSetter interface and can modify the stream's
3147 vorbiscomment on the fly (#335635).
3149 * tests/check/Makefile.am:
3150 * tests/check/elements/.cvsignore:
3151 * tests/check/elements/vorbistag.c: (setup_vorbistag),
3152 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
3153 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
3154 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
3155 Add unit test for new vorbistag element.
3157 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
3159 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
3160 (vorbis_parse_push_headers), (vorbis_parse_chain):
3161 Set BOS flag in packet structure to fix 'jump depends
3162 on unitialized value' errors in valgrind; various minor
3165 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
3167 * gst/playback/gstdecodebin.c: (close_pad_link):
3168 Fix typo in a debug statement.
3170 * gst/playback/gstplaybasebin.c: (probe_triggered),
3171 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
3172 (gen_source_element), (source_new_pad), (analyse_source),
3174 When handling no_more_pads in new_decoded_pad, make sure to treat
3175 subtitle pads correctly. Fixes playback with subtitle files.
3177 Move a recurring message to LOG level.
3179 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3180 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
3181 which ends up as -1 when cast to an int. Make the logic handle the
3182 max value as an unsigned mask and only change the colorkey when it's
3183 a value we recognise.
3185 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3187 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3188 Removed empty * between paragraphs
3190 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3192 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3193 * gst-libs/gst/rtp/README:
3194 Moved some documentation into .c file
3196 2006-09-29 Wim Taymans <wim@fluendo.com>
3198 * gst/playback/gstdecodebin.c: (no_more_pads):
3201 2006-09-29 Wim Taymans <wim@fluendo.com>
3203 * gst/playback/gstdecodebin.c: (new_caps):
3206 * gst/playback/gstplaybin.c:
3209 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
3211 * tests/check/Makefile.am:
3212 Re-enable cddabasesrc test to see if it works again
3215 2006-09-29 Wim Taymans <wim@fluendo.com>
3217 * gst/playback/gstplaybasebin.c: (setup_subtitle),
3218 (gen_source_element):
3219 Handle invalid URIs a bit more gracefully.
3221 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
3223 * tests/check/pipelines/oggmux.c:
3224 Remove obsolete comment.
3226 2006-09-29 Michael Smith <msmith@fluendo.com>
3228 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3229 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
3230 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3231 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
3232 (gst_ogg_mux_collected):
3233 Commit patch from James "Doc" Livingston, adds proper EOS handling
3234 in oggmux. GStreamer can, for the first time ever, create a valid
3237 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
3239 Reenable tests now that they pass.
3241 2006-09-29 Wim Taymans <wim@fluendo.com>
3243 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3244 Stop reading commands when EOF (we read 0) as well.
3246 2006-09-28 Wim Taymans <wim@fluendo.com>
3248 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3249 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3250 (find_dynamic), (unlinked), (close_link):
3251 Implement delayed caps linking needed for element with a lot of
3252 different caps on the src pads that get fixed at runtime.
3253 Improve management of dynamic elements.
3255 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3256 (group_destroy), (group_commit), (check_queue), (queue_overrun),
3257 (gen_preroll_element), (remove_groups), (unknown_type),
3258 (add_element_stream), (no_more_pads_full), (no_more_pads),
3259 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3260 (new_decoded_pad), (setup_subtitle), (array_has_value),
3261 (gen_source_element), (source_new_pad), (has_all_raw_caps),
3262 (analyse_source), (remove_decoders), (make_decoder),
3263 (remove_source), (setup_source), (finish_source), (prepare_output),
3264 (gst_play_base_bin_change_state):
3265 * gst/playback/gstplaybasebin.h:
3266 Use more _CAST instead of full type checking casts.
3267 Small cleanups, plug some leaks.
3268 Handle dynamic sources.
3269 Add some helper functions to create lists of strings used for
3270 blacklisting and other stuff.
3271 Refactor some code dealing with analysing the source.
3272 Re-enable sources without pads (like cd:// or other selfcontained
3275 2006-09-28 Wim Taymans <wim@fluendo.com>
3277 * gst-libs/gst/audio/gstbaseaudiosink.c:
3278 (gst_base_audio_sink_render):
3279 When we have a timestamp, we can still perform clipping.
3280 When we have no clock, we must play the sample ASAP.
3282 2006-09-28 Wim Taymans <wim@fluendo.com>
3284 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3285 Set caps on outgoing buffers.
3287 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3288 (gst_video_rate_event), (gst_video_rate_chain):
3289 * gst/videorate/gstvideorate.h:
3290 Fix videorate some more. Fixes #357977
3292 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3294 * tests/check/elements/adder.c: (adder_suite):
3295 Don't set timeout to 6 seconds when we're running
3296 in valgrind ... (and how is 6 seconds longer than
3297 the default anyway?)
3299 2006-09-28 Wim Taymans <wim@fluendo.com>
3301 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3302 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3303 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3304 Keep sink and src segment to keep track of time and support more
3306 Fix bogus next_offset and run_time calculation, don't understand how
3307 this could have worked before. Fixes #357976.
3308 Remove some unneeded vars.
3310 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3312 * gst/playback/gstplaybin.c: (remove_sinks):
3313 Only remove visualisation from visbin if there is a visbin (or:
3314 don't throw warnings when closing totem without playing a file).
3316 2006-09-27 Wim Taymans <wim@fluendo.com>
3318 * gst-libs/gst/audio/gstbaseaudiosink.c:
3319 (gst_base_audio_sink_render):
3320 Add some more info in a WARNING.
3322 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3323 (gst_base_audio_src_create):
3324 Handle PAUSE in create function, use new -core addition to
3325 wait for playing. Fixes pausing and resuming capture from an
3328 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3329 (gst_ring_buffer_read):
3331 Caller supports interrupted reads now.
3333 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3335 * tests/check/Makefile.am:
3336 Another attempt to make the gen64 buildbot happy.
3338 2006-09-27 Stefan Kost <ensonic@users.sf.net>
3340 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3342 * ext/libvisual/visual.c: (gst_visual_clear_actors),
3343 (gst_visual_chain), (gst_visual_change_state):
3344 Libvisual plugin was not passing audio data to libvisual 0.4.0
3345 correctly. Fixes #357800
3347 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3349 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3350 Add timeout to _get_state() so we see which pipeline it is
3351 that causes trouble on the gen64 build bot.
3353 2006-09-27 Wim Taymans <wim@fluendo.com>
3355 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3356 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3357 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3358 (gst_base_rtp_depayload_set_gst_timestamp):
3359 the source pad always uses fixed caps.
3361 2006-09-27 Wim Taymans <wim@fluendo.com>
3363 * docs/libs/gst-plugins-base-libs-docs.sgml:
3364 * docs/libs/gst-plugins-base-libs-sections.txt:
3365 * gst-libs/gst/audio/gstaudioclock.c:
3366 * gst-libs/gst/audio/gstaudioclock.h:
3367 * gst-libs/gst/audio/gstaudiosink.c:
3368 * gst-libs/gst/audio/gstaudiosink.h:
3369 * gst-libs/gst/audio/gstaudiosrc.c:
3370 * gst-libs/gst/audio/gstbaseaudiosink.c:
3371 (gst_base_audio_sink_render):
3372 * gst-libs/gst/audio/gstbaseaudiosink.h:
3373 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3374 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3375 * gst-libs/gst/audio/gstringbuffer.h:
3376 Added docs for the audio libs.
3378 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3380 * tests/check/Makefile.am:
3381 Temporarily disable test that fails on the bots for unknown reasons.
3383 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3385 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3386 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3387 Moved AudioCodecType into priv
3388 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3390 2006-09-25 Wim Taymans <wim@fluendo.com>
3392 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3393 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3394 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3396 Cleanups and small leak fixes.
3397 Added Depayloaders to valid list of autopluggable elements.
3399 2006-09-25 Wim Taymans <wim@fluendo.com>
3401 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3402 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3403 (gen_video_element), (gen_text_element), (gen_audio_element),
3404 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3405 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3406 Detect NO_PREROLL state change returns and disable clock distribution to
3407 the sinks so that sync is disabled.
3408 Avoid some type checking and do simple casts instead.
3409 Small cleanups, fix some FIXMEs.
3410 Be more robust when linking user specified elements, catch an report
3411 errors. Fixes #357404.
3412 Fix some leaks in the error paths.
3414 2006-09-25 Stefan Kost <ensonic@users.sf.net>
3417 ChangeLog surgery for missing bug-number
3419 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3421 Patch by: Peter Kjellerstedt <pkj at axis com>
3423 * gst/playback/test.c:
3424 Fix compilation with uClibc and -Werror (#357591).
3426 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3428 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3429 Parse dates that are followed by a time as well (#357532).
3431 * tests/check/libs/tag.c: (test_vorbis_tags):
3432 Add unit test for this.
3434 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3436 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3437 (gst_audio_convert_transform_caps):
3438 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3439 * gst/videotestsrc/videotestsrc.h:
3440 A few array const-ifications.
3442 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3444 * tests/check/Makefile.am:
3445 See if this makes the build bots happy.
3447 * tests/check/libs/cddabasesrc.c:
3450 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3452 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3454 * gst/subparse/samiparse.c: (handle_start_font),
3455 (fix_invalid_entities):
3456 More case-insensitivity for certain tags; recognise entities with
3457 decimal codes as special entities as well (#357330).
3459 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3461 * gst-libs/gst/Makefile.am:
3462 Need to build tag directory before cdda.
3464 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3466 * docs/libs/gst-plugins-base-libs-sections.txt:
3467 * gst-libs/gst/cdda/Makefile.am:
3468 * gst-libs/gst/cdda/gstcddabasesrc.c:
3469 (gst_cdda_base_src_base_init):
3470 * gst-libs/gst/cdda/gstcddabasesrc.h:
3471 * gst-libs/gst/tag/tag.h:
3472 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3473 (gst_tag_register_musicbrainz_tags):
3474 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3475 depend on libgsttag. This is required so we can extract/read tags like
3476 DISCID without depending on libgstcddabasesrc (which used to register
3479 * gst-libs/gst/tag/gstvorbistag.c:
3480 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3481 tags (also see #347848).
3483 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3484 Log vorbis comments we are actually writing. Const-ify array.
3486 2006-09-23 Wim Taymans <wim@fluendo.com>
3488 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3489 Improve buffering a bit by avoiding a deadlock because we cannot assume
3490 the underrun is always called.
3492 2006-09-23 Wim Taymans <wim@fluendo.com>
3494 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3496 * gst-libs/gst/riff/riff-ids.h:
3497 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3498 (gst_riff_create_audio_template_caps):
3499 Added MPEG-4 AAC and id and caps. Fixes #357289
3500 Added WMA9 Lossless id.
3502 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3504 * ext/gnomevfs/gstgnomevfssrc.c:
3505 Fix misleading docs addition.
3507 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3508 Get rid of compiler warning the right way.
3510 2006-09-22 Wim Taymans <wim@fluendo.com>
3512 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3513 (gst_base_rtp_depayload_finalize),
3514 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3515 (gst_base_rtp_depayload_push_full),
3516 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3517 (gst_base_rtp_depayload_process),
3518 (gst_base_rtp_depayload_set_gst_timestamp),
3519 (gst_base_rtp_depayload_queue_release):
3520 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3523 Refactored the process method and added methods to push from the process
3525 Use _scale functions.
3526 API: gst_base_rtp_depayload_push_ts
3527 API: gst_base_rtp_depayload_push
3529 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3530 timestamps are uint.
3532 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3534 * gst-libs/gst/interfaces/xoverlay.c:
3535 Remove unused statement from doc example.
3537 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3539 * gst-libs/gst/interfaces/videoorientation.c:
3540 (gst_video_orientation_iface_init),
3541 (gst_video_orientation_get_hflip),
3542 (gst_video_orientation_get_vflip),
3543 (gst_video_orientation_get_hcenter),
3544 (gst_video_orientation_get_vcenter),
3545 (gst_video_orientation_set_hflip),
3546 (gst_video_orientation_set_vflip),
3547 (gst_video_orientation_set_hcenter),
3548 (gst_video_orientation_set_vcenter):
3549 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3552 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3554 * tests/check/Makefile.am:
3555 * tests/check/elements/.cvsignore:
3556 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3557 (create_rgb_conversions), (rgb_conversion_free),
3558 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3559 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3560 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3561 but disable for now since it doesn't pass (something wrong with
3564 2006-09-21 Wim Taymans <wim@fluendo.com>
3566 * gst/playback/gstplaybasebin.c: (group_commit),
3567 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3568 (queue_out_of_data), (gen_preroll_element),
3569 (preroll_remove_overrun), (probe_triggered):
3570 Refactor handling of overrun detection.
3571 Separate handling of group completion and deadlock detection when doing
3572 network buffering. This should fix some deadlocks that were not detected
3573 because the group was completed.
3574 Add more comments, improve debugging.
3576 2006-09-21 Wim Taymans <wim@fluendo.com>
3578 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3579 * tests/check/libs/audio.c:
3580 Some more compilation fixes.
3582 2006-09-21 Wim Taymans <wim@fluendo.com>
3584 * gst-libs/gst/audio/gstringbuffer.c:
3585 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3586 (gst_ring_buffer_read):
3587 Early morning compilation fix.
3589 2006-09-20 Wim Taymans <wim@fluendo.com>
3591 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3592 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3593 * tests/check/elements/videorate.c: (GST_START_TEST):
3594 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3595 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3598 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3600 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3601 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3602 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3603 Handcrafted merge to help CVS understanding what I changed and what
3606 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3608 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3609 (gst_xvimagesink_get_times):
3610 change colorkey behaviour back according to #354773 comment 6/7
3612 2006-09-19 Michael Smith <msmith@fluendo.com>
3614 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3615 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3616 (gst_multi_fd_sink_recover_client),
3617 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3618 (gst_multi_fd_sink_get_property):
3619 * gst/tcp/gstmultifdsink.h:
3620 Implement stubbed out properties unit-type, units-soft-max,
3621 units-max, to allow specifying maximum sizes in units other than
3625 2006-09-19 Wim Taymans <wim@fluendo.com>
3627 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3628 (gst_riff_create_audio_template_caps):
3629 Reorder the audio formats a bit for clarity.
3630 Detect and create caps for MSGSM and MSN (WAV49).
3633 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3634 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3635 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3636 Small cleanups, move error handling out of normal flow for clarity.
3638 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3640 * docs/libs/gst-plugins-base-libs-docs.sgml:
3641 * docs/libs/gst-plugins-base-libs.types:
3642 * gst-libs/gst/interfaces/Makefile.am:
3643 * gst-libs/gst/interfaces/videoorientation.c:
3644 (gst_video_orientation_get_type),
3645 (gst_video_orientation_iface_init),
3646 (gst_video_orientation_get_hflip),
3647 (gst_video_orientation_get_vflip),
3648 (gst_video_orientation_get_hcenter),
3649 (gst_video_orientation_get_vcenter),
3650 (gst_video_orientation_set_hflip),
3651 (gst_video_orientation_set_vflip),
3652 (gst_video_orientation_set_hcenter),
3653 (gst_video_orientation_set_vcenter):
3654 * gst-libs/gst/interfaces/videoorientation.h:
3655 API: Add new interface to control video orientation (fixes #354908)
3657 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3659 * gst/videotestsrc/gstvideotestsrc.c:
3660 Use G_UNLIKELY in _create and log one more detail.
3662 (gst_video_test_src_get_times), (gst_video_test_src_create):
3663 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3664 Use gst_util_uint64_scale_int in _get_times().
3666 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3668 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3669 Give better warning message (add object and detail).
3671 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3673 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3674 (gst_xvimagesink_get_times):
3675 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3676 #354773), use gst_util_uint64_scale_int in _get_times()
3678 2006-09-18 Michael Smith <msmith@fluendo.com>
3680 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3681 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3682 always true, leading to dropping all timestamps.
3684 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3686 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3687 (gst_visual_chain), (gst_visual_change_state):
3688 update to work also with libvisual 0.4 API, fix double unref (#355914)
3690 * tools/gst-launch-ext.1.in:
3691 * tools/gst-visualise.1.in:
3692 remove references to old man-pages
3694 * tests/examples/seek/seek.c: (main):
3695 add real meadi-buttons, add tool-tips for the seek-options, arrange
3696 seek options in a table
3698 2006-09-18 Michael Smith <msmith@fluendo.com>
3700 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3701 (gst_ogg_mux_push_buffer):
3702 Don't generate out-of-order timestamps from oggmux, instead clamp
3703 output timestamps to be >= the previously output ts.
3706 2006-09-18 Michael Smith <msmith@fluendo.com>
3708 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3709 (gst_multi_fd_sink_class_init):
3710 Updates, fixes, and typo corrections for multifdsink. No functional
3713 2006-09-17 Michael Smith <msmith@fluendo.com>
3715 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3716 Don't crash on truncated files - check that we got an 8 byte buffer
3717 before trying to memcmp it.
3719 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3721 * gst/playback/gstplaybasebin.c: (get_active_source):
3722 Make stream-switching appear instant to the application
3723 (ie. make sure that a g_object_get on 'current-foo' returns
3724 the stream previously set with g_object_set(). Totem needs
3725 this to update stream-related meta-info (like audio-codec)
3726 correctly when switching streams.
3728 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3730 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3731 (gst_alsa_mixer_ensure_track_list):
3732 Try harder to guess which mixer track is the master mixer
3733 track (instead of just taking the first one that has a pvolume).
3736 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3738 reviewed by: <delete if not using a buddy>
3740 * gst-libs/gst/audio/audio.h:
3741 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3743 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3745 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3746 (gst_audio_convert_transform_caps):
3747 Get structure-name just once.
3749 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3751 * tests/check/elements/audioresample.c: (GST_START_TEST):
3752 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3753 * tests/check/elements/volume.c: (GST_START_TEST):
3754 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3755 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3756 (test_pipeline), (GST_START_TEST):
3757 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3758 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3759 Fix big batch of compiler warnings.
3761 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3763 * ext/gnomevfs/gstgnomevfssrc.c:
3764 Add docs about icydemux usage in connection with gnomevfssrc
3766 * ext/libvisual/visual.c:
3767 * ext/ogg/gstoggaviparse.c:
3768 * ext/ogg/gstoggdemux.c:
3769 * ext/ogg/gstoggmux.c:
3770 * ext/ogg/gstoggparse.c:
3771 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3772 * gst-libs/gst/audio/gstaudiosink.c:
3773 * gst-libs/gst/audio/gstaudiosrc.c:
3774 * gst/audiorate/gstaudiorate.c:
3775 More G_OBJECT macro fixing.
3777 * gst/audiotestsrc/gstaudiotestsrc.h:
3778 Fix wrong info in header due to copy & paste
3780 2006-09-15 Wim Taymans <wim@fluendo.com>
3782 * gst-libs/gst/audio/gstbaseaudiosink.c:
3783 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3784 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3785 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3786 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3787 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3788 Do the delay calculation in the source/sink base classes as this is
3789 specific for the capture/playback mode.
3790 Try to fixate a bit better, like round depth up to a multiple of 8
3792 Handle underruns correctly by marking DISCONT on buffers and adjusting
3793 timestamps to handle the gap.
3794 Set offset/offset_end correctly on buffers.
3796 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3797 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3798 (gst_ring_buffer_read):
3799 Remove resync and underrun recovery from the ringbuffer.
3800 Fix ringbuffer read code on under/overrun.
3802 2006-09-15 Wim Taymans <wim@fluendo.com>
3804 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3805 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3806 (queue_threshold_reached), (gst_play_base_bin_set_property),
3807 (gst_play_base_bin_get_property):
3808 * gst/playback/gstplaybasebin.h:
3809 Don't use a 0 low watermark when buffering, it is catching starvation
3810 way too late. Instead, use a 3 second queue with 30 and 95
3811 percent low/high watermarks.
3812 Added queue-min-threshold property to configure low watermark.
3813 Use new _buffering message API.
3814 Make queue_threshold variable big enough to store a uint64 time value.
3815 API: playbin::queue-min-threshold property.
3817 2006-09-15 Wim Taymans <wim@fluendo.com>
3820 We require 0.10.10.1 now because of _wait_preroll().
3822 * gst-libs/gst/audio/gstbaseaudiosink.c:
3823 (gst_base_audio_sink_render):
3824 Use gst_base_sink_wait_preroll().
3826 2006-09-15 Wim Taymans <wim@fluendo.com>
3828 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3829 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3830 Use DEBUG_OBJECT more.
3832 === release 0.10.10 ===
3834 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3836 patch by: Michael Smith <msmith at fluendo dot com>
3838 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3839 (gst_multi_fd_sink_client_queue_buffer),
3840 (gst_multi_fd_sink_new_client):
3841 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3842 (multifdsink_suite):
3843 Fix implementation of sync-method 'next-keyframe'
3846 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3848 patch by: Wim Taymans <wim at fluendo dot com>
3850 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3851 This patch removes the RANDOM flag that was incorrectly introduced with
3852 revision 1.91. Fixes #354590
3854 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3856 * tests/check/Makefile.am:
3857 Random variation in Makefile line to see if it makes the
3858 gen64-base-full bot any happier.
3860 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3862 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3863 Disable test that fails at the moment (killed after timeout).
3865 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3867 Patch by: James Livingston <doclivingston at gmail.com>
3869 * tests/check/Makefile.am:
3870 * tests/check/pipelines/.cvsignore:
3871 * tests/check/pipelines/oggmux.c: (get_page_codec),
3872 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3873 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3874 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3875 (test_theora_vorbis), (oggmux_suite):
3876 Add simple unit test for oggmux from #337026 with checking for the
3877 EOS flags disabled for the time being.
3879 2006-09-04 Wim Taymans <wim@fluendo.com>
3881 patch by: Alessandro Dessina <alessandro nnva org>
3883 * ext/ogg/gstoggmux.c:
3884 Add cmml caps to oggmux. Fixes #353912
3886 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3888 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3889 Returning a return value often helps. In this case, we
3890 don't need the return value anyway, so just get rid of it.
3891 Should make build bots much happier.
3893 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3895 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3896 (paint_get_structure), (gst_video_test_src_get_size),
3897 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3898 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3899 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3900 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3901 * gst/videotestsrc/videotestsrc.h:
3902 Add support for AYUV and the various RGBA formats. Initialise
3903 fields of paintinfo structs allocated on the stack.
3905 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3906 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3907 (check_rgb_buf), (videotestsrc_suite):
3908 Add unit tests for videotestsrc's RGB output.
3910 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3912 * gst/videotestsrc/gstvideotestsrc.c:
3913 (gst_video_test_src_pattern_get_type),
3914 (gst_video_test_src_set_pattern):
3915 * gst/videotestsrc/gstvideotestsrc.h:
3916 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3917 (gst_video_test_src_black), (gst_video_test_src_white),
3918 (gst_video_test_src_red), (gst_video_test_src_green),
3919 (gst_video_test_src_blue):
3920 * gst/videotestsrc/videotestsrc.h:
3921 Add more uni-colour patterns ("white", "red", "green", and "blue").
3923 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3925 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3926 Fix stride for YVYU, should be word-aligned (#353658).
3928 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3930 * gst/adder/gstadder.c: (gst_adder_src_event):
3933 2006-08-31 Edward Hervey <edward@fluendo.com>
3935 * gst/adder/gstadder.c: (forward_event_func),
3936 (gst_adder_src_event), (gst_adder_collected),
3937 (gst_adder_change_state):
3938 * gst/adder/gstadder.h:
3939 Remember the start position asked in the incoming seeks, so we can
3940 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3941 of assuming it will always be 0).
3943 2006-08-31 Edward Hervey <edward@fluendo.com>
3945 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3946 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3947 (gst_ogg_demux_loop):
3948 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3950 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3952 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3953 (gst_ffmpegcsp_get_unit_size):
3954 Return FALSE instead of returning a random false unit
3955 size when the format isn't known/supported (even if
3956 this shouldn't happen under normal circumstances).
3958 2006-08-29 Wim Taymans <wim@fluendo.com>
3960 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3962 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3963 (gst_gnome_vfs_src_start):
3964 Try harder to get the size from a uri by using _info_uri() when
3965 _info_from_handle() does not give us enough info.
3966 Also follow symlinks when getting the size.
3967 Partially Fixes #332864.
3969 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3971 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3973 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3974 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3975 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3976 (gst_alsa_mixer_set_record):
3977 * ext/alsa/gstalsamixertrack.c:
3978 (gst_alsa_mixer_track_update_alsa_capabilities),
3979 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3980 (gst_alsa_mixer_track_update):
3981 * ext/alsa/gstalsamixertrack.h:
3982 Improve and fix mixer track handling, in particular better handling
3983 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3984 separate track objects for tracks that have both capture and playback
3985 volume (and label them differently as well so they're not mistakenly
3986 assumed to be duplicates); classify mixer tracks that only affect
3987 the audible volume of something (rather than the capture volume)
3988 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3989 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3990 (following the meaning documented in the mixer interface header
3991 file); add support for alsa's exclusive cswitch groups; update/sync
3992 state/flags better if mixer settings are changed by another
3993 application. Fixes #336075.
3995 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3997 * gst/playback/gstplaybin.c:
3998 Improve docs: add section about BUFFERING messages sent by playbin.
4000 2006-08-29 Michael Smith <msmith@fluendo.com>
4002 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
4003 (gst_vorbis_enc_buffer_check_discontinuous),
4004 (gst_vorbis_enc_chain):
4005 Ignore explicit DISCONT marked on buffers (which is often spurious,
4006 particularly when using multiple segments), in favour of solely
4007 using the timestamps/durations.
4009 2006-08-29 Edward Hervey <edward@fluendo.com>
4011 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4012 Don't rely on incoming buffers offset anymore, since it is completely
4013 broken when using multiple segments.
4014 Instead convert the incoming buffers timestamp to running time, and
4015 then convert that value to the offsets.
4016 Also inform GstSegment of the last outputted stop position, which is
4017 needed if we received several segments with an unknown stop value.
4019 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
4021 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4022 fix buffer unreffing on a header push failure
4024 2006-08-28 Wim Taymans <wim@fluendo.com>
4026 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
4027 (gst_audio_rate_chain):
4028 Make the metadata of the buffer writable before changing its
4031 2006-08-28 Wim Taymans <wim@fluendo.com>
4033 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4034 (gst_audio_rate_setcaps), (gst_audio_rate_init),
4035 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
4036 (gst_audio_rate_chain), (gst_audio_rate_change_state):
4037 Fix audiorate some more.
4038 Reset and resync counters on flush and READY.
4039 Handle the DISCONT flag correctly.
4040 Use GstSegment to track position.
4041 Fail when not negotiated.
4044 2006-08-25 Michael Smith <msmith@fluendo.com>
4046 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
4048 Remove accidently included debug line.
4050 2006-08-25 Wim Taymans <wim@fluendo.com>
4052 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
4054 If a buffer is received with no caps, make the buffer metadata
4055 writable and set the caps, making sure that we don't screw up the
4058 2006-08-25 Michael Smith <msmith@fluendo.com>
4060 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
4061 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
4062 Fix memory leaks and misleading debug messages, add a couple of
4065 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
4066 (gst_multi_fd_sink_render):
4067 Do not use gst_buffer_make_writable() in a basesink render method,
4068 as it may incorrectly unref the buffer. Instead, use convoluted
4069 dance to avoid copying the buffer except when we need to.
4071 2006-08-25 Michael Smith <msmith@fluendo.com>
4073 * ext/vorbis/vorbisenc.c:
4074 (gst_vorbis_enc_buffer_check_discontinuous):
4075 Allow very small discontinuities in the timestamps. These we can't
4076 do anything useful with anyway (because vorbis's timestamps have
4077 only sample granularity), and are commonly produced by elements with
4078 minor bugs. Allow up to 1/2 a sample out.
4081 2006-08-24 Wim Taymans <wim@fluendo.com>
4083 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
4084 (play_scrub_toggle_cb), (main):
4085 Add a checkbox to enable play scrubbing. Makes it possible to disable
4088 2006-08-23 Stefan Kost <ensonic@users.sf.net>
4090 * tests/check/elements/.cvsignore:
4093 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
4095 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
4096 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
4097 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
4098 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4099 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4100 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
4101 (gst_ogm_text_parse_strip_trailing_zeroes),
4102 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
4103 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
4104 Refactor ogm parse, do better input checking, misc. clean-ups.
4105 Cache incoming events and push them once the source pad has
4106 been created. Don't pass unterminated strings to sscanf().
4107 Strip trailing zeroes from subtitle text output, since they
4108 are not valid UTF-8. Don't push vorbiscomment packets on
4109 the subtitle text pad. Output perfect streams if possible.
4111 2006-08-23 Wim Taymans <wim@fluendo.com>
4113 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
4114 Waits for tasks to settle down so that we clean up correctly for
4117 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
4119 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
4120 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
4121 actually return return value in taglists_are_equal.
4123 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
4125 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4126 Fix crash due to broken bitstream parsing on x86-64: can't make
4127 any assumptions about sizeof(struct) due to alignment/packing
4128 differences on different architectures. Fixes #351790.
4130 2006-08-22 Wim Taymans <wim@fluendo.com>
4132 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4133 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4134 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4135 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4136 (gst_riff_parse_info):
4137 Protect public functions against bad input.
4141 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4143 * gst-libs/gst/riff/riff-ids.h:
4144 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4145 Add voxware audio IDs (even if we can't play it) (#351795).
4147 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4149 * gst-libs/gst/riff/riff-media.c:
4150 (gst_riff_create_video_template_caps),
4151 (gst_riff_create_audio_template_caps),
4152 (gst_riff_create_iavs_template_caps):
4153 Const-ify some arrays and use G_N_ELEMENTS instead
4154 of wasting oodles of RAM on terminator bits.
4156 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4158 * gst-libs/gst/tag/gstvorbistag.c:
4159 (gst_tag_list_to_vorbiscomment_buffer):
4160 * tests/check/libs/tag.c: (GST_START_TEST):
4161 And the same for _to_vorbiscomment_buffer(): allow
4162 id_data_len == 0 for speex.
4164 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
4167 * docs/plugins/Makefile.am:
4168 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4169 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4170 * docs/plugins/inspect/plugin-gdp.xml:
4171 * gst/gdp/Makefile.am:
4172 * tests/check/Makefile.am:
4173 Move GDP plugin to -base from -bad. Closes #347783.
4175 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
4177 * gst-libs/gst/tag/gstvorbistag.c:
4178 (gst_tag_list_from_vorbiscomment_buffer):
4179 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
4180 Also add some checks to make sure we don't memcmp() beyond the end of
4181 vorbiscomment buffer if the ID to check for is larger than the buffer.
4183 * tests/check/libs/tag.c: (GST_START_TEST):
4184 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
4186 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
4188 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
4189 (gst_vorbis_enc_set_metadata):
4190 Use vorbis comment utility functions from libgsttag
4191 instead of re-inventing the wheel (partially fixes #347091).
4193 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
4195 * tests/check/elements/audioconvert.c: (GST_START_TEST):
4196 Fix leaks. Wait for state transitions that might happen ASYNC, as well
4199 2006-08-21 Wim Taymans <wim@fluendo.com>
4201 * docs/libs/Makefile.am:
4202 * docs/libs/gst-plugins-base-libs-sections.txt:
4203 * docs/libs/gst-plugins-base-libs.types:
4204 Don't try to GObject scan the netbuffer as it's not a GObject.
4207 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4208 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4209 Document GstNetBuffer.
4211 2006-08-21 Stefan Kost <ensonic@users.sf.net>
4213 * tests/check/elements/audioconvert.c: (GST_START_TEST),
4214 (audioconvert_suite):
4215 Add testcase for caps-size-explosion
4217 2006-08-20 Stefan Kost <ensonic@users.sf.net>
4219 * gst/audioconvert/gstaudioconvert.c:
4220 (gst_audio_convert_get_unit_size), (set_structure_widths):
4221 Lower debug, use g_assert in _get_unit_size
4223 * gst/audioresample/gstaudioresample.c:
4224 (audioresample_get_unit_size):
4225 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4226 (gst_ffmpegcsp_get_unit_size):
4227 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
4228 use g_assert in _get_unit_size
4230 2006-08-18 Wim Taymans <wim@fluendo.com>
4232 * docs/libs/gst-plugins-base-libs-sections.txt:
4233 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
4234 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
4235 (gst_rtp_buffer_get_payload_buffer):
4236 * gst-libs/gst/rtp/gstrtpbuffer.h:
4237 Document GstRTPBuffer.
4238 Added function to efficiently strip payload headers.
4239 API: gst_rtp_buffer_get_payload_subbuffer()
4241 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
4243 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4244 (gst_tag_to_vorbis_comments):
4245 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4246 tags and deserialise them properly as well (#347091).
4247 Add some more gtk-doc blurbs and also some g_return_if_fail().
4249 * tests/check/libs/tag.c: (GST_START_TEST),
4250 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4253 2006-08-17 Wim Taymans <wim@fluendo.com>
4255 * ext/ogg/Makefile.am:
4256 * ext/ogg/gstogg.c: (plugin_init):
4257 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4258 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4259 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4260 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4261 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4262 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4263 Added ogg-in-avi parser element. Fixes #140139.
4265 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4266 Fixed a bug in oggdemux debug code.
4268 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4269 (gst_riff_create_audio_template_caps):
4270 Recognise Ogg in the AVI extensible wave format.
4272 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
4274 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4275 Make buffer durations add up (duration should be next_ts-ts for
4276 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4279 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4280 (test_buffer_timestamps), (cddabasesrc_suite):
4281 Add unit test for the above.
4283 * tests/check/Makefile.am:
4284 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4285 to see what happens.
4287 2006-08-16 Wim Taymans <wim@fluendo.com>
4289 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4290 (gst_alsasink_open):
4291 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4293 Avoid setting and using a NULL device name.
4294 Print more info when we fail to open a device.
4296 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
4298 * docs/libs/gst-plugins-base-libs-sections.txt:
4299 * gst-libs/gst/tag/tag.h:
4300 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4301 API: add gst_tag_parse_extended_comment() (#351426).
4303 * tests/check/Makefile.am:
4304 * tests/check/libs/.cvsignore:
4305 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4306 Add unit test for gst_tag_parse_extended_comment().
4308 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4310 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4311 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4314 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4316 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4317 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4318 * docs/plugins/gst-plugins-base-plugins.args:
4319 * gst/playback/gstplaybin.c:
4322 * docs/plugins/inspect/plugin-adder.xml:
4323 * docs/plugins/inspect/plugin-alsa.xml:
4324 * docs/plugins/inspect/plugin-audioconvert.xml:
4325 * docs/plugins/inspect/plugin-audiorate.xml:
4326 * docs/plugins/inspect/plugin-audioresample.xml:
4327 * docs/plugins/inspect/plugin-audiotestsrc.xml:
4328 * docs/plugins/inspect/plugin-cdparanoia.xml:
4329 * docs/plugins/inspect/plugin-decodebin.xml:
4330 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4331 * docs/plugins/inspect/plugin-gnomevfs.xml:
4332 * docs/plugins/inspect/plugin-ogg.xml:
4333 * docs/plugins/inspect/plugin-pango.xml:
4334 * docs/plugins/inspect/plugin-playbin.xml:
4335 * docs/plugins/inspect/plugin-subparse.xml:
4336 * docs/plugins/inspect/plugin-tcp.xml:
4337 * docs/plugins/inspect/plugin-theora.xml:
4338 * docs/plugins/inspect/plugin-typefindfunctions.xml:
4339 * docs/plugins/inspect/plugin-video4linux.xml:
4340 * docs/plugins/inspect/plugin-videorate.xml:
4341 * docs/plugins/inspect/plugin-videoscale.xml:
4342 * docs/plugins/inspect/plugin-videotestsrc.xml:
4343 * docs/plugins/inspect/plugin-volume.xml:
4344 * docs/plugins/inspect/plugin-vorbis.xml:
4345 * docs/plugins/inspect/plugin-ximagesink.xml:
4346 * docs/plugins/inspect/plugin-xvimagesink.xml:
4347 Update to CVS version.
4349 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4351 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4352 (gst_play_bin_set_property), (gst_play_bin_get_property),
4353 (value_list_append_structure_list),
4354 (gst_play_bin_handle_redirect_message),
4355 (gst_play_bin_handle_message):
4356 API: GstPlayBin::connection-speed
4357 Add "connection-speed" property; re-order redirect messages with
4358 multiple redirect locations depending on the minimum bitrate if
4359 that information is available and a connection speed is set
4362 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4364 * gst/playback/gstplaybin.c:
4365 Update max volume to the same value that the volume element uses.
4367 2006-08-14 Wim Taymans <wim@fluendo.com>
4369 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4372 2006-08-14 Wim Taymans <wim@fluendo.com>
4374 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4375 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4376 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4377 Add some more debug info.
4378 Don't crash when a seek failed.
4379 Actually return the result of the seek instead of TRUE.
4380 Ignore multiple BOS pages with the same serial so that we don't create
4381 the same stream multiple times.
4382 Post an error when we fail to do the initial seek.
4384 2006-08-13 Wim Taymans <wim@fluendo.com>
4386 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4387 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4390 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4391 (gst_alsa_mixer_new):
4392 Remove hack that always set the device to hw:0*.
4393 Properly find the card name for whatever device was configured.
4394 Do some better debugging.
4397 * ext/alsa/gstalsamixerelement.c:
4398 (gst_alsa_mixer_element_set_property),
4399 (gst_alsa_mixer_element_change_state):
4401 Handle setting of a NULL device name better.
4403 2006-08-11 Wim Taymans <wim@fluendo.com>
4405 * gst/adder/gstadder.c:
4406 Don't clip float values. Fixes #350900.
4408 2006-08-11 Andy Wingo <wingo@pobox.com>
4410 * gst/tcp/gsttcp.c: Really fix the build?
4412 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4415 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4417 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4418 Float caps shouldn't have a "signed" field.
4420 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4422 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4423 Implement SEEKING query in its most basic form, so that we can
4424 at least check if we're seekable or not (#350655).
4426 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
4428 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4429 The checks here are not even close to anything that would
4430 justify MAXIMUM probability, lowering to POSSIBLE until someone
4431 fixes the checks (case at hand: quicktime redirection files
4432 might start with 00 00 01 XX and pass the checks here just
4435 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
4437 Patch by: Sjoerd Simons <sjoerd at luon net>
4439 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4440 Better detection for multipart/x-mixed-replace: accept leading
4441 whitespaces before the boundary marker as well (as our very own
4442 multipartmux used to produce) (#349068).
4444 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
4446 Patch by: Young-Ho Cha <ganadist at chollian net>
4448 * gst-libs/gst/riff/riff-ids.h:
4449 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4450 (gst_riff_create_audio_template_caps):
4451 Detect DTS audio streams (#350157).
4453 2006-08-05 Andy Wingo <wingo@pobox.com>
4455 * ext/theora/gsttheoraparse.h:
4456 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4457 (theora_parse_dispose, theora_parse_set_property)
4458 (theora_parse_get_property, theora_parse_munge_granulepos)
4459 (theora_parse_push_buffer, theora_parse_change_state):
4460 API: GstTheoraParse::synchronization-points
4461 Add a property 'synchronization-points' to fix badly synchronized oggs.
4463 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4465 * tests/check/Makefile.am:
4466 * tests/check/libs/.cvsignore:
4467 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4468 (fixed_caps_have_channel_positions), (GST_START_TEST),
4469 (audio_suite), (main):
4470 Add a few tests for the channel position stuff in libgstaudio.
4472 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4474 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4475 (gst_alsa_detect_channels):
4476 * ext/alsa/gstalsasink.c:
4477 Add support for cards that (only) do more than 8 channels,
4478 like the Delta 44 (#345188).
4480 * gst-libs/gst/audio/multichannel.c:
4481 (gst_audio_check_channel_positions):
4482 * gst-libs/gst/audio/multichannel.h:
4483 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4484 unspecified channel position and cannot be combined with any
4485 of the other audio channel positions; adjust position layout
4486 checks accordingly (#345188).
4488 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4490 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4491 Recognise ancient RealAudio files (see #349779).
4493 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4495 Patch by: Jens Granseuer <jensgr at gmx net>
4497 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4498 Add typefinder for Interplay's MVE format (#348973).
4500 2006-08-02 Wim Taymans <wim@fluendo.com>
4502 Patch by: Marcel Moreaux <marcelm at luon dot net>
4504 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4505 (gst_base_rtp_depayload_add_to_queue):
4506 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4507 Handle RTP sequence number rollover.
4508 Disable jitterbuffer by default.
4510 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4512 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4513 (audioresample_set_caps):
4514 Don't leak references to the incoming caps. Clean them up when
4517 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4518 (gst_video_scale_finalize):
4519 Don't leak our temporary pixel buffer.
4521 * tests/check/Makefile.am:
4522 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4523 (GST_START_TEST), (simple_launch_lines_suite):
4525 Fix leaks and re-enable the test for valgrind checking.
4527 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4529 Patch by: Sjoerd Simons <sjoerd at luon net>
4531 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4533 Add typefind function for multipart/x-mixed-replace (#348916).
4535 2006-07-28 Wim Taymans <wim@fluendo.com>
4537 * gst/adder/gstadder.c: (gst_adder_setcaps),
4538 (gst_adder_query_duration):
4539 Fix leak in duration query.
4540 Reflow some docs and notes.
4542 2006-07-28 Michael Smith <msmith@fluendo.com>
4544 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4546 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4549 2006-07-28 Michael Smith <msmith@fluendo.com>
4551 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4552 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4553 (gst_vorbis_enc_push_buffer),
4554 (gst_vorbis_enc_buffer_check_discontinuous),
4555 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4556 * ext/vorbis/vorbisenc.h:
4557 Handle discontinuities in the input vorbis stream correctly,
4558 so that the output is properly timestamped (and has good granulepos
4559 values). Needs some oggmux fixes too.
4561 2006-07-27 Wim Taymans <wim@fluendo.com>
4563 patch by: Kai Vehmanen <kv2004 eca cx>
4565 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4566 (gst_base_rtp_depayload_chain),
4567 (gst_base_rtp_depayload_handle_sink_event),
4568 (gst_base_rtp_depayload_change_state):
4569 Don't send multiple newsegments with different formats.
4572 2006-07-26 Wim Taymans <wim@fluendo.com>
4574 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4575 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4576 Make seeking in ogg more accurate again by doing the more correct
4577 granuletime to stream time conversion.
4579 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4581 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4582 (gst_multi_fd_sink_new_client):
4583 debug a little more understandably
4584 do not use goto as a substitute for break, especially if
4585 break is also being used
4587 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4589 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4590 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4591 Remove GLib-2.6 compatibility cruft.
4593 2006-07-24 Wim Taymans <wim@fluendo.com>
4595 * gst-libs/gst/audio/gstbaseaudiosink.c:
4596 (gst_base_audio_sink_render):
4597 Don't try to align a sample to an unknown value.
4599 2006-07-24 Wim Taymans <wim@fluendo.com>
4601 * gst-libs/gst/audio/gstbaseaudiosink.c:
4602 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4603 When the audio clock is slaved to another clock, never try to align
4604 samples but trust the rate interpolation algorithm.
4606 2006-07-24 Wim Taymans <wim@fluendo.com>
4608 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4609 Don't try to calculate silence samples, base class does this much
4612 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4613 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4614 (gst_ring_buffer_acquire):
4615 Calculate silence samples correctly.
4617 * gst-libs/gst/audio/gstringbuffer.h:
4620 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4622 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4623 Limit search for the first markup tag to the first few kB of
4624 the file. If we don't find one there, it's highly unlikely that
4625 this is an XML(-ish) file.
4627 2006-07-21 Andy Wingo <wingo@pobox.com>
4629 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4630 test to the one in vorbisenc. Also commented out.
4632 * tests/check/pipelines/vorbisenc.c:
4633 (test_discontinuity): New test, commented out until Mike lands
4634 some elite vorbisenc patches.
4636 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4637 Bufferstraw was actually factored out of these tests. Now we share
4640 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4641 for bufferstraw addition to gstcheck.
4643 2006-07-21 Wim Taymans <wim@fluendo.com>
4645 * ext/theora/theoradec.c: (clip_buffer):
4648 2006-07-21 Wim Taymans <wim@fluendo.com>
4650 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4651 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4652 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4654 Avoid type casting when we can.
4656 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4659 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4661 * ext/alsa/gstalsamixerelement.c:
4662 (gst_alsa_mixer_element_change_state):
4663 Make state change fail if the specified device can't be opened
4666 2006-07-20 Wim Taymans <wim@fluendo.com>
4668 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4669 (cb_newpad), (main):
4670 Example of a small audio/video player using decodebin.
4672 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4674 * gst-libs/gst/riff/riff-ids.h:
4677 2006-07-19 Wim Taymans <wim@fluendo.com>
4679 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4680 (gst_base_rtp_depayload_chain),
4681 (gst_base_rtp_depayload_change_state):
4682 Don't assert when not negotiated but post a meaningfull
4683 error message. Fixes #347918.
4685 * gst-libs/gst/rtp/gstbasertppayload.c:
4686 Add comment about better default MTU size.
4688 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4689 Small cleanups, start docs.
4691 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4693 Patch by: Martin Szulecki
4695 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4696 If "device-name" is requested and the device is not
4697 open, try to temporarily open it to obtain this
4698 information (#342494).
4700 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4702 * gst-libs/gst/tag/gstid3tag.c:
4703 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4705 * gst-libs/gst/tag/gsttageditingprivate.h:
4706 * gst-libs/gst/tag/gstvorbistag.c:
4707 Some more random const-ifications.
4709 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4711 * gst-libs/gst/riff/riff-ids.h:
4712 * gst-libs/gst/riff/riff-media.c:
4713 (gst_riff_create_video_template_caps):
4714 Add more FOURCCs (sort list to make stuff easier to find),
4715 add comment what those 16 bytes in struct _gst_riff_strh according to
4718 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4720 * gst-libs/gst/audio/multichannel.c:
4721 (gst_audio_check_channel_positions),
4722 (gst_audio_fixate_channel_positions):
4723 Const-ify two arrays.
4725 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4727 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4728 Fix typo, so that alsasink also advertises 8 channels
4729 if that's supported (tags: can, worms, open, alsa, ph34r).
4731 2006-07-17 Wim Taymans <wim@fluendo.com>
4733 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4734 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4735 *sigh*, when is the compiler going to warn when the comments
4736 are out-of-sync with the code.. Refix case of busted theora
4737 headers with 0 granule pos.
4739 2006-07-14 Wim Taymans <wim@fluendo.com>
4741 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4742 (gst_base_rtp_depayload_wait),
4743 (gst_base_rtp_depayload_change_state),
4744 (gst_base_rtp_depayload_set_property),
4745 (gst_base_rtp_depayload_get_property):
4746 Fix 99% cpu load by waiting for absolute times on the
4747 clock. Fixes #347300.
4749 2006-07-14 Andy Wingo <wingo@pobox.com>
4751 * ext/theora/gsttheoraparse.h:
4752 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4753 (theora_parse_push_headers, theora_parse_clear_queue)
4754 (theora_parse_drain_queue_prematurely, )
4755 (theora_parse_sink_event, theora_parse_change_state): Queue events
4756 until we initialized our state, like in vorbisparse.
4758 * ext/vorbis/vorbisparse.h:
4759 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4760 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4761 (vorbis_parse_drain_queue_prematurely, )
4762 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4763 until we have initialized our state. Fixes seeking after an
4766 2006-07-14 Andy Wingo <wingo@pobox.com>
4768 Patch by: Iain Holmes <iaingnome@gmail.com>
4770 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4772 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4775 Bump nano back to CVS
4777 === release 0.10.9 ===
4779 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4782 releasing 0.10.9, "I walk the line"
4784 2006-07-14 Michael Smith <msmith@fluendo.com>
4786 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4787 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4788 (commonly happens when running this test under valgrind) when trying
4789 to remove the buffer probe.
4791 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4793 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4794 Fix missing g_unlock from the previous commit
4796 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4798 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4799 (gst_ximagesink_change_state):
4800 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4801 (gst_xvimagesink_change_state):
4802 Implement a locking order to ensure we always take the object lock
4803 before the x_lock and never vice-versa.
4805 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4807 * gst/playback/gstdecodebin.c: (find_compatibles):
4808 Fix a caps leak when linking (#347304)
4810 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4811 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4812 (gst_ximagesink_change_state):
4813 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4814 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4815 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4816 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4817 Don't leak shared memory resources. Use the object lock to protect
4818 against the xcontext disappearing while returning a buffer from the
4821 2006-07-12 Edward Hervey <edward@fluendo.com>
4823 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4824 (vorbis_handle_comment_packet):
4825 gst_tag_list_merge() returns a new object. Take that into account when
4826 using it. This avoids memleak.
4827 Revert previous commit which is not needed.
4829 2006-07-12 Edward Hervey <edward@fluendo.com>
4831 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4832 Reset the decoder in finalize so that all fields get cleared.
4834 2006-07-12 Wim Taymans <wim@fluendo.com>
4836 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4837 (gst_base_audio_src_set_clock),
4838 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4839 Don't try to post an error message when setting the clock fails
4840 as this can happen when adding an element to a bin which will then
4841 deadlock. Fixes #347296.
4843 2006-07-12 Edward Hervey <edward@fluendo.com>
4845 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4846 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4847 (vorbis_handle_type_packet):
4848 Post tag messages on the bus even if we're not initialized.
4849 If we're not initialized, we still postpone the event pushing of tags.
4851 2006-07-12 Wim Taymans <wim@fluendo.com>
4853 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4854 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4855 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4856 Revert last two changes that broke the freeze.
4858 2006-07-12 Wim Taymans <wim@fluendo.com>
4860 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4861 basesink calculates silence sample correctly for us.
4863 2006-07-12 Wim Taymans <wim@fluendo.com>
4865 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4866 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4867 Calculate correct silence samples so we don't fill our ringbuffer
4870 2006-07-12 Edward Hervey <edward@fluendo.com>
4872 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4873 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4874 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4875 * ext/vorbis/vorbisdec.h:
4876 Delay sending events (newsegment, tags) until the decoder is properly
4880 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4882 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4883 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4884 Patch from #347221 adding a test for audioconvert
4887 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4889 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4890 (gst_ssa_parse_parse_line):
4891 Don't include the terminating NUL in the buffer size,
4892 it's only there for extra paranoia (would add random
4893 '*' characters at the end of each subtitle since the
4894 terminator itself is not valid UTF-8 technically).
4895 Also fix indenting after boilerplate macro.
4897 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4899 * gst/playback/gstdecodebin.c: (close_pad_link):
4900 Also emit 'unknown-type' signal (which should really be
4901 called unhandled-type) if we found potential decoders/demuxers
4902 in the registry but none of them worked in the end (as in the
4903 case where the plugins don't exist any longer but are still
4904 listed in the registry). Fixes #329798.
4906 2006-07-08 Andy Wingo <wingo@pobox.com>
4908 * theoraparse.c (theora_parse_push_buffer)
4909 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4910 Add some more debugging. Fix granulepos reconstruction in the face
4913 2006-07-06 Wim Taymans <wim@fluendo.com>
4915 * gst-libs/gst/audio/gstbaseaudiosink.c:
4916 (gst_base_audio_sink_class_init),
4917 (gst_base_audio_sink_provide_clock):
4918 Use gobject_class instead of G_OBJECT_CLASS (klass)
4920 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4921 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4922 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4923 (gst_base_audio_src_get_time),
4924 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4925 (gst_base_audio_src_create_ringbuffer):
4926 Fix latency and buffer-time constants and properties ala basesink.
4927 Implement pull based scheduling. Fixes #346527.
4928 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4930 Refuse slaving to another clock instead of silently not working.
4931 Only provide a clock when we are actually able to do so.
4932 Various small cleanups and compiler hints.
4934 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4936 Patch by: Lutz Mueller <lutz at topfrose de>
4938 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4940 Add typefinding for text/html (#346581).
4942 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4944 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4945 (xml_check_first_element), (xml_type_find), (smil_type_find):
4946 Fix SMIL typefinding, make xml_check_first_element() more
4949 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4951 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4952 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4953 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4954 * gst/playback/gstplaybasebin.h:
4955 Protect list of elements with a subtitle-encoding property and
4956 the subtitle encoding member itself with a lock of their own
4957 instead of using the object lock. This prevents a dead-lock in
4958 the element-remove callback in some circumstances when shutting
4961 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4963 * win32/common/libgsttag.def:
4964 Export some new functions.
4965 * win32/vs6/libgstogg.dsp:
4966 Add a link to libgsttag-0.10.lib.
4968 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4970 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4971 Some const-ification.
4973 2006-07-04 Wim Taymans <wim@fluendo.com>
4975 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4976 Improve checking if we are dealing with a stream. Added some
4977 more uris that need buffering.
4979 2006-07-03 Edward Hervey <edward@fluendo.com>
4981 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4982 Remove unused variable.
4984 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4989 add GCOV_LIBS to GST_LIBS
4991 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4993 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4995 * ext/alsa/gstalsasrc.c:
4996 Add 32 bps to template caps and increase channels range
4997 from [1,2] to [1,MAX]. See #346326.
4999 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
5001 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5002 Recognise 'WMVA' video codec fourcc (#345879).
5004 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5006 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5007 Fixed nasty memory leak
5009 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
5011 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
5012 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
5015 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
5017 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5018 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
5019 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
5020 Protect remove_fakesink using a mutex, so that we don't try and
5021 remove the fakesink simultaneously from multiple threads.
5023 When going from READY to PAUSED, restore the fakesink, so that
5024 it is there when decodebin gets reused.
5026 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
5028 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5029 * gst-libs/gst/rtp/gstbasertpdepayload.c:
5030 * gst-libs/gst/rtp/gstbasertppayload.c:
5031 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5032 * gst/tcp/gstmultifdsink.c:
5033 * gst/tcp/gsttcpclientsink.c:
5034 * gst/tcp/gsttcpclientsrc.c:
5035 * gst/tcp/gsttcpserversink.c:
5036 * gst/tcp/gsttcpserversrc.c:
5037 * gst/videorate/gstvideorate.c:
5038 * gst/videotestsrc/gstvideotestsrc.c:
5039 * sys/v4l/gstv4ljpegsrc.c:
5040 * sys/v4l/gstv4lmjpegsink.c:
5041 * sys/v4l/gstv4lsrc.c:
5042 * tests/examples/seek/scrubby.c:
5043 * tests/examples/seek/seek.c:
5044 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
5046 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
5048 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
5049 Second field in GEnumValue shouldn't be a description,
5050 but a stringified version of the enum value.
5052 2006-06-22 Wim Taymans <wim@fluendo.com>
5054 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5055 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
5056 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5057 Avoid type checking in buffer casts.
5058 Avoid caps copy in buffer_alloc when we can.
5059 Use pad_peer_accept.
5061 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
5063 * gst-libs/gst/tag/tag.h:
5064 Oops, make that 'Since: 0.10.9'.
5066 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
5068 * docs/libs/gst-plugins-base-libs-sections.txt:
5069 * gst-libs/gst/tag/tag.h:
5070 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
5071 (gst_tag_image_type_get_type):
5072 API: add GstTagImageType enum to describe images contained
5073 in image tags (#345641).
5075 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
5077 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5078 Fix warnings with gst-inspect: "buffers-min" property
5079 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
5080 typo in property description.
5082 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
5084 Patch by: Cody Russell <bratsche at gnome org>
5086 * gst/audioresample/gstaudioresample.c:
5087 (gst_audioresample_class_init):
5088 * gst/playback/gststreamselector.c:
5089 (gst_stream_selector_class_init):
5090 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5091 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5092 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5093 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
5094 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
5095 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
5096 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
5097 * gst/videotestsrc/gstvideotestsrc.c:
5098 (gst_video_test_src_class_init):
5099 * gst/volume/gstvolume.c: (gst_volume_class_init):
5100 Avoid unnecessary class cast check in class_init
5101 functions (#337747).
5103 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
5105 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
5106 (gst_text_overlay_video_chain):
5107 g_markup_escape_text() REALLY doesn't like non-UTF8 input
5108 and doesn't validate its input either (and neither did
5109 textoverlay it seems). Let's do that then and fix #345206.
5111 2006-06-19 Wim Taymans <wim@fluendo.com>
5113 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5114 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
5115 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
5116 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
5117 (find_syncframe), (find_limits), (assign_value),
5118 (count_burst_unit), (gst_multi_fd_sink_new_client),
5119 (gst_multi_fd_sink_handle_client_write),
5120 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
5121 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
5122 (gst_multi_fd_sink_change_state):
5123 * gst/tcp/gstmultifdsink.h:
5124 Added shiny new burst-on-connect methods.
5125 Add properties to control the minimal amount of data queued.
5127 API: bytes-min property
5128 API: time-min property
5129 API: buffers-min property
5130 API: burst-unit property
5131 API: burst-value property
5132 API: add-full signal
5134 * gst/tcp/gsttcp-marshal.list:
5135 Added new marshaller code for the new signal.
5137 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5138 (multifdsink_suite):
5139 Added testcases for new burst methods.
5141 2006-06-19 Edward Hervey <edward@fluendo.com>
5143 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
5144 Implement clipping for accurate seeking.
5147 2006-06-19 Wim Taymans <wim@fluendo.com>
5149 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
5151 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
5152 (gst_video_scale_transform):
5153 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
5155 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
5158 Fix --disable-external (can't set conditionals conditionally,
5161 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5163 * tests/check/elements/audioresample.c: (test_reuse),
5164 (audioresample_suite):
5165 Add test case for bug #342789 fixed below.
5167 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5169 * gst/audioresample/gstaudioresample.c:
5170 (gst_audioresample_class_init), (gst_audioresample_init),
5171 (audioresample_start), (audioresample_stop),
5172 (gst_audioresample_set_property), (gst_audioresample_get_property):
5173 Implement GstBaseTransform::start and ::stop so that audioresample
5174 can clear its internal state properly and be reused instead of
5175 causing non-negotiated errors with playbin under some circumstances
5178 * tests/check/elements/audioresample.c: (setup_audioresample),
5179 (cleanup_audioresample):
5180 Need to set element state here so that ::start and ::stop are
5183 2006-06-16 Wim Taymans <wim@fluendo.com>
5185 Patch by: Young-Ho Cha <ganadist at chollian dot net>
5187 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
5188 Parse extra data better, apparently it's right behind
5189 the normal strf header size. Fixes #343500.
5191 2006-06-16 Wim Taymans <wim@fluendo.com>
5193 * ext/alsa/gstalsasink.c: (set_hwparams):
5194 If we fail to set the buffer_time and period_time alsa
5195 parameters, post a warning and leave alsa select a
5196 default instead of failing. Fixes #342085
5198 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5200 * docs/libs/gst-plugins-base-libs-sections.txt:
5201 * gst-libs/gst/cdda/gstcddabasesrc.h:
5202 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
5203 out in the header file and shouldn't be listed in the docs.
5205 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5206 Must dereference pointer to fourcc in the debug statement.
5208 2006-06-16 Stefan Kost <ensonic@users.sf.net>
5210 * docs/libs/Makefile.am:
5211 * docs/libs/gst-plugins-base-libs-docs.sgml:
5212 * docs/libs/gst-plugins-base-libs-sections.txt:
5213 * docs/libs/gst-plugins-base-libs.types:
5214 add remaining symbols into correct setions
5216 * gst-libs/gst/audio/gstringbuffer.c:
5219 * gst-libs/gst/audio/gstringbuffer.h:
5220 comment out not yet implemented function
5223 * gst-libs/gst/floatcast/floatcast.h:
5224 * gst-libs/gst/netbuffer/gstnetbuffer.c:
5225 add short descriptions
5228 * gst-libs/gst/interfaces/propertyprobe.c:
5229 fix return value docs
5231 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5232 simplify debug logging
5234 * gst-libs/gst/riff/riff-read.h:
5235 sync function prototype and docs
5237 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5238 remove left over symbol
5240 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5245 Use GST_PLUGIN_DOCS macro in configure.ac, add
5246 --enable-plugin-docs default to autogen.sh and use
5247 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5249 2006-06-15 Wim Taymans <wim@fluendo.com>
5251 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5252 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5253 (gst_ogg_demux_loop):
5254 Combine GstFlowReturn from the source pads to give a
5255 meaningfull result to the upstream peer or to stop the
5256 processing task in case of errors.
5258 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5260 * gst/playback/gststreaminfo.c: (cb_probe):
5261 Try GST_TAG_CODEC as fallback when extracting the
5262 codec name; more debug info.
5264 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5266 * ext/ogg/Makefile.am:
5267 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5268 Extract language tags from ogm subtitle streams, so that
5269 the subtitle menu choices are labelled correctly in
5270 Totem (fixes #344708).
5272 2006-06-14 Wim Taymans <wim@fluendo.com>
5274 Patch by: Alessandro Decina <alessandro at nnva dot org>
5276 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5277 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5278 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5279 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5280 Fix various leaks. Fixes #343699.
5281 Add x-smoke mime type.
5283 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5285 * gst-libs/gst/riff/riff-ids.h:
5286 Add IDs for 'bext' chunks (see #343837).
5288 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
5290 Patch by: Young-Ho Cha <ganadist at chollian net>
5292 * gst/subparse/samiparse.c: (sami_context_pop_state),
5293 (handle_start_font), (end_sami_element):
5294 Honour font face tags in SAMI subtitles (#344503).
5296 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5299 add missing files containing translatable strings
5301 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5303 * docs/libs/tmpl/.cvsignore:
5304 we don't want those *.sgml files in CVS either
5306 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5308 * docs/libs/.cvsignore:
5309 * tests/check/elements/.cvsignore:
5310 * tests/check/libs/.cvsignore:
5313 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5315 * docs/libs/Makefile.am:
5316 also commiting the changed Makefile.am (added more libs to the
5319 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5321 * docs/libs/gst-plugins-base-libs-docs.sgml:
5322 * docs/libs/gst-plugins-base-libs-sections.txt:
5323 * docs/libs/gst-plugins-base-libs.types:
5324 first batch of reordering things, add index & hierarchy
5326 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
5329 use GST_PKG_CHECK_MODULES, cleans up output
5331 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5333 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5334 Add support for burn:// URIs (#343385); const-ify things a bit,
5335 use G_N_ELEMENTS instead of hard-coded array size.
5337 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5339 Patch by: Young-Ho Cha <ganadist at chollian net>
5341 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5342 Fix up broken entities before passing them to libxml *sigh*.
5345 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5350 === release 0.10.8 ===
5352 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5355 releasing 0.10.8, "Moar gij ziet mij nie"
5357 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5374 * win32/common/config.h:
5377 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5379 * docs/libs/tmpl/gstaudio.sgml:
5380 * docs/libs/tmpl/gstcolorbalance.sgml:
5381 * docs/libs/tmpl/gstmixer.sgml:
5382 * docs/libs/tmpl/gstringbuffer.sgml:
5383 * docs/libs/tmpl/gsttuner.sgml:
5384 * docs/libs/tmpl/gstxoverlay.sgml:
5385 * gst-libs/gst/audio/audio.c:
5386 * gst-libs/gst/audio/gstringbuffer.c:
5387 * gst-libs/gst/interfaces/colorbalance.c:
5388 * gst-libs/gst/interfaces/mixer.c:
5389 * gst-libs/gst/interfaces/tuner.c:
5390 * gst-libs/gst/interfaces/xoverlay.c:
5391 move last template doc snippets to source code and delete them
5393 2006-06-06 Michael Smith <msmith@fluendo.com>
5395 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5396 (theora_parse_drain_queue):
5397 Mark DELTA_UNIT on non-keyframes.
5399 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
5401 * gst-libs/gst/audio/gstbaseaudiosink.c:
5402 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5403 * gst-libs/gst/audio/gstbaseaudiosink.h:
5404 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5405 (gst_ring_buffer_samples_done):
5406 * gst-libs/gst/audio/gstringbuffer.h:
5407 Document better the fact that latency_time and buffer_time are values
5408 stored in microseconds, and not the usual GStreamer nanoseconds.
5409 Change the variables (compatibly) that store them from GstClockTime
5410 to guint64 to make it more clear that they're not storing clock times.
5411 Also, remove the bogus property description that says the user can
5412 specify -1 to get the default value, since that's never been the case.
5414 When computing the default segment size for the ring buffer, make it
5415 an integer number of samples.
5417 When the sub-class indicates a delay greater than the number of
5418 samples we've written return 0 from the audio sink get_time method.
5420 2006-06-02 Michael Smith <msmith@fluendo.com>
5422 * tests/check/elements/audioconvert.c: (set_channel_positions),
5423 (get_float_mc_caps), (get_int_mc_caps):
5424 * tests/check/elements/audioresample.c:
5425 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5426 * tests/check/elements/videorate.c:
5427 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5428 * tests/check/elements/volume.c:
5429 * tests/check/elements/vorbisdec.c:
5430 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5431 Don't busy-wait in tests; this was causing test timeouts very
5432 frequently when running under valgrind.
5434 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5437 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5438 (gst_multi_fd_sink_remove_client_link),
5439 (gst_multi_fd_sink_client_queue_caps),
5440 (gst_multi_fd_sink_client_queue_buffer),
5441 (gst_multi_fd_sink_handle_client_write),
5442 (gst_multi_fd_sink_render):
5443 * gst/tcp/gstmultifdsink.h:
5444 make multifdsink properly deal with streamheader:
5445 - streamheader is taken from caps
5446 - buffers marked with IN_CAPS are not sent
5447 - streamheaders are sent, on connection, from the caps of the
5448 buffer where the client gets positioned to
5449 - further streamheader changes are done every time the client
5450 will receive a buffer with different caps
5451 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5452 (gst_multifdsink_create_streamheader):
5455 2006-06-02 Michael Smith <msmith@fluendo.com>
5457 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5458 Reinstate limit on channel count. Vorbis does not define the meaning
5459 of > 6 channels, so they're just independent channels. Gstreamer
5460 currently has no mechanism to represent N independent channels.
5462 2006-06-02 Michael Smith <msmith@fluendo.com>
5464 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5465 Don't arbitrarily restrict channel counts and rate in vorbis.
5466 In terms of effects likely on real-world files, this fixes 96kHz
5469 2006-06-02 Michael Smith <msmith@fluendo.com>
5471 * gst/audioconvert/audioconvert.c: (float):
5472 More correct float->int conversion.
5474 2006-06-02 Michael Smith <msmith@fluendo.com>
5476 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5477 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5478 value. Fixes g-critical on trying to play back ogg containing
5481 2006-06-02 Wim Taymans <wim@fluendo.com>
5483 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5485 * gst/playback/gstplaybasebin.h:
5486 Make the subtitle detection work from any thread so we don't
5487 deadlock. Fixes #343397.
5489 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5491 * gst/volume/Makefile.am:
5492 Seriously, it's not *that* hard to get compilation right. Even
5493 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5495 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5497 * gst/volume/gstvolume.c: (volume_choose_func),
5498 (volume_update_real_volume), (gst_volume_class_init),
5499 (gst_volume_init), (volume_process_float), (volume_process_int16),
5500 (volume_process_int16_clamp), (volume_set_caps),
5501 (volume_transform_ip), (plugin_init):
5502 * gst/volume/gstvolume.h:
5503 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5504 another property desc., remove unused param from process function
5506 * tests/check/elements/volume.c: (volume_suite):
5507 reactivate the passthrough test
5509 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5511 * ext/alsa/gstalsamixerelement.h:
5512 * ext/alsa/gstalsamixeroptions.h:
5513 * ext/alsa/gstalsamixertrack.h:
5514 * ext/gnomevfs/gstgnomevfssink.h:
5515 * ext/gnomevfs/gstgnomevfssrc.h:
5516 * ext/theora/gsttheoradec.h:
5517 * ext/theora/gsttheoraenc.h:
5518 * ext/theora/gsttheoraparse.h:
5519 * ext/vorbis/vorbisparse.h:
5520 * gst-libs/gst/audio/gstaudioclock.h:
5521 * gst-libs/gst/audio/gstaudiofilter.h:
5522 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5523 * gst/audioconvert/gstaudioconvert.h:
5524 * gst/audioresample/gstaudioresample.h:
5525 * gst/audiotestsrc/gstaudiotestsrc.h:
5526 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5527 * gst/playback/gststreamselector.h:
5528 * gst/tcp/gstmultifdsink.h:
5529 * gst/tcp/gsttcpclientsink.h:
5530 * gst/tcp/gsttcpclientsrc.h:
5531 * gst/tcp/gsttcpserversink.h:
5532 * gst/tcp/gsttcpserversrc.h:
5533 * gst/videorate/gstvideorate.h:
5534 * gst/videoscale/gstvideoscale.h:
5535 * gst/videotestsrc/gstvideotestsrc.h:
5536 * gst/volume/gstvolume.h:
5537 * sys/v4l/gstv4ljpegsrc.h:
5538 * sys/v4l/gstv4lmjpegsink.h:
5539 * sys/v4l/gstv4lmjpegsrc.h:
5540 * sys/v4l/gstv4lsrc.h:
5541 * sys/ximage/ximagesink.h:
5542 * sys/xvimage/xvimagesink.h:
5543 * tests/old/testsuite/alsa/sinesrc.h:
5544 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5546 2006-05-31 Wim Taymans <wim@fluendo.com>
5548 * ext/libvisual/visual.c: (gst_visual_reset),
5549 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5550 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5552 Use running time before doing QoS.
5555 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5557 * docs/libs/Makefile.am:
5558 set a magic variable to indicate we know the docs are incomplete
5560 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5562 * win32/common/libgstvideo.def:
5563 export gst_video_calculate_display_ratio
5564 * win32/vs6/libgstvideoscale.dsp:
5565 add link to libgstvideo-0.10.lib
5567 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5569 * gst/playback/gstplaybasebin.c: (gen_source_element):
5570 Throw a more comprehensible error for rtsp:// URIs (rather
5571 than erroring out with a negotiation error later on) until
5572 we fix playbin to handle rtspsrc etc.
5574 2006-05-30 Wim Taymans <wim@fluendo.com>
5576 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5577 (gst_text_overlay_text_event):
5580 2006-05-30 Wim Taymans <wim@fluendo.com>
5582 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5583 (gst_adder_request_new_pad), (gst_adder_release_pad):
5584 * gst/adder/gstadder.h:
5585 Implement release_request_pad.
5586 Make padcounter atomic.
5588 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5589 Added check for release_pad in adder.
5591 2006-05-30 Wim Taymans <wim@fluendo.com>
5593 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5596 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5598 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5599 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5600 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5601 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5602 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5603 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5604 (gst_ogg_demux_bisect_forward_serialno),
5605 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5606 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5608 clean up printf formats for granulepos and serialno
5610 2006-05-30 Michael Smith <msmith@fluendo.com>
5612 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5613 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5614 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5615 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5616 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5617 * ext/vorbis/vorbisenc.h:
5618 Multi-channel caps negotiation, so we can do proper multichannel
5619 vorbis encoding, negotiated through audioconvert.
5621 2006-05-30 Wim Taymans <wim@fluendo.com>
5623 * tests/check/elements/adder.c: (test_event_message_received),
5624 (test_play_twice_message_received), (GST_START_TEST),
5626 Added check to show that #339935 is fixed with ongoing
5627 adder and collectpads fixes.
5629 2006-05-29 Wim Taymans <wim@fluendo.com>
5631 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5632 Don't leak pad name.
5634 2006-05-29 Wim Taymans <wim@fluendo.com>
5636 * gst/adder/gstadder.c: (gst_adder_query_duration),
5637 (forward_event_func), (forward_event), (gst_adder_src_event):
5639 Make query/seeking code threadsafe.
5641 * tests/check/Makefile.am:
5642 * tests/check/elements/adder.c: (test_event_message_received),
5643 (GST_START_TEST), (test_play_twice_message_received):
5644 Fix adder test case.
5646 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5648 Patch by: Young-Ho Cha <ganadist at chollian net>
5650 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5651 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5652 (set_encoding_element), (decodebin_element_added_cb),
5653 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5654 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5655 * gst/playback/gstplaybasebin.h:
5656 Add 'subtitle-encoding' property to playbin, so applications can
5657 force a subtitle encoding for non-UTF8 subtitles (#342268).
5659 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5660 (gst_sub_parse_set_property):
5661 Rename recently-added 'encoding' property to 'subtitle-encoding'
5662 (so it can be proxied by playbin/decodebin in a generic way
5663 with less danger of false positives).
5665 2006-05-29 Michael Smith <msmith@fluendo.com>
5667 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5668 (append_with_other_format), (set_structure_widths),
5669 (gst_audio_convert_transform_caps):
5670 Patch from #341562: give more specific audio caps in get_caps, so
5671 that basetransform can make better decisions on what caps to
5674 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5676 * tests/check/elements/volume.c:
5677 make it compile again
5679 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5681 * tests/check/elements/volume.c: (volume_suite):
5682 disable test until #343196 gets resolved
5684 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5686 * gst/adder/gstadder.c: (gst_adder_get_type):
5687 Make it easier to copy&paste
5689 * gst/volume/Makefile.am:
5690 * gst/volume/gstvolume.c: (volume_update_real_volume),
5691 (gst_volume_set_volume), (gst_volume_set_mute),
5692 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5693 (volume_transform_ip), (volume_update_mute),
5694 (volume_update_volume):
5695 * gst/volume/gstvolume.h:
5696 Add own debug category, move duplicate code to helper function, fix
5697 property texts, add more comments and prepare ffor liboil-goodness
5699 * tests/check/Makefile.am:
5700 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5701 add test for mute and passtrough case, be a bit more verbose to track
5704 * tests/check/generic/states.c: (GST_START_TEST):
5705 catch elements that fail to instantiate
5707 2006-05-28 Edward Hervey <edward@fluendo.com>
5709 * tests/check/pipelines/simple-launch-lines.c:
5710 * tests/check/pipelines/theoraenc.c:
5711 * tests/check/pipelines/vorbisenc.c:
5712 Comment out tests using parse_launch() if core was built without
5713 parsing capabilities.
5715 2006-05-27 Edward Hervey <edward@fluendo.com>
5717 * tests/check/Makefile.am:
5718 Extra bonus points for whoever explains to ensonic that you are meant
5719 to test unit tests thoroughly before commiting them, especially if
5720 you know it's going to break.
5721 De-activated element/adder tests.
5723 2006-05-27 Edward Hervey <edward@fluendo.com>
5725 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5726 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5727 Marking caps conversion issues as GST_WARNING is way too verbose,
5728 Moving them to GST_LOG.
5730 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5733 Replace current README (containing the release notes from
5734 some 0.9.x version) with a proper README taken from the core.
5736 2006-05-26 Wim Taymans <wim@fluendo.com>
5738 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5739 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5740 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5741 (vorbis_dec_change_state):
5744 Clip output samples to segment boundaries.
5746 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5748 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5749 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5750 Improve the errors produced on bad output, including some human
5751 readable description strings.
5752 Handle the (theoretical for ximagesink) case where the XServer
5753 has a different idea about the size required for a particular
5754 frame and gives us too small a memory allocation.
5756 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5758 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5759 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5760 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5761 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5762 Improve the errors produced on bad output, including some human
5763 readable description strings.
5764 Handle RGB Xv formats properly by transforming them into our
5765 big-endian caps description.
5766 Use gst_caps_truncate to ensure that we never try and choose a
5767 non-fixed caps in buffer_alloc.
5768 Handle the case where the XServer has a different idea about the size
5769 required for a particular frame and gives us too small a memory
5771 Use -1 to indicate 'no image format', because 0 is a valid XServer
5772 image format number.
5773 Put RGB Xv formats at the end of the caps, so that we always prefer
5775 Iterate the available Xv Encodings to determine the maximum width and
5776 height, and then return that in our caps.
5777 (Closes #315312, #337544)
5779 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5781 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5782 When there is only one unfinished pad and it receives an event that
5783 doesn't match our requirements, we need to set alldone=FALSE so that
5784 the fakesink is not removed yet.
5786 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5788 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5789 Use gst_type_find_helper_for_buffer() to find the type
5790 of stream from the first packet.
5793 Bump requirements to core CVS (needed for vorbis
5794 typefinding to work).
5796 2006-05-24 Edward Hervey <edward@fluendo.com>
5798 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5799 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5800 contain. Else they play perfectly fine with qtdemux.
5802 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5804 * ext/theora/theoradec.c:
5805 * ext/theora/theoraenc.c:
5806 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5807 * gst/audiorate/gstaudiorate.c:
5808 make more debug catagories static
5810 * tests/check/Makefile.am:
5811 * tests/check/elements/adder.c: (message_received),
5812 (test_event_message_received), (GST_START_TEST),
5813 (test_play_twice_message_received), (adder_suite):
5814 added test case for using element twice, extra bonus points for anyone
5815 who can make these test run reliably
5817 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5819 * ext/theora/theoradec.c: (theora_dec_chain):
5820 Make work with time-stamped input buffers that do not
5821 have a granulepos in BUFFER_OFFSET_END (like theora
5822 buffers coming from matroskademux). Fixes #342448.
5824 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5826 Patch by: Peter Kjellerstedt <pkj at axis com>
5828 * gst/tcp/Makefile.am:
5829 fdstresstest doesn't need Gtk+, fix compilation if
5830 gtk is not available (#342566).
5832 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5834 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5836 Removed redundant floor()
5838 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5840 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5841 On second thought, just skip JUNK chunks automatically, so
5842 the caller doesn't have to handle this. Fixes #342345.
5843 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5846 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5848 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5849 Don't bail out on JUNK chunks with a size of 0 (would try to
5850 pull_range 0 bytes before, which sources don't like too much).
5853 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5855 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5856 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5857 Use the gstutil scaling function to preserve 64 bits while calculating
5858 output width and height from the display-aspect-ratio. (A continuation
5861 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5863 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5864 (gst_xvimagesink_buffer_alloc):
5865 * sys/xvimage/xvimagesink.h:
5866 When performing buffer allocations, remember the caps and image format
5867 we return so that if the same caps are asked for next time we can
5868 return them immediately without doing any caps intersections.
5870 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5872 * gst-libs/gst/rtp/README:
5873 Some new documentation
5874 * gst-libs/gst/rtp/gstrtpbuffer.h:
5875 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5876 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5877 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5878 New RTP audio base payloader class. Supports frame or sample based
5879 codecs. Not enabled in Makefile.am until approved.
5881 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5883 * tests/check/elements/alsa.c: (test_device_property_probe):
5884 Fix test case: don't try to free NULL GValueArray when there
5887 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5889 * tests/check/Makefile.am:
5890 * tests/check/elements/alsa.c: (test_device_property_probe),
5891 (alsa_suite), (main):
5892 Add simple test that runs a device property probe on alsasrc,
5893 alsasink and alsamixer. Disable valgrind check for now (too
5894 many leaks in libasound, and valgrind ignored my suppressions
5897 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5899 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5900 (gst_alsa_device_property_probe_probe_property),
5901 (gst_alsa_device_property_probe_needs_probe),
5902 (gst_alsa_device_property_probe_get_values),
5903 (gst_alsa_type_add_device_property_probe_interface):
5904 * ext/alsa/gstalsadeviceprobe.h:
5905 * ext/alsa/gstalsamixerelement.c:
5906 (gst_alsa_mixer_element_init_interfaces):
5907 * ext/alsa/gstalsamixerelement.h:
5908 Clean up and simplify alsa device probing. Make it actually work
5909 for multiple classes. Don't cache results any longer.
5911 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5912 (gst_alsasink_init):
5913 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5914 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5915 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5916 Make alsasink and alsasrc implement the GstPropertyProbe interface
5917 for device probing (#342181).
5918 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5920 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5922 * gst/subparse/samiparse.c: (handle_start_font):
5923 Don't ignore return value of strtol (++compiler_happiness).
5925 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5927 Patch by: Young-Ho Cha <ganadist chollian net>
5929 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5930 (gst_sub_parse_class_init), (gst_sub_parse_init),
5931 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5933 * gst/subparse/gstsubparse.h:
5934 Add 'encoding' property (#341681).
5936 * gst/subparse/samiparse.c: (characters_sami):
5937 Output is pango markup, so we need to escape text
5938 between tags (#342143).
5940 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5942 * gst-libs/gst/audio/multichannel.c:
5943 (gst_audio_check_channel_positions):
5944 It's okay to have caps with channels=1 and a channel position
5945 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5946 (deinterleavers might want to keep the position in the caps,
5947 so that they can be re-interleaved again properly later).
5948 Leave check for unexpected 2-channel layouts intact for now.
5950 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5952 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5953 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5954 basesrc can do its job correctly.
5956 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5958 * ext/alsa/Makefile.am:
5959 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5960 (gst_alsa_detect_formats), (get_channel_free_structure),
5961 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5962 (gst_alsa_probe_supported_formats):
5963 * ext/alsa/gstalsa.h:
5964 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5965 Refactor and improve caps probing code: probe signedness
5966 when we probe the supported formats/widths; set endianness
5967 to the one we actually probed for (ie. cpu endianness).
5969 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5970 (gst_alsasrc_close):
5971 * ext/alsa/gstalsasrc.h:
5972 Implement caps probing for alsasrc.
5974 2006-05-15 Wim Taymans <wim@fluendo.com>
5976 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5977 (theora_dec_src_query), (theora_dec_src_event),
5978 (theora_dec_sink_event), (theora_handle_comment_packet),
5979 (theora_handle_data_packet), (theora_dec_change_state):
5980 Cleanups, add some G_LIKELY.
5981 Use segment helpers instead of our own wrong code.
5982 Clear queued buffers on seek and READY.
5984 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5985 (vorbis_dec_convert), (vorbis_dec_src_query),
5986 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5987 (vorbis_handle_comment_packet), (vorbis_dec_push),
5988 (vorbis_handle_data_packet), (vorbis_dec_chain),
5989 (vorbis_dec_change_state):
5990 * ext/vorbis/vorbisdec.h:
5991 Remove old useless packetno variable.
5992 Do position query properly.
5994 Do cleanup of queued buffers in new helper function
5997 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5999 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6000 Query supported sample rates. Fixes #341732.
6002 2006-05-15 Julien MOUTTE <julien@moutte.net>
6004 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
6005 (gst_decode_bin_change_state): Make decodebin reusable
6006 when going from PAUSE_TO_READY and then back to PAUSED.
6009 2006-05-15 Wim Taymans <wim@fluendo.com>
6011 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
6012 (vorbis_dec_convert), (vorbis_dec_src_query),
6013 (vorbis_dec_sink_query), (vorbis_dec_src_event),
6014 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6015 (vorbis_dec_clean_queued), (vorbis_dec_push),
6016 (vorbis_handle_data_packet), (vorbis_dec_change_state):
6017 Cleanups. Use refcounting and DEBUG_OBJECT.
6018 Reset segment on flush, use code methods instead of our
6020 Fix potential memleak.
6022 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
6024 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
6025 (gst_alsasink_init):
6026 * ext/alsa/gstalsasink.h:
6027 Don't leak allocated snd_output_t structure if there's
6028 more than one alsasink instance at a time (#341873).
6029 Also fix GObject macros in header file.
6031 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
6033 * gst/subparse/gstsubparse.c:
6034 (gst_sub_parse_data_format_autodetect):
6035 Don't use libxml functions in the typefinding code.
6037 2006-05-15 Wim Taymans <wim@fluendo.com>
6039 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6040 Fix seeking performance in the case where a non-header
6041 packet has a 0 granulepos (busted theora case).
6043 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
6044 the first place, you limelight stealer you)
6046 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
6048 * gst/subparse/gstsubparse.c:
6049 (gst_sub_parse_data_format_autodetect):
6050 Improve SAMI typefinding: handle case where there are
6051 whitespaces or newlines in front of the first <SAMI>
6054 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
6057 Build video4linux plugin even if there's no XVIDEO, just
6058 without implementing the GstXOverlay interface (#334002).
6060 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
6063 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
6065 Add tentative support for libvisual-0.4 (#336881).
6067 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
6069 Patch by: Young-Ho Cha <ganadist at chollian net>
6071 * gst/subparse/samiparse.c: (handle_start_font):
6072 Need to map "silver" colour explicitly (#169936).
6074 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
6076 Patch by: Young-Ho Cha <ganadist at chollian net>
6078 * gst/subparse/Makefile.am:
6079 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6080 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
6081 (gst_sub_parse_format_autodetect), (feed_textbuf),
6082 (gst_subparse_type_find), (plugin_init):
6083 * gst/subparse/gstsubparse.h:
6084 * gst/subparse/samiparse.c:
6085 * gst/subparse/samiparse.h:
6086 Add support for SAMI subtitles (#169936).
6088 2006-05-14 Michael Smith <msmith@fluendo.com>
6090 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
6091 Fix #341696: crash when mixing L+R+C to mono or stereo.
6092 * tests/check/Makefile.am:
6093 * tests/check/elements/audioconvert.c: (set_channel_positions),
6094 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
6095 (audioconvert_suite):
6096 Add test for the above, including some generic framework bits for
6097 testing multichannel things.
6099 === release 0.10.7 ===
6101 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
6104 releasing 0.10.7, "Leave the gun"
6106 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
6108 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6109 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6112 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
6114 * docs/libs/gst-plugins-base-libs-docs.sgml:
6115 * docs/libs/gst-plugins-base-libs-sections.txt:
6116 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
6117 * gst-libs/gst/video/video.h:
6118 * gst/videoscale/Makefile.am:
6119 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6120 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6121 * tests/check/Makefile.am:
6122 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
6124 Fix integer overflow problem with pixel-aspect-ratio calculations
6125 in videoscale and xvimagesink (#341542)
6127 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
6129 * gst-libs/gst/tag/gstid3tag.c:
6130 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
6132 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
6135 update win32 files listing
6137 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
6139 patch by: Sjoerd Simons (sjoerd@luon.net)
6141 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6142 (group_create), (group_destroy), (add_stream),
6143 (gst_play_base_bin_get_property),
6144 (gst_play_base_bin_get_streaminfo_value_array):
6145 * gst/playback/gstplaybasebin.h:
6146 API: GstPlayBaseBin::stream-info-value-array property
6147 use a more bindings-friendly way of exposing streaminfo
6148 using a GValueArray. Tested in ipython.
6151 2006-05-11 Wim Taymans <wim@fluendo.com>
6153 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
6154 (queue_underrun_cb), (queue_filled_cb):
6155 Also catch queue underruns but don't do anything yet.
6156 Refactor and comment queue enlarging code a bit.
6158 * gst/playback/gstplaybasebin.c: (queue_overrun),
6159 (queue_threshold_reached), (queue_out_of_data),
6160 (gen_preroll_element):
6161 If a queue over/underruns check that we don't create nasty
6162 deadlocks when the min-threshold is not reached but the
6163 max-bytes is. In those cases disable max-bytes when we
6164 know that the queue is fed timed data.
6167 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
6169 * gst/playback/gstplaybin.c: (gen_audio_element):
6170 Make playbin automatically plug an 'audioresample'
6171 element before the audio sink as well. This solves
6172 problems with sinks that only accept a very specific
6173 sample rate, like esdsink (e.g. #340379).
6175 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
6177 * gst/playback/gstplaybasebin.c: (gen_source_element):
6178 Make http sources send special headers so that we receive
6179 icecast metadata if the http stream is an icecast stream
6180 (otherwise the server will just ignore them). This also
6181 means that from now on users will need the 'icydemux'
6182 element from gst-plugins-good installed if they want to
6183 listen to icecast radio streams. (#341432, #333657).
6185 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
6187 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
6188 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
6189 remove stupid example from docs - it should come with a simple
6192 * tests/check/elements/multifdsink.c: (wait_bytes_served),
6193 (fail_if_can_read), (GST_START_TEST),
6194 (gst_multifdsink_create_streamheader), (multifdsink_suite):
6195 add a test for changing streamheader which exposes a bug in
6198 2006-05-11 Michael Smith <msmith@fluendo.com>
6200 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
6201 (gst_gnome_vfs_src_received_headers_callback):
6202 * ext/gnomevfs/gstgnomevfssrc.h:
6203 Don't set icy-caps unless we have a sane interval value. Move
6204 interval to a local variable; we never use it outside this function.
6206 2006-05-11 Wim Taymans <wim@fluendo.com>
6208 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6209 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6210 Register special buffer types along with the objects so
6211 that they are not registered at runtime from N different
6212 streaming threads since they are not threadsafe.
6214 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
6216 * tests/check/elements/multifdsink.c: (wait_bytes_served),
6217 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
6218 add two more tests, one doing streamheader
6220 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
6222 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
6223 clean up the bufqueue when shutting down
6224 * tests/check/Makefile.am:
6225 * tests/check/elements/multifdsink.c: (setup_multifdsink),
6226 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
6228 add a test for the leak that was just fixed
6230 2006-05-10 Wim Taymans <wim@fluendo.com>
6232 * gst/adder/gstadder.c: (gst_adder_setcaps),
6233 (gst_adder_query_duration), (gst_adder_query), (forward_event),
6234 (gst_adder_src_event), (gst_adder_sink_event),
6235 (gst_adder_class_init), (gst_adder_finalize),
6236 (gst_adder_request_new_pad), (gst_adder_collected):
6237 * gst/adder/gstadder.h:
6238 Updated some docs. Added comments and FIXMEs all over the place.
6239 Improve debugging info.
6240 Fix leak on finalize by not calling the parent.
6241 Implement duration query.
6242 Make event forwarding threadsafe.
6243 Correctly send NEWSEGMENT at start and after flush.
6244 Handle EOS correctly.
6245 Post error when not negotiated.
6247 * tests/check/elements/adder.c: (GST_START_TEST):
6248 Added FIXME in the test.
6250 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6252 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6253 (gst_text_overlay_halign_get_type),
6254 (gst_text_overlay_wrap_mode_get_type):
6255 * ext/theora/theoradec.c: (theora_handle_type_packet),
6256 (theora_handle_data_packet):
6257 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6258 (theora_enc_sink_setcaps), (theora_enc_chain):
6259 * gst-libs/gst/cdda/gstcddabasesrc.c:
6260 (gst_cdda_base_src_mode_get_type):
6261 * gst/audiotestsrc/gstaudiotestsrc.c:
6262 (gst_audiostestsrc_wave_get_type):
6263 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6264 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6265 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6266 (gst_sync_method_get_type), (gst_unit_type_get_type),
6267 (gst_client_status_get_type):
6268 * gst/videoscale/gstvideoscale.c:
6269 (gst_video_scale_method_get_type):
6270 * gst/videotestsrc/gstvideotestsrc.c:
6271 (gst_video_test_src_pattern_get_type):
6272 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6273 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6274 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6275 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6276 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6277 (paint_setup_RGB565), (paint_setup_xRGB1555):
6278 Const-ify GEnumValue and GFlagsValue arrays. Use
6279 GST_ROUND_UP_* macros instead of home-made ones.
6281 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6284 Require core CVS for the new newsegment stuff.
6286 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6288 Patch by: Sjoerd Simons <sjoerd at luon net>
6290 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6291 Register nick for enum value (#341160).
6293 2006-05-09 Stefan Kost <ensonic@users.sf.net>
6295 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6297 backout typefind patch #340375
6299 * tests/check/elements/adder.c: (message_received),
6300 (GST_START_TEST), (adder_suite):
6301 redo, signal-handling of test
6303 2006-05-09 Wim Taymans <wim@fluendo.com>
6305 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6306 (gst_adder_collected):
6307 * gst/adder/gstadder.h:
6308 Remove bogus segment merging and forwarding, we don't
6309 care about timestamps anyway and we just produce a
6311 Also create a nice NEWSEGMENT event when we start.
6312 Use _scale_int some more.
6314 2006-05-09 Edward Hervey <edward@fluendo.com>
6316 * tests/icles/stress-xoverlay.c:
6317 Fix if core was built without parsing support.
6319 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6321 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6322 Add SEDG (Samsung MPEG-4) fourcc.
6324 2006-05-09 Edward Hervey <edward@fluendo.com>
6326 * tests/icles/stress-xoverlay.c:
6327 * tests/examples/volume/volume.c:
6328 Fix if core was built without parsing support.
6330 * tests/examples/seek/seek.c:
6331 Disable the parse_launch example if core was built without parsing
6334 2006-05-08 Edward Hervey <edward@fluendo.com>
6336 * autogen.sh: (CONFIGURE_DEF_OPT):
6337 libtoolize on Darwin/MacOSX is called glibtoolize
6339 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6341 * tests/check/Makefile.am:
6342 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6343 Disable the adder test, until the build-slaves posses the kindness to
6344 either like it or to give valid reason for not doing so
6346 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6348 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6350 Shuffle NULL state change around and raise timeout more
6352 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6354 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6355 (mp4_type_find), (plugin_init):
6356 Add typefind to distinguish between "audio/x-m4a" and new type
6357 "video/mp4". Fixes #340375
6359 * tests/check/elements/adder.c: (adder_suite):
6360 Raise timeout to make buildbot happy
6362 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6364 * gst/adder/gstadder.c: (gst_adder_sink_event),
6365 (gst_adder_request_new_pad), (gst_adder_change_state):
6366 * gst/adder/gstadder.h:
6367 * tests/check/Makefile.am:
6368 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6369 (adder_suite), (main):
6370 Add sink-event handling to adder. It tries to merge incomming
6371 newsegment-events. Added test to check if segment_done is comming
6372 through. Fixes #340060
6374 2006-05-05 Andy Wingo <wingo@pobox.com>
6376 * ext/theora/theoraparse.c (gst_theora_parse_init)
6377 (theora_parse_src_convert, theora_parse_src_query):
6378 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6379 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6380 query functions on the source pads of the theora and vorbis parse
6381 elements. Fixes position querying when doing a remux.
6383 2006-05-05 Michael Smith <msmith@fluendo.com>
6385 * ext/theora/theoraparse.c: (parse_granulepos),
6386 (theora_parse_drain_queue_prematurely),
6387 (theora_parse_queue_buffer), (theora_parse_sink_event):
6389 Fix invalid granulepos outputs when starting with a non-keyframe.
6391 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
6393 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6394 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6395 Rearrange MPEG system stream detection, fixing some memleaks in the
6397 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6398 they clean up their data correctly.
6399 Remove unused ogganx caps and move the 'is_annodex' check to inside
6400 the 'is_ogg' if statement.
6402 2006-05-05 Wim Taymans <wim@fluendo.com>
6404 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6405 Properly remove ghostpads. Fixes #340392
6407 2006-05-04 David Schleef <ds@schleef.org>
6409 * gst/typefind/gsttypefindfunctions.c:
6411 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
6413 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6414 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6416 When typefinding an MP3 in push-based mode, don't penalise the
6417 probability down to 74% when we found 5 valid frames just because we
6418 can't peek the end of the file.
6420 Make the probability for detecting MPEG Transport Streams based on the
6421 number of sequential headers we successfully detected.
6423 2006-05-03 Wim Taymans <wim@fluendo.com>
6425 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6426 (vorbis_dec_push), (vorbis_dec_chain):
6427 Still produce an error when we receive an empty packet.
6429 2006-05-03 Wim Taymans <wim@fluendo.com>
6431 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6432 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6433 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6434 Mark buffers with DISCONT after seek and after activating new
6437 * ext/theora/gsttheoradec.h:
6438 * ext/theora/theoradec.c: (gst_theora_dec_reset),
6439 (theora_get_query_types), (theora_dec_sink_event),
6440 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6441 (theora_dec_change_state):
6443 Detect and mark DISCONT buffers.
6445 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6446 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6447 (vorbis_dec_change_state):
6448 * ext/vorbis/vorbisdec.h:
6450 Detect and mark DISCONT buffers.
6451 Don't crash on 0 sized buffers.
6453 2006-05-03 Wim Taymans <wim@fluendo.com>
6455 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6456 (volume_transform_ip):
6457 Increase "volume" property to 10.0. Fixes #340369.
6458 Set the process function to NULL when capsnego fails so that
6459 we properly error out.
6461 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6463 * gst/playback/gstplaybin.c: (add_sink):
6464 * gst/playback/test.c: (main):
6465 * gst/playback/test5.c: (dump_element_stats):
6466 * gst/playback/test6.c: (main):
6467 free caps using gst_caps_unref, don't leak caps-strings
6469 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6471 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6473 Refine musepack typefinding a bit. Return MAXIMUM
6474 probability when we detect stream version 7 to make
6475 sure the mpeg audio typefinder doesn't trump us.
6477 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6479 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6480 Protect against unexpected NULL strf_data buffer.
6482 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6484 * tests/check/elements/audioconvert.c: (verify_convert),
6486 interpret the out[] buffer in the order the bytes are actually
6487 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6488 Other tests should use BYTE_ORDER since the array is filled in
6491 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6493 * tests/check/elements/audioconvert.c: (verify_convert),
6495 when a test fails, give an indication of which it is
6497 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6499 * gst-libs/gst/cdda/gstcddabasesrc.c:
6500 compile fix; strtol() needs <stdlib.h>
6502 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6504 * ext/alsa/gstalsamixerelement.c:
6505 * ext/alsa/gstalsasrc.c:
6506 * ext/cdparanoia/gstcdparanoiasrc.c:
6507 * ext/gnomevfs/gstgnomevfssink.c:
6508 * ext/gnomevfs/gstgnomevfssrc.c:
6509 * ext/ogg/gstoggdemux.c:
6510 * ext/ogg/gstoggmux.c:
6511 * ext/ogg/gstoggparse.c:
6512 * ext/ogg/gstogmparse.c:
6513 * ext/pango/gstclockoverlay.c:
6514 * ext/pango/gsttextoverlay.c:
6515 * ext/pango/gsttextrender.c:
6516 * ext/pango/gsttimeoverlay.c:
6517 * ext/theora/theoradec.c:
6518 * ext/theora/theoraenc.c:
6519 * ext/vorbis/vorbisdec.c:
6520 * ext/vorbis/vorbisenc.c:
6521 * gst-libs/gst/audio/gstaudiofilter.c:
6522 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6523 * gst/audioconvert/gstaudioconvert.c:
6524 * gst/audiorate/gstaudiorate.c:
6525 * gst/audioresample/gstaudioresample.c:
6526 * gst/audiotestsrc/gstaudiotestsrc.c:
6527 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6528 * gst/playback/gstdecodebin.c:
6529 * gst/playback/gstplaybin.c:
6530 * gst/playback/gststreamselector.c:
6531 * gst/subparse/gstsubparse.c:
6532 * gst/tcp/gstmultifdsink.c:
6533 * gst/tcp/gsttcpclientsink.c:
6534 * gst/tcp/gsttcpclientsrc.c:
6535 * gst/tcp/gsttcpserversink.c:
6536 * gst/tcp/gsttcpserversrc.c:
6537 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6538 * gst/videorate/gstvideorate.c:
6539 * gst/videoscale/gstvideoscale.c:
6540 * gst/videotestsrc/gstvideotestsrc.c:
6541 * gst/volume/gstvolume.c:
6542 * sys/v4l/gstv4ljpegsrc.c:
6543 * sys/v4l/gstv4lmjpegsink.c:
6544 * sys/v4l/gstv4lmjpegsrc.c:
6545 * sys/v4l/gstv4lsrc.c:
6546 * sys/ximage/ximagesink.c:
6547 * sys/xvimage/xvimagesink.c:
6548 * tests/check/libs/cddabasesrc.c:
6549 make GstElementDetails const
6551 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6553 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6555 send events from src-pad to all sink-pads fixes #338657
6557 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6559 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6560 (alsasink_parse_spec):
6561 query width capabilities from alsa, fixes #338919
6563 2006-04-28 Wim Taymans <wim@fluendo.com>
6565 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6566 (gst_multi_fd_sink_remove_client_link):
6567 * gst/tcp/gstmultifdsink.h:
6568 Fix race condition in multifdsink that can lead to spurious
6569 duplicate clients. this patch adds a new signal that is fired when
6570 multifdsink has removed all references to the fd.
6572 Updated documentation.
6573 API: client-fd-removed signal added
6575 2006-04-28 Michael Smith <msmith@fluendo.com>
6577 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6578 When asking g_value_array_new to prealloc elements, we may as well
6579 ask for the right number of elements.
6581 2006-04-28 Wim Taymans <wim@fluendo.com>
6583 * gst-libs/gst/audio/gstbaseaudiosink.c:
6584 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6585 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6586 patch to make timestamp checking more tollerant to rounding
6587 errors given that real discontinuities are to be marked on
6588 buffers. Fixes some asf files and #338778.
6589 Also avoid some crashers when we receive an event in the
6592 2006-04-28 Michael Smith <msmith@fluendo.com>
6594 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6595 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6596 (gst_gnome_vfs_src_get_property),
6597 (gst_gnome_vfs_src_send_additional_headers_callback),
6598 (gst_gnome_vfs_src_received_headers_callback),
6599 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6600 (gst_gnome_vfs_src_stop):
6601 * ext/gnomevfs/gstgnomevfssrc.h:
6602 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6603 proper shared support within icydemux.
6605 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6607 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6608 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6610 fix a leak when no caps negotiated
6611 fix counting of input frames
6612 * tests/check/elements/.cvsignore:
6613 * tests/check/elements/videorate.c: (assert_videorate_stats),
6614 (GST_START_TEST), (videorate_suite):
6617 2006-04-28 Wim Taymans <wim@fluendo.com>
6619 * gst-libs/gst/audio/gstringbuffer.c:
6620 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6621 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6622 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6623 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6624 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6625 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6626 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6627 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6628 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6629 Check arguments passed to public functions instead of
6632 2006-04-28 Wim Taymans <wim@fluendo.com>
6634 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6635 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6636 GstBaseAudioSrc must be live or it does not work.
6638 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6639 Don't set live to TRUE as this is the default in the parentclass.
6641 2006-04-28 Wim Taymans <wim@fluendo.com>
6643 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6644 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6645 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6646 fixation cases better. Fixes #338991
6648 2006-04-28 Wim Taymans <wim@fluendo.com>
6650 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6651 Handle 0/1 framerate correctly Fixes #331901.
6653 2006-04-28 Wim Taymans <wim@fluendo.com>
6655 * tests/check/elements/audioconvert.c: (get_float_caps),
6656 (GST_START_TEST), (audioconvert_suite):
6657 Added check for correct clipping when doing float samples
6660 2006-04-28 Wim Taymans <wim@fluendo.com>
6662 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6663 (gst_video_rate_chain):
6664 Print more debugging info.
6666 2006-04-28 Wim Taymans <wim@fluendo.com>
6668 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6669 (resample_set_state_from_caps):
6670 Add support for other formats audioresample can handle such as
6671 32 bits in and float and 64 bits float. Fixes #301759
6673 2006-04-28 Wim Taymans <wim@fluendo.com>
6675 * gst/audioconvert/audioconvert.c: (float):
6676 correctly clip float samples > 1.0. Fixes #338718
6678 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6680 Patch by: Young-Ho Cha <ganadist at chollian net>
6682 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6683 (gst_text_overlay_render_text):
6684 Don't strip newlines from the text. Also, center lines
6685 within multi-line paragraphs (#339405).
6687 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6689 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6690 Fix wavpack typefinding to work in more cases (don't peek
6691 for chunks of multiple hundred kBs at once, but process
6692 things step-by-step in smaller units). Fixes #339786.
6694 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6699 === release 0.10.6 ===
6701 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6704 releasing 0.10.6, "Chao"
6706 2006-04-26 David Schleef <ds@schleef.org>
6708 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6711 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6714 * win32/common/config.h:
6717 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6719 patch by: Wim Taymans
6721 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6722 (gst_ogg_demux_perform_seek):
6723 make sure correct newsegments are sent, so that the decoder
6724 and the demuxer agree on timestamps. Fixes playback of a lot
6725 of Ogg files that do not start from 0. Fixes #339833.
6727 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6729 Patch by: Edward Hervey <edward@fluendo.com>
6731 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6732 * tests/check/Makefile.am:
6733 * tests/check/elements/videorate.c: (assert_videorate_stats),
6734 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6735 (videorate_suite), (main):
6736 Fix an infinite loop if frames are passed in with wrongly ordered
6737 timestamps. Fixes #339013.
6739 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6741 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6743 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6744 fix typefinding on some ISO files. Fixes #339212.
6746 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6748 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6750 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6751 add another H264 fourcc. Fixes #339047.
6753 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6755 Patch by: Jan Schmidt
6757 * gst/playback/gststreamselector.c:
6758 (gst_stream_selector_bufferalloc):
6759 Restore old StreamSelector behaviour.
6762 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6765 * win32/common/config.h:
6768 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6770 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6772 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6773 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6774 Fix some memory leaks: on finalize, free buffers left in the queue
6775 before destroying the queue; in _push(), unref rtp_buf even if
6776 the process vfunc returned a NULL buffer as output buffer (#337548);
6777 demote some recuring debug messages to LOG level.
6779 2006-04-11 Wim Taymans <wim@fluendo.com>
6781 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6782 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6783 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6784 (gst_ogg_demux_loop):
6786 Respect segment stop when emiting EOS or SEGMENT_DONE.
6789 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6791 * gst/playback/gststreamselector.c:
6792 (gst_stream_selector_get_property):
6793 Don't leak pad name.
6795 2006-04-10 Michael Smith <msmith@fluendo.com>
6797 * tests/check/Makefile.am:
6798 * tests/check/gst-plugins-base.supp:
6799 Suppress an old libtheora bug (fixed in more recent versions), so
6800 that FC4 buildslaves can pass.
6802 2006-04-10 Wim Taymans <wim@fluendo.com>
6804 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6805 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6806 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6807 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6808 (gst_ogg_demux_loop):
6810 Remember what error we got when finding chains, if we
6811 were shutdown, that would not be an error.
6813 2006-04-10 Wim Taymans <wim@fluendo.com>
6815 * gst-libs/gst/audio/gstbaseaudiosink.c:
6816 (gst_base_audio_sink_event):
6817 Starting the ringbuffer when we did not acquire it can cause
6818 a deadlock, is pointless and causes nasty things for
6820 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6822 2006-04-10 Wim Taymans <wim@fluendo.com>
6824 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6825 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6826 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6827 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6828 (gst_ogg_demux_deactivate_current_chain),
6829 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6830 (gst_ogg_demux_bisect_forward_serialno),
6831 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6832 Add some more debugging.
6834 2006-04-10 Wim Taymans <wim@fluendo.com>
6836 * ext/theora/theoradec.c: (theora_dec_src_event),
6837 (theora_handle_data_packet):
6838 Some more debug info.
6840 * tests/examples/seek/seek.c: (start_seek), (main):
6841 Print element messages too.
6843 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6845 * gst/audioresample/debug.h:
6846 replace debug macros with variable number of parameters
6847 by a simple alias to gstreamer standard debug macros
6848 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6849 supported by MSVC 6.0 and 7.1)
6850 * gst/audioresample/resample.h:
6851 define M_PI and rint for WIN32
6852 * win32/common/libgstaudio.def:
6853 * win32/common/libgstriff.def:
6854 * win32/common/libgsttag.def:
6855 * win32/common/libgstvideo.def:
6856 add new exported functions
6858 update project files
6860 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6862 * ext/alsa/gstalsamixeroptions.c:
6863 (gst_alsa_mixer_options_class_init):
6864 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6865 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6866 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6867 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6868 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6869 * gst-libs/gst/audio/gstaudiofilter.c:
6870 (gst_audio_filter_class_init):
6871 * gst-libs/gst/audio/gstaudiosink.c:
6872 (gst_audioringbuffer_class_init):
6873 * gst-libs/gst/audio/gstaudiosrc.c:
6874 (gst_audioringbuffer_class_init):
6875 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6876 * gst-libs/gst/interfaces/colorbalancechannel.c:
6877 (gst_color_balance_channel_class_init):
6878 * gst-libs/gst/interfaces/mixeroptions.c:
6879 (gst_mixer_options_class_init):
6880 * gst-libs/gst/interfaces/mixertrack.c:
6881 (gst_mixer_track_class_init):
6882 * gst-libs/gst/interfaces/tunerchannel.c:
6883 (gst_tuner_channel_class_init):
6884 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6885 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6886 (gst_netbuffer_class_init):
6887 * gst-libs/gst/rtp/gstbasertppayload.c:
6888 (gst_basertppayload_class_init):
6889 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6890 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6891 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6892 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6893 * gst/playback/gststreamselector.c:
6894 (gst_stream_selector_class_init):
6895 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6896 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6897 * sys/v4l/gstv4lcolorbalance.c:
6898 (gst_v4l_color_balance_channel_class_init):
6899 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6900 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6901 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6902 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6903 (gst_v4l_tuner_norm_class_init):
6904 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6905 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6906 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6907 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6909 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6911 * ext/pango/gsttextrender.h:
6912 * gst-libs/gst/audio/gstaudiosink.h:
6913 * gst-libs/gst/audio/gstaudiosrc.h:
6914 * gst-libs/gst/audio/gstbaseaudiosink.h:
6915 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6916 * gst-libs/gst/audio/gstringbuffer.h:
6917 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6918 * gst-libs/gst/rtp/gstbasertppayload.h:
6919 * gst-libs/gst/video/gstvideofilter.h:
6920 * gst-libs/gst/video/gstvideosink.h:
6921 * gst/playback/gstplaybasebin.h:
6922 * gst/tcp/gstmultifdsink.h:
6923 * sys/v4l/gstv4lelement.h:
6924 Fix broken GObject macros
6926 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6928 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6929 More debug to trace why my USB headset is not working with gst
6931 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6933 * gst/playback/gstplaybasebin.c: (group_destroy):
6934 Clean up our group elements properly in the case where it never
6935 got committed - it still got added unconditionally to the bin.
6937 2006-04-07 Wim Taymans <wim@fluendo.com>
6939 * ext/theora/theoradec.c: (theora_dec_sink_event),
6940 (theora_handle_data_packet), (theora_dec_chain):
6941 Unref unhandled events.
6942 Protect against empty buffers.
6943 Perform QoS on running time.
6945 2006-04-07 Michael Smith <msmith@fluendo.com>
6947 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6948 (gst_vorbis_enc_chain):
6949 Remove leaks from vorbisenc.
6950 Mostly minor changes, the only significant one is that now the
6951 buffers we set as 'streamheader' on the caps are copies of the
6952 original buffers, to avoid circular refcounting problems.
6954 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6956 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6957 Don't remove our mute-probe if someone else already did so.
6958 Don't set a 2nd one if there is already one pending on the pad.
6960 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6962 When a seek fails, ensure that playbin is still set back to playing.
6964 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6965 (mpeg_ts_type_find), (plugin_init):
6966 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6968 2006-04-06 Andy Wingo <wingo@pobox.com>
6970 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6971 (gst_video_rate_init): Caps-related parameters should not be reset
6972 by a flush -- move their inits to the instance init function.
6973 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6974 is not OK, just return the result.
6976 * gst/audiotestsrc/gstaudiotestsrc.c
6977 (gst_audio_test_src_class_init)
6978 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6979 broken by Stefan's commit on 24 March.
6981 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6982 buffers being pushed out. Fixes oggmux ! multifdsink.
6984 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6986 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6987 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6988 * ext/vorbis/vorbisdec.h:
6989 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6990 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6991 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6992 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6993 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6994 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6995 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6996 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6997 (gst_vorbis_enc_buffer_from_packet),
6998 (gst_vorbis_enc_buffer_from_header_packet),
6999 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
7000 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
7001 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
7002 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
7003 (gst_vorbis_enc_change_state):
7004 * ext/vorbis/vorbisenc.h:
7005 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
7006 vorbisenc adhere to the official nomenclature; use boilerplate
7009 2006-04-04 Andy Wingo <wingo@pobox.com>
7011 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
7012 Whoops, fix bug introduced. Bad hacker!
7014 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
7015 Properly handle the case where you get EOS before any buffers are
7016 received. Use gst_buffer_make_metadata_writable where appropriate.
7018 * ext/theora/theoradec.c (theora_handle_data_packet): This value
7019 is often negative -- make it signed so as not to wrap around.
7020 Fixes segfaults introduced on 9 March.
7022 2006-04-03 Wim Taymans <wim@fluendo.com>
7024 * ext/theora/gsttheoradec.h:
7025 * ext/theora/theoradec.c: (theora_dec_src_event):
7026 Don't try to store a gdouble in a gboolean.
7029 2006-04-03 Michael Smith <msmith@fluendo.com>
7031 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
7033 Make it suck slightly less by writing out the final page.
7034 Still can't encode a vorbis-in-ogg file correctly, though.
7036 2006-04-03 Andy Wingo <wingo@pobox.com>
7038 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
7041 * ext/theora/theora.c (plugin_init): Register theoraparse.
7043 * ext/theora/gsttheoraparse.h:
7044 * ext/theora/theoraparse.c: New files implementing a theora
7045 parser. Now we can properly remux ogg/theora+vorbis, yay.
7047 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
7049 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
7051 * gst/audiotestsrc/gstaudiotestsrc.c:
7052 Fixed the sample pipeline (see #323798)
7054 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
7057 * win32/common/config.h:
7058 * win32/common/config.h.in:
7059 use AS_VERSION and AS_NANO
7062 2006-03-31 Andy Wingo <wingo@pobox.com>
7064 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
7065 uninitialized variable return that would happen.
7067 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
7068 uninitialized variable return that would never happen.
7070 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
7071 (vorbis_parse_sink_event): Add an event function to flush our
7072 state on a seek, and to drain buffers on a premature EOS.
7073 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7074 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
7075 (vorbis_parse_chain, vorbis_parse_queue_buffer)
7076 (vorbis_parse_drain_queue): Queue up buffers until we can set
7077 their timestamps and granulepos values.
7079 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
7080 and keep track of data needed for deriving granulepos and
7081 timestamps for buffers.
7083 2006-03-29 Wim Taymans <wim@fluendo.com>
7085 Patch by: j^ <j at bootlab dot org>
7087 * ext/alsa/gstalsamixerelement.c:
7088 (gst_alsa_mixer_element_class_init):
7089 * ext/alsa/gstalsasink.c:
7090 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
7091 * ext/ogg/gstoggdemux.c:
7092 * ext/ogg/gstoggmux.c:
7093 * ext/ogg/gstoggparse.c:
7094 * ext/pango/gstclockoverlay.c:
7095 * ext/pango/gsttextoverlay.c:
7096 * ext/pango/gsttextrender.c:
7097 * ext/pango/gsttimeoverlay.c:
7098 * ext/theora/theoradec.c:
7099 * ext/theora/theoraenc.c:
7100 * ext/vorbis/vorbisdec.c:
7101 * ext/vorbis/vorbisenc.c:
7102 * gst/audioconvert/gstaudioconvert.c:
7103 * gst/subparse/gstsubparse.c:
7104 * gst/tcp/gstmultifdsink.c:
7105 * gst/tcp/gsttcpclientsink.c:
7106 * gst/tcp/gsttcpclientsrc.c:
7107 * gst/tcp/gsttcpserversink.c:
7108 * gst/tcp/gsttcpserversrc.c:
7109 better/unified long descriptions
7112 2006-03-29 Wim Taymans <wim@fluendo.com>
7114 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
7116 Don't let double and triple clicks mess up our state.
7118 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
7120 * gst/playback/gstplaybin.c: (gen_video_element),
7121 (gen_text_element), (gen_audio_element), (gen_vis_element):
7122 Error out gracefully when we can't create any of the usual
7123 conversion elements for some reason. Also, don't try to
7124 create an audioscale (sic) element that's not used anyway.
7126 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
7128 * gst/playback/gstplaybasebin.c: (setup_source):
7129 Don't post RESOURCE_NOT_FOUND error when we can't find a source
7130 element for a particular protocol, that's confusing for users.
7131 Instead, post a RESOURCE_FAILED error, so that our own error
7132 message is actually shown in totem etc. (#336303).
7134 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
7136 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7138 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
7139 (gst_gnome_vfs_src_get_icy_metadata):
7140 Fix some minor memory leaks (#336194).
7142 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
7144 * ext/gnomevfs/gstgnomevfs.c:
7145 (gst_gnome_vfs_location_to_uri_string):
7146 * ext/gnomevfs/gstgnomevfs.h:
7147 * ext/gnomevfs/gstgnomevfssink.c:
7148 (gst_gnome_vfs_sink_set_property):
7149 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
7150 Make gnomevfssink accept filenames as well as URIs for the
7151 "location" property, just like gnomevfssrc does (and
7152 filesrc/filesink do) (#336190).
7154 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
7156 * tests/check/generic/clock-selection.c: (GST_START_TEST):
7157 set to NULL before unreffing, fixes a valgrind leak.
7158 Why was this not triggering the error that an object needs to
7159 be NULL before unreffing ?
7160 * win32/common/config.h:
7163 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
7165 * gst/subparse/gstsubparse.c: (convert_encoding),
7166 (gst_sub_parse_change_state):
7167 * gst/subparse/gstsubparse.h:
7168 Text subtitle files may or may not be UTF-8. If it's not, we
7169 don't really want to see '?' characters in place of non-ASCII
7170 characters like accented characters. So let's assume the input
7171 is UTF-8 until we come across text that is clearly not. If it's
7172 not UTF-8, we don't really know what it is, so try the following:
7173 (a) see whether the GST_SUBTITLE_ENCODING environment variable
7174 is set; if not, check (b) if the current locale encoding is
7175 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
7176 the current locale encoding is UTF-8 and the environment variable
7177 was not set to any particular encoding. Not perfect, but better
7178 than nothing (and better than before, I think) (fixes #172848).
7180 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
7183 update core requirement to 0.10.4.1 because of async_playback
7184 vmethod on GstBaseSink
7186 2006-03-24 Stefan Kost <ensonic@users.sf.net>
7188 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
7189 * gst/adder/gstadder.c: (gst_adder_init):
7190 use DEBUG_FUNCPTR for collectpads
7192 2006-03-24 Stefan Kost <ensonic@users.sf.net>
7194 * docs/plugins/Makefile.am:
7195 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7196 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7197 * ext/cdparanoia/gstcdparanoiasrc.c:
7198 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
7199 (gst_gnome_vfs_sink_class_init):
7200 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
7201 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
7202 * ext/ogg/gstoggmux.c:
7203 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
7204 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7205 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
7206 * ext/pango/gsttextoverlay.c:
7207 * ext/pango/gsttextrender.c:
7208 * ext/theora/theoradec.c:
7209 * ext/theora/theoraenc.c:
7210 * ext/vorbis/vorbisdec.c:
7211 * ext/vorbis/vorbisenc.c:
7212 * gst-libs/gst/audio/gstaudiofilter.c:
7213 (gst_audio_filter_base_init):
7214 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7215 (gst_audio_filter_template_base_init):
7216 * gst/adder/gstadder.c: (gst_adder_get_type):
7217 * gst/adder/gstadder.h:
7218 * gst/audioconvert/gstaudioconvert.c:
7219 * gst/audiotestsrc/gstaudiotestsrc.c:
7220 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
7221 (gst_audio_test_src_create):
7222 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7223 * gst/playback/gstdecodebin.c:
7224 * gst/playback/gstplaybin.c:
7225 * gst/playback/gststreamselector.c:
7226 (gst_stream_selector_base_init):
7227 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
7228 * gst/volume/gstvolume.c:
7229 * sys/v4l/gstv4lmjpegsink.c:
7230 * sys/v4l/gstv4lmjpegsrc.c:
7231 * tests/check/libs/cddabasesrc.c:
7232 * tests/old/examples/gob/gst-identity2.gob:
7233 Add docs for adder, use GST_ELEMENT_DETAILS macro,
7234 define GstElementDetails at the top
7236 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
7238 * win32/common/libgstinterfaces.def:
7239 Add a lot of export functions for gst-python
7240 * win32/vs6/libgstinterfaces.dsp:
7241 Add a missing include folder in the project configuration
7243 2006-03-23 Wim Taymans <wim@fluendo.com>
7245 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7246 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7247 (gst_base_audio_src_change_state):
7248 Fix audio sources, forgot to make the ringbuffer
7251 2006-03-23 Wim Taymans <wim@fluendo.com>
7253 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7254 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7255 (gst_base_audio_src_change_state):
7256 unparent instead of unref the ringbuffer.
7258 2006-03-23 Wim Taymans <wim@fluendo.com>
7260 * gst-libs/gst/audio/gstbaseaudiosink.c:
7261 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7262 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7263 Implement new async_play vmethod to start slaving and allow
7264 playback start in case of async PLAY state changes.
7266 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7267 Enable QoS with new method in base class.
7269 2006-03-23 Wim Taymans <wim@fluendo.com>
7271 Patch by: Julien MOUTTE <julien at moutte dot net>
7273 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7274 (gst_video_test_src_do_seek), (gst_video_test_src_create):
7275 Partially handle 0 framerate, only EOS after the first frame
7278 2006-03-23 Wim Taymans <wim@fluendo.com>
7280 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7282 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7283 (gst_riff_create_video_template_caps):
7284 * gst/ffmpegcolorspace/avcodec.h:
7285 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7286 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7287 (gst_ffmpegcsp_avpicture_fill):
7288 * gst/ffmpegcolorspace/imgconvert.c:
7289 Patch for support of YVU9 AVI files (#334822)
7291 2006-03-22 Edward Hervey <edward@fluendo.com>
7293 * docs/design/design-decodebin.txt:
7294 Added design document for new decodebin
7295 (Target Caps): text/x-pango-markup is also a default target caps.
7297 2006-03-22 Wim Taymans <wim@fluendo.com>
7299 * gst-libs/gst/audio/gstbaseaudiosink.c:
7300 (gst_base_audio_sink_dispose):
7301 Since we _parent the ringbuffer, we also need to
7302 _unparent instead of a plain _unref.
7304 2006-03-22 Wim Taymans <wim@fluendo.com>
7306 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7307 (stop_seek), (scrub_toggle_cb), (main):
7310 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
7312 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7313 (gst_ogg_parse_chain):
7314 Fix very inefficient usage of linked lists (#335365).
7316 2006-03-21 Edward Hervey <edward@fluendo.com>
7318 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7319 * gst/playback/gstplaybin.c: (handoff):
7320 * gst/playback/gststreamselector.c:
7321 (gst_stream_selector_set_property):
7322 gcc 4.1 unreferenced pointer fixes.
7323 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7324 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7325 gst_buffer_ref() now takes a GstBuffer*.
7327 2006-03-20 Julien MOUTTE <julien@moutte.net>
7329 * sys/xvimage/xvimagesink.c:
7330 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7333 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
7335 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7336 (id3v1_type_find), (apetag_type_find), (plugin_init):
7337 Can't do tag preferences via probability, as tags would then
7338 lose against types that are recognised with MAXIMUM probability
7339 (like .wav); so let all tag typefinders return MAXIMUM themselves
7340 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7341 that we can prefer APE to ID3v1 (fixes #335028).
7343 2006-03-17 Wim Taymans <wim@fluendo.com>
7345 * gst-libs/gst/audio/gstbaseaudiosink.c:
7346 (gst_base_audio_sink_change_state):
7347 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7348 (gst_ring_buffer_may_start):
7349 * gst-libs/gst/audio/gstringbuffer.h:
7350 Only start playback if we are playing.
7353 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
7355 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7356 * win32/common/config.h:
7357 Revert accidental commits to these files.
7359 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7361 Patch by: Michal Benes <michal dot benes at xeris dot cz>
7363 * tests/Makefile.am:
7364 Don't try to build tests in tests/icles if we
7365 don't have X (#323852)
7367 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7369 * gst-libs/gst/tag/gstid3tag.c:
7370 Add TXXX frame identifiers for replaygain stuff as used
7371 by some taggers (see #323721).
7373 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
7375 * gst/playback/gststreamselector.c:
7376 (gst_stream_selector_set_property),
7377 (gst_stream_selector_bufferalloc):
7378 Preserve the existing buggy streamselector behaviour by performing
7379 a fallback buffer allocation when downstream isn't linked yet.
7380 This should really be fixed in playbin by blocking pads until it's
7382 Also, use gst_pad_alloc_buffer instead of
7383 gst_pad_alloc_buffer_and_set.
7385 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7387 * gst-libs/gst/tag/gstid3tag.c:
7388 Don't crash on unknown ID3v2 TXXX frames.
7390 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
7392 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7393 Chain up to the parent finalize method.
7394 Add 32-bit sample size to the template caps.
7396 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7397 (gst_riff_create_video_template_caps):
7398 Add the fourcc that the VMWare codec uses.
7400 * gst/playback/gststreamselector.c:
7401 (gst_stream_selector_set_property),
7402 (gst_stream_selector_bufferalloc),
7403 (gst_stream_selector_request_new_pad):
7404 For the active pad, forward buffer-alloc requests, otherwise
7405 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7406 having to memcpy every frame when used by playbin.
7408 * gst/tcp/gstmultifdsink.c:
7409 (gst_multi_fd_sink_handle_client_write):
7410 Get negotiated caps from the sink pad, rather than the sink
7413 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7415 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7417 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7418 Don't forget to set src->callbacks_pushed to FALSE again when
7419 popping them, otherwise re-activation in a different mode won't
7422 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7424 Patch by: Sebastien Moutte <sebastien moutte net>
7426 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7427 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7428 (gst_ffmpeg_smpfmt_to_caps):
7429 Replace __VA_ARGS__ caps creation macros with varargs functions.
7430 Makes things compile on MSVC (#320765), looks nicer, and we can
7431 tell the compiler to check for the NULL terminator.
7433 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7435 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7437 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7438 Make sure the buffer we copy into is really always big
7439 enough, this time for real (#333488).
7441 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7443 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7444 Add support for 24bpp DIB (#305279).
7446 2006-03-14 Wim Taymans <wim@fluendo.com>
7448 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7449 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7450 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7451 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7452 (gst_video_scale_init), (gst_video_scale_src_event):
7453 Re-enable QoS after the release.
7454 Rework videoscale to use the base class src_event handler.
7456 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7461 === release 0.10.5 ===
7463 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7466 releasing 0.10.5, "Net"
7468 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7470 * docs/plugins/Makefile.am:
7471 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7473 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7475 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7476 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7477 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7478 Add cdparanoiasrc to docs.
7480 * gst-libs/gst/cdda/gstcddabasesrc.c:
7481 More GstCddaBaseSrc docs.
7483 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7485 * docs/libs/gst-plugins-base-libs-sections.txt:
7486 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7487 * gst-libs/gst/tag/tag.h:
7488 API: libgsttag: new method gst_tag_from_id3_user_tag().
7490 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7492 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7493 NULL-terminate array of mpeg4 video file extensions.
7494 Fixes crash on PPC (#334226).
7496 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7498 * ext/gnomevfs/gstgnomevfssrc.c:
7499 (gst_gnome_vfs_src_check_get_range):
7500 gnome_vfs_uri_is_local() alone is not a good indicator
7501 whether we can operate in pull-mode with a specific URI,
7502 as it returns FALSE for file:// URIs that point to an
7503 NFS-mounted path. Be more conservative here: whitelist
7504 local files, blacklist http URIs and use the old
7505 mechanism for anything else (fixes #334216).
7507 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7512 === release 0.10.4 ===
7514 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7517 releasing 0.10.4, "Power"
7519 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7521 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7522 Disable max-lateness by setting it to -1 for now, so that
7523 we can bed QoS stuff in thoroughly between now and the next
7526 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7528 Patch by: Fabrizio Gennari
7530 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7531 Make sure we don't read beyond the palette buffer in case of
7532 broken or manipulated files (#333488)
7534 2006-03-10 Edward Hervey <edward@fluendo.com>
7536 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7537 Fix for variable not initialized.
7539 2006-03-09 Wim Taymans <wim@fluendo.com>
7541 * ext/libvisual/visual.c: (gst_visual_get_type),
7542 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7546 * ext/theora/gsttheoradec.h:
7547 * ext/theora/theoradec.c: (gst_theora_dec_init),
7548 (gst_theora_dec_reset), (_theora_granule_time),
7549 (theora_dec_src_convert), (theora_dec_sink_convert),
7550 (theora_dec_src_query), (theora_dec_src_event),
7551 (theora_dec_sink_event), (theora_handle_comment_packet),
7552 (theora_handle_header_packet), (theora_dec_push),
7553 (theora_handle_data_packet), (theora_dec_chain),
7554 (theora_dec_change_state):
7557 2006-03-09 Wim Taymans <wim@fluendo.com>
7559 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7560 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7563 2006-03-09 Wim Taymans <wim@fluendo.com>
7565 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7566 Don't try to activate NULL chains.
7568 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7570 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7571 Fix invalid memory access to region before peek'd data (#332964).
7573 2006-03-09 Wim Taymans <wim@fluendo.com>
7575 Patch by: Christophe Fergeau
7577 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7578 * ext/pango/gsttextrender.c: (gst_text_render_init):
7579 * gst/adder/gstadder.c: (gst_adder_init):
7580 Don't leak padtemplates, closes #333510.
7582 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7584 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7585 Fix invalid memory access: make sure string passed to
7586 regexec() is NUL-termianted.
7588 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7590 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7592 Refactor mpeg/audio typefinding to make it more maintainable
7593 and easier to fine-tune. Make probing into middle of the file
7594 work properly (fixes #333900, also see #152688).
7596 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7598 * gst/typefind/gsttypefindfunctions.c:
7599 (utf8_type_find_have_valid_utf8_at_offset):
7600 Remove part from previous commit that was bogus:
7601 g_utf8_validate() does in fact not accept embedded
7602 zeroes, so we don't need to check for those (thanks
7603 to Mike for the hint).
7605 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7607 * gst/typefind/gsttypefindfunctions.c:
7608 (utf8_type_find_count_embedded_zeroes),
7609 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7610 Make plain/text typefinder more conservative: firstly, check
7611 for embedded zeroes, which are perfectly valid UTF-8 characters,
7612 but also a fairly good sign that something is not a plain text
7613 file; secondly, probe into the middle of the file if possible.
7614 If we can't probe into the middle, limit the probability value
7615 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7617 2006-03-08 Michael Smith <msmith@fluendo.com>
7619 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7620 Make typefind function name for mpeg4 video unique.
7622 2006-03-08 Wim Taymans <wim@fluendo.com>
7624 * ext/libvisual/visual.c: (gst_visual_init),
7625 (gst_visual_clear_actors), (gst_visual_dispose),
7626 (gst_visual_reset), (gst_visual_src_setcaps),
7627 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7628 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7629 (gst_visual_chain), (gst_visual_change_state):
7630 Cleanups, post nice errors.
7631 Handle sink and src events.
7632 Implement simple QoS.
7634 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7635 Use new basesink methods to configure max-lateness.
7638 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7639 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7640 Debug statement cleanups.
7642 * gst/volume/gstvolume.c: (gst_volume_class_init):
7645 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7647 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7648 (gst_text_overlay_init), (gst_text_overlay_set_property),
7649 (gst_text_overlay_get_property):
7650 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7651 as string type properties, but mark them deprecated. Add
7652 'halignment' and 'valignment' properties that use enums
7655 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7657 Patch by: Fabrizio Gennari
7659 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7660 Allow palettes with less than 256 colours in AVI files
7663 2006-03-07 Julien MOUTTE <julien@moutte.net>
7665 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7666 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7667 pad. We were releasing the queued text buffer when we should keep
7668 it until video pad gets EOS or discard the text buffer because it's
7669 too old. That was eating the last subtitle buffer. Add some more
7672 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7674 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7675 (gst_text_overlay_video_chain):
7676 Fix invalid memory access (we can't access a buffer after it's been
7677 pushed downstream without taking a reference); fix memory leak (if
7678 there's no text to render, bail out before allocating stuff).
7680 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7682 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7683 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7684 * ext/pango/gsttextoverlay.h:
7685 If input is plain text, escape it before passing it to
7686 pango_layout_set_markup().
7688 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7690 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7691 Don't ignore flow return from gst_pad_push().
7693 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7695 Patch by: Fabrizio Gennari
7697 * ext/libvisual/visual.c: (gst_visual_getcaps),
7698 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7699 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7700 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7701 (gst_vorbisenc_convert_sink):
7702 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7703 (gst_audio_duration_from_pad_buffer):
7704 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7705 (gst_audio_filter_chain):
7706 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7707 (gst_base_rtp_depayload_setcaps):
7708 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7709 (gst_video_get_size):
7710 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7711 Don't leak references returned by gst_pad_get_parent()
7714 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7716 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7717 change location param details
7718 * gst/volume/gstvolume.c: (plugin_init):
7719 correct plugin description
7721 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7723 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7724 (gst_gnome_vfs_src_check_get_range):
7725 Override GstBaseSrc::check_get_range() in order to avoid opening
7726 the resource just to check whether we can operate in pull-mode or
7727 not - we can predict that pretty well from the URI alone. Should
7728 fix problems with last.fm (#331690). (Requires latest core CVS).
7730 2006-03-06 Wim Taymans <wim@fluendo.com>
7732 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7733 (gst_video_sink_class_init):
7734 Throw away frames that are later than 20 ms.
7736 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7738 Patch by: Fabrizio Gennari
7740 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7741 Set depth on WMA caps (#333545)
7743 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7745 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7746 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7747 put Theora BOS pages before others. This hardcodes
7748 the Ogg/Theora I profile, but hey.
7750 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7753 updated with some examples
7754 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7755 (granulepos_add), (theora_buffer_from_packet):
7756 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7757 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7758 (gst_vorbisenc_chain):
7759 implement strategy from ext/ogg/README
7760 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7761 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7762 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7763 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7764 Fix muxer so that oggz-validate is happy with all streams;
7765 except for no eos mark, and the BOS page ordering
7766 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7767 (check_buffer_granulepos):
7768 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7769 update tests to check for OFFSET being set as requested
7770 fixed type of granulepos, it's not a ClockTime
7772 2006-03-05 Julien MOUTTE <julien@moutte.net>
7774 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7775 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7776 Check that the xvimage we are creating has a correct size
7777 before returning it. (#314897)
7779 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7781 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7782 Give id3 and ape tag typefinders a rank slightly higher
7783 than PRIMARY to ensure they're always run before any of
7784 the other typefinders (in particular wav and mp3) (#324186).
7786 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7788 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7789 Add support for '3IVD' fourcc (#333403).
7791 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7794 Bump requirements to GStreamer CVS for the new error enum.
7796 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7797 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7798 space left on the device (fixes #333352).
7800 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7803 add a project file for libgstvolume
7804 update the workspace
7806 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7808 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7809 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7811 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7812 Set IN_CAPS on header buffers
7814 2006-03-02 Wim Taymans <wim@fluendo.com>
7816 * docs/plugins/Makefile.am:
7817 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7818 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7819 Add audioresample to docs.
7821 * gst/audioconvert/gstaudioconvert.c:
7824 * gst/audioresample/gstaudioresample.c:
7825 (gst_audioresample_base_init), (gst_audioresample_class_init),
7826 (gst_audioresample_init), (gst_audioresample_dispose),
7827 (audioresample_get_unit_size), (audioresample_transform_caps),
7828 (resample_set_state_from_caps), (audioresample_transform_size),
7829 (audioresample_set_caps), (audioresample_event),
7830 (audioresample_do_output), (audioresample_transform),
7831 (audioresample_pushthrough), (gst_audioresample_set_property),
7832 (gst_audioresample_get_property), (plugin_init):
7833 * gst/audioresample/gstaudioresample.h:
7835 Small code cleanups.
7837 2006-03-02 Wim Taymans <wim@fluendo.com>
7839 * docs/plugins/Makefile.am:
7840 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7841 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7842 Added videoscale to docs.
7844 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7845 (gst_video_rate_swap_prev), (gst_video_rate_event),
7846 (gst_video_rate_chain):
7849 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7850 (gst_video_scale_init), (gst_video_scale_prepare_size),
7851 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7852 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7853 * gst/videoscale/gstvideoscale.h:
7854 Added docs, examples.
7856 Post errors instead of g_warning.
7858 2006-03-02 Wim Taymans <wim@fluendo.com>
7860 * docs/libs/gst-plugins-base-libs-docs.sgml:
7861 * docs/libs/gst-plugins-base-libs-sections.txt:
7862 * docs/libs/gst-plugins-base-libs.types:
7863 * docs/plugins/Makefile.am:
7864 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7865 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7866 Added some more docs to libs and plugins.
7868 * gst-libs/gst/audio/gstringbuffer.c:
7869 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7870 * gst-libs/gst/audio/gstringbuffer.h:
7871 Document ringbuffer some more.
7873 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7874 (gst_video_rate_setcaps), (gst_video_rate_reset),
7875 (gst_video_rate_init), (gst_video_rate_flush_prev),
7876 (gst_video_rate_swap_prev), (gst_video_rate_event),
7877 (gst_video_rate_chain), (gst_video_rate_change_state):
7878 * gst/videorate/gstvideorate.h:
7879 Fix videorate to use segments.
7880 Make it work with 0/1 framerates (closes #331903)
7881 Handle EOS correctly.
7884 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7886 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7887 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7888 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7889 In state change function, first chain up to parent class,
7890 then handle downwards state change stuff. Remove some
7891 commented out cruft from 0.8 code.
7893 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7895 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7896 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7897 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7898 (gst_ogm_parse_chain):
7899 Don't remove/re-add source pad if the new caps are the same as
7900 the old caps anyway (#333042). When removing source pad, don't
7901 unref it afterwards - we didn't ref it when adding. Sprinkle some
7902 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7903 after using gst_pad_get_parent(). Return downstream flow return
7904 value in chain function.
7906 2006-03-02 Wim Taymans <wim@fluendo.com>
7908 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7909 * docs/plugins/gst-plugins-base-plugins.args:
7910 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7911 * docs/plugins/gst-plugins-base-plugins.interfaces:
7912 * docs/plugins/gst-plugins-base-plugins.signals:
7913 Fix hierarchy, added some more elements to the docs.
7915 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7916 (gst_ffmpegcsp_get_type):
7917 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7918 Fix docs for ffmpegcolorspace.
7920 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7922 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7923 (apetag_type_find), (ape_type_find), (plugin_init):
7924 Some typefinding fine-tuning:
7925 - rank ID3/APE tags in order of preference via probabilities, so that
7926 ID3v2 > APEv2 > APEv1 > ID3v1.
7927 - three or four bytes don't really justify MAXIMUM probability,
7928 change those to 'very likely' (musepack and monkeysaudio).
7930 2006-03-01 Wim Taymans <wim@fluendo.com>
7932 * docs/plugins/Makefile.am:
7933 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7934 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7935 * ext/alsa/gstalsamixer.c:
7936 * ext/alsa/gstalsamixer.h:
7937 * ext/alsa/gstalsamixerelement.c:
7938 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7939 * ext/alsa/gstalsamixerelement.h:
7940 * ext/alsa/gstalsasink.c:
7941 * ext/alsa/gstalsasink.h:
7942 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7944 * ext/alsa/gstalsasrc.h:
7946 Small code cleanups.
7948 2006-03-01 Wim Taymans <wim@fluendo.com>
7950 * ext/theora/Makefile.am:
7951 Dist new header too,
7953 2006-03-01 Wim Taymans <wim@fluendo.com>
7955 * docs/plugins/Makefile.am:
7956 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7957 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7958 * ext/gnomevfs/gstgnomevfssink.h:
7959 * ext/gnomevfs/gstgnomevfssrc.h:
7960 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7961 * ext/vorbis/vorbisdec.h:
7962 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7963 * ext/vorbis/vorbisenc.h:
7964 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7965 (vorbis_parse_chain), (vorbis_parse_change_state):
7966 * ext/vorbis/vorbisparse.h:
7967 * gst/audioconvert/gstaudioconvert.h:
7968 * gst/tcp/gsttcpserversink.h:
7969 * gst/videotestsrc/gstvideotestsrc.c:
7970 * gst/videotestsrc/gstvideotestsrc.h:
7971 * gst/volume/gstvolume.c:
7972 * gst/volume/gstvolume.h:
7974 Added docs for vorbisdec and vorbisparse.
7977 2006-03-01 Wim Taymans <wim@fluendo.com>
7979 * docs/plugins/Makefile.am:
7980 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7981 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7982 * ext/pango/gstclockoverlay.h:
7983 * ext/pango/gsttextoverlay.h:
7984 * ext/pango/gsttextrender.h:
7985 * ext/pango/gsttimeoverlay.h:
7986 * ext/theora/gsttheoradec.h:
7987 * ext/theora/gsttheoraenc.h:
7988 * ext/theora/theoradec.c:
7989 * ext/theora/theoraenc.c:
7990 * gst/audioconvert/gstaudioconvert.h:
7991 * gst/audiotestsrc/gstaudiotestsrc.h:
7992 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7993 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7994 * gst/tcp/gstmultifdsink.h:
7995 Updated/added documentation.
7997 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7998 (gst_text_overlay_halign_get_type),
7999 (gst_text_overlay_wrap_mode_get_type),
8000 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
8001 (gst_text_overlay_init), (gst_text_overlay_set_property),
8002 (gst_text_overlay_get_property):
8003 Fix up properties to be enums instead of string to make bindings,
8004 introspection and automatic GUI creation possible.
8005 Add getters for the properties.
8007 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
8009 * gst/audiotestsrc/gstaudiotestsrc.c:
8010 added defines of M_PI and M_PI_2
8011 * gst/ffmpegcolorspace/avcodec.h:
8012 removed #include "stdint.h" for win32 as _stdint.h is
8013 autogenerated to win32/common
8014 * win32/common/libgstaudio.def:
8015 * win32/common/libgsttag.def:
8018 some project files bugs corrected
8020 project files are reset to the default vs7 configuration
8021 (they link to msvcr71.dll using default optimizations)
8023 2006-02-28 Wim Taymans <wim@fluendo.com>
8025 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
8028 2006-02-28 Edward Hervey <edward@fluendo.com>
8030 * ext/alsa/gstalsasrc.c:
8031 Set proper class on the ElementDetails:
8032 Source/Audio instead of Src/Audio/
8034 2006-02-28 Edward Hervey <edward@fluendo.com>
8036 * gst/videoscale/vs_scanline.c:
8037 (vs_scanline_resample_nearest_RGBA):
8038 Revert optimization in videoscale. It should go in liboil and have
8039 an appropriate liboil function.
8041 2006-02-28 Wim Taymans <wim@fluendo.com>
8043 * gst-libs/gst/audio/gstbaseaudiosink.c:
8044 (gst_base_audio_sink_provide_clock):
8045 Don't try to provide a clock in the NULL state.
8047 2006-02-28 Wim Taymans <wim@fluendo.com>
8049 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
8050 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
8051 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8052 (gst_ogg_demux_deactivate_current_chain),
8053 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
8054 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
8055 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8056 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
8057 Use GstSegment infrastructure to remove duplicated code
8058 and handle more seek cases correctly.
8060 2006-02-28 Wim Taymans <wim@fluendo.com>
8062 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8063 (gst_ffmpegcsp_transform):
8064 Don't ignore return code from ffmpeg convert function.
8066 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
8067 Split out some long statements to ease debugging.
8069 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
8071 * ext/libvisual/visual.c: (gst_visual_init),
8072 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
8073 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
8074 being able to renegotiate the size. Instead, use the negotiation
8075 algorithm from the goom plugin to pick an initial output caps.
8077 Also, allow theoretical libvisual plugins that might support non-GL
8078 output even if they also do GL.
8080 2006-02-26 Julien MOUTTE <julien@moutte.net>
8082 * ext/libvisual/visual.c: (gst_visual_init),
8083 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
8084 (plugin_init): Load only non GL plugins. Fix some memleaks and
8085 possible negotiation issues.
8087 2006-02-25 Julien MOUTTE <julien@moutte.net>
8089 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
8091 2006-02-24 Michael Smith <msmith@fluendo.com>
8093 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
8094 (cmml_type_find), (plugin_init):
8095 Fix CMML type find function to not require a specific minor version
8098 Add an MPEG4 video elementary stream typefind function.
8100 2006-02-04 Michael Smith <msmith@fluendo.com>
8102 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
8103 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
8104 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8105 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8106 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
8107 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
8108 Annodex support in ogg demuxer. Doesn't do very much without the
8109 other annodex patches (to come).
8111 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8113 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
8115 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8116 Pick up palette for MS video v1 (#327028)
8118 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8120 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8121 (gst_ffmpegcsp_caps_remove_format_info),
8122 (gst_ffmpegcsp_get_unit_size):
8123 The 'palette_data' field from incoming RGB caps shouldn't be
8124 proxied on outgoing YUV caps; also, restrict unit size
8125 adjustment in case of paletted data only to the unit that
8126 actually has a palette. Fixes #330711.
8128 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8130 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8131 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8132 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
8133 (gst_ffmpegcsp_get_unit_size):
8134 Plug some memory leaks.
8136 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8138 * sys/ximage/Makefile.am:
8139 * sys/xvimage/Makefile.am:
8140 Add some _CFLAGS and _LIBS that seem to be missing
8141 and/or required for Cygwin (see #317048).
8143 2006-02-22 Wim Taymans <wim@fluendo.com>
8145 * ext/alsa/gstalsasrc.c:
8146 Fix description as pointed out by caugier.
8148 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
8150 Reviewed by : Edward Hervey <edward@fluendo.com>
8152 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8154 Better 3gp typefinding (#331526).
8156 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
8158 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8159 Don't send EOS event here, the base class will send one for us.
8161 * gst/playback/gstplaybasebin.c: (prepare_output):
8162 Subpictures without video stream aren't allowed either.
8164 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
8165 Fix debug statement copy'n'paste-o.
8167 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
8169 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
8170 Fix issues with mixer keeping state when muting/unmuting
8171 and when changing the volume whilst muted (see #331763
8174 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
8176 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
8177 (parse_subrip), (gst_sub_parse_format_autodetect):
8178 Set right caps given that we send escaped text. Also,
8179 honour <i></i>, <b></b> and <u></u> markers that can be found
8180 in .srt files (fixes #310202).
8182 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
8184 * gst-libs/gst/audio/mixerutils.c:
8185 (element_factory_rank_compare_func):
8186 Make order in which elements are tried more determinable.
8188 2006-02-20 Julien MOUTTE <julien@moutte.net>
8190 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
8191 (remove_element_chain), (cleanup_decodebin),
8192 (gst_decode_bin_change_state): Make decodebin reusable by
8193 fixing remove_element_chain first and then introduce a
8194 cleaner in state change to ->NULL. (Closes #331678)
8196 2006-02-19 Wim Taymans <wim@fluendo.com>
8198 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
8199 use 0666 mask when creating files so umask gets applied
8200 correctly. Fixes #331295.
8202 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
8204 * gst/subparse/Makefile.am:
8205 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8206 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
8207 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
8208 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
8209 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
8210 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
8211 * gst/subparse/gstssaparse.h:
8212 * gst/subparse/gstsubparse.c: (plugin_init):
8213 Add very basic parser for SSA subtitle streams (as often
8214 found in matroska files).
8216 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
8218 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
8219 That should be text/x-pango-markup, not text/x-pango-layout.
8221 2006-02-19 Julien MOUTTE <julien@moutte.net>
8223 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
8226 2006-02-19 Julien MOUTTE <julien@moutte.net>
8228 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8229 (gst_text_overlay_finalize), (gst_text_overlay_init),
8230 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8231 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8232 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8233 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8234 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8235 Fix state change deadlock.
8237 2006-02-19 Julien MOUTTE <julien@moutte.net>
8239 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8240 (gst_text_overlay_finalize), (gst_text_overlay_init),
8241 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8242 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8243 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8244 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8245 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8246 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8247 and subtitles files.
8249 2006-02-19 Julien MOUTTE <julien@moutte.net>
8251 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8252 should be considered as raw.
8254 2006-02-19 Julien MOUTTE <julien@moutte.net>
8256 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8258 * gst/playback/gststreaminfo.h: Introduce language informations.
8260 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
8262 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8263 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8264 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8265 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8266 Set shared memory segments to be deleted as soon as we have attached,
8267 that way they get cleaned up automatically if we crash.
8269 2006-02-18 Julien MOUTTE <julien@moutte.net>
8271 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
8272 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8273 functions are called with lock held.
8275 2006-02-18 Julien MOUTTE <julien@moutte.net>
8277 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8278 (gst_text_overlay_finalize), (gst_text_overlay_init),
8279 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8280 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8281 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8282 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8283 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8284 (gst_text_overlay_change_state): Refactoring of textoverlay
8285 without collectpads. This now supports sparse subtitles coming
8286 from a demuxer instead of a sub file. Seeking is still broken
8287 though. Need to discuss with wtay some more on how to handle
8289 * ext/pango/gsttextoverlay.h:
8290 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8291 subtitles coming from the demuxer.
8293 2006-02-17 Wim Taymans <wim@fluendo.com>
8295 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8296 (gst_vorbisenc_convert_sink):
8297 Use some more scaling functions.
8299 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
8301 * ext/cdparanoia/gstcdparanoiasrc.c:
8302 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8303 (gst_cd_paranoia_paranoia_callback),
8304 (gst_cd_paranoia_src_signal_is_being_watched),
8305 (gst_cd_paranoia_src_read_sector):
8306 * ext/cdparanoia/gstcdparanoiasrc.h:
8307 Add back 'transport-error' and 'uncorrected-error' signals and
8308 make them actually be fired when bad stuff happens (#319340).
8310 2006-02-17 Wim Taymans <wim@fluendo.com>
8312 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8313 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8314 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8315 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8316 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8317 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8318 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8319 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8320 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8321 (gst_ring_buffer_clear):
8323 Added some G_LIKELY.
8325 2006-02-17 Wim Taymans <wim@fluendo.com>
8327 * gst-libs/gst/audio/TODO:
8330 * gst-libs/gst/audio/gstbaseaudiosink.c:
8331 (gst_base_audio_sink_get_offset):
8332 When trying to play samples ASAP and we don't have a
8333 previous sample, try to play at position 0 instead of
8334 an invalid position.
8336 2006-02-17 Wim Taymans <wim@fluendo.com>
8338 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8339 (gst_alsasink_reset):
8340 Also release lock when we get an error in _reset();
8341 fix an error message.
8343 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8345 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8346 (gst_alsasink_init), (get_channel_free_structure),
8347 (caps_add_channel_configuration), (gst_alsasink_getcaps),
8348 (gst_alsasink_close):
8349 * ext/alsa/gstalsasink.h:
8350 Add support for more than 2 channels (#326720).
8352 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8354 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8355 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8356 with 4 or 6 channels, assume a default channel layout to make things
8357 work (not sure there's anything else we can do in those cases).
8359 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8361 * gst-libs/gst/audio/multichannel.c:
8364 * gst-libs/gst/riff/Makefile.am:
8365 * gst-libs/gst/riff/riff-ids.h:
8366 * gst-libs/gst/riff/riff-media.c:
8367 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8368 Add support for WAVEFORMATEX, eg. PCM audio with more than two
8369 channels and a channel layout map.
8371 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
8373 Reviewed by Edward Hervey <edward@fluendo.com>
8375 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
8376 C-level optimization of the RGBA nearest neighbour function.
8377 Eventually this might end up in liboil with vectorized versions.
8379 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8381 * gst-libs/gst/audio/multichannel.c:
8382 (gst_audio_get_channel_positions):
8383 When we have more than 2 channels, but no channel layout is
8384 specified in the caps, return some default channel layout
8385 to the caller and warn about about a possibly buggy element
8386 (could be buggy filtercaps as well of course) (#317038).
8388 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8390 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8391 Add gst-libs/gst/cdda to list of lib search paths.
8393 2006-02-15 Andy Wingo <wingo@pobox.com>
8395 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8396 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8397 to the Lord Jesus that I do not have to touch the ogg muxer ever
8400 2006-02-15 Edward Hervey <edward@fluendo.com>
8402 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8403 quicktime movie files can also contain 'uuid' atoms.
8405 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
8407 * gst/audioconvert/plugin.c: (plugin_init):
8408 Register the GstAudioChannelPosition enum type with the type
8409 system in the plugin_init function, so that it is known before
8410 any element actually makes use of multi-channel stuff. This is
8411 required for example if one wants to be able to deserialise/use
8412 a caps string with channel positions before any pipeline has
8413 been setup and started, like with gst-launch.
8415 2006-02-14 Wim Taymans <wim@fluendo.com>
8417 * gst-libs/gst/audio/gstringbuffer.c:
8418 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8419 (gst_ring_buffer_samples_done), (wait_segment),
8420 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8421 Add some compiler G_(UN_)LIKELY help.
8422 SIGNAL the ringbuffer waiters when going to PAUSED as well to
8423 make sure they can exit their functions. Should fix #330748
8425 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
8430 * win32/common/_stdint.h:
8431 Windows does not have long long; copy the generated _stdint.h
8432 * win32/common/interfaces-enumtypes.c:
8433 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8434 (gst_mixer_track_flags_get_type),
8435 (gst_tuner_channel_flags_get_type):
8436 * win32/common/multichannel-enumtypes.c:
8437 (gst_audio_channel_position_get_type):
8440 2006-02-13 Wim Taymans <wim@fluendo.com>
8442 * gst-libs/gst/audio/gstbaseaudiosink.c:
8443 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8444 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8445 Always sync on first sample we receive when starting.
8447 2006-02-13 Wim Taymans <wim@fluendo.com>
8449 * gst/playback/gstplaybin.c: (gen_vis_element):
8450 Update vis bin docs.
8451 Move queue after tee so we don't queue video buffers but
8452 audio samples instead. Fixes problems where the video queue
8453 is filled and the audio queue empty.
8455 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8457 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8458 No need to push an EOS event here, GstBaseSrc will do that for us
8459 when we return FLOW_UNEXPECTED.
8461 2006-02-12 Wim Taymans <wim@fluendo.com>
8463 * gst-libs/gst/audio/gstbaseaudiosink.c:
8464 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8465 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8466 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8467 Use scale functions when possible.
8469 Free clockid when after waiting for EOS.
8470 Use G_(UN_)LIKLY when it makes sense.
8471 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8473 2006-02-12 Edward Hervey <edward@fluendo.com>
8475 * gst/playback/gstplaybasebin.c: (prepare_output):
8476 Remove stray semi-colon (fixes #330888).
8478 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8480 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8481 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8482 Fix up the XShm call testing so that we catch errors, and don't
8483 cause new ones by attempting to detach from a segment we failed
8484 to attach to. Fixes #312439.
8486 2006-02-10 Edward Hervey <edward@fluendo.com>
8488 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8489 Added flv file typefind (video/x-flv).
8491 2006-02-10 Edward Hervey <edward@fluendo.com>
8493 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8494 (gst_riff_create_video_template_caps):
8495 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8496 Also added the caps to the default set of riff video caps.
8498 2006-02-09 Andy Wingo <wingo@pobox.com>
8500 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8501 time and the end time of the last packet in the page.
8502 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8503 on the pages in our queue, set the duration as well. Reflow a
8505 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8506 Fixes bad muxing order.
8508 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8510 * gst-libs/gst/rtp/gstbasertppayload.c:
8511 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8512 update seqnum before setting it on the packet; this makes sure
8513 that the timestamp and seqnum properties match after pushing
8516 2006-02-09 Andy Wingo <wingo@pobox.com>
8518 * gst-libs/gst/audio/gstringbuffer.c
8519 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8520 overflow after 13.5 hours of recording. Kapow!
8522 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8523 the buffer size -- we don't care about underrun/overrun reporting
8524 right now, just need to return a useful value.
8526 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8531 === release 0.10.3 ===
8533 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8536 releasing 0.10.3, "Under Pressure"
8538 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8541 Drat. Bump libtool version number for new API.
8542 Prelease 0.10.2.3 (of 0.10.3)
8544 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8547 * win32/common/config.h:
8548 0.10.2.2 prerelease (of 0.10.3).
8550 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8552 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8553 Revert Andy's newsegment change pending a more correct
8556 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8558 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8559 (qt_type_find), (plugin_init):
8560 detect more files as 3gp
8561 group and reorder the iso file formats
8563 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8565 * ext/vorbis/vorbis.c: (plugin_init):
8566 Register musicbrainz tags, so apps don't have to.
8568 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8570 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8571 (gst_tag_to_vorbis_tag):
8572 Make sure we called gst_tag_register_musicbrainz_tags()
8573 before possibly mapping a vorbiscomment string from/to a
8576 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8578 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8579 In case we can't find the required number of consecutive
8580 mpeg audio frames to positively identify an MPEG audio
8581 stream, check if there's at least a valid mpeg audio
8582 frame right at offset 0 and if so suggest mpeg/audio
8583 caps with a very low probability (#153004).
8585 2006-02-07 Andy Wingo <wingo@pobox.com>
8587 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8588 a TIME segment if we get timestamped buffers. Requires recent
8589 fixes in core to work properly.
8591 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8593 * gst/playback/gstplaybasebin.c: (prepare_output):
8594 Don't print the URI as part of the error message, it
8595 makes error dialogs look rather ugly, especially if
8596 the URI is very long or has characters in it that
8599 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8601 * gst/playback/gstplaybasebin.c: (prepare_output):
8602 Error out if we have only text or subtitles, but nothing
8603 else. Also error out if we have subtitles but no video
8606 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8608 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8609 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8610 Post an error message on the bus when we encounter an
8611 error, which will hopefully be more meaningful than the
8612 'Internal Flow Error' message users get to see if we
8613 just return GST_FLOW_ERROR.
8615 2006-02-07 Andy Wingo <wingo@pobox.com>
8617 * configure.ac (GST_MAJORMINOR): Update core version req to
8618 0.10.2.2, for the collectpads API addition (#330244).
8620 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8622 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8623 Return FALSE from plugin_init() when GnomeVFS can't
8624 be initialised for some reason (#328423).
8626 2006-02-06 Julien MOUTTE <julien@moutte.net>
8628 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8629 Stick to seeking theory until i find the bug.
8630 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8632 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8634 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8635 (theora_enc_finalize), (theora_enc_sink_setcaps),
8636 (theora_set_header_on_caps), (theora_enc_chain),
8637 (theora_enc_change_state):
8638 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8639 Make theoraenc and the tests leak free. Like, really.
8641 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8643 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8644 (theora_enc_finalize), (theora_enc_sink_setcaps):
8645 Add a finalize method to ensure we clean up state even if
8646 someone omitted the state change back to NULL.
8648 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8649 (gst_vorbisenc_chain):
8650 Free some more leaked bits.
8652 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8654 Wait for state changes to happen if they're ASYNC.
8656 This ought to teach those fancy pants buildbots a lesson.
8658 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8660 * gst-libs/gst/tag/gstid3tag.c:
8661 Add mapping for ID3 International Standard Recording Code
8664 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8666 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8667 Don't leak tag names.
8669 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8671 * docs/libs/gst-plugins-base-libs-docs.sgml:
8672 * docs/libs/gst-plugins-base-libs-sections.txt:
8673 * gst-libs/gst/tag/gstid3tag.c:
8674 * gst-libs/gst/tag/gstvorbistag.c:
8675 * gst-libs/gst/tag/tags.c:
8676 Split libgsttag docs into multiple sections.
8678 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8680 * docs/libs/Makefile.am:
8681 * docs/libs/gst-plugins-base-libs-docs.sgml:
8682 * docs/libs/gst-plugins-base-libs-sections.txt:
8683 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8684 * gst-libs/gst/tag/gstvorbistag.c:
8685 * gst-libs/gst/tag/tag.h:
8686 * gst-libs/gst/tag/tags.c:
8687 Add libgsttag to the docs.
8689 2006-02-05 Julien MOUTTE <julien@moutte.net>
8691 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8692 (gst_text_overlay_init), (gst_text_overlay_src_event),
8693 (gst_text_overlay_collected): Fix clockoverlay.
8695 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8697 * docs/libs/compiling.sgml:
8698 Fix typo: it's pkg-config, not pkg-gconfig
8700 * docs/libs/gst-plugins-base-libs-docs.sgml:
8701 * docs/libs/gst-plugins-base-libs-sections.txt:
8702 * docs/libs/tmpl/gstgconf.sgml:
8703 There is no libgstgconf in 0.10, remove it
8706 2006-02-05 Julien MOUTTE <julien@moutte.net>
8708 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8709 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8710 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8711 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8712 (gst_sub_parse_class_init), (gst_sub_parse_init),
8713 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8714 (parse_mpsub), (parser_state_init), (handle_buffer),
8715 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8716 * gst/subparse/gstsubparse.h: Introduce seeking code.
8718 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8720 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8721 Add comment about LANGUAGE tag inconsistency (we want
8722 ISO-639-1, but extract three-letter identifiers?)
8725 Add two translatable files.
8727 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8729 * gst-libs/gst/tag/Makefile.am:
8730 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8731 * gst-libs/gst/tag/tag.h:
8732 * gst-libs/gst/tag/tags.c:
8733 (gst_tag_register_musicbrainz_tags_internal),
8734 (gst_tag_register_musicbrainz_tags):
8735 Forward-port some tags stuff from the 0.8 branch. This is
8736 mostly the addition of musicbrainz tags and their mapping
8737 to vorbistags, and a vorbistag mapping of the language tag.
8739 2006-02-05 Julien MOUTTE <julien@moutte.net>
8741 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8744 2006-02-04 David Schleef <ds@schleef.org>
8746 * ext/ogg/gstoggmux.c:
8747 * gst/typefind/gsttypefindfunctions.c:
8748 Add Dirac typefinding and add dirac format to oggmux.
8750 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8752 * gst/playback/gstdecodebin.c: (try_to_link_1):
8753 Don't put essential function call into
8754 g_return_*() macro, otherwise it'll all be
8755 replaced by NOOPs when compiling with
8756 G_DISABLE_CHECKS defined.
8758 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8760 * ext/ogg/gstoggdemux.c:
8761 * ext/ogg/gstoggparse.c:
8762 * gst/tcp/gsttcpserversink.c:
8763 * sys/v4l/v4lsrc_calls.c:
8764 * sys/v4l/v4lsrc_calls.h:
8765 Just make it compile with --disable-gst-debug.
8767 2006-02-03 Wim Taymans <wim@fluendo.com>
8769 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8770 (gst_alsasink_class_init), (gst_alsasink_init),
8771 (gst_alsasink_write), (gst_alsasink_reset):
8772 * ext/alsa/gstalsasink.h:
8773 Add lock to protect alsa calls.
8774 Implement reset to flush samples ASAP, does not work
8777 2006-02-02 Wim Taymans <wim@fluendo.com>
8779 * gst-libs/gst/audio/gstbaseaudiosink.c:
8780 (gst_base_audio_sink_provide_clock):
8781 Ugh.. getting late I guess...
8783 2006-02-02 Wim Taymans <wim@fluendo.com>
8785 * gst-libs/gst/audio/gstbaseaudiosink.c:
8786 (gst_base_audio_sink_provide_clock),
8787 (gst_base_audio_sink_set_property),
8788 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8789 Don't try to provide a clock when we are not negotiated since
8790 we might not be able to make it run.
8792 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8794 * gst/playback/gstdecodebin.c: (try_to_link_1):
8795 Unlinking two source pads is ... hard.
8797 2006-02-02 Wim Taymans <wim@fluendo.com>
8799 * gst-libs/gst/audio/TODO:
8802 * gst-libs/gst/audio/gstbaseaudiosink.c:
8803 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8804 On EOS, wait till the last sample is played before posting EOS.
8806 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8808 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8809 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8810 setting queue_delay to zero. Also avoid thread being started if
8811 queue_delay is zero.
8813 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8815 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8816 Make test work again by connecting fakesinks to each decoded pad,
8817 which makes the pipeline wait until each fakesink has a buffer
8818 queued before going to PAUSED state. At that point we know the
8819 decodebin pads are negotiated.
8821 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8823 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8824 (gst_cdda_base_src_handle_event):
8825 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8826 Pass unhandled queries to the parent class's query function.
8828 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8830 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8831 (gst_ogg_pad_src_query):
8832 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8833 * ext/theora/theoradec.c: (theora_dec_src_query),
8834 (theora_dec_sink_query):
8835 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8836 (vorbis_dec_sink_query):
8837 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8838 (gst_vorbisenc_sink_query):
8839 * gst/adder/gstadder.c: (gst_adder_query):
8840 Pass unhandled queries upstream instead of just
8841 dropping them (#326447). Also, fix supported
8842 query types list for some elements.
8844 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8846 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8847 (paris_type_find), (ilbc_type_find), (plugin_init):
8848 Fix typefinding for audio/x-au, audio/x-paris and
8849 audio/iLBC-sh. We cannot use the START_WITH macros
8850 here, because there can only be one typefind factory
8851 with the same name (caps), so the second one would
8852 replace the first one and the first one would never
8853 be called when doing typefinding (see #161712).
8856 2006-01-31 Wim Taymans <wim@fluendo.com>
8858 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8859 (vorbis_handle_header_packet), (vorbis_dec_push),
8860 (vorbis_handle_data_packet):
8861 Use scale_int when we can, add some more scaling.
8862 Check packettype before parsing it.
8864 2006-01-31 Wim Taymans <wim@fluendo.com>
8866 * ext/theora/theoradec.c: (_theora_granule_time),
8867 (theora_dec_src_convert), (theora_dec_sink_convert):
8868 Call right _scale functions.
8869 Use parameter instead of some other random value.
8871 2006-01-31 Wim Taymans <wim@fluendo.com>
8873 * ext/theora/theoradec.c: (_theora_granule_frame),
8874 (_theora_granule_time), (_inc_granulepos),
8875 (theora_dec_src_convert), (theora_dec_sink_convert),
8876 (theora_handle_type_packet), (theora_handle_data_packet),
8878 Use higher precision timestamps calculation.
8879 Convert some other conversions to _scale.
8881 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8883 * gst/audiotestsrc/gstaudiotestsrc.c:
8884 (gst_audio_test_src_create_sine_table), (plugin_init):
8885 * gst/volume/gstvolume.c: (plugin_init):
8886 initialize gst_controller before using
8888 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8890 * tests/check/pipelines/theoraenc.c:
8891 * tests/check/pipelines/vorbisenc.c:
8892 Define constant using G_GINT64_CONSTANT to avoid errors when
8893 passing it around - otherwise it gets truncated to 32 bits.
8895 Fixes failing tests.
8897 2006-01-31 Andy Wingo <wingo@pobox.com>
8899 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8900 caps being set doesn't have a framerate value. Basically a stopgap
8903 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8904 technically correct enough to put into core though.
8905 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8906 DURATION. Fixes theoraenc ! oggmux.
8908 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8909 fraction, not double.
8911 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8914 add vs7 project files created by Sergey Scobich
8916 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8919 add vs8 project files created by Sergey Scobich
8921 2006-01-30 Andy Wingo <wingo@pobox.com>
8923 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8924 timestamp + duration, not just timestamp -- ogg pages should be
8925 ordered by stop time. Necessary fix given the change in vorbis
8928 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8929 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8930 (granulepos_add): New function, handles the messiness of adjusting
8932 (theora_buffer_from_packet):
8934 (theora_enc_sink_event): Use granulepos_add, not +.
8936 * tests/check/pipelines/theoraenc.c
8937 (check_buffer_granulepos_from_starttime): Just check the frame
8938 count, not the actual granulepos -- we can't dictate to the
8939 encoder when it should be placing keyframes.
8941 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8943 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8944 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8945 play an http:// stream from a server that's not serving
8947 2006-01-30 Andy Wingo <wingo@pobox.com>
8949 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8950 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8951 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8954 * ext/theora/gsttheoraenc.h:
8955 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8956 although theoraenc was timestamping correctly. Added handling of
8957 streams that start with nonzero timestamps.
8959 * tests/check/Makefile.am:
8960 * tests/check/pipelines/theoraenc.c: New file, basically does same
8963 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8965 2006-01-30 Wim Taymans <wim@fluendo.com>
8967 * gst-libs/gst/audio/gstaudiosink.c:
8968 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8969 (gst_audioringbuffer_pause):
8970 Implement pause that does not wait for completion.
8972 * gst-libs/gst/audio/gstbaseaudiosink.c:
8973 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8974 Don't drop buffers when going to PAUSED but perform preroll on
8975 remaining samples now that core base class supports this.
8977 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8978 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8979 (gst_ring_buffer_commit):
8980 Pause should not signal waiters.
8981 Implement return value of _commit correctly.
8983 2006-01-30 Andy Wingo <wingo@pobox.com>
8985 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8987 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8988 updated to timestamp from the first sample, not the last.
8989 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8990 special care of granulepos and timestamp for header packets.
8991 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8992 when the first buffer has a nonzero timestamp.
8994 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8995 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8996 case when the first audio buffer we get has a nonzero timestamp.
8997 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8998 properly timestamp vorbis buffers with the time of the first
8999 sample, not the last.
9001 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
9002 vorbis_granule_time_copy -- now it takes the granule/subgranule
9003 offset into account.
9005 * tests/check/pipelines/vorbisenc.c: New test for correctness of
9006 timestamps, durations, and granulepos on buffers produced by
9009 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
9011 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9012 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
9013 Patch from Eric Jonas to support conversions to/from UYVY
9016 2006-01-30 Julien MOUTTE <julien@moutte.net>
9018 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
9019 (setup_subtitle), (setup_source), (set_active_source):
9020 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9021 (gen_text_element), (gen_audio_element), (gen_vis_element),
9022 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
9024 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
9026 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
9027 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
9028 use gst_guint64_to_gdouble to be compliant with vs6
9029 * gst/playback/gstdecodebin.c: (try_to_link_1)
9030 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
9031 use G_GINT64_CONSTANT for int64 constants
9032 * win32/common/libgstinterfaces.def:
9033 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
9035 update and add new project files
9037 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
9041 * win32/common/interfaces-enumtypes.c:
9042 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
9043 (gst_mixer_track_flags_get_type),
9044 (gst_tuner_channel_flags_get_type):
9045 * win32/common/interfaces-enumtypes.h:
9046 * win32/common/multichannel-enumtypes.c:
9047 (gst_audio_channel_position_get_type):
9048 * win32/common/multichannel-enumtypes.h:
9049 add a win32-update rule like in core, and copy over enumtypes files
9051 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
9054 * win32/common/config.h:
9055 * win32/common/config.h.in:
9056 add config files just like in core
9058 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
9060 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
9061 Make gcc-4.1 happy (part of #327357).
9063 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
9065 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
9066 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
9067 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
9068 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
9069 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
9070 (gst_alsasrc_unprepare), (gst_alsasrc_read):
9071 Update all error messages. All of them should either use
9072 the default translated message, or actually provide a
9073 translatable string.
9074 Make the string for channel count problems meaningful.
9076 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
9078 * sys/v4l/v4l_calls.c: (gst_v4l_open):
9079 check for and throw RESOURCE_BUSY
9081 2006-01-27 David Schleef <ds@schleef.org>
9083 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
9084 checked in this change -- it requires liboil features not
9085 in 0.3.6. Revert parts.
9087 2006-01-27 David Schleef <ds@schleef.org>
9090 * configure.ac: update liboil requirement to 0.3.6
9091 * gst/videoscale/Makefile.am:
9092 * gst/videoscale/vs_scanline.c: liboilify
9094 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
9096 * ext/libvisual/visual.c: (get_buffer):
9097 When pad_alloc returns a GstFlowReturn other
9098 than GST_FLOW_OK, make sure it is passed upstream.
9100 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
9102 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9103 (gst_alsasink_class_init):
9104 Free the device name string.
9106 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9107 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
9108 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
9109 Don't remove a pad from the collectpads structure until it
9110 is released - it's a request pad, and may receive data again
9111 if the element gets moved back to PLAYING state.
9113 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9114 Ensure we turn on double buffering on the Xv port, and
9115 set the colour key to something dark and mysterious that
9118 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
9120 * ext/alsa/gstalsaplugin.c: (plugin_init):
9121 * ext/cdparanoia/gstcdparanoiasrc.c:
9122 (gst_cd_paranoia_src_base_init), (plugin_init):
9123 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9124 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
9125 - a library should not call setlocale. see "Libraries" node in
9127 - make sure all plugins that use translation do bindtextdomain
9128 to point to the localedir
9129 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
9130 (setup_sinks), (plugin_init):
9131 all this, and check for NULL when creating sinks
9133 2006-01-27 Julien MOUTTE <julien@moutte.net>
9135 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
9136 (plugin_init): Make typefinding of subtitles work again.
9138 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
9140 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9141 (mp3_type_frame_length_from_header), (mp3_type_find),
9142 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
9144 Backport a bunch of typefinding fixes from the 0.8 branch.
9145 Also, improve wavpack typefinding: if we can't peek the
9146 entire wavpack block, try to parse the bits we can get and
9147 see if we find what we're looking for in those.
9149 2006-01-26 Julien MOUTTE <julien@moutte.net>
9151 * sys/ximage/ximagesink.c:
9152 (gst_ximagesink_calculate_pixel_aspect_ratio):
9153 * sys/xvimage/xvimagesink.c:
9154 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
9155 more cases of pixel aspect ratio.
9157 2006-01-26 Edward Hervey <edward@fluendo.com>
9159 * gst/playback/gstdecodebin.c: (pad_probe):
9160 Also consider the flush-start and tag events as unblockers
9163 2006-01-26 Julien MOUTTE <julien@moutte.net>
9165 * gst/playback/gstplaybin.c: (gst_play_bin_init),
9166 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
9167 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9168 On the fly visualisation switch, works disabling, enabling as
9169 well but it won't be able to enable vis in a playbin that was
9170 created with no visualisation.
9172 2006-01-25 Wim Taymans <wim@fluendo.com>
9174 * gst-libs/gst/audio/gstbaseaudiosink.c:
9175 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9176 Undo previous commit that returned WRONG_STATE sooner, it breaks
9179 2006-01-25 Wim Taymans <wim@fluendo.com>
9181 * gst-libs/gst/audio/gstbaseaudiosink.c:
9182 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
9183 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
9185 Post error when caps cannot be parsed.
9186 Resync on discontinuity in the stream.
9187 Clip samples to segment boundaries.
9188 return WRONG_STATE sooner when we are flushing.
9190 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9191 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9192 Make audiosrc operate in TIME.
9193 Set TIMESTAMP and DURATION on buffers.
9195 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
9197 * tests/examples/seek/seek.c: (main):
9198 Output tag messages as well.
9200 2006-01-23 Edward Hervey <edward@fluendo.com>
9202 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9203 (free_pad_probes), (remove_fakesink), (pad_probe),
9204 (close_pad_link), (gst_decode_bin_change_state):
9205 Replace GstPadBlockCallback with pad probes that detect
9206 first buffer AND eos before removing fakesink.
9207 Fixes hang with demuxers doing EOS while pre-rolling.
9210 2006-01-23 Andy Wingo <wingo@pobox.com>
9212 * ext/alsa/gstalsasink.c:
9213 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9214 (gst_base_rtp_depayload_setcaps),
9215 (gst_base_rtp_depayload_add_to_queue),
9216 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
9218 Patch by: Jens Granseuer <jensgr at gmx dot net>
9220 2006-01-22 Julien MOUTTE <julien@moutte.net>
9222 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9223 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9224 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
9225 frames. We might get a frame destroyed after changing state to
9226 NULL, adding a safety check on xcontext.
9228 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
9230 * gst-libs/gst/interfaces/xoverlay.c:
9231 Fix prepare-xwindow-id code example in the docs - we need to
9232 ignore all messages that aren't element messages as well.
9234 2006-01-21 Julien MOUTTE <julien@moutte.net>
9236 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9237 I think one day i'll completely undestand how caps negotiation
9238 is supposed to work. This refactoring handles buffer_alloc
9239 called with caps we can't handle. We definitely don't want a
9240 set_caps with those caps, so we define and allocate a buffer
9241 we would like to receive.
9243 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
9245 * gst/playback/gstplaybasebin.c: (setup_source):
9246 Free iterator when done.
9248 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
9250 * gst-libs/gst/audio/gstbaseaudiosink.c:
9251 (gst_base_audio_sink_render):
9252 Fix playback of non-synchronised streams by assuming a rate
9253 of 1.0 instead of a random one.
9255 Makes this work again:
9257 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9258 endianness=(int)4321, signed=(boolean)true, width=(int)16,
9259 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9260 audioresample ! alsasink
9262 === release 0.10.2 ===
9264 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
9267 releasing 0.10.2, "Then the devil is six"
9269 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
9271 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9272 * gst/playback/gststreamselector.c:
9273 (gst_stream_selector_set_property):
9274 Comment out broken code that connects to the state-changed signal.
9275 At this point, changing current stream selection is broken, but
9276 stuff like gst-launch playbin current-audio=1 works and filters
9277 to the chosen stream.
9279 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
9281 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9282 Fix #327216 (null dereference in vorbisdec)
9284 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
9286 * ext/theora/theoradec.c: (theora_handle_comment_packet):
9287 Post taglist actually on bus instead of just freeing it
9288 (fixes #327114 and totem bug #327080).
9290 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9291 Use gst_element_found_tags_for_pad(), so that the tags
9292 are sent downstream as an event as well.
9294 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
9296 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9297 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9298 (gst_ximagesink_buffer_alloc):
9299 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9300 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9301 (gst_xvimagesink_buffer_alloc):
9302 move all regularly occurring messages to GST_LOG level
9303 add some more object logs
9305 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
9307 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9308 fix a silly segfault
9310 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
9312 * docs/libs/gst-plugins-base-libs-docs.sgml:
9313 * docs/libs/gst-plugins-base-libs-sections.txt:
9314 * gst-libs/gst/audio/mixerutils.c:
9315 * gst-libs/gst/audio/mixerutils.h:
9316 Add docs for mixerutils stuff.
9318 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
9320 * gst/playback/gstplaybasebin.c: (setup_source):
9321 Fix playback for sources that emit raw audio or
9322 raw video streams (e.g.: cd audio sources) (#325984).
9324 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
9326 * gst-libs/gst/audio/mixerutils.c:
9327 (gst_audio_mixer_filter_do_filter):
9328 actually save the element we create
9330 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
9332 * gst-libs/gst/cdda/gstcddabasesrc.c:
9333 (gst_cdda_base_src_handle_track_seek):
9334 No need to post a tag message on the bus when seeking
9335 within the same track, only post it when the current
9338 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9340 * gst/playback/gstplaybasebin.c: (group_destroy),
9341 (probe_triggered), (new_decoded_pad), (mute_group_type),
9342 (set_active_source):
9343 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9344 * gst/playback/gststreamselector.c:
9345 (gst_stream_selector_base_init),
9346 (gst_stream_selector_set_property),
9347 (gst_stream_selector_request_new_pad):
9348 Reenable stream selection. These mechanisms need a complete overhaul
9349 in the face of 0.8->0.10 changes though.
9351 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9353 * ext/ogg/gstoggdemux.c:
9354 Change the pad template to src_%d to match the pads that
9355 are created from it. decodebin needs this information in order
9356 to decide that oggdemux is capable of producing multiple pads
9357 (and hence needs queues inserted).
9359 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9360 (gst_ogg_mux_collected):
9361 Make debug output more useful by using GST_PTR_FORMAT.
9363 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9365 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
9367 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9368 Set depth and width for alaw/mulaw (fixes #326601).
9370 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
9372 * tests/icles/Makefile.am:
9373 don't build the tests if we don't have the libs
9375 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9377 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9378 (gst_cd_paranoia_paranoia_callback):
9379 Don't try to free NULL pointers.
9381 2006-01-10 Edward Hervey <edward@fluendo.com>
9383 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9384 (gst_audio_rate_change_state), (plugin_init):
9385 Add debugging category.
9387 Add case for incoming buffers without valid offset/offset_end.
9389 2006-01-10 Michael Smith <msmith@fluendo.com>
9391 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9392 Don't leak GCond in audio sources.
9394 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
9396 * gst/playback/gstplaybin.c: (gen_audio_element):
9397 Don't leak an autoaudiosink/alsasink when we generate
9398 a new audio element. (old code, I guess)
9400 2006-01-10 Michael Smith <msmith@fluendo.com>
9402 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9403 Support float audio in audiorate.
9404 Use width rather than depth for selecting sample width.
9406 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9408 * gst/videotestsrc/videotestsrc.h:
9409 Use GLib types here (that way we don't have to include the
9410 generated _stdint.h header, which makes life easier for win32
9411 folks that don't use autotools for the build) (#325990, patch
9412 by: Sergey Scobich).
9414 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9416 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9417 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9418 (gst_ring_buffer_pause), (wait_segment):
9419 * gst-libs/gst/audio/gstringbuffer.h:
9420 Name (private) union, makes Forte compiler happy (this time
9421 for real) (#324900).
9423 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9425 * gst-libs/gst/audio/Makefile.am:
9426 Link against libgstinterfaces, needed for mixer
9427 and property probe stuff.
9429 2006-01-09 Edward Hervey <edward@fluendo.com>
9431 * gst-libs/gst/Makefile.am:
9433 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9435 * gst-libs/gst/audio/Makefile.am:
9436 * gst-libs/gst/audio/mixerutils.c:
9437 (gst_audio_mixer_filter_do_filter),
9438 (gst_audio_mixer_filter_check_element),
9439 (gst_audio_mixer_filter_probe_feature),
9440 (element_factory_rank_compare_func),
9441 (gst_audio_default_registry_mixer_filter):
9442 * gst-libs/gst/audio/mixerutils.h:
9443 Add gst_audio_default_registry_mixer_filter() utility
9446 2006-01-03 Michael Smith <msmith@fluendo.com>
9448 * gst/audioresample/resample.h:
9449 As before, but for o_buf
9451 2006-01-03 Michael Smith <msmith@fluendo.com>
9453 * gst/audioresample/resample.h:
9454 Declare struct _ResampleState.buffer as unsigned char *, not void *,
9455 since we do arithmetic on it.
9457 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9459 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9460 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9461 (gst_ring_buffer_pause), (wait_segment):
9462 * gst-libs/gst/audio/gstringbuffer.h:
9463 Sun's Forte compiler doesn't seem to like anonymous structs,
9464 so use same setup as in GstBaseSrc (fixes #324900).
9466 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9469 * gst/volume/Makefile.am:
9470 * gst/volume/demo.c:
9471 move old example to tests/examples/volume/volune.c
9472 * tests/examples/Makefile.am:
9473 * tests/examples/seek/seek.c: (main):
9474 change window-close event from "delete-event" to "destroy"
9475 * tests/examples/volume/Makefile.am:
9476 * tests/examples/volume/volume.c: (value_changed_callback),
9477 (setup_gui), (message_received), (eos_message_received), (main):
9478 fix event handling and bus usage
9480 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9482 * gst/audiotestsrc/gstaudiotestsrc.c:
9483 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9484 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9485 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9486 (gst_audio_test_src_create_square),
9487 (gst_audio_test_src_create_saw),
9488 (gst_audio_test_src_create_triangle),
9489 (gst_audio_test_src_create_silence),
9490 (gst_audio_test_src_create_white_noise),
9491 (gst_audio_test_src_create_pink_noise),
9492 (gst_audio_test_src_init_sine_table),
9493 (gst_audio_test_src_create_sine_table),
9494 (gst_audio_test_src_change_wave),
9495 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9496 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9497 * gst/audiotestsrc/gstaudiotestsrc.h:
9498 update to basesrc changes, implement segmented seeking and eos
9499 handling, add a 'sine-tab' waveform for performance critical playback
9501 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9504 ... and this time the other modified file that I missed last time.
9506 2005-12-29 Michael Smith <msmith@fluendo.com>
9508 * gst/playback/gstdecodebin.c: (new_pad):
9509 Fix non-C89 variable declaration not at the start of a block. Should
9510 help some compilers.
9512 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9514 * tests/check/Makefile.am:
9515 And now fix 'make distcheck' (builddir != srcdir)
9517 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9520 * ext/cdparanoia/Makefile.am:
9521 * ext/cdparanoia/gstcdparanoia.c:
9522 * ext/cdparanoia/gstcdparanoia.h:
9523 * ext/cdparanoia/gstcdparanoiasrc.c:
9524 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9525 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9526 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9527 (gst_cd_paranoia_paranoia_callback),
9528 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9529 (gst_cd_paranoia_src_set_property),
9530 (gst_cd_paranoia_src_get_property), (plugin_init):
9531 * ext/cdparanoia/gstcdparanoiasrc.h:
9532 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9533 plugin again (there are still fixes required to playbin to make
9534 cdda:// uris work there).
9536 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9538 * tests/check/Makefile.am:
9539 Fix test case compilation.
9541 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9543 * gst-libs/gst/cdda/gstcddabasesrc.c:
9544 (gst_cdda_base_src_update_duration),
9545 (gst_cdda_base_src_calculate_cddb_id):
9546 An integer is not a string. Fix access to uninitialised variable.
9548 * tests/check/Makefile.am:
9549 Add cddabasesrc unit test; also actually enable the vorbis test.
9551 * tests/check/generic/states.c:
9552 Blacklist new cd audio elements as well.
9554 * tests/check/libs/cddabasesrc.c:
9555 Unit test for GstCddaBaseSrc (discid calculation mostly).
9557 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9559 * docs/libs/Makefile.am:
9560 * docs/libs/gst-plugins-base-libs-docs.sgml:
9561 * docs/libs/gst-plugins-base-libs-sections.txt:
9562 * docs/libs/gst-plugins-base-libs.types:
9563 Add docs for libgstcdda/GstCddaBaseSrc.
9565 * gst-libs/gst/interfaces/mixertrack.h:
9566 Do one struct member per line with a semicolon at the end, that way
9567 even gtk-doc might parse it without complaining.
9569 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9572 * gst-libs/gst/Makefile.am:
9573 * gst-libs/gst/cdda/Makefile.am:
9574 * gst-libs/gst/cdda/base64.c:
9575 * gst-libs/gst/cdda/base64.h:
9576 * gst-libs/gst/cdda/gstcddabasesrc.c:
9577 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9578 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9579 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9580 (gst_cdda_base_src_get_property),
9581 (gst_cdda_base_src_get_track_from_sector),
9582 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9583 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9584 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9585 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9586 (gst_cdda_base_src_uri_get_protocols),
9587 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9588 (gst_cdda_base_src_uri_handler_init),
9589 (gst_cdda_base_src_setup_interfaces),
9590 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9591 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9592 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9593 (gst_cdda_base_src_add_tags),
9594 (gst_cdda_base_src_add_index_associations),
9595 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9596 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9597 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9598 (gst_cdda_base_src_create):
9599 * gst-libs/gst/cdda/gstcddabasesrc.h:
9600 * gst-libs/gst/cdda/sha1.c:
9601 * gst-libs/gst/cdda/sha1.h:
9602 Add new libgstcdda with GstCddaBaseSrc class.
9604 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9606 * ext/gnomevfs/gstgnomevfssink.h:
9607 Use GstBaseSinkClass as parent_class member for class struct, not
9610 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9612 Patch by: Michael Benes
9614 * gst/videotestsrc/gstvideotestsrc.c:
9615 (gst_video_test_src_class_init), (gst_video_test_src_start):
9616 Add start method to reset running time and number of frames sent
9617 when starting up (fixes #324696)
9619 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9621 * docs/plugins/Makefile.am:
9622 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9623 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9624 * docs/plugins/gst-plugins-base-plugins.args:
9625 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9626 * docs/plugins/gst-plugins-base-plugins.signals:
9627 Add docs stuff for gnomevfssrc and gnomevfssink.
9629 * ext/gnomevfs/gstgnomevfssrc.c:
9630 Fix example pipeline in gtk-doc blurb.
9632 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9634 * ext/gnomevfs/Makefile.am:
9635 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9636 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9637 (gst_gnome_vfs_handle_get_type), (plugin_init):
9638 * ext/gnomevfs/gstgnomevfs.h:
9639 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9640 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9641 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9642 (gst_gnome_vfs_sink_set_property),
9643 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9644 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9645 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9646 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9647 (gst_gnome_vfs_sink_uri_get_type),
9648 (gst_gnome_vfs_sink_uri_get_protocols),
9649 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9650 (gst_gnome_vfs_sink_uri_handler_init):
9651 * ext/gnomevfs/gstgnomevfssink.h:
9652 Port gnomevfssink; add gtk-doc blurb.
9654 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9655 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9656 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9657 (gst_gnome_vfs_src_uri_get_type),
9658 (gst_gnome_vfs_src_uri_get_protocols),
9659 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9660 (gst_gnome_vfs_src_uri_handler_init),
9661 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9662 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9663 (gst_gnome_vfs_src_send_additional_headers_callback),
9664 (gst_gnome_vfs_src_received_headers_callback),
9665 (gst_gnome_vfs_src_push_callbacks),
9666 (gst_gnome_vfs_src_pop_callbacks),
9667 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9668 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9669 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9670 * ext/gnomevfs/gstgnomevfssrc.h:
9671 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9672 file; add gtk-doc blurb with example pipelines.
9674 === release 0.10.1 ===
9676 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9679 releasing 0.10.1, "Dobro Dedek"
9681 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9683 * gst/typefind/gsttypefindfunctions.c:
9684 iLBC30 and iLBC20 added to typefind.
9686 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9688 * gst-libs/gst/audio/gstbaseaudiosink.c:
9689 (gst_base_audio_sink_class_init):
9690 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9691 (gst_base_audio_src_class_init):
9692 update strings, values are in microseconds
9693 change the default sink buffer time to something that is smaller
9694 (to help software volume mixing have a slightly lower delay) but
9695 still be acceptable on Wim's laptop
9697 2005-12-20 Edward Hervey <edward@fluendo.com>
9699 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9700 Made a quack, forgot to add DUCK to the riff video template.
9702 2005-12-19 Edward Hervey <edward@fluendo.com>
9704 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9705 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9706 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9707 (gst_ogm_parse_chain):
9708 Make sure pads are initialized correctly.
9709 * gst-libs/gst/riff/riff-ids.h:
9710 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9711 (gst_riff_create_video_template_caps):
9712 Add a whole bunch of FOURCC <=> MimeType.
9713 Extend the riff video pad template to support the newly added fourcc.
9715 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9717 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9718 (gst_ogg_demux_activate_chain):
9719 Extra debug output when activating/deactivating chains.
9721 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9722 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9724 Remove a queue from our list when it becomes unlinked.
9725 Don't add queues to elements in class 'Demux' if they
9726 can only produce one pad
9728 2005-12-18 Julien MOUTTE <julien@moutte.net>
9730 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9731 (gst_video_sink_get_type): Add a debug category.
9733 2005-12-17 Philippe Khalaf <burger@speedy.org>
9735 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9736 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9737 Handle downstream newsegment by sending our own newsegment before the
9738 next buffer to be released. (#323900)
9740 2005-12-17 Philippe Khalaf <burger@speedy.org>
9742 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9743 (gst_base_rtp_depayload_set_gst_timestamp):
9744 add queue delay to new segment as well (as opposed to just the first
9745 buffer). (bug #322347)
9747 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9749 * ext/libvisual/visual.c: (make_valid_name):
9750 change some char* into char[]
9751 * gst/audiotestsrc/gstaudiotestsrc.c:
9752 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9753 (gst_audio_test_src_create):
9754 * gst/audiotestsrc/gstaudiotestsrc.h:
9755 prepare to handle EOS and SEGMENT_DONE
9757 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9759 * tests/check/generic/states.c: (GST_START_TEST):
9760 Blacklist cdparanoia element in state test.
9762 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9764 Patch by: Benjamin Pineau
9767 * gst/tcp/gsttcpclientsink.c:
9768 * gst/tcp/gsttcpserversink.c:
9769 * gst/tcp/gsttcpserversrc.c:
9770 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9772 2005-12-15 Michael Smith <msmith@fluendo.com>
9774 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9775 (gst_video_rate_chain):
9776 Fix timestamping for videorate when the first buffer it sees has a
9777 non-zero timestamp. Fix some misleading debug output.
9779 2005-12-15 Michael Smith <msmith@fluendo.com>
9781 * gst/audioresample/gstaudioresample.c:
9782 Don't leak all input buffers to audioresample.
9784 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9786 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9787 Don't operate on empty text buffers. Strip newlines and
9788 tabs only from the end of the text, but leave them intact
9789 in the middle. Fix typo in gtk-doc description.
9791 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9793 * gst/playback/gstplaybasebin.c:
9794 * gst/playback/gstplaybin.c: (handoff):
9795 Make sure the video frame buffer we return to apps via the
9796 "frame" property always has caps set on it. Modify
9797 _gst_gvalue_set_object() macro to handle NULL objects
9800 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9802 * gst/audiotestsrc/gstaudiotestsrc.c:
9803 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9804 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9805 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9806 (gst_audio_test_src_create):
9807 * gst/audiotestsrc/gstaudiotestsrc.h:
9808 Adjust to some recent api changes and add wtays new cool seeking
9811 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9813 * ext/alsa/Makefile.am:
9814 * ext/alsa/gstalsadeviceprobe.c:
9815 * ext/alsa/gstalsadeviceprobe.h:
9816 Helper functions to add device probing via the GstPropertyProbe
9817 interface to a class.
9819 * ext/alsa/gstalsamixer.h:
9820 Comment out GST_ALSA_MIXER, it returns a struct that's not
9823 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9824 Add some debug info.
9826 * ext/alsa/gstalsamixerelement.c:
9827 (gst_alsa_mixer_element_interface_supported),
9828 (gst_implements_interface_init),
9829 (gst_alsa_mixer_element_init_interfaces),
9830 (gst_alsa_mixer_element_class_init),
9831 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9832 (gst_alsa_mixer_element_set_property),
9833 (gst_alsa_mixer_element_get_property),
9834 (gst_alsa_mixer_element_change_state):
9835 * ext/alsa/gstalsamixerelement.h:
9836 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9837 for device handling (gnome-volume-control will need that).
9839 2005-12-12 Christian Schaller <uraeus@gnome.org>
9841 * ext/Makefile.am: fix cdparanoia entry
9842 * gst-plugins-base.spec.in: add cdparanoia
9844 2005-12-12 Michael Smith <msmith@fluendo.com>
9846 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9847 Use the correct function to free list of typefind factories.
9849 2005-12-12 Wim Taymans <wim@fluendo.com>
9851 * gst/videotestsrc/gstvideotestsrc.c:
9852 (gst_video_test_src_class_init), (gst_video_test_src_init),
9853 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9854 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9855 (gst_video_test_src_create):
9856 * gst/videotestsrc/gstvideotestsrc.h:
9857 Implement seeking in videotestsrc.
9860 2005-12-12 Wim Taymans <wim@fluendo.com>
9862 * ext/cdparanoia/Makefile.am:
9863 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9864 (gst_paranoia_endian_get_type), (_do_init),
9865 (cdparanoia_class_init), (cdparanoia_init),
9866 (cdparanoia_set_property), (cdparanoia_get_property),
9867 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9868 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9869 (cdparanoia_convert), (cdparanoia_get_query_types),
9870 (cdparanoia_query), (cdparanoia_set_index),
9871 (cdparanoia_uri_set_uri):
9872 * ext/cdparanoia/gstcdparanoia.h:
9873 Partially ported cdparanoia now that basesrc can support a
9876 2005-12-12 Wim Taymans <wim@fluendo.com>
9878 * tests/examples/seek/scrubby.c: (main):
9879 Set higher priority for bus events so they don't get reordered with
9882 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9883 (flush_toggle_cb), (main):
9884 Added checkbox to disable flushing seeks.
9885 Disable scrubbing when doing non flushing seeks.
9887 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9889 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9890 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9891 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9892 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9893 Implement some sort of event handling that doesn't rely on
9894 g_return_if_fail; make sure we always push the last chunk of an
9895 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9896 state change function; remove some old cruft. Seeking is still
9897 rather unlikely to work though.
9902 2005-12-11 Julien MOUTTE <julien@moutte.net>
9904 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9905 Fixed a leak of the current image reference when cleaning up.
9906 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9908 2005-12-09 Michael Smith <msmith@fluendo.com>
9910 * tools/Makefile.am:
9911 * tools/gst-launch-ext-m.m:
9912 Remove gst-launch-ext. It doesn't work, and is no longer
9913 particularly useful.
9915 2005-12-08 Luca Ognibene <luogni@tin.it>
9917 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9918 don't pass random values to ogmparse convert function.
9919 Make seeking possible in the exile1.ogm file.
9921 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9923 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9924 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9925 Work around refcount problem with g_value_set_object() that occur
9926 if the core has been compiled against GLib-2.6 (g_value_set_object()
9927 will only g_object_ref() the element, but the caller will
9928 gst_object_unref() it and bad things will happen due to the way
9929 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9930 totem for people on FC4 using Thomas's 0.10 RPMs.
9932 2005-12-07 Edward Hervey <edward@fluendo.com>
9934 Time to welcome ogm to 0.10 :)
9936 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9937 (gst_ogg_pad_typefind):
9938 Oggdemux can now properly typefind elements with dynamic pads.
9939 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9940 Properly set caps on src pad, and set caps on outgoing buffers.
9942 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9944 * ext/alsa/gstalsamixer.h:
9945 * ext/alsa/gstalsamixerelement.h:
9946 * ext/alsa/gstalsamixeroptions.h:
9947 * ext/alsa/gstalsamixertrack.h:
9948 * ext/alsa/gstalsasink.c:
9949 * ext/alsa/gstalsasink.h:
9950 * ext/alsa/gstalsasrc.c:
9951 * ext/alsa/gstalsasrc.h:
9952 * ext/cdparanoia/gstcdparanoia.h:
9953 * ext/gnomevfs/gstgnomevfsuri.h:
9954 * ext/ogg/gstoggdemux.c:
9955 * ext/ogg/gstoggmux.c:
9956 * ext/pango/gsttextoverlay.h:
9957 * ext/theora/theoradec.c:
9958 * ext/theora/theoraenc.c:
9959 * ext/vorbis/vorbisdec.h:
9960 * ext/vorbis/vorbisenc.c:
9961 * ext/vorbis/vorbisenc.h:
9962 * ext/vorbis/vorbisparse.h:
9963 * gst-libs/gst/audio/gstaudioclock.h:
9964 * gst-libs/gst/audio/gstaudiosink.c:
9965 * gst-libs/gst/audio/gstaudiosink.h:
9966 * gst-libs/gst/audio/gstaudiosrc.c:
9967 * gst-libs/gst/audio/gstaudiosrc.h:
9968 * gst-libs/gst/audio/gstbaseaudiosink.c:
9969 * gst-libs/gst/audio/gstbaseaudiosink.h:
9970 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9971 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9972 * gst-libs/gst/audio/gstringbuffer.h:
9973 * gst-libs/gst/audio/multichannel.h:
9974 * gst-libs/gst/floatcast/floatcast.h:
9975 * gst-libs/gst/interfaces/colorbalance.c:
9976 * gst-libs/gst/interfaces/colorbalance.h:
9977 * gst-libs/gst/interfaces/colorbalancechannel.h:
9978 * gst-libs/gst/interfaces/mixer.h:
9979 * gst-libs/gst/interfaces/mixeroptions.h:
9980 * gst-libs/gst/interfaces/mixertrack.h:
9981 * gst-libs/gst/interfaces/navigation.h:
9982 * gst-libs/gst/interfaces/propertyprobe.h:
9983 * gst-libs/gst/interfaces/tuner.h:
9984 * gst-libs/gst/interfaces/tunerchannel.h:
9985 * gst-libs/gst/interfaces/tunernorm.h:
9986 * gst-libs/gst/interfaces/xoverlay.h:
9987 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9988 * gst-libs/gst/riff/riff-ids.h:
9989 * gst-libs/gst/riff/riff-media.h:
9990 * gst-libs/gst/riff/riff-read.h:
9991 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9992 * gst-libs/gst/rtp/gstbasertppayload.c:
9993 * gst-libs/gst/rtp/gstbasertppayload.h:
9994 * gst-libs/gst/rtp/gstrtpbuffer.c:
9995 * gst-libs/gst/rtp/gstrtpbuffer.h:
9996 * gst-libs/gst/tag/gsttageditingprivate.h:
9997 * gst-libs/gst/tag/gstvorbistag.c:
9998 (gst_tag_list_from_vorbiscomment_buffer):
9999 * gst-libs/gst/tag/tag.h:
10000 * gst-libs/gst/video/video.h:
10001 * gst/adder/gstadder.c:
10002 * gst/adder/gstadder.h:
10003 * gst/audioconvert/audioconvert.c:
10004 * gst/audioconvert/audioconvert.h:
10005 * gst/audioconvert/gstaudioconvert.c:
10006 * gst/audioconvert/gstchannelmix.c:
10007 * gst/audioconvert/gstchannelmix.h:
10008 * gst/audiorate/gstaudiorate.c:
10009 * gst/audioresample/buffer.h:
10010 * gst/audioresample/functable.h:
10011 * gst/audioresample/gstaudioresample.c:
10012 * gst/audioresample/resample.h:
10013 * gst/ffmpegcolorspace/avcodec.h:
10014 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10015 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
10016 * gst/ffmpegcolorspace/imgconvert.c:
10017 * gst/ffmpegcolorspace/imgconvert_template.h:
10018 * gst/playback/gstdecodebin.c:
10019 * gst/playback/gstplaybasebin.h:
10020 * gst/playback/gstplaybin.c:
10021 * gst/playback/gststreaminfo.h:
10022 * gst/tcp/gstfdset.c:
10023 * gst/tcp/gstfdset.h:
10024 * gst/tcp/gstmultifdsink.c:
10025 * gst/tcp/gstmultifdsink.h:
10026 * gst/tcp/gsttcp.h:
10027 * gst/tcp/gsttcpclientsrc.c:
10028 * gst/tcp/gsttcpclientsrc.h:
10029 * gst/tcp/gsttcpplugin.h:
10030 * gst/tcp/gsttcpserversink.c:
10031 * gst/tcp/gsttcpserversrc.c:
10032 * gst/typefind/gsttypefindfunctions.c:
10033 * gst/videorate/gstvideorate.c:
10034 * gst/videotestsrc/gstvideotestsrc.h:
10035 * gst/videotestsrc/videotestsrc.h:
10036 * sys/v4l/gstv4lcolorbalance.h:
10037 * sys/v4l/gstv4ltuner.h:
10038 * sys/v4l/gstv4lxoverlay.h:
10039 * sys/v4l/v4l_calls.h:
10040 * sys/v4l/videodev_mjpeg.h:
10041 * tests/check/elements/audioconvert.c:
10042 * tests/check/elements/audioresample.c:
10043 * tests/check/elements/audiotestsrc.c:
10044 * tests/check/elements/videotestsrc.c:
10045 * tests/check/elements/volume.c:
10046 * tests/examples/seek/scrubby.c:
10047 * tests/examples/seek/seek.c:
10050 === release 0.10.0 ===
10052 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10055 releasing 0.10.0, "Mont-d'or"
10057 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
10059 * tests/examples/seek/Makefile.am:
10060 Build fix for when gtk is not available.
10062 2005-12-05 Andy Wingo <wingo@pobox.com>
10064 * ext/libvisual/visual.c: (get_buffer):
10065 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
10066 * ext/pango/gsttextrender.c: (gst_text_render_chain):
10067 * ext/theora/theoradec.c: (theora_handle_data_packet):
10068 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10069 (theora_enc_chain):
10070 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10071 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10072 Update for alloc_buffer changes.
10074 2005-12-05 Andy Wingo <wingo@pobox.com>
10076 patch by: Kai Vehmanen <kv2004 eca cx>
10078 * gst-libs/gst/rtp/gstbasertpdepayload.c
10079 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
10081 2005-12-04 Andy Wingo <wingo@pobox.com>
10083 patch by: Sebastien Cote <sebas642 yahoo ca>
10085 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
10088 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
10090 * docs/plugins/Makefile.am:
10091 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10092 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10093 * docs/plugins/gst-plugins-base-plugins.hierarchy:
10094 * ext/pango/gstclockoverlay.c:
10095 * ext/pango/gsttextoverlay.c:
10096 * ext/pango/gsttextrender.c:
10097 * ext/pango/gsttimeoverlay.c:
10098 Add gtk-doc blurbs to pango elements.
10100 2005-12-02 Wim Taymans <wim@fluendo.com>
10102 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
10103 * gst/audioresample/buffer.h:
10104 * gst/audioresample/gstaudioresample.c:
10105 * gst/audioresample/gstaudioresample.h:
10106 * gst/audioresample/resample.c: (resample_input_flush),
10107 (resample_input_pushthrough), (resample_input_eos),
10108 (resample_get_output_size_for_input),
10109 (resample_get_input_size_for_output), (resample_get_output_size),
10110 (resample_get_output_data):
10111 * gst/audioresample/resample.h:
10112 * gst/audioresample/resample_ref.c: (resample_scale_ref):
10113 Fix audioresample, seek torture, new segments, reverse negotiation
10116 2005-12-02 Wim Taymans <wim@fluendo.com>
10118 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10121 2005-12-02 Wim Taymans <wim@fluendo.com>
10123 * gst/audioconvert/gstaudioconvert.c:
10124 (gst_audio_convert_transform):
10127 === release 0.9.7 ===
10129 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10132 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
10134 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10140 add win32 MANIFEST file
10141 do something to the hungarian translation
10143 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
10146 Add $(PANGO_DIR) to SUBDIRS
10148 * ext/pango/gstclockoverlay.c:
10149 * ext/pango/gsttimeoverlay.c:
10150 Fix and improve element descriptions.
10152 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10154 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10155 * docs/plugins/inspect/plugin-libvisual.xml:
10156 * docs/plugins/inspect/plugin-pango.xml:
10157 add pango plugin to docs
10159 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10163 moved pango to base
10165 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10168 * tests/Makefile.am:
10169 * tests/icles/.cvsignore:
10170 * tests/icles/Makefile.am:
10171 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
10172 (close_display), (resize_window), (move_window), (create_window),
10173 (terminate_playback), (pause_playback), (start_playback), (main):
10174 add stress test for xoverlay from Julien
10176 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10178 * docs/libs/tmpl/gstcolorbalance.sgml:
10179 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10180 * gst-libs/gst/rtp/gstbasertppayload.c:
10181 * gst-libs/gst/rtp/gstrtpbuffer.c:
10182 * gst-libs/gst/rtp/gstrtpbuffer.h:
10183 Do burger's rename for rtp payloaders and depayloaders
10185 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10188 add Visual Studio 6 build files
10190 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10192 * docs/libs/gst-plugins-base-libs-docs.sgml:
10193 * docs/libs/gst-plugins-base-libs-sections.txt:
10194 * docs/libs/tmpl/gstaudio.sgml:
10195 * docs/libs/tmpl/gstringbuffer.sgml:
10196 * gst-libs/gst/interfaces/xoverlay.c:
10197 * gst-libs/gst/video/gstvideofilter.c:
10198 * gst-libs/gst/video/gstvideosink.c:
10199 update documentation
10201 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10203 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
10204 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
10205 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
10206 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10207 (gst_multi_fd_sink_get_stats),
10208 (gst_multi_fd_sink_remove_client_link),
10209 (gst_multi_fd_sink_handle_client_read),
10210 (gst_multi_fd_sink_client_queue_data),
10211 (gst_multi_fd_sink_client_queue_caps),
10212 (gst_multi_fd_sink_client_queue_buffer),
10213 (gst_multi_fd_sink_new_client),
10214 (gst_multi_fd_sink_handle_client_write),
10215 (gst_multi_fd_sink_recover_client),
10216 (gst_multi_fd_sink_queue_buffer),
10217 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
10218 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
10219 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
10220 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
10221 * gst/tcp/gstmultifdsink.h:
10222 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
10223 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
10224 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
10225 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
10226 (gst_tcp_client_sink_set_property),
10227 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
10228 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
10229 * gst/tcp/gsttcpclientsink.h:
10230 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
10231 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
10232 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
10233 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
10234 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
10235 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
10236 * gst/tcp/gsttcpclientsrc.h:
10237 * gst/tcp/gsttcpplugin.c: (plugin_init):
10238 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
10239 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
10240 (gst_tcp_server_sink_finalize),
10241 (gst_tcp_server_sink_handle_server_read),
10242 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10243 (gst_tcp_server_sink_set_property),
10244 (gst_tcp_server_sink_get_property),
10245 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10246 * gst/tcp/gsttcpserversink.h:
10247 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10248 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10249 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10250 (gst_tcp_server_src_set_property),
10251 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10252 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10253 * gst/tcp/gsttcpserversrc.h:
10256 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10258 * docs/plugins/Makefile.am:
10259 * docs/plugins/gst-plugins-base-plugins.args:
10260 * docs/plugins/inspect/plugin-libvisual.xml:
10261 * gst/audioconvert/plugin.h:
10262 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10263 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10264 (gst_audio_rate_setcaps), (gst_audio_rate_init),
10265 (gst_audio_rate_chain), (gst_audio_rate_set_property),
10266 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10268 * gst/audiotestsrc/gstaudiotestsrc.c:
10269 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10270 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10271 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10272 (gst_audio_test_src_get_query_types),
10273 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10274 (gst_audio_test_src_create_square),
10275 (gst_audio_test_src_create_saw),
10276 (gst_audio_test_src_create_triangle),
10277 (gst_audio_test_src_create_silence),
10278 (gst_audio_test_src_create_white_noise),
10279 (gst_audio_test_src_init_pink_noise),
10280 (gst_audio_test_src_generate_pink_noise_value),
10281 (gst_audio_test_src_create_pink_noise),
10282 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10283 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10284 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10286 * gst/audiotestsrc/gstaudiotestsrc.h:
10287 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10288 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10289 (gst_sub_parse_init), (gst_sub_parse_formats),
10290 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10291 (convert_encoding), (get_next_line),
10292 (gst_sub_parse_data_format_autodetect),
10293 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10294 (gst_sub_parse_loop), (gst_sub_parse_chain),
10295 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10297 * gst/subparse/gstsubparse.h:
10298 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10299 (gst_video_rate_base_init), (gst_video_rate_class_init),
10300 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10301 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10302 (gst_video_rate_init), (gst_video_rate_event),
10303 (gst_video_rate_chain), (gst_video_rate_set_property),
10304 (gst_video_rate_get_property), (gst_video_rate_change_state),
10306 * gst/videoscale/gstvideoscale.c:
10307 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10308 (gst_video_scale_src_template_factory),
10309 (gst_video_scale_sink_template_factory),
10310 (gst_video_scale_get_type), (gst_video_scale_base_init),
10311 (gst_video_scale_class_init), (gst_video_scale_init),
10312 (gst_video_scale_set_property), (gst_video_scale_get_property),
10313 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10314 (gst_video_scale_prepare_size), (parse_caps),
10315 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10316 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10317 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10319 * gst/videoscale/gstvideoscale.h:
10320 * gst/videotestsrc/gstvideotestsrc.c:
10321 (gst_video_test_src_pattern_get_type),
10322 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10323 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10324 (gst_video_test_src_set_pattern),
10325 (gst_video_test_src_set_property),
10326 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10327 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10328 (gst_video_test_src_event), (gst_video_test_src_get_times),
10329 (gst_video_test_src_create), (plugin_init):
10330 * gst/videotestsrc/gstvideotestsrc.h:
10331 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10332 (gst_video_test_src_smpte), (gst_video_test_src_snow),
10333 (gst_video_test_src_black):
10334 * gst/videotestsrc/videotestsrc.h:
10336 clean up docs a little
10338 2005-11-30 Wim Taymans <wim@fluendo.com>
10340 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10341 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10342 (gst_basertppayload_event), (gst_basertppayload_push),
10343 (gst_basertppayload_change_state):
10344 * gst-libs/gst/rtp/gstbasertppayload.h:
10347 2005-11-30 Julien MOUTTE <julien@moutte.net>
10349 * docs/libs/gst-plugins-base-libs-docs.sgml:
10350 * docs/libs/gst-plugins-base-libs-sections.txt:
10351 * gst-libs/gst/video/gstvideofilter.c:
10352 * gst-libs/gst/video/gstvideosink.c:
10353 * gst-libs/gst/video/gstvideosink.h: Adding docs.
10355 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10375 * scripts/autoplugins.sh:
10378 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10382 * examples/Makefile.am:
10383 * examples/capsfilter/Makefile.am:
10384 * examples/capsfilter/capsfilter1.c:
10385 * examples/gob/Makefile.am:
10386 * examples/gob/gst-identity2.gob:
10387 * examples/indexing/.cvsignore:
10388 * examples/indexing/Makefile.am:
10389 * examples/indexing/indexmpeg.c:
10390 * examples/seeking/.cvsignore:
10391 * examples/seeking/Makefile.am:
10392 * examples/seeking/cdparanoia.c:
10393 * examples/seeking/cdplayer.c:
10394 * examples/seeking/chained.c:
10395 * examples/seeking/scrubby.c:
10396 * examples/seeking/seek.c:
10397 * examples/stats/Makefile.am:
10398 * examples/stats/mp2ogg.c:
10399 * examples/switch/.cvsignore:
10400 * examples/switch/Makefile.am:
10401 * examples/switch/switcher.c:
10402 * tests/Makefile.am:
10403 * tests/check/generic/.cvsignore:
10404 * tests/check/pipelines/.cvsignore:
10405 * tests/examples/Makefile.am:
10406 * tests/examples/seek/Makefile.am:
10407 reorganize stuff under tests/
10409 2005-11-30 Edward Hervey <edward@fluendo.com>
10411 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10412 Go away you stupid GstStaticPadTemplate memleak.
10414 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10416 * gst-libs/gst/net/Makefile.am:
10417 * gst-libs/gst/net/README:
10418 * gst-libs/gst/net/gstnetbuffer.c:
10419 * gst-libs/gst/net/gstnetbuffer.h:
10420 this was moved to "netbuffer"
10422 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10424 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10425 (gst_video_filter_class_init), (gst_video_filter_init):
10426 * gst-libs/gst/video/gstvideofilter.h:
10427 borgify name to bring in line with other classes
10429 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10431 * gst/audioscale/.cvsignore:
10432 * gst/audioscale/Makefile.am:
10433 * gst/audioscale/README:
10434 * gst/audioscale/audioscale.vcproj:
10435 * gst/audioscale/dtof.c:
10436 * gst/audioscale/dtos.c:
10437 * gst/audioscale/functable.c:
10438 * gst/audioscale/gstaudioscale.c:
10439 * gst/audioscale/gstaudioscale.h:
10440 * gst/audioscale/private.h:
10441 * gst/audioscale/resample.c:
10442 * gst/audioscale/resample.h:
10443 * gst/audioscale/test.c:
10446 2005-11-30 Edward Hervey <edward@fluendo.com>
10448 * gst-libs/gst/netbuffer/Makefile.am:
10449 really, really tired
10451 2005-11-30 Edward Hervey <edward@fluendo.com>
10453 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10454 Update for new GstTypeFindFactory _register()
10456 2005-11-30 Edward Hervey <edward@fluendo.com>
10458 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10459 Let's not override libgstnet from core for no reason...
10460 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10461 Ok, maybe not so quick next time.
10463 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10466 * gst-libs/gst/Makefile.am:
10467 moved gst-libs/gst/net to netbuffer through CVS surgery
10468 remove old directory
10469 updating build to accomodate
10472 2005-11-29 Andy Wingo <wingo@pobox.com>
10474 * pkgconfig/gstreamer-plugins-base.pc.in:
10475 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10476 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10479 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10481 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10482 3rd time's the charm. Correct ref-counting for discarded buffers.
10484 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10486 * gst/playback/gststreamselector.c:
10487 (gst_stream_selector_class_init),
10488 (gst_stream_selector_set_property),
10489 (gst_stream_selector_get_property),
10490 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10493 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10495 * gst/subparse/gstsubparse.c: (feed_textbuf):
10496 Don't access already unref'ed buffer.
10498 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10500 * gst/playback/gststreamselector.c:
10501 (gst_stream_selector_class_init), (gst_stream_selector_init),
10502 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10503 (gst_stream_selector_get_property),
10504 (gst_stream_selector_get_linked_pad),
10505 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10506 * gst/playback/gststreamselector.h:
10507 Add the active-pad property for playbin to use shortly. Ignore buffers
10508 from any other pad, returning GST_FLOW_NOT_LINKED
10510 2005-11-29 Julien MOUTTE <julien@moutte.net>
10512 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10513 patch from bug #322704 (Alessandro Decina).
10515 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10517 * gst-libs/gst/audio/Makefile.am:
10518 folded audiofilter into the audio library
10520 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10522 * gst/videoscale/gstvideoscale.h:
10523 * gst/videoscale/gstvideoscale.c:
10524 remove unimplemented scale methods
10526 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10528 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10531 2005-11-28 Julien MOUTTE <julien@moutte.net>
10533 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10534 (gst_ximagesink_setcaps):
10535 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10536 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10537 happens (only visible on ximagesink but bug is in xv too) set_caps was
10538 destroying the internal x[v]image used to memcpy non locally alloced
10539 buffers so that it got renewed on next _chain. The issue is that
10540 _expose will try to put that image as it reffed it in _put.
10541 Using gst_buffer_unref instead of destroy fixes it !
10543 2005-11-28 Edward Hervey <edward@fluendo.com>
10545 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10546 (try_to_link_1), (queue_filled_cb):
10547 Better use of the queues. Start with a small size queue and only increase
10548 the size of the queues when the other queues are empty.
10550 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10552 * gst-libs/gst/video/Makefile.am:
10553 compile in copied-over videofilter into the video library
10554 * gst-libs/gst/video/videosink.h:
10555 rename the header to gstvideosink.h since it's a base GstObject class
10556 * sys/ximage/ximagesink.h:
10557 * sys/xvimage/xvimagesink.h:
10560 2005-11-28 Wim Taymans <wim@fluendo.com>
10562 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10563 * gst/playback/gstplaybasebin.h:
10564 Prepare to handle errors betters.
10566 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10567 Set sinks to PAUSED first before adding and linking them so that
10568 we don't interrupt dataflow.
10570 2005-11-28 Wim Taymans <wim@fluendo.com>
10572 * gst-libs/gst/audio/TODO:
10575 * gst-libs/gst/audio/gstaudiosink.c:
10576 (gst_audioringbuffer_open_device),
10577 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10578 (gst_audioringbuffer_release):
10581 * gst-libs/gst/audio/gstbaseaudiosink.c:
10582 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10583 (gst_base_audio_sink_change_state):
10584 Slave to the master clock when going to PLAYING and unslave when
10587 * gst-libs/gst/audio/gstringbuffer.c:
10588 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10589 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10590 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10591 (gst_ring_buffer_clear_all), (wait_segment),
10592 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10593 (gst_ring_buffer_advance):
10594 * gst-libs/gst/audio/gstringbuffer.h:
10595 Add some docs and cleanups.
10597 2005-11-28 Julien MOUTTE <julien@moutte.net>
10599 * sys/xvimage/xvimagesink.c:
10600 (gst_xvimagesink_navigation_send_event): Fix navigation events
10601 coordinates translation with pixel aspect ratios.
10603 2005-11-28 Julien MOUTTE <julien@moutte.net>
10605 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10606 Use calculated video geometry from _setcaps instead of buffer
10607 caps to respect pixel aspect ratio. (fixes #322388)
10609 2005-11-28 Julien MOUTTE <julien@moutte.net>
10611 * docs/libs/tmpl/gstcolorbalance.sgml:
10612 * docs/libs/tmpl/gstmixer.sgml:
10613 * docs/libs/tmpl/gstxoverlay.sgml:
10614 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10617 2005-11-28 Julien MOUTTE <julien@moutte.net>
10619 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10620 Refuse to create an XvImage if we can't find the format.
10622 2005-11-28 Edward Hervey <edward@fluendo.com>
10624 * gst-libs/gst/riff/riff-media.c:
10625 (gst_riff_create_audio_template_caps):
10626 Add ATRAC3 to the list of riff-possible audio caps.
10627 I know we still don't have a plugin for atrac3, but it's saner to output
10628 that than a cryptic mimetype.
10630 2005-11-27 Edward Hervey <edward@fluendo.com>
10632 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10633 Don't try to create a zero-sized subbuffer.
10635 2005-11-27 Julien MOUTTE <julien@moutte.net>
10637 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10638 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10639 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10640 (gst_ximagesink_expose): Fixed a tricky race.
10641 * sys/ximage/ximagesink.h:
10642 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10643 (gst_xvimagesink_expose): Fixed a tricky race.
10644 * sys/xvimage/xvimagesink.h:
10646 2005-11-27 Edward Hervey <edward@fluendo.com>
10648 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10649 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10650 Remove unused properties, and add queues between demuxers and decoders
10651 so that a lot more files can preroll properly.
10653 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10655 * gst-libs/gst/net/Makefile.am:
10656 * gst-libs/gst/rtp/Makefile.am:
10657 * gst-libs/gst/tag/Makefile.am:
10658 remove silly include
10659 * gst/tags/Makefile.am:
10660 * gst/tags/gsttagediting.c:
10661 * gst/tags/gsttageditingprivate.h:
10662 * gst/tags/tagedit.vcproj:
10663 remove directory, is as good as empty
10665 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10668 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10669 * gst-libs/Makefile.am:
10670 * gst-libs/gst/audio/Makefile.am:
10671 * gst-libs/gst/interfaces/Makefile.am:
10672 * gst-libs/gst/net/Makefile.am:
10673 * gst-libs/gst/riff/Makefile.am:
10674 * gst-libs/gst/rtp/Makefile.am:
10675 * gst-libs/gst/tag/Makefile.am:
10676 * gst-libs/gst/video/Makefile.am:
10679 2005-11-27 Julien MOUTTE <julien@moutte.net>
10681 * docs/libs/tmpl/gstcolorbalance.sgml:
10682 * docs/libs/tmpl/gstmixer.sgml:
10683 * docs/libs/tmpl/gstxoverlay.sgml:
10684 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10685 * sys/ximage/ximagesink.h:
10686 * sys/xvimage/xvimagesink.h: More and more documentation.
10688 2005-11-26 Julien MOUTTE <julien@moutte.net>
10690 * docs/libs/gst-plugins-base-libs-docs.sgml:
10691 * docs/libs/gst-plugins-base-libs-sections.txt:
10692 * docs/libs/tmpl/gstcolorbalance.sgml:
10693 * docs/libs/tmpl/gstmixer.sgml:
10694 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10697 2005-11-26 Julien MOUTTE <julien@moutte.net>
10699 * docs/plugins/Makefile.am:
10700 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10701 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10702 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10704 2005-11-26 Julien MOUTTE <julien@moutte.net>
10706 * docs/plugins/Makefile.am:
10707 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10708 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10709 * docs/plugins/inspect/plugin-adder.xml:
10710 * docs/plugins/inspect/plugin-alsa.xml:
10711 * docs/plugins/inspect/plugin-audioconvert.xml:
10712 * docs/plugins/inspect/plugin-audiorate.xml:
10713 * docs/plugins/inspect/plugin-audioresample.xml:
10714 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10715 * docs/plugins/inspect/plugin-decodebin.xml:
10716 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10717 * docs/plugins/inspect/plugin-gnomevfs.xml:
10718 * docs/plugins/inspect/plugin-ogg.xml:
10719 * docs/plugins/inspect/plugin-playbin.xml:
10720 * docs/plugins/inspect/plugin-subparse.xml:
10721 * docs/plugins/inspect/plugin-tcp.xml:
10722 * docs/plugins/inspect/plugin-theora.xml:
10723 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10724 * docs/plugins/inspect/plugin-video4linux.xml:
10725 * docs/plugins/inspect/plugin-videorate.xml:
10726 * docs/plugins/inspect/plugin-videoscale.xml:
10727 * docs/plugins/inspect/plugin-videotestsrc.xml:
10728 * docs/plugins/inspect/plugin-volume.xml:
10729 * docs/plugins/inspect/plugin-vorbis.xml:
10730 * docs/plugins/inspect/plugin-ximagesink.xml:
10731 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10732 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10734 2005-11-26 Edward Hervey <edward@fluendo.com>
10736 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10737 Properly return GstFlowReturn from gst_pad_push in chain functions.
10739 2005-11-25 Michael Smith <msmith@fluendo.com>
10741 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10742 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10743 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10744 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10745 Handle various conditions better when we don't understand a stream.
10746 Removes a heap of CRITICALs on ogg streams containing unknown data.
10748 2005-11-24 Andy Wingo <wingo@pobox.com>
10750 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10753 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10755 * configure.ac: back to HEAD
10757 === release 0.9.6 ===
10759 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10762 releasing 0.9.6, "White Eight"
10764 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10766 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10767 * docs/plugins/inspect/plugin-sine.xml:
10768 remove sinesrc some more
10770 2005-11-23 Wim Taymans <wim@fluendo.com>
10772 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10773 If we are reading too slowly, jump forward in the ringbuffer
10774 instead of blocking.
10776 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10778 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10779 (gst_visual_chain):
10780 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10781 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10782 (gst_videorate_chain):
10783 * gst/videotestsrc/gstvideotestsrc.c:
10784 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10785 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10786 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10787 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10788 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10789 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10790 Updates for API changes
10792 2005-11-23 Wim Taymans <wim@fluendo.com>
10794 * gst-libs/gst/audio/gstbaseaudiosink.c:
10795 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10796 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10797 Fix for calibration API change.
10799 2005-11-23 Michael Smith <msmith@fluendo.com>
10801 * gst-libs/gst/audio/multichannel.c:
10802 (gst_audio_get_channel_positions),
10803 (gst_audio_set_channel_positions),
10804 (gst_audio_set_structure_channel_positions_list),
10805 (gst_audio_fixate_channel_positions):
10806 Use gst_value_array_*() functions on value arrays, not
10807 gst_value_list_*().
10809 2005-11-23 Edward Hervey <edward@fluendo.com>
10812 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10815 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10817 * check/Makefile.am:
10818 * check/elements/videotestsrc.c: (setup_videotestsrc),
10819 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10821 add a test for videotestsrc
10823 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10825 * gst/sine/.cvsignore:
10826 * gst/sine/Makefile.am:
10827 * gst/sine/gstsinesrc.c:
10828 * gst/sine/gstsinesrc.h:
10829 * gst/sine/sinesrc.vcproj:
10830 and remove sinesrc from the repository. Closes #321446
10832 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10835 * gst-plugins-base.spec.in:
10836 remove sinesrc from the build
10838 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10840 * check/Makefile.am:
10841 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10842 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10844 add a test for audiotestsrc, testing all waves. Even seems
10845 leak-free at first glance, nice job Stefan
10847 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10863 Translation string updates
10865 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10866 (gst_v4lsrc_set_caps):
10867 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10868 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10869 * sys/v4l/v4lsrc_calls.h:
10870 Improve v4lsrc, by making it work again.
10872 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10874 * ext/libvisual/visual.c: (gst_visual_chain):
10875 Fix the fps calculations.
10877 * gst/ffmpegcolorspace/avcodec.h:
10878 Move structure element for clarity
10880 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10881 * gst-libs/gst/interfaces/tunernorm.h:
10882 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10883 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10884 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10885 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10886 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10887 (gst_v4lmjpegsrc_getcaps):
10888 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10889 (gst_v4lsrc_set_caps):
10890 * sys/v4l/gstv4lsrc.h:
10891 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10892 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10893 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10894 * sys/v4l/v4lsrc_calls.h:
10895 Fractional framerates...
10897 2005-11-22 Wim Taymans <wim@fluendo.com>
10899 * gst-libs/gst/audio/gstbaseaudiosink.c:
10900 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10901 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10902 And we provide a clock by default, of course...
10904 2005-11-22 Wim Taymans <wim@fluendo.com>
10906 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10907 This clock can be slaved to a master clock now.
10909 * gst-libs/gst/audio/gstbaseaudiosink.c:
10910 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10911 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10912 (gst_base_audio_sink_set_clock),
10913 (gst_base_audio_sink_set_property),
10914 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10915 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10916 * gst-libs/gst/audio/gstbaseaudiosink.h:
10917 Handle slaving the internal clock to the clock selected in the
10919 Add property to make the basesink not provide a clock.
10921 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10922 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10923 (gst_base_rtp_depayload_wait):
10924 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10925 We can use the clock in GstElement, no need to store it ourselves.
10927 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10929 * docs/libs/tmpl/gstaudio.sgml:
10931 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10932 (gst_paranoia_endian_get_type):
10933 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10934 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10935 * gst/audiotestsrc/gstaudiotestsrc.c:
10936 (gst_audiostestsrc_wave_get_type):
10937 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10938 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10939 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10940 (gst_sync_method_get_type), (gst_unit_type_get_type),
10941 (gst_client_status_get_type), (gst_multifdsink_class_init),
10942 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10943 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10944 (gst_multifdsink_get_property):
10945 * gst/tcp/gstmultifdsink.h:
10946 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10947 * gst/videotestsrc/gstvideotestsrc.c:
10948 (gst_videotestsrc_pattern_get_type):
10949 remove deprecated properties
10950 fix up enums to correctly have short lowercase dashed nicks
10952 2005-11-22 Michael Smith <msmith@fluendo.com>
10954 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10955 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10958 2005-11-22 Michael Smith <msmith@fluendo.com>
10960 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10961 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10962 Use utility method for scaling clocktime for fractional framerates.
10964 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10966 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10967 (gst_visual_chain):
10968 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10969 * ext/theora/theoradec.c: (theora_handle_type_packet):
10970 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10971 (theora_enc_chain):
10972 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10973 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10974 * gst-libs/gst/video/video.h:
10975 * gst/ffmpegcolorspace/avcodec.h:
10976 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10977 (gst_ffmpeg_caps_to_pixfmt):
10978 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10979 (gst_ffmpegcsp_set_caps):
10980 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10981 (gst_videorate_setcaps), (gst_videorate_blank_data),
10982 (gst_videorate_chain):
10983 * gst/videotestsrc/gstvideotestsrc.c:
10984 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10985 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10986 (gst_videotestsrc_event), (gst_videotestsrc_create):
10987 * gst/videotestsrc/gstvideotestsrc.h:
10988 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10989 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10990 (gst_ximagesink_get_times), (gst_ximagesink_init):
10991 * sys/ximage/ximagesink.h:
10992 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10993 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10994 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10995 * sys/xvimage/xvimagesink.h:
10996 Convert elements to use fractions for their framerate.
10997 V4L elements to come later tonight.
10999 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
11001 * gst-libs/gst/audio/audio.c:
11002 * gst-libs/gst/audio/audio.h:
11003 remove some deprecated functions
11005 2005-11-22 Andy Wingo <wingo@pobox.com>
11007 * Update for gst_tag_setter API changes.
11009 2005-11-22 Andy Wingo <wingo@pobox.com>
11011 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
11012 (gst_ogg_demux_perform_seek):
11013 * ext/theora/theoradec.c (theora_dec_sink_event):
11014 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
11017 2005-11-22 Wim Taymans <wim@fluendo.com>
11019 * examples/seeking/seek.c: (main):
11020 Give higher priority to bus signals than the gtk events
11021 to fix a race condition in the segment looping.
11023 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
11025 * ext/theora/Makefile.am:
11026 * ext/vorbis/Makefile.am:
11027 * gst-libs/gst/tag/Makefile.am:
11028 * gst-plugins-base.spec.in:
11029 Rename libgsttagedit to libgsttag (#322117).
11031 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
11033 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11034 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11035 Call gst_x_overlay_prepare_xwindow_id() to give applications
11036 a final chance to set their own xwindow id before the video
11037 sink creates its own window.
11039 2005-11-22 Julien MOUTTE <julien@moutte.net>
11041 * sys/xvimage/xvimagesink.c:
11042 (gst_xvimagesink_navigation_send_event): Handle navigation
11043 events correcly with borders if applicable.
11045 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
11047 Patch by: Luca Ognibene
11049 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11050 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11051 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11052 (gst_ffmpegcsp_caps_remove_format_info):
11053 * gst/ffmpegcolorspace/imgconvert.c:
11054 * gst/ffmpegcolorspace/imgconvert_template.h:
11055 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
11056 #318353); use gst_structure_has_name().
11058 2005-11-22 Julien MOUTTE <julien@moutte.net>
11060 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
11061 (gst_ximagesink_class_init): Add debug macros on functions.
11062 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11063 (gst_xvimagesink_xwindow_draw_borders),
11064 (gst_xvimagesink_xvimage_put),
11065 (gst_xvimagesink_xwindow_update_geometry),
11066 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
11067 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
11068 (gst_xvimagesink_xcontext_clear),
11069 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
11070 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
11071 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11072 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11073 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
11074 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11075 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
11076 expose while being PAUSED, out of data flow navigation events, etc..
11078 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
11080 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11081 * gst-libs/gst/audio/audio.h:
11082 fix prototype - wondering why the test worked regardless
11084 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
11086 * check/Makefile.am:
11087 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11088 * gst-libs/gst/audio/audio.h:
11089 add a method that returns a proper GstClockTime
11091 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11093 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
11094 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
11095 * gst-libs/gst/interfaces/xoverlay.h:
11096 Remove everything having to do with the desired size; add
11097 gst_x_overlay_prepare_xwindow_id() function; remove the
11098 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
11099 post a message on the bus instead (#321816).
11101 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
11102 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
11103 (gst_xvimagesink_xoverlay_init):
11104 Remove desired size stuff (#321816).
11106 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11108 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11109 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11110 (mpeg_video_type_find), (mpeg_video_stream_type_find):
11111 Terminate vararg functions with NULL instead of 0 to
11114 2005-11-21 Andy Wingo <wingo@pobox.com>
11116 patch by: Sebastien Cote <sebas642@yahoo.ca>
11118 * gst-libs/gst/rtp/gstrtpbuffer.h:
11119 * gst-libs/gst/rtp/gstrtpbuffer.c
11120 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
11122 2005-11-21 Andy Wingo <wingo@pobox.com>
11124 * gst/playback/gstplaybin.c (gen_audio_element)
11125 (gen_video_element): Use the new MISSING_PLUGIN core error
11126 category. Closes #320060.
11128 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
11129 * gst/videorate/gstvideorate.c (gst_videorate_event):
11130 * ext/theora/theoradec.c (theora_dec_sink_event):
11131 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
11134 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
11135 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
11136 stream lock changes.
11138 2005-11-21 Wim Taymans <wim@fluendo.com>
11140 * gst-libs/gst/audio/gstbaseaudiosink.c:
11141 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
11142 (gst_base_audio_sink_provide_clock),
11143 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
11144 (gst_base_audio_sink_change_state):
11145 * gst/audioresample/gstaudioresample.c:
11146 Segment update fix.
11148 2005-11-21 Andy Wingo <wingo@pobox.com>
11151 * *.c: Ran scripts/update-macros. Oh yes.
11153 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11155 * sys/ximage/Makefile.am:
11156 * sys/ximage/ximage.c:
11157 Rename ximage plugin to ximagesink (#321426) (Don't forget to
11158 remove your old libgstximage.* manually if necessary).
11160 2005-11-21 Michael Smith <msmith@fluendo.com>
11162 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
11163 Minimal fix for bug #320200: set the min/max bitrate in the correct
11164 units. A better fix would be to upgrade to the RATEMANAGE2
11165 interface, rather than using the deprecated interface used here, but
11166 that would require an update in our libvorbis dependency (to 1.1),
11167 which is probably undesirable.
11169 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
11171 * ext/libvisual/visual.c: (get_buffer):
11172 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11173 (gst_base_audio_src_fixate):
11174 * gst/audioconvert/gstaudioconvert.c:
11175 (gst_audio_convert_fixate_caps):
11176 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
11177 * gst/audiotestsrc/gstaudiotestsrc.c:
11178 (gst_audiotestsrc_src_fixate):
11179 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11180 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
11181 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
11182 * gst/videotestsrc/gstvideotestsrc.c:
11183 (gst_videotestsrc_src_fixate):
11184 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11185 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11186 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11190 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11192 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11193 (gst_riff_create_iavs_caps):
11194 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
11195 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11196 (gst_riff_parse_info):
11197 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
11198 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
11199 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11200 Fixes for GST_FOURCC_FORMAT API change.
11202 2005-11-21 Andy Wingo <wingo@pobox.com>
11204 patch by: Alessandro Dessina <alessandro nnva org>
11206 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
11207 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
11208 (gst_ogg_parse_chain):
11209 * ext/theora/theoraenc.c (theora_set_header_on_caps):
11210 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
11211 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
11212 gst_value_list calls on arrays. Fixes #321962.
11214 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11216 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11217 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
11218 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11219 * gst/adder/gstadder.c: (gst_adder_init),
11220 (gst_adder_request_new_pad), (gst_adder_collected),
11221 (gst_adder_change_state):
11222 Update for gst_collectpads_foo() to gst_collect_pads_foo()
11225 2005-11-21 Michael Smith <msmith@fluendo.com>
11227 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11228 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
11229 Properly handle pad_push return values.
11231 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
11233 * gst-libs/gst/tag/Makefile.am:
11234 * gst-libs/gst/tag/gstvorbistag.c:
11235 (gst_tag_list_to_vorbiscomment_buffer):
11236 Remove obsolete vorbistag element and debug category.
11238 * gst/playback/gstplaybasebin.c: (check_queue):
11239 Don't divide by 0 when queue-threshold is 0.
11241 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11242 Don't modify an existing pixel-aspect-ratio if we fail to read
11245 2005-11-20 Wim Taymans <wim@fluendo.com>
11247 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11248 (gst_vorbisenc_push_packet):
11249 GST_PAD_IS_USABLE is gone, use the return value of
11250 the push or pad_alloc_buffer instead.
11252 2005-11-18 Julien MOUTTE <julien@moutte.net>
11254 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11255 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11256 (gst_ximagesink_ximage_destroy),
11257 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11258 (gst_ximagesink_xwindow_new),
11259 (gst_ximagesink_xwindow_update_geometry),
11260 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11261 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11262 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11263 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11264 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11265 (gst_ximagesink_navigation_send_event),
11266 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11267 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11268 (gst_ximagesink_finalize), (gst_ximagesink_init),
11269 (gst_ximagesink_class_init):
11270 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11271 This new version brings correct software scaling, non flickering
11272 window while resizing, pixel aspect ratio handling, usage of
11273 hardware buffer pools, out of data flow event thread for
11274 navigation and handling of expose events even when being PAUSED,
11275 a new property to keep video aspect ratio when resizing, etc...
11277 2005-11-18 Julien MOUTTE <julien@moutte.net>
11279 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11280 (gst_videoscale_fixate_caps): Introduce back caps fixate with
11283 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
11285 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11286 Unsetting IS_SINK flag from the fakesink, so decodebin
11287 never behaves as a sink.
11289 2005-11-17 Wim Taymans <wim@fluendo.com>
11291 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11292 (gst_base_audio_src_change_state):
11293 Fix the audiosrc base class again, we did not unflush.
11295 2005-11-17 Julien MOUTTE <julien@moutte.net>
11297 * examples/seeking/seek.c: (make_dv_pipeline),
11298 (make_vorbis_theora_pipeline), (make_avi_pipeline),
11299 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11300 to ogg/vorbis/theora pipeline.
11302 2005-11-17 Wim Taymans <wim@fluendo.com>
11304 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11305 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11306 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11307 Fix EOS on multiple streams.
11310 2005-11-16 Wim Taymans <wim@fluendo.com>
11312 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11313 (gst_ogg_demux_perform_seek):
11314 Segment done must include stream time.
11316 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11317 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11318 (gst_ogg_mux_change_state):
11319 Fix ogg muxer again.
11321 2005-11-16 Wim Taymans <wim@fluendo.com>
11323 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11326 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11328 * ext/libvisual/visual.c: (gst_visual_init):
11329 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11330 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11331 (gst_ogg_parse_chain):
11332 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11333 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11334 * ext/theora/theoradec.c: (gst_theora_dec_init):
11335 * ext/theora/theoraenc.c: (gst_theora_enc_init):
11336 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11337 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11338 * gst/adder/gstadder.c: (gst_adder_class_init),
11339 (gst_adder_dispose):
11340 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11341 * gst/subparse/gstsubparse.c: (gst_subparse_init):
11342 * gst/videorate/gstvideorate.c: (gst_videorate_init):
11343 Fix a whole set of pad template leaks
11345 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11347 * check/generic/states.c: (GST_START_TEST):
11348 fix the test so that it only checks for elements that are part of
11351 2005-11-16 Michael Smith <msmith@fluendo.com>
11353 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11354 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11355 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11356 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11357 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11358 (gst_ogg_mux_change_state):
11359 Fix leaking collectpads.
11361 2005-11-16 Edward Hervey <edward@fluendo.com>
11363 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11364 (gst_videorate_event), (gst_videorate_chain):
11365 Handle segment seeks
11367 2005-11-16 Wim Taymans <wim@fluendo.com>
11369 * gst-libs/gst/audio/gstbaseaudiosink.c:
11370 (gst_base_audio_sink_provide_clock),
11371 (gst_base_audio_sink_change_state):
11372 Set ringbuffer to non-flushing when going to PAUSED, set to
11373 flushing again when going to READY.
11375 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11376 (gst_ring_buffer_stop):
11377 Start in flushing mode by default.
11378 Don't set flushing in the _stop method, let the app call
11381 2005-11-16 Julien MOUTTE <julien@moutte.net>
11383 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11384 * gst-libs/gst/video/videosink.h: Add helper function needed
11387 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
11389 * gst/videoscale/gstvideoscale.c:
11390 (gst_videoscale_handle_src_event):
11391 Don't leak reference to pad parent.
11393 2005-11-16 Wim Taymans <wim@fluendo.com>
11395 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11396 Set ringbuffer to flushing when stopping so that we don't
11397 block on wait_segment anymore and livelock.
11399 2005-11-16 Wim Taymans <wim@fluendo.com>
11401 * examples/seeking/seek.c: (send_event), (do_seek),
11402 (loop_toggle_cb), (segment_done), (main):
11403 Added looping checkbox.
11405 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11407 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11408 (gst_ogg_demux_init):
11409 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11410 (gst_vorbis_dec_init):
11411 revert unrefs, they don't pass make check
11413 2005-11-15 Johan Dahlin <johan@gnome.org>
11415 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11416 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11417 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11418 (gst_vorbis_dec_init):
11419 Fix pad template leaks.
11421 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
11423 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11424 Make state change function thread safe.
11426 2005-11-15 Edward Hervey <edward@fluendo.com>
11428 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11429 (gst_ogg_demux_class_init):
11430 Implement GstElement::send_event, so we can send seek events
11433 2005-11-14 Julien MOUTTE <julien@moutte.net>
11435 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11436 Discovered how to take away flickering while resizing the
11437 window. Please don't put that in ximagesink, refactoring in
11440 2005-11-14 Michael Smith <msmith@fluendo.com>
11442 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11443 (gst_multifdsink_render):
11444 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11446 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
11448 * gst/playback/gstplaybin.c: (gen_audio_element):
11449 Use autoaudiosink, it tends to be more widely available than
11452 2005-11-14 Andy Wingo <wingo@pobox.com>
11454 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11455 as well if it is available. Fixes #316442.
11457 2005-11-14 Michael Smith <msmith@fluendo.com>
11459 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11460 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11461 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11462 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11463 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11464 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11465 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11466 (gst_vorbisenc_change_state):
11467 Fix a small memory leak in vorbisenc.
11468 Fix large memory leaks in oggmux, also fix lots of state change
11471 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11473 * gst/videotestsrc/gstvideotestsrc.c:
11474 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11475 (gst_videotestsrc_src_fixate):
11476 move fixation to a fixate function
11477 remove negotiate function, basesrc's is good enough
11478 fixes a bug for check when using the element alone
11480 2005-11-13 Edward Hervey <edward@fluendo.com>
11482 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11483 (key_toggle_cb), (main):
11484 Added checkboxes for adding/removing the accurate and key_unit seek
11487 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11489 * configure.ac: back to HEAD
11491 === release 0.9.5 ===
11493 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11496 releasing 0.9.5, "No No Kia"
11498 2005-11-11 Edward Hervey <edward@fluendo.com>
11500 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11501 Added parse-launch syntax seeking mode for the seeking example.
11502 This should help stress-test even more cases.
11503 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11505 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11507 * sys/xvimage/xvimagesink.c:
11508 (gst_xvimagesink_navigation_send_event):
11509 Check whether peer pad exists before sending navigation events
11512 2005-11-11 Michael Smith <msmith@fluendo.com>
11514 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11515 (gst_vorbisenc_buffer_from_packet):
11516 * ext/vorbis/vorbisenc.h:
11517 Set duration on encoded buffers. This allows oggmux's
11518 max_page_delay parameter to actually work.
11520 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11522 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11523 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11524 (gst_ffmpegcsp_avpicture_fill):
11525 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11526 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11527 Make palettes work again (see #132341). Use our own macros
11530 2005-11-10 Andy Wingo <wingo@pobox.com>
11532 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11535 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11537 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11538 (gst_ffmpegcsp_transform_caps):
11539 Prefer passthrough in transform_caps
11541 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11543 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11544 check for ALSA errors properly, instead of relying on ALSA's
11545 error strings to serve to the user.
11547 2005-11-10 Wim Taymans <wim@fluendo.com>
11549 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11550 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11551 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11552 Modernise the seek code.
11554 2005-11-10 Michael Smith <msmith@fluendo.com>
11556 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11557 (setup_substreams), (set_active_source):
11558 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11559 trying to go to NULL if we failed to read a file.
11561 2005-11-10 Wim Taymans <wim@fluendo.com>
11563 * gst/audiotestsrc/gstaudiotestsrc.c:
11564 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11565 (gst_audiotestsrc_create):
11566 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11567 (gst_sinesrc_get_times), (gst_sinesrc_create):
11568 * gst/videotestsrc/gstvideotestsrc.c:
11569 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11570 (gst_videotestsrc_create):
11571 The base class can now sync for us.
11573 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11575 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11576 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11577 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11578 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11579 format=(fourcc)I420" ! xvimagesink
11581 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11583 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11584 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11585 (gst_sinesrc_newsegment):
11586 Send newsegment event in TIME format, set duration if
11587 num-buffers is set, fix duration querying.
11589 2005-11-10 Michael Smith <msmith@fluendo.com>
11591 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11592 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11593 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11594 (gst_ogg_mux_collected):
11595 Fix EOS handling, partially. Now forwarding an EOS event once we have
11596 EOS on all pads works correctly. However, we still don't properly set
11597 EOS on the actual ogg stream pages.
11599 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11601 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11602 Set elements to NULL state before disposing of them.
11604 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11606 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11608 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11609 (gst_base_rtp_depayload_init),
11610 (gst_base_rtp_depayload_set_gst_timestamp):
11611 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11612 We need to send a newsegment event for each instance, not
11613 just for the first instance of this class (get rid of
11614 static variable in function). (#321011).
11616 2005-11-08 Michael Smith <msmith@fluendo.com>
11618 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11619 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11620 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11621 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11622 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11623 This makes us mux things correctly according to the ogg muxing
11624 rules. Still not handling EOS correctly right now, though.
11626 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11628 * gst/audioconvert/gstaudioconvert.c:
11631 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11633 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11634 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11635 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11636 creating a new chain; should fix live streaming. Also
11637 add more debug output and fix a typo.
11639 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11641 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11643 * gst/volume/gstvolume.c: (volume_set_caps):
11644 Fix compilation on Solaris with Forte. (#320923)
11646 2005-11-08 Wim Taymans <wim@fluendo.com>
11648 * gst-libs/gst/audio/gstbaseaudiosink.c:
11649 (gst_base_audio_sink_render):
11650 No need to do a typecheck.
11652 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11654 * ext/alsa/gstalsa.h:
11655 We register a debug category, so let's use it.
11657 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11659 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11660 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11661 Fixed a small problem.
11663 2005-11-04 Wim Taymans <wim@fluendo.com>
11665 * examples/seeking/Makefile.am:
11666 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11667 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11668 (make_playerbin_pipeline), (format_value), (update_scale),
11669 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11670 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11671 (print_usage), (main):
11672 Added app for playback speed testing.
11674 * examples/seeking/seek.c: (dynamic_link),
11675 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11676 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11677 (message_received), (main):
11678 Updated seek example.
11680 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11682 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11683 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11684 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11685 (gst_base_rtp_depayload_set_clock):
11686 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11687 Don't sleep on the bench (system clock) when you have a nice
11688 comfortable bed (Gstreamer clock) to sleep on.
11690 2005-11-03 Wim Taymans <wim@fluendo.com>
11692 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11693 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11694 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11695 Handle the case where a pad_block failed.
11697 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11699 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11701 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11702 (gst_base_rtp_depayload_add_to_queue),
11703 (gst_base_rtp_depayload_push),
11704 (gst_base_rtp_depayload_set_gst_timestamp),
11705 (gst_base_rtp_depayload_queue_release):
11706 Fixes some bugs in the depayloader's queuing/de-queueing code.
11708 2005-10-31 Michael Smith <msmith@fluendo.com>
11710 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11711 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11712 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11713 Patch from Alessandro Decina <alessandro@nnva.org>.
11714 Make oggdemux only find the final time in a chain, not per-pad,
11715 since the per-pad information can be very expensive to locate, and
11716 it isn't used anywhere. This makes reading a file containing
11717 OggSkeleton reasonably fast.
11718 Also, make chain finding work when there are logical bitstreams that
11719 can't be decoded. Fixes #319110.
11721 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11723 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11724 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11725 (gst_base_rtp_depayload_chain),
11726 (gst_base_rtp_depayload_add_to_queue),
11727 (gst_base_rtp_depayload_push),
11728 (gst_base_rtp_depayload_set_gst_timestamp),
11729 (gst_base_rtp_depayload_queue_release),
11730 (gst_base_rtp_depayload_start_thread),
11731 (gst_base_rtp_depayload_set_property),
11732 (gst_base_rtp_depayload_get_property):
11733 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11734 Some random fixes, to fullfill the desires of thomas.
11736 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11738 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11739 (gst_base_rtp_depayload_add_to_queue),
11740 (gst_base_rtp_depayload_push):
11741 Fixed the queueing algorithm.
11743 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11745 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11746 (gst_base_rtp_depayload_push):
11749 2005-10-31 Wim Taymans <wim@fluendo.com>
11751 * gst-libs/gst/audio/gstringbuffer.h:
11754 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11755 (gst_ffmpeg_caps_to_pixfmt):
11756 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11757 (gst_ffmpegcsp_set_caps):
11758 Some more comments.
11759 Handle missing required caps fields better.
11761 2005-10-31 Wim Taymans <wim@fluendo.com>
11763 * gst-libs/gst/audio/gstbaseaudiosink.c:
11764 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11765 (gst_base_audio_sink_render):
11766 * gst-libs/gst/audio/gstringbuffer.c:
11767 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11768 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11769 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11770 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11771 (gst_ring_buffer_read):
11772 * gst-libs/gst/audio/gstringbuffer.h:
11773 Add flushing mode to the ringbuffer so that it in all cases does
11774 not try to handle more audio. This makes sure it does not try to
11775 block anymore when flushing and fixes a livelock.
11777 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11779 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11780 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11781 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11782 Explicitly check for -1 values before doing a conversion
11783 and always map them to -1. (#315545)
11785 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11787 * gst/playback/gstplaybin.c: (gen_video_element):
11788 first try autovideosink, then xvimagesink, then error out
11790 add translatable file
11805 update translations
11807 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11809 * gst-libs/gst/rtp/gstbasedepayload.c:
11810 * gst-libs/gst/rtp/gstbasedepayload.h:
11813 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11815 * gst/playback/.cvsignore:
11816 * gst/playback/decodetest.c:
11817 * gst/playback/test3.c:
11818 Port these two tests as well.
11820 2005-10-27 Wim Taymans <wim@fluendo.com>
11822 * ext/theora/theoradec.c: (theora_dec_src_query),
11823 (theora_dec_sink_event):
11824 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11825 (theora_enc_change_state):
11826 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11827 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11828 Take proper locks when handling events.
11830 2005-10-27 Wim Taymans <wim@fluendo.com>
11832 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11833 (gst_adder_change_state):
11834 Fix timestamps and fix deadlock when stopping the collectpads.
11836 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11838 * gst-libs/gst/rtp/gstrtpbuffer.h:
11839 Declaring the payload types as strings too so that they can be used
11840 in the padtemplate inialization.
11842 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11844 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11846 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11847 (gst_base_rtp_depayload_class_init):
11848 Fixes a small but nasty bug. The derived elements no longer segfaults
11851 2005-10-26 Michael Smith <msmith@fluendo.com>
11853 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11854 When clearing an audioconvert context, set tmpbufsize to zero, so
11855 we'll allocate it again later if required.
11856 This fixes audioconvert re-negotiating formats, which previously
11857 segfaulted with a NULL destination buffer.
11859 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11861 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11862 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11863 (gst_base_rtp_depayload_set_gst_timestamp),
11864 (gst_base_rtp_depayload_queue_release):
11865 Fixed a smalll memleak.
11867 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11868 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11869 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11870 (gst_base_rtp_depayload_finalize),
11871 (gst_base_rtp_depayload_setcaps),
11872 (gst_base_rtp_depayload_add_to_queue),
11873 (gst_base_rtp_depayload_push),
11874 (gst_base_rtp_depayload_set_gst_timestamp),
11875 (gst_base_rtp_depayload_queue_release),
11876 (gst_base_rtp_depayload_thread),
11877 (gst_base_rtp_depayload_change_state):
11878 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11879 Changed the C++ comments to C comments
11881 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11883 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11884 * gst/tcp/gsttcpclientsrc.h:
11885 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11886 * gst/tcp/gsttcpserversrc.h:
11887 Remove unused 'curoffset' structure member.
11889 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11891 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11892 (gst_base_rtp_depayload_base_init),
11893 (gst_base_rtp_depayload_finalize):
11894 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11895 * gst-libs/gst/rtp/gstbasertppayload.h:
11896 The pad-template on the sinkpad should be set by the derived classes.
11897 Also added some useful macros.
11899 2005-10-24 Wim Taymans <wim@fluendo.com>
11901 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11902 Correctly flush decoder samples even if we could not
11903 copy them to an output buffer. Fixes #319618.
11905 2005-10-24 Julien MOUTTE <julien@moutte.net>
11907 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11908 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11909 the caps against our xcontext caps.
11911 2005-10-24 Wim Taymans <wim@fluendo.com>
11913 * gst-libs/gst/audio/gstbaseaudiosink.c:
11914 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11916 Use sync property from baseclass to disable sync.
11918 2005-10-24 Wim Taymans <wim@fluendo.com>
11920 * gst-libs/gst/audio/gstbaseaudiosink.c:
11921 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11922 Buffers with no timestamps get aligned with previous buffers or
11923 on underrun, played ASAP.
11925 2005-10-24 Julien MOUTTE <julien@moutte.net>
11927 * gst-libs/gst/video/video.h:
11928 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11929 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11930 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11931 here comes my change on caps for framerate and geometry range.
11932 We are now accepting 1 to MAXINT for width and height, and from
11933 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11934 to be blended correctly in videomixer.
11936 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11941 === release 0.9.4 ===
11943 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11948 releasing 0.9.4, "Velociraptor"
11950 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11952 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11956 2005-10-21 Wim Taymans <wim@fluendo.com>
11958 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11959 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11960 (pad_blocked), (close_pad_link), (new_pad):
11961 Don't try to remove elements twice.
11963 2005-10-21 Wim Taymans <wim@fluendo.com>
11965 * ext/theora/theoradec.c: (theora_dec_src_query),
11966 (theora_dec_sink_event):
11967 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11968 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11969 (vorbis_handle_data_packet):
11970 * ext/vorbis/vorbisdec.h:
11973 * gst-libs/gst/audio/gstbaseaudiosink.c:
11974 (gst_base_audio_sink_render):
11975 Don't try to sync on buffers without a timestamp.
11977 2005-10-21 Wim Taymans <wim@fluendo.com>
11979 * ext/theora/theoradec.c: (theora_dec_src_query),
11980 (theora_dec_sink_event):
11981 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11982 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11983 (vorbis_handle_data_packet):
11984 * ext/vorbis/vorbisdec.h:
11987 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11989 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11990 (gst_vorbisenc_src_query):
11991 Implement position and duration queries.
11993 * gst/playback/test3.c: (update_scale), (main):
11994 Fix for async state changes and print nicer output.
11996 2005-10-20 Wim Taymans <wim@fluendo.com>
11998 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11999 (dump_element_stats), (main):
12000 * gst/playback/test6.c: (main):
12003 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
12005 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
12006 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12007 Don't use functions for position queries when handling
12010 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
12012 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12013 (vorbis_handle_data_packet), (vorbis_dec_chain),
12014 (vorbis_dec_change_state):
12015 * ext/vorbis/vorbisdec.h:
12016 Vorbis streams can be embedded in other container formats
12017 than ogg, container formats where the demuxer might set
12018 timestamps on encoded vorbis buffers instead of those silly
12019 granulepos thingies. In short: make vorbisdec handle
12020 timestamps on incoming buffers as well.
12022 2005-10-20 Wim Taymans <wim@fluendo.com>
12024 * gst/playback/gstplaybasebin.c: (group_destroy),
12025 (gst_play_base_bin_change_state):
12027 Handle case where playbasebin is now ASYNC because
12030 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
12032 * gst/audioconvert/Makefile.am:
12033 * gst/audioconvert/bufferframesconvert.c:
12034 * gst/audioconvert/plugin.c: (plugin_init):
12035 * gst/audioconvert/plugin.h:
12036 And bye bye buffer-frames-convert
12038 2005-10-19 Wim Taymans <wim@fluendo.com>
12040 * check/elements/audioconvert.c:
12041 * docs/libs/tmpl/gstaudio.sgml:
12042 * docs/libs/tmpl/gstcolorbalance.sgml:
12043 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12044 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
12045 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12046 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
12047 * gst-libs/gst/audio/audio.h:
12048 * gst/audioconvert/audioconvert.h:
12049 * gst/audioconvert/gstaudioconvert.c:
12050 (gst_audio_convert_parse_caps):
12051 * gst/volume/gstvolume.c:
12052 Bye bye buffer-frames.
12054 2005-10-19 Wim Taymans <wim@fluendo.com>
12056 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12057 (query_positions_elems), (query_positions_pads), (update_scale),
12058 (do_seek), (set_update_scale), (message_received), (main):
12059 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12060 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
12061 (gst_ogg_demux_loop):
12062 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12063 * ext/theora/theoradec.c: (theora_dec_src_query),
12064 (theora_dec_sink_event):
12065 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12066 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
12067 * gst/adder/gstadder.c: (gst_adder_query):
12068 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
12069 * gst/playback/test3.c: (update_scale):
12070 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12071 (dump_element_stats), (main):
12072 * gst/playback/test6.c: (main):
12073 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12076 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
12078 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
12079 (xml_check_first_element), (xml_type_find), (smil_type_find),
12081 Add typefinding for SMIL and for generic XML. Based on patch by
12082 Akos Maroy (#308663).
12084 2005-10-18 Wim Taymans <wim@fluendo.com>
12086 * gst/playback/Makefile.am:
12087 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12088 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
12089 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
12090 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
12091 (gst_decode_bin_change_state):
12092 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12093 (gst_play_bin_send_event_to_sink):
12094 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12095 (dump_element_stats), (main):
12096 * gst/playback/test6.c: (main):
12097 Make playbin async, it'll commit state to paused when all streams
12100 Added test6.c to show async behaviour.
12102 2005-10-18 Wim Taymans <wim@fluendo.com>
12104 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
12105 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
12106 Fix for segment-start/stop API change.
12108 2005-10-18 Wim Taymans <wim@fluendo.com>
12110 * check/Makefile.am:
12111 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
12113 Add future test for clock selection.
12115 2005-10-18 Wim Taymans <wim@fluendo.com>
12117 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
12118 (gst_alsasink_close):
12119 Set handle to NULL.
12121 * gst-libs/gst/audio/gstringbuffer.c:
12122 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12123 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12124 (gst_ring_buffer_start), (gst_ring_buffer_pause),
12125 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
12126 (gst_ring_buffer_read):
12129 2005-10-17 Stefan Kost <ensonic@users.sf.net>
12131 * gst/audiotestsrc/Makefile.am:
12132 * gst/sine/Makefile.am:
12133 * gst/volume/Makefile.am:
12134 fix broken build of controllerized plugins
12136 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
12138 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12140 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12141 (gst_riff_create_video_template_caps):
12142 Add support for Indeo-3 (IV32).
12144 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12149 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12151 * gst-libs/gst/video/video.c: (gst_video_get_size):
12152 * gst/audiotestsrc/gstaudiotestsrc.c:
12155 2005-10-17 Andy Wingo <wingo@pobox.com>
12157 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
12158 with the collectpads change.
12159 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
12161 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
12163 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
12165 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
12166 alloc_buffer flow return to callers.
12167 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
12168 change. Fix some memleaks in theoraenc.
12170 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
12171 in strange circumstance.
12173 2005-10-17 Julien MOUTTE <julien@moutte.net>
12175 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12176 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
12177 from caps, let's use the caps...
12179 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12182 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
12184 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
12186 * gst-libs/gst/interfaces/Makefile.am:
12189 2005-10-16 Andy Wingo <wingo@pobox.com>
12191 * gst/playback/gstdecodebin.c
12192 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
12194 (try_to_link_1): Increase kraziness level.
12196 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
12199 restructure like the core one
12200 * gst-libs/gst/audio/Makefile.am:
12201 * gst-libs/gst/interfaces/Makefile.am:
12202 * gst-libs/gst/net/Makefile.am:
12203 * gst-libs/gst/riff/Makefile.am:
12204 * gst-libs/gst/rtp/Makefile.am:
12205 * gst-libs/gst/tag/Makefile.am:
12206 * gst-libs/gst/video/Makefile.am:
12207 use correct linker flags, now the libs are properly versioned
12208 * check/elements/audioconvert.c: (verify_convert):
12209 * ext/alsa/gstalsaplugin.c:
12210 * ext/cdparanoia/gstcdparanoia.c:
12211 * ext/gnomevfs/gstgnomevfs.c:
12212 * ext/libvisual/visual.c:
12213 * ext/ogg/gstogg.c:
12214 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
12215 * ext/theora/theora.c:
12216 * ext/vorbis/vorbis.c:
12217 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12218 * gst-libs/gst/tag/gsttagediting.c:
12219 * gst-libs/gst/video/video.c:
12220 * gst/adder/gstadder.c:
12221 * gst/audioconvert/plugin.c:
12222 * gst/audiorate/gstaudiorate.c:
12223 * gst/audioresample/gstaudioresample.c:
12224 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12225 * gst/audioscale/gstaudioscale.c:
12226 * gst/audioscale/resample.c:
12227 * gst/audiotestsrc/gstaudiotestsrc.c:
12228 * gst/ffmpegcolorspace/gstffmpeg.c:
12229 * gst/playback/gstdecodebin.c: (close_pad_link):
12230 * gst/playback/gstplaybin.c: (gen_video_element),
12231 (gen_audio_element):
12232 * gst/sine/gstsinesrc.c:
12233 * gst/subparse/gstsubparse.c:
12234 * gst/tags/gsttagediting.c:
12235 * gst/tcp/gsttcpplugin.c:
12236 * gst/typefind/gsttypefindfunctions.c:
12237 * gst/videorate/gstvideorate.c:
12238 * gst/videoscale/gstvideoscale.c:
12239 * gst/videotestsrc/gstvideotestsrc.c:
12240 * gst/volume/gstvolume.c:
12241 * sys/v4l/gstv4l.c:
12242 * sys/ximage/ximage.c:
12243 * sys/xvimage/xvimagesink.c:
12246 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
12248 * ext/vorbis/vorbisenc.c:
12249 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12250 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12251 (gst_tag_to_vorbis_comments):
12252 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12254 2005-10-13 Stefan Kost <ensonic@users.sf.net>
12256 * examples/stats/mp2ogg.c:
12257 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12260 2005-10-13 Michael Smith <msmith@fluendo.com>
12262 * ext/ogg/gstoggmux.c:
12263 Use magic glib macros to define constants as 64 bit, to ensure
12264 appropriate vararg passing.
12266 2005-10-13 Michael Smith <msmith@fluendo.com>
12268 * ext/ogg/gstoggmux.c:
12269 * gst/audioconvert/audioconvert.c: (float):
12270 Don't use LL suffix, as it's not portable, and neither of these
12271 uses required it anyway.
12273 2005-10-12 Stefan Kost <ensonic@users.sf.net>
12275 * examples/indexing/indexmpeg.c: (main):
12276 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12277 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12278 (cdparanoia_convert), (cdparanoia_query):
12279 * ext/cdparanoia/gstcdparanoia.h:
12280 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12281 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12282 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12283 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12284 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12285 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12286 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12287 (gst_multifdsink_render), (gst_multifdsink_start),
12288 (gst_multifdsink_stop):
12289 * gst/tcp/gstmultifdsink.h:
12290 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12291 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12292 (gst_tcpclientsink_stop):
12293 * gst/tcp/gsttcpclientsink.h:
12294 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12295 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12296 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12297 * gst/tcp/gsttcpclientsrc.h:
12298 * gst/tcp/gsttcpserversink.h:
12299 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12300 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12301 (gst_tcpserversrc_stop):
12302 * gst/tcp/gsttcpserversrc.h:
12303 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12304 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12305 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12306 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12307 moved bitshift from macro to enum definition
12309 2005-10-12 Wim Taymans <wim@fluendo.com>
12311 * examples/seeking/Makefile.am:
12314 2005-10-12 Wim Taymans <wim@fluendo.com>
12316 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12317 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12318 Don't assert on normal stuff.
12320 * gst/playback/gstplaybin.c: (do_playbin_seek):
12323 2005-10-12 Wim Taymans <wim@fluendo.com>
12325 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12326 * examples/seeking/Makefile.am:
12327 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12328 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12329 (do_seek), (set_update_scale), (message_received), (main):
12330 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12331 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12332 Update for _get_state() API change.
12334 2005-10-11 Wim Taymans <wim@fluendo.com>
12336 * gst-libs/gst/audio/gstbaseaudiosink.c:
12337 (gst_base_audio_sink_render):
12338 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12339 (gst_base_audio_src_create):
12340 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12341 (gst_ring_buffer_read):
12343 Commit and read from ringbuffer in samples rather than bytes.
12345 2005-10-11 Wim Taymans <wim@fluendo.com>
12347 * gst-libs/gst/audio/gstbaseaudiosink.c:
12348 (gst_base_audio_sink_render):
12349 Respect segment rate and accum when scheduling samples.
12351 2005-10-11 Julien MOUTTE <julien@moutte.net>
12353 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12354 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12355 EOS correctly, that needs more work.
12357 2005-10-11 Wim Taymans <wim@fluendo.com>
12359 * check/generic/states.c: (GST_START_TEST):
12360 remove old property.
12362 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12363 (gst_ogg_demux_perform_seek):
12364 * ext/theora/theoradec.c: (theora_dec_sink_event):
12365 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12366 (vorbis_handle_data_packet):
12367 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12368 (gst_base_rtp_depayload_set_gst_timestamp):
12369 * gst/videorate/gstvideorate.c: (gst_videorate_event):
12370 Update for newsegment API change.
12372 2005-10-11 Michael Smith <msmith@fluendo.com>
12374 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12375 (do_playbin_seek), (gst_play_bin_send_event):
12376 Override send_event differently, so that we can takes bits of
12377 functionality from GstPipeline (special handling for seeks,
12378 including pausing/resuming, and resetting stream time) and still get
12379 the appropriate behaviour of only forwarding event to a single sink,
12380 rather than all of them.
12381 Unfortunately requires a lot of code duplication, but the
12382 alternatives are equally ugly in the end.
12384 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
12386 * check/elements/audioconvert.c: (setup_audioconvert),
12387 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12388 (GST_START_TEST), (audioconvert_suite):
12389 clean up tests a little, fix some leaks.
12391 2005-10-10 Wim Taymans <wim@fluendo.com>
12393 * ext/alsa/gstalsasink.c:
12394 Also allow unsigned int.
12396 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12397 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12400 2005-10-10 Wim Taymans <wim@fluendo.com>
12402 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12403 Small update, use API as stated in design docs.
12405 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12406 (update_scale), (do_seek), (seek_cb), (set_update_scale),
12407 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12408 (message_received), (main):
12409 Updated seek example for GOption. Some usability improvements.
12411 2005-10-10 Wim Taymans <wim@fluendo.com>
12413 * gst/audioconvert/audioconvert.h:
12414 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12415 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12416 Alloc temp storage somewhere else where we can do it more
12419 2005-10-10 Wim Taymans <wim@fluendo.com>
12421 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12422 (gst_tcpserversrc_start):
12423 Don't block in accept while doing the state change, move
12424 to poll and make cancellable.
12426 2005-10-09 Philippe Khalaf <burger@speedy.org>
12428 * gst-libs/gst/rtp/rtpbasedepayload.c:
12429 Set timestamp and add queue delay to timestamp
12430 * gst-libs/gst/rtp/rtpbuffer.h:
12431 Set correct payload type for h263
12433 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12435 * gst/audiotestsrc/gstaudiotestsrc.c:
12436 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12437 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12438 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12439 (gst_audiotestsrc_create_triangle),
12440 (gst_audiotestsrc_create_silence),
12441 (gst_audiotestsrc_create_white_noise),
12442 (gst_audiotestsrc_init_pink_noise),
12443 (gst_audiotestsrc_generate_pink_noise_value),
12444 (gst_audiotestsrc_create_pink_noise),
12445 (gst_audiotestsrc_change_wave):
12446 * gst/audiotestsrc/gstaudiotestsrc.h:
12447 fixed typo, added pink noise
12449 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12451 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12453 Add wavpack and spc typefind functions from 0.8 branch.
12455 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12457 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12458 (ar_type_find), (msdos_type_find), (plugin_init):
12459 Add typefind functions for tar archives, ar archives,
12460 RAR archives, and msdos-executables (dlls, exe, etc.).
12461 Some of those would be wrongly identified as mpeg
12462 streams of some sort before (#315550).
12464 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12467 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12468 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12469 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12470 * gst/audiotestsrc/Makefile.am:
12471 * gst/audiotestsrc/gstaudiotestsrc.c:
12472 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12473 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12474 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12475 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12476 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12477 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12478 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12479 (gst_audiotestsrc_create_silence),
12480 (gst_audiotestsrc_create_white_noise),
12481 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12482 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12483 (gst_audiotestsrc_start), (plugin_init):
12484 * gst/audiotestsrc/gstaudiotestsrc.h:
12485 add new plugin and element
12486 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12489 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12491 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12492 (gst_adder_init), (gst_adder_request_new_pad),
12493 (gst_adder_change_state):
12494 Add query function to source pad, so adder reports the correct
12495 time/sample position when queried (#315457); fix state change
12496 function; use GST_DEBUG_FUNCPTR() for pad functions.
12498 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12500 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12501 Fix leaks in typefind registration
12502 Clean up the gratuitous commenting and whitespacing a little
12504 2005-10-08 Wim Taymans <wim@fluendo.com>
12506 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12507 Only actually wait for the thread to be stopped if it's
12510 2005-10-08 Wim Taymans <wim@fluendo.com>
12512 * gst-libs/gst/audio/gstbaseaudiosink.c:
12513 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12514 If we receive EOS we can start playback of what we had.
12516 2005-10-08 Wim Taymans <wim@fluendo.com>
12518 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12519 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12520 (gst_multifdsink_stop):
12521 Fix crasher when going to NULL multiple times.
12523 2005-10-06 Wim Taymans <wim@fluendo.com>
12525 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12526 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12527 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12528 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12529 patch from Edgard Lima <edgard.lima@indt.org.br>
12530 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12532 2005-10-06 Wim Taymans <wim@fluendo.com>
12534 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12535 Report the FLOW_RETURN as string in the error message.
12537 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12538 Don't assert when clearing an unnegotiated buffer.
12540 2005-10-04 Michael Smith <msmith@fluendo.com>
12542 * gst/playback/gstplaybasebin.c: (group_destroy),
12543 (gen_preroll_element), (remove_groups), (setup_source):
12544 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12545 (setup_sinks), (gst_play_bin_send_event),
12546 (gst_play_bin_change_state):
12547 Set state to NULL before removing from bin. Fix refcounting.
12549 2005-10-04 Michael Smith <msmith@fluendo.com>
12551 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12552 Correct refcounting in send_event() function. Previously was wrong
12553 if the first sink was unable to handle the event.
12555 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12558 back to development
12560 === release 0.9.3 ===
12562 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12565 Releasing 0.9.3, "De Facto"
12567 2005-10-03 Andy Wingo <wingo@pobox.com>
12569 * gst/playback/gstdecodebin.c (try_to_link_1)
12570 (remove_element_chain): set element to NULL before removing it.
12572 2005-10-02 Johan Dahlin <johan@gnome.org>
12574 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12575 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12578 2005-10-02 Andy Wingo <wingo@pobox.com>
12580 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12581 (gst_ring_buffer_prepare_read):
12582 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12585 2005-09-29 Wim Taymans <wim@fluendo.com>
12587 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12588 * ext/theora/theoradec.c: (theora_handle_data_packet):
12589 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12590 Propagate error codes from alloc_buffer too.
12592 2005-09-29 Wim Taymans <wim@fluendo.com>
12594 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12597 * gst/playback/Makefile.am:
12598 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12599 (dump_element_stats), (main):
12600 Added example stream introspection code.
12602 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12604 * gst/adder/gstadder.c: (gst_adder_collected):
12605 fix adder for float elements
12607 2005-09-28 Wim Taymans <wim@fluendo.com>
12609 * gst-libs/gst/audio/gstbaseaudiosink.c:
12610 (gst_base_audio_sink_class_init),
12611 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12612 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12613 (gst_base_audio_src_class_init),
12614 (gst_base_audio_src_provide_clock):
12615 get_clock -> provide_clock
12617 2005-09-28 Andy Wingo <wingo@pobox.com>
12619 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12622 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12625 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12626 Actually add the pad template.
12627 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12629 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12632 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12633 from fdsrc. Get caps in create() instead of start() so it can be
12634 interrupted. Interruption somewhat untested.
12636 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12637 Proper EOS handling.
12639 2005-09-27 Andy Wingo <wingo@pobox.com>
12641 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12643 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12645 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12647 * gst/tcp/gsttcp.h:
12648 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12649 out of tcpclientsrc.c. Cancellable.
12650 (gst_tcp_socket_read): Made private, cancellable, with better
12651 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12652 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12653 whole buffer, and better diagnostics.
12654 (gst_tcp_gdp_read_caps): Same.
12656 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12658 2005-09-26 Andy Wingo <wingo@pobox.com>
12660 * gst/sine/gstsinesrc.h:
12661 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12662 change the 'sync' property to 'is-live' and implement it halfway,
12663 update for controller api change.
12665 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12666 controller api change.
12668 2005-09-24 Wim Taymans <wim@fluendo.com>
12670 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12671 * gst-libs/gst/audio/gstaudiosink.c:
12672 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12673 (gst_audioringbuffer_stop):
12674 * gst-libs/gst/audio/gstbaseaudiosink.c:
12675 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12676 (gst_base_audio_sink_change_state):
12677 * gst-libs/gst/audio/gstbaseaudiosink.h:
12678 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12679 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12680 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12681 * gst-libs/gst/audio/gstringbuffer.h:
12682 Fix sync again. Moved sample alignment to basesink.
12684 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12686 * docs/plugins/Makefile.am:
12687 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12688 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12689 * gst/volume/gstvolume.c:
12691 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12692 * gst-libs/gst/audio/audio.h:
12693 add conversion macros for frames <-> clocktime
12695 2005-09-23 David Schleef <ds@schleef.org>
12697 * gst/audioresample/Makefile.am:
12698 * gst/audioresample/debug.h:
12699 * gst/audioresample/gstaudioresample.c:
12700 * gst/audioresample/resample.c: Convert to using gst debugging
12702 2005-09-22 Wim Taymans <wim@fluendo.com>
12704 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12705 (gst_play_bin_send_event):
12706 Only seek on one sink, the first one that succeeds.
12708 2005-09-22 Michael Smith <msmith@fluendo.com>
12710 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12711 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12712 Don't flush encoder state unless we have an initialised encoder.
12713 Clear out encoder state on PAUSED_TO_READY.
12715 2005-09-22 Wim Taymans <wim@fluendo.com>
12717 * gst-libs/gst/rtp/gstbasertppayload.c:
12718 (gst_basertppayload_class_init), (gst_basertppayload_init),
12719 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12720 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12721 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12722 (gst_basertppayload_set_property),
12723 (gst_basertppayload_get_property),
12724 (gst_basertppayload_change_state):
12725 * gst-libs/gst/rtp/gstbasertppayload.h:
12726 Added max-ptime to control amount of data in the rtp packets.
12728 2005-09-21 Andy Wingo <wingo@pobox.com>
12730 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12733 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12734 can be called multiple times, dogs.
12736 2005-09-21 Wim Taymans <wim@fluendo.com>
12738 * gst-libs/gst/rtp/gstbasertppayload.c:
12739 (gst_basertppayload_class_init), (gst_basertppayload_init),
12740 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12741 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12742 (gst_basertppayload_push), (gst_basertppayload_get_property),
12743 (gst_basertppayload_change_state):
12746 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12748 * docs/libs/compiling.sgml:
12751 2005-09-20 Wim Taymans <wim@fluendo.com>
12753 * gst-libs/gst/rtp/gstbasertppayload.c:
12754 (gst_basertppayload_class_init), (gst_basertppayload_init),
12755 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12756 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12757 (gst_basertppayload_push), (gst_basertppayload_set_property),
12758 (gst_basertppayload_get_property),
12759 (gst_basertppayload_change_state):
12760 * gst-libs/gst/rtp/gstbasertppayload.h:
12761 Added property to configure sequence number offsets.
12763 2005-09-20 Wim Taymans <wim@fluendo.com>
12765 * gst-libs/gst/rtp/gstbasertppayload.c:
12766 (gst_basertppayload_class_init), (gst_basertppayload_init),
12767 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12768 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12769 (gst_basertppayload_push), (gst_basertppayload_set_property),
12770 (gst_basertppayload_get_property),
12771 (gst_basertppayload_change_state):
12772 * gst-libs/gst/rtp/gstbasertppayload.h:
12773 Make timestamp offset configurable.
12775 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12777 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12778 fix wrong pop/unref
12780 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12782 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12784 * gst-libs/gst/interfaces/propertyprobe.c:
12785 (gst_property_probe_probe_property_name),
12786 (gst_property_probe_needs_probe_name),
12787 (gst_property_probe_get_values_name),
12788 (gst_property_probe_probe_and_get_values_name):
12789 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12790 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12792 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12794 * check/Makefile.am:
12795 have some tests be disabled for valgrinding
12796 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12798 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12799 Fix A Leak. Chain To Parent Finalize.
12801 2005-09-19 Wim Taymans <wim@fluendo.com>
12803 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12804 Fixed wav pipeline.
12806 2005-09-19 Wim Taymans <wim@fluendo.com>
12808 * gst-libs/gst/rtp/gstbasertppayload.c:
12809 (gst_basertppayload_class_init), (gst_basertppayload_init),
12810 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12811 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12812 (gst_basertppayload_push), (gst_basertppayload_get_property),
12813 (gst_basertppayload_change_state):
12814 Posting ERROR and WARNING messages is good.
12816 2005-09-19 Wim Taymans <wim@fluendo.com>
12818 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12819 (gst_base_rtp_depayload_add_to_queue),
12820 (gst_base_rtp_depayload_push),
12821 (gst_base_rtp_depayload_set_gst_timestamp),
12822 (gst_base_rtp_depayload_queue_release):
12823 This one was not supposed to go in.
12825 2005-09-19 Wim Taymans <wim@fluendo.com>
12827 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12830 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12831 (gst_base_rtp_depayload_chain),
12832 (gst_base_rtp_depayload_add_to_queue),
12833 (gst_base_rtp_depayload_push),
12834 (gst_base_rtp_depayload_set_gst_timestamp),
12835 (gst_base_rtp_depayload_queue_release):
12838 * gst-libs/gst/rtp/gstbasertppayload.c:
12839 (gst_basertppayload_class_init), (gst_basertppayload_init),
12840 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12841 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12842 (gst_basertppayload_get_property),
12843 (gst_basertppayload_change_state):
12844 Added debugging category.
12846 2005-09-18 David Schleef <ds@schleef.org>
12848 * gst/playback/gstdecodebin.c: free plugin list correctly
12849 * gst/playback/gstplaybin.c: emit warning if autovideosink
12850 and autoaudiosink can't be found (instead of segfaulting)
12852 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12854 * check/elements/audioconvert.c: (GST_START_TEST):
12855 try out 24 bit conversion
12857 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12859 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12860 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12861 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12862 * ext/vorbis/vorbisenc.h:
12863 Fix EOS handling. Still needs a fix in the ogg muxer to
12864 mark the last page as eos.
12866 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12868 * common/gtk-doc-plugins.mak:
12869 * docs/plugins/Makefile.am:
12870 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12871 * gst/ffmpegcolorspace/Makefile.am:
12872 * gst/ffmpegcolorspace/avcodec.h:
12873 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12874 * gst/tcp/gstmultifdsink.c:
12875 fix up ffmpegcolorspace docs; extract header
12877 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12879 * common/gtk-doc-plugins.mak:
12880 * docs/plugins/Makefile.am:
12881 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12882 * ext/theora/Makefile.am:
12883 * ext/theora/gsttheoraenc.h:
12884 * ext/theora/theoraenc.c:
12885 * ext/vorbis/vorbisenc.c:
12886 pick up signals and args for vorbis; add some docs for vorbis
12888 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12890 * common/gstdoc-scangobj:
12891 * common/gtk-doc-plugins.mak:
12892 * docs/libs/Makefile.am:
12893 * docs/plugins/gst-plugins-base-plugins.args:
12894 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12895 * docs/plugins/gst-plugins-base-plugins.interfaces:
12896 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12897 * docs/plugins/gst-plugins-base-plugins.signals:
12898 only scanobj stuff from our source module. Not sure yet
12899 if that's correct, given the hierarchy stuff :)
12901 2005-09-15 Wim Taymans <wim@fluendo.com>
12903 * gst/audioconvert/gstaudioconvert.c:
12904 And enable 24 bits mode as well..
12906 2005-09-15 Wim Taymans <wim@fluendo.com>
12908 * gst-libs/gst/rtp/Makefile.am:
12909 * gst-libs/gst/rtp/gstbasertppayload.c:
12910 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12911 (gst_basertppayload_class_init), (gst_basertppayload_init),
12912 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12913 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12914 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12915 (gst_basertppayload_set_property),
12916 (gst_basertppayload_get_property),
12917 (gst_basertppayload_change_state):
12918 * gst-libs/gst/rtp/gstbasertppayload.h:
12919 Added rtp payloader base class.
12921 2005-09-15 Andy Wingo <wingo@pobox.com>
12923 * configure.ac (plugindir): Remove the EOL matcher from the
12924 regexp, as it causes me problems. Libtool? Make? Who knows?
12926 2005-09-14 David Schleef <ds@schleef.org>
12928 * check/generic/states.c:
12929 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12930 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12931 Fixes for changes in registry API.
12933 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12934 to GST_PLUGIN_LDFLAGS.
12935 * ext/libvisual/visual.c: Make the library shut up.
12936 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12937 * gst-libs/gst/audio/gstaudiofilter.c: same
12939 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12941 * docs/plugins/Makefile.am:
12942 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12943 * docs/plugins/inspect/plugin-libvisual.xml:
12944 * docs/plugins/tmpl/element-tcpserversink.sgml:
12945 * ext/theora/theoraenc.c:
12946 add libvisual plugin and theoraenc element to docs
12948 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12950 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12951 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12952 * ext/theora/theoraenc.c:
12955 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12957 * gst/audioconvert/Makefile.am:
12958 Audioconvert derives from GstBaseTransform and should
12959 link to the library with our base elements to avoid
12960 unresolved symbols. Makes things work with MinGW (#316160)
12962 * gst/playback/test4.c: (main):
12963 Fix MinGW build problem and use g_usleep() instead of
12966 2005-09-12 Wim Taymans <wim@fluendo.com>
12968 * gst/audioconvert/audioconvert.c: (float),
12969 (audio_convert_prepare_context), (audio_convert_convert):
12970 * gst/audioconvert/audioconvert.h:
12971 Cleanups, speedups, simplifications, added back support
12974 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12976 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12977 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12978 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12979 * docs/plugins/tmpl/element-tcpserversink.sgml:
12980 * gst/ffmpegcolorspace/gstffmpeg.c:
12981 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12982 * gst/videotestsrc/gstvideotestsrc.c:
12983 * gst/volume/gstvolume.c:
12984 add more elements to the docs
12986 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12988 * check/Makefile.am:
12989 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12990 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12991 Add extra tests for basetransform based components.
12992 Comment out the test_element_negotiation test until we decide
12993 if it's testing correct behaviour.
12994 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12995 (gst_visual_chain), (gst_visual_change_state):
12996 Slightly more correct but still bogus timestamping.
12997 Fix state change function.
12998 * gst/audioconvert/gstaudioconvert.c:
12999 (gst_audio_convert_class_init):
13000 * gst/audioresample/gstaudioresample.c:
13001 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13002 (gst_ffmpegcsp_class_init):
13003 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13004 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
13005 (gst_videoscale_prepare_image):
13006 * gst/volume/gstvolume.c: (gst_volume_class_init),
13007 (volume_transform_ip):
13008 Basetransform updates. Enable passthrough modes.
13009 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
13010 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
13011 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13012 Negotiation fix that allows the window to return to the original
13013 size and renegotiate passthrough upstream. Extra debug output.
13015 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
13017 * gst/sine/gstsinesrc.c:
13018 * gst/volume/gstvolume.c:
13019 fix up header include
13021 2005-09-09 Stefan Kost <ensonic@users.sf.net>
13023 * gst-libs/gst/audio/gstbaseaudiosink.c:
13024 (gst_base_audio_sink_render):
13025 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
13026 * gst/volume/gstvolume.c: (gst_volume_class_init),
13027 (volume_transform):
13028 fixing lost sync, some more debugging
13030 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
13032 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
13033 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
13034 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
13035 (gst_xvimagesink_check_xshm_calls):
13036 Fix compilation when XShm is not available.
13038 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
13040 * ext/libvisual/visual.c: (gst_visual_dispose),
13041 (gst_visual_getcaps), (gst_visual_src_setcaps),
13042 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
13043 (gst_visual_change_state):
13044 Finish fixing up libvisual plugin so that it runs.
13046 2005-09-07 Stefan Kost <ensonic@users.sf.net>
13048 * ext/vorbis/vorbisenc.c:
13049 * gst-libs/gst/tag/gstvorbistag.c:
13050 gsttaginterface.h -> gsttagsetter.h
13052 2005-09-07 Stefan Kost <ensonic@users.sf.net>
13054 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13055 added another test that failes for me (test is not active by default)
13057 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13060 v4l2 is no longer in gst-plugins-base
13062 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
13065 In the output at the end, don't show the first plugin on the same
13066 line as "Core plug-ins, always built:".
13067 Indent the output as for other plugin categories
13068 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13069 #define that can be used to not use peer buffer_alloc functions for
13071 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
13072 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
13073 (gst_ximagesink_show_frame):
13074 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
13075 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
13076 (gst_xvimagesink_show_frame):
13077 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
13078 fails gracefully instead of XError aborting or deadlocking.
13080 2005-09-07 Stefan Kost <ensonic@users.sf.net>
13082 * ext/libvisual/Makefile.am:
13083 link against gst-base-libs
13085 2005-09-06 David Schleef <ds@schleef.org>
13087 * configure.ac: Enable libvisual plugin.
13088 * ext/libvisual/Makefile.am:
13089 * ext/libvisual/visual.c: Fixes to make it compile.
13091 === release 0.9.2 ===
13093 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
13098 * docs/random/ChangeLog-0.8:
13099 releasing 0.9.2, "Spoon"
13101 2005-09-05 Michael Smith <msmith@fluendo.com>
13103 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13104 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
13105 that in the vorbisenc element.
13107 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
13109 * common/gtk-doc-plugins.mak:
13110 * docs/plugins/Makefile.am:
13112 * gst/audioresample/resample.c:
13113 fix wrong docstring
13115 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
13117 * common/gst-xmlinspect.py:
13118 * common/gtk-doc-plugins.mak:
13119 only inspect plugins for this given package
13120 require gst-python 0.9
13122 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
13126 * common/gst-xmlinspect.py:
13128 * docs/Makefile.am:
13129 * docs/plugins/inspect/plugin-alsa.xml:
13130 * docs/plugins/inspect/plugin-audioresample.xml:
13131 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13132 * docs/plugins/inspect/plugin-ogg.xml:
13133 * docs/plugins/tmpl/element-gnomevfssink.sgml:
13134 * docs/plugins/tmpl/element-multifdsink.sgml:
13135 * docs/plugins/tmpl/element-tcpserversink.sgml:
13136 * docs/plugins/tmpl/element-vorbisenc.sgml:
13137 * gst-plugins-base.spec.in:
13138 various doc-related updates
13140 2005-08-31 Wim Taymans <wim@fluendo.com>
13142 * gst-libs/gst/audio/gstbaseaudiosink.c:
13143 (gst_base_audio_sink_render):
13144 Resync if the buffer timestamps drift more than a 10th
13147 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
13149 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
13150 (gst_v4lsrc_get_property):
13151 The 'timestamp-offset' property is registered as an int64, so
13152 let's use g_value_{set|get}_int64() in our setter and getter
13153 functions (makes it work and fixes warnings with gst-inspect).
13155 2005-08-30 Wim Taymans <wim@fluendo.com>
13157 * check/elements/audioconvert.c: (setup_audioconvert):
13158 * check/elements/audioresample.c: (setup_audioresample):
13159 * check/elements/volume.c: (setup_volume):
13162 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
13164 * common/gtk-doc-plugins.mak:
13165 * common/plugins.xsl:
13166 * docs/plugins/Makefile.am:
13167 make module a param
13169 2005-08-30 Stefan Kost <ensonic@users.sf.net>
13171 * examples/seeking/seek.c: (make_mp3_pipeline),
13172 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
13173 (play_cb), (pause_cb), (stop_cb):
13176 2005-08-30 Stefan Kost <ensonic@users.sf.net>
13178 * gst/volume/gstvolume.c: (gst_volume_class_init),
13179 (volume_transform):
13180 do not update controlled params, if buffer has no timestamp
13182 2005-08-29 Stefan Kost <ensonic@users.sf.net>
13185 * gst/sine/Makefile.am:
13186 * gst/volume/Makefile.am:
13187 controllerized elements also need to link against controller-libs ;)
13189 2005-08-29 Stefan Kost <ensonic@users.sf.net>
13191 * docs/libs/tmpl/gstcolorbalance.sgml:
13192 * docs/libs/tmpl/gstgconf.sgml:
13193 * docs/libs/tmpl/gstmixer.sgml:
13194 * docs/libs/tmpl/gstringbuffer.sgml:
13195 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13196 (gst_sinesrc_create):
13197 * gst/volume/gstvolume.c: (gst_volume_class_init),
13198 (volume_transform):
13199 controllerized two audio plugins
13201 2005-08-29 Andy Wingo <wingo@pobox.com>
13203 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
13204 (vorbis_handle_data_packet): Fix some int overflow errors.
13206 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
13208 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
13210 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
13211 if it's valid. Fixed streaming-mode playback.
13213 * check/elements/volume.c (cleanup_volume): Fix for running
13216 * check/elements/audioconvert.c: Convert from native endian, not
13219 2005-08-29 Michael Smith <msmith@fluendo.com>
13221 * ext/ogg/Makefile.am:
13222 * ext/ogg/gstogg.c: (plugin_init):
13223 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
13224 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
13225 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
13226 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
13227 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
13228 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
13229 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
13230 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
13231 Add an ogg parser element.
13233 2005-08-28 Andy Wingo <wingo@pobox.com>
13235 * Updates for two-arg init from GST_BOILERPLATE_FULL.
13237 2005-08-26 Wim Taymans <wim@fluendo.com>
13239 * gst/audioconvert/audioconvert.c: (if), (float),
13240 (audio_convert_get_func_index), (check_default),
13241 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13242 (audio_convert_clean_context), (audio_convert_get_sizes),
13243 (audio_convert_convert):
13246 2005-08-26 Wim Taymans <wim@fluendo.com>
13248 * gst/audioconvert/audioconvert.c: (if), (float),
13249 (audio_convert_get_func_index), (check_default),
13250 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13251 (audio_convert_clean_context), (audio_convert_get_sizes),
13252 (audio_convert_convert):
13253 More elegant and working temp buffer selection algo.
13255 2005-08-26 Wim Taymans <wim@fluendo.com>
13257 * gst/audioconvert/audioconvert.c: (if), (float),
13258 (audio_convert_get_func_index), (check_default),
13259 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13260 (audio_convert_clean_context), (audio_convert_get_sizes),
13261 (get_temp_buffer), (audio_convert_convert):
13262 Use realloc else we lose our original data.
13264 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
13266 * gst/audioresample/gstaudioresample.c:
13267 use base class' newsegment to properly timestamp
13269 2005-08-26 Wim Taymans <wim@fluendo.com>
13271 * gst/audioconvert/audioconvert.c: (if), (float),
13272 (audio_convert_get_func_index), (check_default),
13273 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13274 (audio_convert_clean_context), (audio_convert_get_sizes),
13275 (get_temp_buffer), (audio_convert_convert):
13276 * gst/audioconvert/gstaudioconvert.c:
13277 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13278 (gst_audio_convert_transform_caps),
13279 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13280 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13281 Oops, allocate enough space to perform the channel mix.
13283 2005-08-26 Wim Taymans <wim@fluendo.com>
13285 * gst/audioconvert/Makefile.am:
13286 * gst/audioconvert/audioconvert.c: (if), (float),
13287 (audio_convert_get_func_index), (check_default),
13288 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13289 (audio_convert_clean_context), (audio_convert_get_sizes),
13290 (get_temp_buffer), (audio_convert_convert):
13291 * gst/audioconvert/audioconvert.h:
13292 * gst/audioconvert/gstaudioconvert.c:
13293 (gst_audio_convert_class_init), (gst_audio_convert_init),
13294 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13295 (gst_audio_convert_get_unit_size),
13296 (gst_audio_convert_transform_caps),
13297 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13298 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13299 * gst/audioconvert/gstaudioconvert.h:
13300 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13301 (gst_channel_mix_fill_identical),
13302 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13303 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13304 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13305 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13306 (gst_channel_mix_mix):
13307 * gst/audioconvert/gstchannelmix.h:
13308 Cleanups, librarify a bit, optimize, better negotiation and more.
13310 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13312 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13313 Another from MikeS:
13314 During typefinding, don't support negative offsets
13315 (offsets from the end of the stream) in our typefind->peek() function
13316 - nothing embedded in ogg ever needs them. However, we need to recognise
13317 those requests and reject them, otherwise we return invalid pointers.
13319 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13321 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13322 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13323 (vorbisdec_finalize), (vorbis_handle_type_packet):
13324 Big shout-out to MikeS for fixing this giant memory leak.
13327 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13329 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13330 (audio_convert_get_unit_size):
13333 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13335 * check/Makefile.am:
13336 * check/elements/audioconvert.c: (setup_audioconvert),
13337 (cleanup_audioconvert), (get_int_caps), (verify_convert),
13338 (GST_START_TEST), (audioconvert_suite), (main):
13339 add a test for audioconvert
13340 * gst/audioresample/gstaudioresample.c:
13341 * gst/audioresample/gstaudioresample.h:
13342 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13343 note that for buffers of 1/3 sec this means DURATION(c) is
13344 one nanosecond more than for a and b
13346 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13348 * check/Makefile.am:
13349 * check/elements/audioresample.c: (setup_audioresample),
13350 (cleanup_audioresample), (fail_unless_perfect_stream),
13351 (test_perfect_stream_instance), (GST_START_TEST),
13352 add a check for audioresample
13353 (audioresample_suite), (main):
13354 * check/elements/volume.c: (GST_START_TEST):
13355 remove unused method
13356 * gst/audioresample/gstaudioresample.c:
13357 set correct buffer parameters since we're changing them
13358 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13361 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13363 * gst/audioresample/debug.c:
13364 * gst/audioresample/gstaudioresample.c:
13365 add room for extra overlap samples when asked to transform size
13366 protect against possible mem corruption and check for discrepancies
13367 between written size and outbuffer's size so we can warn for
13369 * gst/audioresample/resample.c: (resample_init),
13370 (resample_get_output_size_for_input), (resample_get_output_size),
13371 (resample_set_n_channels), (resample_set_format):
13372 set debug level based on RESAMPLE_DEBUG env var
13373 make sure that get_output_size* returns a whole number of
13375 set sample_size each time either channel or format is set
13376 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13377 * gst/audioresample/resample_functable.c:
13378 (resample_scale_functable):
13379 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13380 remove r->sample_size, it's done in resample.c now
13381 add some debugging to the ref implementation
13382 make sure we only give back bytes that are wholes of the sample
13385 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
13386 * gst/playback/gstplaybasebin.c: (fill_buffer):
13387 Revert unpopular change for GST_MESSAGE_SRC to GObject.
13389 2005-08-25 Stefan Kost <ensonic@users.sf.net>
13391 * gst/volume/gstvolume.c:
13392 made set_caps function static
13394 2005-08-24 Wim Taymans <wim@fluendo.com>
13396 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13397 (gst_vorbisenc_change_state):
13398 Stop leaking taglists.
13400 2005-08-24 Wim Taymans <wim@fluendo.com>
13402 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13403 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13404 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13405 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13406 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13407 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13408 Parse seeking events better.
13410 Generate correct newsegment events, fixes seeking in live oggs.
13412 * ext/theora/theoradec.c: (theora_dec_src_query),
13413 (theora_dec_src_event), (theora_dec_src_getcaps),
13414 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13415 Use newsegment values to report correct play time.
13417 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13418 (vorbis_dec_src_event), (vorbis_dec_sink_event):
13419 * ext/vorbis/vorbisdec.h:
13420 Parse and use newsegment values to report correct play time.
13422 * gst-libs/gst/audio/gstbaseaudiosink.c:
13423 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13424 Clear ringbuffer on flush.
13425 Use newsegment values to calculate playback time.
13427 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13428 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13429 Basesink does newsegment calculations for us now.
13431 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13433 * check/Makefile.am:
13435 add core's plugins to the mix so that playbin works
13436 * check/generic/states.c: (GST_START_TEST):
13437 set a 0 timeout on pipelines, so they don't force the next
13439 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13440 (gst_play_base_bin_change_state):
13441 remove the crappy error handling and do GST error handling
13443 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13445 * check/Makefile.am:
13446 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13447 add same test as to core, it bitches out on playbin atm.
13449 2005-08-24 Wim Taymans <wim@fluendo.com>
13454 2005-08-24 Wim Taymans <wim@fluendo.com>
13456 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13457 (gst_videoscale_prepare_size), (parse_caps),
13458 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13459 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13460 (gst_videoscale_transform):
13461 * gst/videoscale/gstvideoscale.h:
13462 Refactor, make use of BaseTranform really well.
13464 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13467 compile audioresample
13468 * gst/audioresample/Makefile.am:
13469 * gst/audioresample/buffer.c:
13470 * gst/audioresample/functable.c:
13471 * gst/audioresample/gstaudioresample.c:
13472 * gst/audioresample/gstaudioresample.h:
13473 * gst/audioresample/resample.c:
13474 (resample_get_output_size_for_input):
13475 * gst/audioresample/resample.h:
13476 * gst/audioresample/resample_chunk.c:
13477 * gst/audioresample/resample_functable.c:
13478 * gst/audioresample/resample_ref.c:
13479 port to use basetransform; doesn't work in all cases yet
13481 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13483 * gst/audioconvert/gstaudioconvert.c:
13484 (gst_audio_convert_class_init), (gst_audio_convert_init),
13485 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13486 (audio_convert_fixate_caps), (audio_convert_set_caps),
13487 (audio_convert_transform),
13488 (gst_audio_convert_buffer_to_default_format),
13489 (gst_audio_convert_buffer_from_default_format),
13490 (gst_audio_convert_channels):
13491 * gst/audioconvert/gstchannelmix.c:
13492 * gst/audioconvert/gstchannelmix.h:
13493 port to basetransform
13494 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13495 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13496 (gst_ffmpegcsp_get_unit_size):
13497 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13498 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13499 fix for basetransform changes
13501 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13503 * check/Makefile.am:
13504 Add CHECK_CFLAGS and LDFLAGS
13506 * gst/playback/gstplaybasebin.c: (fill_buffer):
13507 GST_MESSAGE_SRC became a GObject
13509 2005-08-24 Wim Taymans <wim@fluendo.com>
13511 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13512 (gst_ring_buffer_clear_all):
13513 * gst-libs/gst/audio/gstringbuffer.h:
13514 Added function to clear the ringbuffer.
13516 2005-08-24 Andy Wingo <wingo@pobox.com>
13518 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13519 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13520 of _open and _close.
13522 * sys/v4l/gstv4lxoverlay.h:
13523 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13524 an Xv connection here, instead of all the time. Make Xv only be
13525 loaded if you axe for it. Kindof a workaround for buggy behaviour
13526 of Xv when using remote xservers (XvQueryExtension would block).
13527 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13528 replace the _open and _close public API. Only start the xv
13529 connection if necessary.
13530 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13532 2005-08-23 David Schleef <ds@schleef.org>
13534 * gst/audioresample/Makefile.am: Leet audioresampling code
13535 * gst/audioresample/buffer.c:
13536 * gst/audioresample/buffer.h:
13537 * gst/audioresample/debug.c:
13538 * gst/audioresample/debug.h:
13539 * gst/audioresample/functable.c:
13540 * gst/audioresample/functable.h:
13541 * gst/audioresample/gstaudioresample.c:
13542 * gst/audioresample/gstaudioresample.h:
13543 * gst/audioresample/resample.c:
13544 * gst/audioresample/resample.h:
13545 * gst/audioresample/resample_chunk.c:
13546 * gst/audioresample/resample_functable.c:
13547 * gst/audioresample/resample_ref.c:
13549 2005-08-23 Wim Taymans <wim@fluendo.com>
13551 * examples/seeking/seek.c: (make_vorbis_pipeline),
13552 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13553 Small seek updates.
13555 2005-08-23 Andy Wingo <wingo@pobox.com>
13557 * gst-libs/gst/audio/gstbaseaudiosrc.c
13558 (gst_base_audio_src_fixate): Only fixate endianness if it is
13559 present in the caps.
13561 2005-08-22 Andy Wingo <wingo@pobox.com>
13563 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13564 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13565 device-name property.
13567 * gst-libs/gst/audio/gstaudiosrc.h:
13568 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13569 close_device in the ring buffer, like gstaudiosink.
13571 * ext/alsa/gstalsamixer.h:
13572 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13573 macro to implement the interface without much code. Cleanups.
13575 * ext/alsa/gstalsasrc.h:
13576 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13579 * ext/alsa/Makefile.am: Add new files.
13580 * ext/alsa/gstalsamixerelement.c:
13581 * ext/alsa/gstalsamixerelement.c: Split element code out from
13582 mixer code so that alsasrc can be a mixer too.
13584 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13586 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13588 * check/elements/vorbisdec.c: (setup_vorbisdec),
13589 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13590 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13591 (vorbis_handle_identification_packet),
13592 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13593 (vorbis_handle_header_packet), (vorbis_dec_push),
13594 (vorbis_dec_chain):
13595 use the setup/teardown methods to save code. save code is good.
13597 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13599 * check/Makefile.am:
13600 add ext dir for plugins
13601 add vorbisdec test conditionally
13602 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13603 (GST_START_TEST), (volume_suite):
13604 add a test with wrong caps
13605 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13606 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13607 add a vorbisdec test
13608 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13609 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13610 clean up debug output
13611 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13612 yay, fix a segfault/security issue in vorbisdec
13613 gst-launch fakesrc ! vorbisdec wasn't happy
13614 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13615 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13616 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13617 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13618 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13619 (gst_vorbisenc_set_metadata), (get_constraints_string),
13620 (update_start_message), (gst_vorbisenc_setup),
13621 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13622 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13623 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13624 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13625 * ext/vorbis/vorbisenc.h:
13627 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13628 (gst_ffmpegcsp_transform):
13629 have the kow come home
13630 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13632 * gst/volume/gstvolume.c: (volume_set_caps):
13635 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13638 * check/.cvsignore:
13639 * check/Makefile.am:
13640 * check/elements/.cvsignore:
13641 * check/elements/volume.c: (chain_func), (event_func),
13642 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13645 add unit test structure for gst-plugins-base
13646 add a test for volume
13647 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13648 (gst_volume_set_volume), (gst_volume_get_volume),
13649 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13650 (volume_funcfind), (volume_process_float), (volume_process_int16),
13651 (volume_set_caps), (volume_transform), (volume_update_mute),
13652 (volume_update_volume), (volume_set_property),
13653 (volume_get_property):
13654 document a little; use basetransform vmethod _set_caps
13656 2005-08-19 Andy Wingo <wingo@pobox.com>
13658 * ext/alsa/gstalsamixertrack.h:
13659 * ext/alsa/gstalsamixertrack.c:
13660 * ext/alsa/gstalsamixeroptions.h:
13661 * ext/alsa/gstalsamixeroptions.c:
13662 * ext/alsa/gstalsamixer.h:
13663 * ext/alsa/gstalsamixer.c: Port to 0.9.
13665 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13666 Remove gstalsa.c and alsaclock. No more cruft here.
13668 2005-08-18 Wim Taymans <wim@fluendo.com>
13670 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13671 (gst_base_rtp_depayload_chain),
13672 (gst_base_rtp_depayload_add_to_queue),
13673 (gst_base_rtp_depayload_push),
13674 (gst_base_rtp_depayload_queue_release):
13675 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13676 Fix for RTPBuffer changes.
13678 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13679 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13680 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13681 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13682 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13683 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13684 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13685 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13686 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13687 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13688 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13689 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13690 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13691 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13692 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13693 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13694 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13695 (gst_rtpbuffer_get_payload):
13696 * gst-libs/gst/rtp/gstrtpbuffer.h:
13697 Don't subclass GstBuffer but add methods and helper functions
13698 to construct and manipulate RTP packets in regular GstBuffers.
13700 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13702 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13703 moved statement below switch
13704 * gst/volume/gstvolume.c: (gst_volume_class_init):
13707 2005-08-16 Wim Taymans <wim@fluendo.com>
13709 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13710 (gst_base_audio_src_change_state):
13711 Open and close device in READY<->NULL state change.
13713 2005-08-16 Andy Wingo <wingo@pobox.com>
13715 * examples/seeking/Makefile.am: Don't compile non-compiling
13716 compiled objects with the compiler.
13718 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13721 2005-08-12 Philippe Khalaf <burger@speedy.org>
13722 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13723 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13724 Made a thread to release the queue.
13725 Removed timestamp conversion for now.
13727 2005-08-10 Philippe Khalaf <burger@speedy.org>
13728 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13729 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13730 Added rtp timestamp -> gst timestamp conversion.
13731 Fixed several problems with queue.
13733 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13735 * gst-libs/gst/audio/gstaudioclock.h:
13736 * gst-libs/gst/audio/gstaudiofilter.h:
13737 * gst-libs/gst/audio/gstaudiosink.h:
13738 * gst-libs/gst/audio/gstaudiosrc.h:
13739 * gst-libs/gst/audio/gstbaseaudiosink.h:
13740 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13741 * gst-libs/gst/audio/gstringbuffer.h:
13742 * gst-libs/gst/net/gstnetbuffer.h:
13743 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13744 * gst-libs/gst/rtp/gstrtpbuffer.h:
13745 Add padding (you will need to rebuild gst-plugins-base,
13746 gst-plugins and all applications afterwards!)
13748 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13750 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13751 (gst_riff_parse_chunk):
13752 Fix bug in debug message and add some more debug messages.
13754 2005-08-08 Edward Hervey <edward@fluendo.com>
13756 * gst-libs/gst/riff/riff-media.c:
13757 backported updates since branch
13759 2005-08-08 Andy Wingo <wingo@pobox.com>
13761 * gst-libs/gst/audio/gstbaseaudiosink.c
13762 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13763 like good elements should. Close on READY->NULL too.
13765 * gst-libs/gst/audio/gstaudiosink.c
13766 (gst_audioringbuffer_open_device,
13767 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13768 (gst_audioringbuffer_release): Updates for new ring buffer API,
13769 hook into the new audio sink api.
13771 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13772 (GstAudioSinkClass.close): Just open and close the device -- no
13773 resource allocation or configuration.
13774 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13775 vmethods, handle device setup and resource allocation.
13777 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13778 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13781 * gst-libs/gst/audio/gstringbuffer.h
13782 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13785 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13786 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13787 New API functions. The device should be opened before acquiring
13788 and closed after releasing.
13790 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13792 * gst-libs/gst/interfaces/mixer.h:
13793 Reset padding to GST_PADDING.
13795 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13797 * gst/playback/gstplaybin.c: (remove_sinks):
13798 Remove visualization from parent explicitely; works around some
13799 apparent refcount issue that I haven't tracked down yet.
13801 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13803 * ext/alsa/gstalsasink.c: (set_hwparams):
13804 Assign debug category, add negotiation debug msgs.
13806 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13808 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13809 Fix error code for file-not-found to NOT_FOUND.
13811 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13813 * common/gtk-doc-plugins.mak:
13814 * docs/plugins/Makefile.am:
13815 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13816 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13817 renamed to actual element names, so much nicer to look at
13818 * docs/plugins/tmpl/gstmultifdsink.sgml:
13820 * docs/plugins/tmpl/multifdsink.sgml:
13821 * docs/plugins/tmpl/tcpserversink.sgml:
13823 * ext/alsa/gstalsa.c:
13824 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13825 * ext/ogg/gstoggmux.c:
13826 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13827 * gst/playback/gstdecodebin.c:
13828 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13829 * gst/tcp/gsttcpserversink.c:
13830 various fixes and documentation additions
13832 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13834 * common/Makefile.am:
13835 * common/gstdoc-scangobj:
13836 * common/gtk-doc-plugins.mak:
13837 * common/gtk-doc.mak:
13838 add a custom scangobj that uses the registry
13839 add a custom gtk-doc-plugins.mak that uses it
13840 some doc build fixes
13842 * docs/Makefile.am:
13843 * docs/plugins/Makefile.am:
13844 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13845 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13846 * docs/plugins/gst-plugins-base-plugins.types:
13847 * docs/plugins/tmpl/gstmultifdsink.sgml:
13848 add docs for one element, multifdsink
13849 * gst/adder/gstadder.h:
13850 * gst/volume/gstvolume.h:
13851 don't privatize enum
13852 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13853 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13854 (gst_sync_method_get_type), (gst_client_status_get_type),
13855 (gst_multifdsink_class_init),
13856 (gst_multifdsink_client_queue_buffer),
13857 (gst_multifdsink_handle_client_write):
13858 * gst/tcp/gstmultifdsink.h:
13859 * gst/tcp/gsttcp.h:
13860 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13861 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13862 (gst_tcpclientsink_render):
13863 * gst/tcp/gsttcpclientsink.h:
13864 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13865 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13866 (gst_tcpclientsrc_start):
13867 * gst/tcp/gsttcpclientsrc.h:
13868 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13869 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13870 * gst/tcp/gsttcpserversrc.h:
13871 * gst/typefind/gsttypefindfunctions.c:
13872 remove superfluous Type stuff
13874 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13876 * gst/playback/gstplaybin.c: (gen_video_element):
13879 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13881 * gst-libs/gst/gconf/gconf.c:
13882 * gst-libs/gst/gconf/gconf.h:
13883 Fix some Andy Problem [tm].
13885 2005-08-04 Andy Wingo <wingo@pobox.com>
13887 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13888 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13889 (gst_ffmpegcsp_get_size): Adapt to API changes.
13891 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13892 Implement an in-place do-nothing transform.
13894 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13896 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13897 (gst_ximagesink_renegotiate_size):
13898 Do not set new window sizes yet if we prepare a new buffer size
13899 for upstream renegotiation (software scaling) at some point in the
13900 future, because this new size waqs not actually accepted yet. Once
13901 accepted, renegotiation later on will set the new sizes just fine.
13902 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13903 embedding testcase.
13905 2005-08-03 Andy Wingo <wingo@pobox.com>
13907 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13908 (gst_ximagesink_buffer_alloc):
13909 Protect the height, width, and desired_caps with the pool_lock.
13910 Fixes videotestsrc ! queue ! ximagesink.
13912 2005-08-02 Edward Hervey <edward@fluendo.com>
13914 * gst/volume/gstvolume.c:
13915 include left from controller cleanup
13917 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13918 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13919 Stop collectpads before calling the parent state
13920 change function on PAUSED->READY.
13922 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13924 When testing for X libs, use the X CFlags
13925 * gst/adder/gstadder.c: (gst_adder_change_state):
13926 Stop the collectpads before calling parent state change function
13927 on PAUSED->READY, otherwise we deadlock deactivating pads.
13929 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13932 * docs/libs/tmpl/gstcolorbalance.sgml:
13933 * docs/libs/tmpl/gstmixer.sgml:
13934 * examples/Makefile.am:
13935 * gst/sine/Makefile.am:
13936 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13937 (gst_sinesrc_set_property), (plugin_init):
13938 * gst/sine/gstsinesrc.h:
13939 * gst/volume/Makefile.am:
13940 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13941 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13942 (volume_process_float), (volume_process_int16),
13943 (volume_set_property), (plugin_init):
13944 * gst/volume/gstvolume.h:
13945 deactivate and remove dparams (libgstcontrol)
13947 2005-07-29 Wim Taymans <wim@fluendo.com>
13949 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13950 Convert me to BaseTransform!! help..
13952 2005-07-29 Andy Wingo <wingo@pobox.com>
13954 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13957 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13958 support of both endiannesses.
13960 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13962 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13963 Fix confusing debug message (s/event/query/)
13965 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13967 * gst/videotestsrc/videotestsrc.h:
13968 Use "_stdint.h" instead of <stdint.h>
13970 2005-07-27 Wim Taymans <wim@fluendo.com>
13972 * ext/vorbis/Makefile.am:
13973 Revert wrong commit.
13975 2005-07-27 Wim Taymans <wim@fluendo.com>
13977 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13978 More compilation fixen.
13980 2005-07-27 Wim Taymans <wim@fluendo.com>
13982 * gst-libs/gst/audio/gstbaseaudiosink.c:
13983 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13984 (gst_base_audio_sink_create_ringbuffer),
13985 (gst_base_audio_sink_change_state):
13988 2005-07-27 Wim Taymans <wim@fluendo.com>
13990 * examples/seeking/seek.c: (setup_dynamic_link),
13991 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13992 (query_positions_elems), (query_positions_pads), (do_seek):
13993 Update seek example.
13995 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13996 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13997 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13998 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13999 (gst_ogg_demux_handle_event),
14000 (gst_ogg_demux_deactivate_current_chain),
14001 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14002 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
14003 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
14004 (gst_ogg_demux_loop):
14005 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
14006 * ext/theora/theoradec.c: (theora_dec_src_event),
14007 (theora_dec_src_getcaps), (theora_dec_sink_event),
14008 (theora_dec_push), (theora_dec_chain):
14009 * ext/vorbis/Makefile.am:
14010 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
14011 (vorbis_dec_sink_event), (vorbis_dec_push),
14012 (vorbis_handle_data_packet):
14013 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
14014 (gst_vorbisenc_chain):
14015 * gst/playback/gststreaminfo.c: (cb_probe):
14016 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
14017 * gst/videorate/gstvideorate.c: (gst_videorate_event):
14018 * gst/videoscale/gstvideoscale.c:
14019 (gst_videoscale_handle_src_event):
14020 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
14021 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
14022 (gst_ximagesink_navigation_send_event):
14023 * sys/xvimage/xvimagesink.c:
14024 (gst_xvimagesink_navigation_send_event):
14025 Various event updates and cleanups
14027 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14029 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
14030 Fix segfault for I420/YV12.
14032 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14034 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
14037 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14039 * gst/playback/gstplaybin.c: (gen_video_element),
14040 (gen_audio_element):
14041 Switch to auto*sink elements as default sinks; add volume element
14042 so that volume control in totem works.
14044 2005-07-21 Wim Taymans <wim@fluendo.com>
14046 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14047 * gst/playback/gstplaybin.c: (setup_sinks),
14048 (gst_play_bin_change_state):
14049 Refcount fix and more comments.
14051 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
14053 * sys/ximage/Makefile.am:
14054 * sys/ximage/ximage.c: (plugin_init):
14055 * sys/ximage/ximagesink.c:
14056 Prepare for adding ximagesrc, rename of plugin to ximage etc.
14059 2005-07-21 Wim Taymans <wim@fluendo.com>
14061 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
14062 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
14063 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14064 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14065 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14066 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
14067 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
14068 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
14069 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
14070 Generate correct disconts for live chained oggs.
14072 * gst-libs/gst/audio/gstbaseaudiosink.c:
14073 (gst_base_audio_sink_render),
14074 (gst_base_audio_sink_create_ringbuffer),
14075 (gst_base_audio_sink_change_state):
14076 Handle discont math correctly.
14078 * gst/playback/gstplaybin.c: (add_sink):
14079 Some small debug cleanup.
14081 2005-07-21 Wim Taymans <wim@fluendo.com>
14083 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
14084 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
14085 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14086 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14087 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14088 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
14089 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14090 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
14091 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
14092 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
14093 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
14094 (gst_ogg_demux_change_state), (gst_ogg_print):
14095 Reorganize code to send the right disconts when in streaming
14098 2005-07-20 Andy Wingo <wingo@pobox.com>
14100 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
14101 fix (?), fixes a seggie mcfalterson (#310894).
14103 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14105 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
14106 (gst_ogg_mux_set_header_on_caps):
14107 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14108 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14109 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14110 * gst-libs/gst/audio/multichannel.c:
14111 (gst_audio_set_channel_positions),
14112 (gst_audio_set_structure_channel_positions_list):
14113 * gst/playback/gstdecodebin.c: (dynamic_create):
14114 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
14115 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
14116 Fixes for API changes in core.
14118 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14120 * gst/playback/gstplaybasebin.c: (fill_buffer):
14121 Use _new_custom() so we can set custom message types for buffering
14124 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14127 * gst-libs/gst/Makefile.am:
14128 * gst-libs/gst/gconf/.cvsignore:
14129 * gst-libs/gst/gconf/Makefile.am:
14130 * gst-libs/gst/gconf/test-gconf.c:
14131 * pkgconfig/Makefile.am:
14132 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14133 * pkgconfig/gstreamer-gconf.pc.in:
14134 Remove gconf stuff, use gconf elements instead from now on.
14136 2005-07-20 Wim Taymans <wim@fluendo.com>
14138 * gst-libs/gst/audio/TODO:
14139 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
14140 (gst_audio_clock_get_internal_time):
14141 * gst-libs/gst/audio/gstaudioclock.h:
14142 * gst-libs/gst/audio/gstbaseaudiosink.c:
14143 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14144 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
14145 (gst_base_audio_sink_render),
14146 (gst_base_audio_sink_create_ringbuffer),
14147 (gst_base_audio_sink_change_state):
14148 Make sure the audio clock always returns an increasing value.
14150 2005-07-19 Andy Wingo <wingo@pobox.com>
14152 * gst/videotestsrc/: Cleanups.
14154 2005-07-19 Wim Taymans <wim@fluendo.com>
14156 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14159 2005-07-19 Wim Taymans <wim@fluendo.com>
14161 * examples/seeking/seek.c: (make_dv_pipeline),
14162 (make_vorbis_theora_pipeline), (query_rates),
14163 (query_positions_elems), (query_positions_pads), (do_seek):
14164 Make correct DV pipeline.
14166 2005-07-18 Andy Wingo <wingo@pobox.com>
14168 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
14169 default. Also because it's the only thing that really works. (This
14170 is used in the GConf elements).
14171 Use AS_LIBTOOL_TAGS.
14173 2005-07-18 Wim Taymans <wim@fluendo.com>
14175 * gst/playback/gstdecodebin.c: (remove_element_chain):
14176 * gst/playback/gstplaybin.c: (add_sink):
14177 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14178 (gst_stream_info_set_mute):
14179 * gst/playback/gststreamselector.c:
14180 (gst_stream_selector_get_linked_pad),
14181 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
14182 More leak and compile fixes.
14184 2005-07-18 Wim Taymans <wim@fluendo.com>
14186 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14187 (query_rates), (query_positions_elems), (query_positions_pads),
14188 (do_seek), (seek_cb), (stop_seek):
14189 Updated seek example.
14191 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
14192 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
14193 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
14194 * gst/playback/gstplaybin.c: (add_sink):
14195 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14196 (gst_stream_info_set_mute):
14197 Some refcount leak fixes.
14199 2005-07-16 Wim Taymans <wim@fluendo.com>
14201 * gst-libs/gst/audio/gstbaseaudiosink.c:
14202 (gst_base_audio_sink_render):
14203 Align samples even if we have roundoff errors in the
14204 timestamp conversion.
14206 2005-07-16 Wim Taymans <wim@fluendo.com>
14208 * docs/libs/tmpl/gstringbuffer.sgml:
14209 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14210 (query_rates), (query_positions_elems), (query_positions_pads),
14211 (update_scale), (do_seek):
14212 Updated seek example.
14214 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14215 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
14216 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
14217 (gst_ogg_demux_loop):
14218 Push out correct discont values.
14220 * ext/theora/theoradec.c: (theora_dec_src_convert),
14221 (theora_dec_sink_convert), (theora_dec_src_getcaps),
14222 (theora_dec_sink_event), (theora_handle_type_packet),
14223 (theora_handle_header_packet), (theora_dec_push),
14224 (theora_handle_data_packet), (theora_dec_chain),
14225 (theora_dec_change_state):
14226 Better timestamping.
14228 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14229 (vorbis_dec_sink_event), (vorbis_dec_push),
14230 (vorbis_handle_data_packet), (vorbis_dec_chain):
14231 * ext/vorbis/vorbisdec.h:
14232 Better timestamping.
14234 * gst-libs/gst/audio/gstbaseaudiosink.c:
14235 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
14236 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14237 Handle syncing on timestamps instead of sample offsets. Make
14238 use of DISCONT values as described in design docs.
14240 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14241 (gst_base_audio_src_get_time):
14242 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14243 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14244 (gst_ring_buffer_read):
14245 * gst-libs/gst/audio/gstringbuffer.h:
14246 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14247 (gst_ximagesink_show_frame):
14248 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14249 Correcly convert buffer timestamp to stream time.
14251 2005-07-16 Wim Taymans <wim@fluendo.com>
14253 * gst/audioconvert/gstaudioconvert.c:
14254 (gst_audio_convert_get_buffer):
14255 Timestamp buffers correctly.
14257 * gst/playback/gstplaybin.c: (gen_video_element):
14258 Make internal fakesink silent.
14260 2005-07-15 Wim Taymans <wim@fluendo.com>
14262 * gst/ffmpegcolorspace/Makefile.am:
14263 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14264 (gst_ffmpegcsp_caps_remove_format_info),
14265 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14266 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14267 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14268 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14269 Ported ffmpegcolorspace to basetransform.
14271 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14272 * gst/volume/gstvolume.c: (volume_transform):
14275 2005-07-14 Wim Taymans <wim@fluendo.com>
14277 * gst/videotestsrc/Makefile.am:
14278 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14279 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14280 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14281 (gst_videotestsrc_init), (gst_videotestsrc_event),
14282 (gst_videotestsrc_create), (gst_videotestsrc_start),
14283 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14284 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14285 (gst_videotestsrc_get_property):
14286 * gst/videotestsrc/gstvideotestsrc.h:
14287 Make videotestsrc a pushsrc.
14289 2005-07-14 Wim Taymans <wim@fluendo.com>
14291 * gst/tcp/gstfdset.c: (gst_fdset_free):
14292 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14293 (gst_multifdsink_add), (gst_multifdsink_remove),
14294 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14295 (gst_multifdsink_remove_client_link),
14296 (gst_multifdsink_client_queue_data),
14297 (gst_multifdsink_client_queue_caps),
14298 (gst_multifdsink_client_queue_buffer),
14299 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14300 (gst_multifdsink_stop):
14301 * gst/tcp/gstmultifdsink.h:
14304 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14305 Also draw image when not from a pool.
14307 2005-07-14 Wim Taymans <wim@fluendo.com>
14309 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14310 (mute_stream), (silence_stream):
14311 Small debug additions.
14313 2005-07-14 Wim Taymans <wim@fluendo.com>
14315 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14316 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14317 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14318 Better error recovery, ignore unconnected pads and
14321 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
14323 * docs/libs/tmpl/gstaudio.sgml:
14324 * docs/libs/tmpl/gstcolorbalance.sgml:
14325 * docs/libs/tmpl/gstgconf.sgml:
14326 * docs/libs/tmpl/gstmixer.sgml:
14327 * docs/libs/tmpl/gstringbuffer.sgml:
14328 * docs/libs/tmpl/gsttuner.sgml:
14329 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14330 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14331 (gst_tcpclientsrc_class_init):
14332 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14333 (gst_tcpserversrc_class_init):
14334 * sys/v4l/gstv4lelement.c:
14335 more autistic cleanliness in functions/names/defines
14337 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
14340 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14341 added manually to each Makefile.am so we are sure it goes
14342 *last* and doesn't add -L flags before linking in libs of our
14343 own, like, say, internal .la libs, that then accidentally pick
14344 up the installed copy.
14345 * docs/libs/Makefile.am:
14346 * ext/alsa/Makefile.am:
14347 * ext/cdparanoia/Makefile.am:
14348 * ext/gnomevfs/Makefile.am:
14349 * ext/libvisual/Makefile.am:
14350 * ext/ogg/Makefile.am:
14351 * ext/theora/Makefile.am:
14352 * ext/vorbis/Makefile.am:
14353 * gst-libs/gst/video/Makefile.am:
14354 * gst/adder/Makefile.am:
14355 * gst/audioconvert/Makefile.am:
14356 * gst/audiorate/Makefile.am:
14357 * gst/audioscale/Makefile.am:
14358 * gst/ffmpegcolorspace/Makefile.am:
14359 * gst/playback/Makefile.am:
14360 * gst/sine/Makefile.am:
14361 * gst/subparse/Makefile.am:
14362 * gst/tags/Makefile.am:
14363 * gst/tcp/Makefile.am:
14364 * gst/typefind/Makefile.am:
14365 * gst/videorate/Makefile.am:
14366 * gst/videoscale/Makefile.am:
14367 * gst/videotestsrc/Makefile.am:
14368 * gst/volume/Makefile.am:
14369 * sys/v4l/Makefile.am:
14370 * sys/ximage/Makefile.am:
14371 * sys/xvimage/Makefile.am:
14372 adapt properly to this change. This should make sure that
14373 plugins and libs properly link to the as-yet-uninstalled
14374 copies of stuff like libgstinterfaces and libgstvideo
14376 2005-07-13 Andy Wingo <wingo@pobox.com>
14378 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14379 (gst_v4lsrc_fixate): Fixate on format as well.
14381 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
14382 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14383 buffer points to it.
14384 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14385 rather just doing X calls ourselves. Also fixes a memleak.
14387 2005-07-12 Andy Wingo <wingo@pobox.com>
14389 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
14390 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
14391 (gst_v4lsrc_create): Re-add the copy-mode property, default to
14392 TRUE to avoid deadlocks if an element holds on to our buffers.
14394 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
14396 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14397 (gst_sinesrc_init), (gst_sinesrc_create),
14398 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14399 (gst_sinesrc_start):
14400 * gst/sine/gstsinesrc.h:
14401 removing num-buffers property before moving it
14403 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
14406 use overridable ERROR_CFLAGS
14407 * docs/libs/gst-plugins-base-libs.types:
14408 * docs/libs/tmpl/gstringbuffer.sgml:
14409 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14410 (gst_alsasink_class_init):
14411 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14412 (gst_alsasrc_class_init):
14413 * gst-libs/gst/audio/audio.h:
14414 * gst-libs/gst/audio/gstaudioclock.h:
14415 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14416 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14417 (gst_audio_filter_link), (gst_audio_filter_init),
14418 (gst_audio_filter_chain), (gst_audio_filter_set_property),
14419 (gst_audio_filter_get_property),
14420 (gst_audio_filter_class_add_pad_templates):
14421 * gst-libs/gst/audio/gstaudiofilter.h:
14422 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14423 (gst_audio_filter_template_get_type),
14424 (gst_audio_filter_template_base_init),
14425 (gst_audio_filter_template_class_init),
14426 (gst_audio_filter_template_init),
14427 (gst_audio_filter_template_set_property),
14428 (gst_audio_filter_template_get_property), (plugin_init),
14429 (gst_audio_filter_template_setup),
14430 (gst_audio_filter_template_filter),
14431 (gst_audio_filter_template_filter_inplace):
14432 * gst-libs/gst/audio/gstaudiosink.c:
14433 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14434 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14435 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14436 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14437 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14438 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14439 * gst-libs/gst/audio/gstaudiosink.h:
14440 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14441 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14442 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14443 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14444 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14445 (gst_audio_src_class_init), (gst_audio_src_init),
14446 (gst_audio_src_create_ringbuffer):
14447 * gst-libs/gst/audio/gstaudiosrc.h:
14448 * gst-libs/gst/audio/gstbaseaudiosink.c:
14449 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14450 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14451 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14452 (gst_base_audio_sink_set_property),
14453 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14454 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14455 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14456 (gst_base_audio_sink_create_ringbuffer),
14457 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14458 * gst-libs/gst/audio/gstbaseaudiosink.h:
14459 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14460 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14461 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14462 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14463 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14464 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14465 (gst_base_audio_src_event), (gst_base_audio_src_create),
14466 (gst_base_audio_src_create_ringbuffer),
14467 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14468 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14469 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14470 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14471 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14472 (gst_ring_buffer_debug_spec_caps),
14473 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14474 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14475 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14476 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14477 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14478 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14479 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14480 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14481 (gst_ring_buffer_clear):
14482 * gst-libs/gst/audio/gstringbuffer.h:
14483 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14484 (gst_video_sink_class_init), (gst_video_sink_get_type):
14485 * gst-libs/gst/video/videosink.h:
14486 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14487 (gst_multifdsink_class_init),
14488 (gst_multifdsink_handle_client_write),
14489 (gst_multifdsink_change_state):
14490 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14491 (gst_tcpclientsink_setcaps):
14492 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14493 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14494 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14495 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14496 (gst_ximagesink_send_pending_navigation),
14497 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14498 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14499 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14500 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14501 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14502 (gst_xvimagesink_send_pending_navigation),
14503 (gst_xvimagesink_navigation_send_event),
14504 (gst_xvimagesink_set_xwindow_id),
14505 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14506 (gst_xvimagesink_get_type):
14507 more macro splitting
14509 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14511 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14512 plug a memleak, allows me to import 1479 albums in one go
14514 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14515 (vorbis_handle_type_packet), (vorbis_dec_chain),
14516 (vorbis_dec_change_state):
14517 fix some format strings
14519 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14521 * docs/libs/tmpl/gstcolorbalance.sgml:
14522 * docs/libs/tmpl/gstmixer.sgml:
14523 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14524 (gst_alsasink_set_property), (gst_alsasink_get_property):
14525 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14526 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14527 add device property
14529 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14531 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14532 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14533 (audiocast_register_listener), (audiocast_thread_run),
14534 (gst_gnomevfssrc_send_additional_headers_callback),
14535 (gst_gnomevfssrc_received_headers_callback),
14536 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14537 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14538 (gst_gnomevfssrc_get_size):
14539 add/clean up debugging
14540 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14543 2005-07-07 Andy Wingo <wingo@pobox.com>
14545 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14546 framerate. Need to get a handle on when exactly this function is
14549 * sys/v4l/v4lsrc_calls.h:
14550 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14551 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14552 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14554 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14555 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14556 v4lelements are sources.
14558 * sys/v4l/gstv4lxoverlay.h:
14559 * sys/v4l/gstv4lxoverlay.c:
14560 * sys/v4l/gstv4ltuner.h:
14561 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14563 * sys/v4l/gstv4lsrc.h:
14564 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14565 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14566 or something should handle that. Made a live source.
14568 * sys/v4l/gstv4lelement.h:
14569 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14570 signals. Some cleanups.
14572 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14574 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14577 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14580 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14582 2005-07-07 Wim Taymans <wim@fluendo.com>
14584 * ext/theora/theoradec.c: (theora_get_query_types),
14585 (theora_dec_src_getcaps), (theora_dec_push):
14586 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14587 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14588 Remove deprecated/unused query types.
14590 2005-07-06 Wim Taymans <wim@fluendo.com>
14592 * ext/alsa/Makefile.am:
14593 * ext/alsa/gstalsaplugin.c: (plugin_init):
14594 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14595 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14596 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14597 (gst_alsasrc_class_init), (gst_alsasrc_init),
14598 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14599 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14600 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14601 (gst_alsasrc_reset):
14602 * ext/alsa/gstalsasrc.h:
14603 * gst-libs/gst/audio/Makefile.am:
14604 * gst-libs/gst/audio/gstaudiosink.c:
14605 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14606 (gst_audioringbuffer_start):
14607 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14608 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14609 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14610 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14611 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14612 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14613 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14614 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14615 * gst-libs/gst/audio/gstaudiosrc.h:
14616 * gst-libs/gst/audio/gstbaseaudiosink.c:
14617 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14618 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14619 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14620 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14621 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14622 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14623 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14624 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14625 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14626 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14627 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14628 (gst_baseaudiosrc_change_state):
14629 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14630 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14631 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14632 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14633 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14634 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14635 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14636 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14637 * gst-libs/gst/audio/gstringbuffer.h:
14638 Added audiosource base classes.
14639 Ported alsasrc, still very basic.
14641 2005-07-06 Wim Taymans <wim@fluendo.com>
14643 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14644 (theora_dec_push), (theora_handle_data_packet):
14645 Prepare for better timestamp fix later.
14647 * gst/audioconvert/gstaudioconvert.c:
14648 List most accurate caps first
14650 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14651 Use proper pad task function.
14653 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14654 (gst_xvimagesink_show_frame):
14655 Fix deadlock when alloc failed.
14657 2005-07-05 Andy Wingo <wingo@pobox.com>
14659 * ext/gnomevfs/gstgnomevfssrc.c:
14660 * gst/sine/gstsinesrc.c:
14661 * gst/tcp/gsttcpserversrc.c:
14662 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14664 * sys/v4l/: Port from 0.8.
14666 * Many files: Null if we got it....
14668 2005-07-05 Andy Wingo <wingo@pobox.com>
14670 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14671 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14674 2005-07-05 Wim Taymans <wim@fluendo.com>
14677 * gst/tcp/Makefile.am:
14679 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14680 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14681 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14682 (is_sync_frame), (gst_multifdsink_handle_client_write),
14683 (gst_multifdsink_render), (gst_multifdsink_start),
14684 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14685 * gst/tcp/gstmultifdsink.h:
14686 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14687 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14688 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14689 * gst/tcp/gsttcp.h:
14690 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14691 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14692 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14693 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14694 * gst/tcp/gsttcpclientsink.h:
14695 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14696 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14697 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14698 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14699 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14700 * gst/tcp/gsttcpclientsrc.h:
14701 * gst/tcp/gsttcpplugin.c: (plugin_init):
14702 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14703 * gst/tcp/gsttcpserversink.h:
14704 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14705 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14706 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14707 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14708 (gst_tcpserversrc_stop):
14709 * gst/tcp/gsttcpserversrc.h:
14710 * gst/tcp/gsttcpsink.c:
14711 * gst/tcp/gsttcpsink.h:
14712 * gst/tcp/gsttcpsrc.c:
14713 * gst/tcp/gsttcpsrc.h:
14714 Ported tcp plugins to 0.9.
14717 2005-07-05 Andy Wingo <wingo@pobox.com>
14719 * gst/playback/gstplaybasebin.c (fill_buffer):
14720 message_new_application fixen.
14722 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14725 2005-07-04 Wim Taymans <wim@fluendo.com>
14727 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14728 Set caps on output buffer.
14730 2005-07-04 Andy Wingo <wingo@pobox.com>
14732 * ext/gnomevfs/gstgnomevfssrc.c
14733 (gst_gnomevfssrc_received_headers_callback)
14734 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14737 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14738 No refcount leakage.
14740 * configure.ac: Enable -Werror.
14742 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14743 * gst/audioconvert/bufferframesconvert.c
14744 (buffer_frames_convert_fixate):
14745 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14746 (gst_audio_convert_fixate):
14747 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14748 (gst_sinesrc_create): Fixate func changes.
14750 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14751 (gst_ximagesink_buffer_alloc): Unused var.
14753 2005-07-01 Andy Wingo <wingo@pobox.com>
14755 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14756 getcaps to do explicit caps. Needs to be done in all decoders,
14757 possibly via a base class.
14759 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14761 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14762 caps on the sink pad, just rely on the pad template. Also, setting
14763 ANY caps on a pad is not valid because the caps are not fixed.
14765 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14766 caps on the buffer, and get the width from the desired_caps if
14768 (gst_ximagesink_renegotiate_size): Implement via setting the
14769 desired_caps on the ximagesink.
14770 (gst_ximagesink_setcaps): Only reset the width of the player if it
14771 wasn't already set. Not sure if this is right.
14772 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14774 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14775 that the user wants. NULL unless the window has been resized.
14777 * gst/volume/gstvolume.c (volume_transform): Adapt to
14778 basetransform refcount changes.
14780 2005-07-01 Andy Wingo <wingo@pobox.com>
14782 * gst/videoscale/gstvideoscale.c:
14783 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14784 from BaseTransform, implements a transform_caps. Removed dead code
14785 including some PAR stuff that was never reached -- should probably
14786 be added back somehow.
14788 2005-07-01 Andy Wingo <wingo@pobox.com>
14790 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14793 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14796 * docs/libs/Makefile.am:
14797 * docs/libs/gst-plugins-libs.types:
14798 * ext/alsa/Makefile.am:
14799 * ext/alsa/gstalsamixer.h:
14800 * ext/alsa/gstalsamixeroptions.h:
14801 * ext/alsa/gstalsamixertrack.h:
14802 * gst-libs/gst/Makefile.am:
14803 * gst-libs/gst/colorbalance/.cvsignore:
14804 * gst-libs/gst/colorbalance/Makefile.am:
14805 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14806 * gst-libs/gst/colorbalance/colorbalance.c:
14807 * gst-libs/gst/colorbalance/colorbalance.h:
14808 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14809 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14810 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14811 * gst-libs/gst/interfaces/Makefile.am:
14812 * gst-libs/gst/interfaces/colorbalance.c:
14813 (gst_color_balance_class_init):
14814 * gst-libs/gst/interfaces/colorbalance.h:
14815 * gst-libs/gst/interfaces/interfaces-marshal.list:
14816 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14817 * gst-libs/gst/interfaces/mixer.h:
14818 * gst-libs/gst/interfaces/mixeroptions.h:
14819 * gst-libs/gst/interfaces/navigation.c:
14820 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14821 * gst-libs/gst/interfaces/tuner.h:
14822 * gst/volume/Makefile.am:
14823 * gst/volume/gstvolume.c:
14824 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14825 * sys/ximage/Makefile.am:
14826 * sys/ximage/ximagesink.c:
14827 * sys/xvimage/Makefile.am:
14828 * sys/xvimage/xvimagesink.c:
14829 fold in all interfaces into an interfaces dir, preserving CVS
14832 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14834 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14835 Fix build after riff changes.
14837 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14839 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14840 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14841 (gst_riff_create_video_template_caps),
14842 (gst_riff_create_audio_template_caps),
14843 (gst_riff_create_iavs_template_caps):
14844 * gst-libs/gst/riff/riff-media.h:
14845 * gst-libs/gst/riff/riff-read.h:
14846 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14847 Add gst_riff_init() to initialize the debug category, instead
14848 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14850 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14852 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14853 Oops, I shouldn't apply hacks.
14855 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14857 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14858 Remove pad_loop function which doesn't work.
14860 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14862 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14863 Send EOS when deactivating.
14864 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14865 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14866 (gen_preroll_element), (probe_triggered), (mute_stream),
14867 (silence_stream), (new_decoded_pad), (setup_substreams),
14868 (set_active_source):
14869 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14870 (remove_sinks), (add_sink):
14871 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14872 Change for new probe API.
14874 2005-06-29 Wim Taymans <wim@fluendo.com>
14876 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14877 * gst-libs/gst/audio/gstbaseaudiosink.c:
14878 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14879 (gst_baseaudiosink_change_state):
14880 * gst-libs/gst/audio/gstbaseaudiosink.h:
14881 * gst-libs/gst/audio/gstringbuffer.c:
14882 (gst_ringbuffer_set_callback):
14883 Fix compilation error.
14884 Ringbuffer starts out as not running.
14885 Free our clock in dispose.
14886 When releasing the ringbuffer we need to renegotiate so
14887 clear the pad caps.
14889 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14893 * docs/Makefile.am:
14894 * docs/libs/Makefile.am:
14895 * docs/libs/gst-plugins-libs-docs.sgml:
14896 * docs/libs/gst-plugins-libs-sections.txt:
14897 * docs/libs/gst-plugins-libs.types:
14898 * docs/libs/tmpl/gstaudio.sgml:
14899 * docs/libs/tmpl/gstcolorbalance.sgml:
14900 * docs/libs/tmpl/gstringbuffer.sgml:
14901 * gst-libs/gst/audio/gstringbuffer.c:
14902 (gst_ringbuffer_set_callback):
14903 reinstate gtk-doc docs for plugin libs
14905 2005-06-28 Wim Taymans <wim@fluendo.com>
14907 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14908 (gst_ogg_demux_init):
14909 Removed pad loop function.
14911 2005-06-28 Wim Taymans <wim@fluendo.com>
14913 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14914 If we're building a chain we are not in an error case
14915 when we queue a buffer.
14917 2005-06-28 Andy Wingo <wingo@pobox.com>
14919 * *.c: Don't cast to GstObject before reffing/unreffing.
14921 2005-06-27 Andy Wingo <wingo@pobox.com>
14923 * gst/videotestsrc/gstvideotestsrc.c
14924 (gst_videotestsrc_activate_push): Activation API changes.
14926 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14927 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14928 they have refs on the decodebin.
14930 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14932 (gst_ogg_pad_typefind): Don't leak a pad ref.
14933 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14934 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14935 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14937 2005-06-27 Edward Hervey <edward@fluendo.com>
14939 * ext/theora/theoradec.c: (theora_dec_change_state):
14940 re-arranged call to parent's state change in order to avoid locks (or
14943 2005-06-26 Edward Hervey <edward@fluendo.com>
14945 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14946 2nd argument of 'unknow-type' signal is a GstCaps and not a
14949 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14950 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14951 Set the worker thread's running flag to TRUE before starting the
14953 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14954 Catch a failure to add typefind to the bin.
14956 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14958 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14959 (gst_sinesrc_init), (gst_sinesrc_create),
14960 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14961 (gst_sinesrc_start):
14962 * gst/sine/gstsinesrc.h:
14963 add num-buffers and timestamp-offset properties
14964 * gst/videotestsrc/gstvideotestsrc.c:
14965 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14966 (gst_videotestsrc_get_property):
14967 add timestamp-offset property
14969 2005-06-23 Christian Schaller <uraeus@gnome.org>
14971 * configure.ac: add videorate
14972 * gst-plugins-base.spec.in: add videorate
14974 2005-06-23 Wim Taymans <wim@fluendo.com>
14976 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14977 (gst_videorate_getcaps), (gst_videorate_setcaps),
14978 (gst_videorate_event), (gst_videorate_chain):
14979 Fixed videorate, fixating an already fixated caps is not
14982 2005-06-23 Wim Taymans <wim@fluendo.com>
14985 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14986 Buffer on caps is not boxed anymore.
14988 2005-06-22 Wim Taymans <wim@fluendo.com>
14990 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14991 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14992 Set buffers on caps as miniobjects and not as boxed.
14994 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14999 === release 0.9.1 ===
15001 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
15022 updates for release
15024 2005-06-09 Andy Wingo <wingo@pobox.com>
15026 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
15028 2005-06-09 Andy Wingo <wingo@pobox.com>
15031 * gst-libs/gst/Makefile.am:
15032 * gst-libs/gst/net/Makefile.am:
15033 Add gstnet to build.
15035 2005-06-09 Andy Wingo <wingo@pobox.com>
15037 * gst-libs/gst/gconf/gconf.c:
15038 * gst/playback/test.c:
15039 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
15042 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
15044 * ext/theora/theoraenc.c (theora_enc_chain):
15045 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
15047 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
15050 2005-06-02 Wim Taymans <wim@fluendo.com>
15052 * gst-libs/gst/net/Makefile.am:
15053 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15054 * pkgconfig/gstreamer-libs.pc.in:
15055 Added net stuff, version net lib.
15057 2005-06-02 Wim Taymans <wim@fluendo.com>
15059 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
15060 (query_rates), (query_positions_elems), (query_positions_pads),
15062 Updated seek example.
15064 2005-06-02 Andy Wingo <wingo@pobox.com>
15066 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
15067 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
15070 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
15071 remove the typefind, the bin dispose will do it for us. When it's
15072 removed and unreffed, the signal handler will be disconnected,
15074 (unlinked): It's too difficult to disconnect from unlinked
15075 handlers, as they are on pads not elements. Just punt if the pads
15076 aren't grandkids of the bin.
15078 2005-06-02 Wim Taymans <wim@fluendo.com>
15081 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15082 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
15083 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
15084 * ext/theora/theoradec.c: (theora_dec_src_query),
15085 (theora_handle_data_packet):
15086 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15087 (theora_enc_chain):
15088 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15089 (vorbis_handle_data_packet):
15090 * gst/audioconvert/bufferframesconvert.c:
15091 (buffer_frames_convert_chain):
15092 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15093 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15094 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15095 (gst_ffmpegcsp_chain):
15096 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15097 (gst_videorate_getcaps), (gst_videorate_setcaps),
15098 (gst_videorate_event), (gst_videorate_chain):
15099 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
15100 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
15101 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15102 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15103 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15104 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15105 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15106 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15107 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15108 Cleanups and buffer alloc.
15110 2005-05-31 Wim Taymans <wim@fluendo.com>
15112 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
15113 Don't try to call the delay method when the device is not
15116 2005-05-31 Wim Taymans <wim@fluendo.com>
15118 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
15119 Get actual segment size and buffer size after opening
15122 2005-05-30 Wim Taymans <wim@fluendo.com>
15124 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
15125 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
15126 Also FLUSH upstream, makes the loop function exit faster.
15128 * ext/theora/theoradec.c: (theora_dec_src_query):
15129 Some more debug info in the query.
15131 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15132 (gst_ximagesink_setcaps):
15133 Release lock on par error, better error reporting.
15135 2005-05-26 Wim Taymans <wim@fluendo.com>
15137 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15138 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
15139 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
15140 Clear chains in READY
15141 Queue packets until the chain is activated.
15143 2005-05-25 Wim Taymans <wim@fluendo.com>
15145 * gst-libs/gst/audio/gstaudiosink.c:
15146 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15147 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15148 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15149 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15150 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15151 (gst_audiosink_create_ringbuffer):
15152 * gst-libs/gst/audio/gstbaseaudiosink.c:
15153 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15154 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15155 (gst_baseaudiosink_set_property), (build_linear_format),
15156 (debug_spec_caps), (debug_spec_buffer),
15157 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15158 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15159 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15160 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15161 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15162 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15163 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15164 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15165 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15166 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15167 (wait_segment), (gst_ringbuffer_commit),
15168 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15169 (gst_ringbuffer_clear):
15170 Various small cleanups.
15172 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15173 (gst_audio_convert_change_state):
15174 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
15175 No need to take the locks anymore.
15177 2005-05-25 Wim Taymans <wim@fluendo.com>
15179 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15180 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
15181 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
15183 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
15184 (group_destroy), (group_commit), (queue_overrun),
15185 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
15186 (mute_stream), (new_decoded_pad), (setup_substreams),
15187 (setup_source), (mute_group_type), (set_active_source),
15188 (gst_play_base_bin_change_state):
15189 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15190 (gen_video_element), (gen_text_element), (gen_audio_element),
15191 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
15192 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
15193 (gst_stream_info_dispose), (gst_stream_info_set_mute):
15194 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15195 Some playbin cleanups mostly refcounting sloppyness.
15197 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15199 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15200 Work with streaming input.
15202 2005-05-25 Wim Taymans <wim@fluendo.com>
15204 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15205 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15206 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15207 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
15208 No need to take the STREAM lock anymore.
15210 2005-05-25 Wim Taymans <wim@fluendo.com>
15212 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
15213 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
15214 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
15215 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
15216 (gst_ogg_demux_sink_activate):
15217 * ext/theora/theoradec.c: (theora_dec_src_event),
15218 (theora_handle_comment_packet), (theora_dec_chain),
15219 (theora_dec_change_state):
15220 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15221 (vorbis_handle_data_packet), (vorbis_dec_chain),
15222 (vorbis_dec_change_state):
15223 Remove STREAM locks as they are taken in core now.
15224 Never set bogus granulepos on vorbis/theora.
15225 Fix leaks in theoradec tag parsing.
15227 2005-05-25 Wim Taymans <wim@fluendo.com>
15229 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15230 Fix memleaks, GST_BUFFER_DATA() is not freed.
15232 2005-05-25 Wim Taymans <wim@fluendo.com>
15234 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15235 Open non-blocking, set to blocking mode afterwards to avoid
15236 lockups when audio device is busy.
15238 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15240 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
15241 This can't be good.
15243 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15245 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15246 (gst_audio_convert_chain), (gst_audio_convert_link_src),
15247 (gst_audio_convert_setcaps):
15248 Implement instant setup switching.
15250 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15252 * gst/playback/gstplaybasebin.c: (probe_triggered):
15253 Fix missing unlock.
15254 * gst/playback/gstplaybin.c: (add_sink):
15255 First add, then link (otherwise pad link fails).
15257 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15259 * examples/Makefile.am:
15260 fix buildbot (make distcheck)
15262 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15264 * gst/playback/gstplaybin.c: (gen_vis_element):
15265 Remove some wrong code. Doesn't work yet.
15267 2005-05-19 Wim Taymans <wim@fluendo.com>
15269 * gst-libs/gst/net/Makefile.am:
15270 * gst-libs/gst/net/README:
15271 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15272 (gst_netbuffer_class_init), (gst_netbuffer_init),
15273 (gst_netbuffer_finalize), (gst_netbuffer_copy),
15274 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15275 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15276 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15277 * gst-libs/gst/net/gstnetbuffer.h:
15278 Added buffer subclass to store extra to/from addresses for
15279 network sources/sinks.
15281 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15283 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15284 Don't lock an unassigned variable.
15286 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15288 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15289 Increase buffer for video, decrease buffer for other media types.
15290 * gst/playback/gstplaybin.c: (gen_video_element),
15291 (gen_audio_element):
15292 Change names for debugging purposes.
15294 2005-05-18 Wim Taymans <wim@fluendo.com>
15296 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15297 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15298 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15299 (gst_ffmpegcsp_chain):
15300 Enable buffer alloc passthrough if the source and dest
15301 formats are the same.
15303 2005-05-17 Wim Taymans <wim@fluendo.com>
15305 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15306 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15307 (gst_ogg_demux_chain_unlocked):
15308 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15309 (gst_audio_convert_caps_remove_format_info),
15310 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15311 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15312 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15313 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15314 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15315 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15316 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15317 (gst_ffmpegcsp_get_property):
15318 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15319 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15320 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15321 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15322 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15323 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15324 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15325 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15326 Leak fixes in oggdemux.
15327 Some cleanups in audioconvert.
15328 Make passthrough work along with buffer_alloc etc.
15329 Make buffer_alloc and buffer recycling actually work in
15332 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
15334 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15335 make the compiler happy
15337 2005-05-17 Wim Taymans <wim@fluendo.com>
15339 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15340 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15341 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15342 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15343 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15344 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15345 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15346 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15347 (gst_xvimagesink_set_xwindow_id):
15348 * sys/xvimage/xvimagesink.h:
15349 Port xvimagesink to new MiniObject.
15351 2005-05-17 Wim Taymans <wim@fluendo.com>
15353 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15354 (gst_audiofilter_chain):
15355 * gst-libs/gst/audio/gstaudiosink.c:
15356 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15357 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15358 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15359 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15360 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15361 (gst_audiosink_create_ringbuffer):
15362 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15363 (gst_audio_convert_caps_remove_format_info),
15364 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15365 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15366 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15367 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15368 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15369 Fix passthrough in ffmpegcolorspace.
15370 Fix memset in audiosink on wrong memory.
15372 2005-05-16 David Schleef <ds@schleef.org>
15374 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15377 2005-05-16 David Schleef <ds@schleef.org>
15379 Port from GstData to GstMiniObject.
15380 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15381 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15382 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15383 (gst_ogg_mux_collected):
15384 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15385 * ext/theora/theoradec.c: (theora_handle_comment_packet),
15386 (theora_handle_data_packet):
15387 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15388 (theora_set_header_on_caps), (theora_enc_chain):
15389 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15390 (vorbis_handle_comment_packet):
15391 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15392 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15393 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15394 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15395 * gst/audioconvert/gstaudioconvert.c:
15396 (gst_audio_convert_get_buffer):
15397 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15398 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15399 (mute_stream), (silence_stream):
15400 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15401 * gst/volume/gstvolume.c: (volume_transform):
15402 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15403 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15404 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15405 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15406 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15407 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15408 (gst_ximagesink_buffer_alloc):
15409 * sys/ximage/ximagesink.h:
15411 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15413 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15414 (fill_buffer), (check_queue), (queue_threshold_reached),
15415 (queue_out_of_data):
15416 * gst/playback/gstplaybasebin.h:
15417 Post buffer-fullness on the bus.
15419 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15421 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15423 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15424 (group_commit), (probe_triggered), (setup_source),
15425 (gst_play_base_bin_change_state):
15426 * gst/playback/gstplaybasebin.h:
15427 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15428 (gst_play_bin_init), (remove_sinks), (setup_sinks),
15429 (gst_play_bin_change_state):
15430 Move setup_output_pads into a virtual function, remove
15431 group-switch (no longer needed) and redirect (handled by bus
15434 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15436 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15437 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15438 (get_active_group), (get_building_group), (group_destroy),
15439 (group_commit), (check_queue), (queue_overrun),
15440 (queue_threshold_reached), (queue_out_of_data),
15441 (gen_preroll_element), (remove_groups), (unknown_type),
15442 (add_element_stream), (no_more_pads), (probe_triggered),
15443 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15444 (setup_substreams), (setup_source), (finish_source),
15445 (prepare_output), (muted_group_change_state),
15446 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15447 (gst_play_base_bin_change_state):
15448 * gst/playback/gstplaybasebin.h:
15449 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15450 (gst_play_bin_init), (gst_play_bin_set_property),
15451 (gen_video_element), (gen_text_element), (gen_audio_element),
15452 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15453 (gst_play_bin_change_state):
15454 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15455 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15456 (stream_info_change_state), (gst_stream_info_set_mute),
15457 (gst_stream_info_get_property):
15458 * gst/playback/gststreaminfo.h:
15459 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15460 (gst_stream_selector_get_linked_pad),
15461 (gst_stream_selector_getcaps),
15462 (gst_stream_selector_get_linked_pads),
15463 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15464 * gst/playback/gststreamselector.h:
15465 Rough port of playbin. Needs some more work, but is mostly done,
15466 and uses a few locks in important places, which should make stuff
15467 like chain-switches clean. Still uses GST_STATE() in a few places,
15468 which isn't all that good an idea, subtitles/elements disabled
15469 because no elements to test with and thus probably broken, query
15470 and event handling moved to GstBin, internal thread removed
15471 alltogether because the pipeline does that for us now. Can play
15472 Ogg/Vorbis files. Haven't tested anything else yet.
15474 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15476 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15477 Do no-more-pads (needed for autoplugging).
15479 2005-05-10 Andy Wingo <wingo@pobox.com>
15481 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15482 message to the bus with the tags. Still not sent downstream tho.
15484 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15486 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15487 avoid refcounting hassles.
15489 2005-05-09 Andy Wingo <wingo@pobox.com>
15491 * gst/volume/Makefile.am:
15492 * gst/volume/demo.c
15493 * gst/volume/gstvolume.h
15494 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15495 basetransform. Probably need an audio filter base class.
15497 2005-05-09 Wim Taymans <wim@fluendo.com>
15499 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15500 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15501 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15502 (gst_vorbisenc_chain):
15503 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15504 (gst_audio_convert_caps_remove_format_info),
15505 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15506 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15507 Make caps writable before writing to it.
15508 Fix negotiation in audioconvert some more.
15510 2005-05-09 Wim Taymans <wim@fluendo.com>
15512 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15513 (gst_videorate_getcaps), (gst_videorate_setcaps),
15514 (gst_videorate_event), (gst_videorate_chain):
15515 Better negotiation.
15517 2005-05-09 Wim Taymans <wim@fluendo.com>
15519 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15520 (gst_videorate_getcaps), (gst_videorate_setcaps),
15521 (gst_videorate_blank_data), (gst_videorate_init),
15522 (gst_videorate_event), (gst_videorate_chain),
15523 (gst_videorate_change_state):
15524 Port videorate, do a better job at negotiation while we're at
15527 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15532 * examples/Makefile.am:
15533 * gst-libs/gst/audio/Makefile.am:
15534 * gst-libs/gst/riff/Makefile.am:
15535 * gst-libs/gst/tag/Makefile.am:
15536 * gst-libs/gst/video/Makefile.am:
15537 Fixups for missing variables.
15539 2005-05-09 Wim Taymans <wim@fluendo.com>
15541 * examples/seeking/seek.c: (make_theora_pipeline),
15542 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15543 (query_rates), (query_positions_elems), (query_positions_pads),
15544 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15545 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15546 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15547 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15548 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15549 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15550 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15551 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15552 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15553 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15554 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15555 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15556 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15557 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15558 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15559 (theora_dec_src_convert), (theora_dec_sink_convert),
15560 (theora_dec_src_query), (theora_dec_sink_query),
15561 (theora_dec_src_event), (theora_dec_sink_event),
15562 (theora_handle_comment_packet), (theora_handle_type_packet),
15563 (theora_handle_header_packet), (theora_handle_data_packet),
15564 (theora_dec_chain):
15565 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15566 (vorbis_dec_convert), (vorbis_dec_src_query),
15567 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15568 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15569 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15570 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15571 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15572 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15573 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15574 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15575 (gst_play_bin_query):
15576 * gst/playback/test3.c: (update_scale):
15577 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15578 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15579 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15580 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15581 (gst_videotestsrc_src_query):
15582 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15583 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15584 (paint_hline_YUV9):
15585 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15586 Port to new query API.
15588 Cleanups in x[v]imagesink
15590 2005-05-09 Andy Wingo <wingo@pobox.com>
15592 * ext/alsa/gstalsasink.h:
15593 * ext/gnomevfs/gstgnomevfssrc.c:
15594 (gst_gnomevfssrc_get_icy_metadata):
15595 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15596 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15597 * ext/theora/theoradec.c (theora_dec_src_query)
15598 (theora_dec_src_event, theora_dec_sink_event)
15599 (theora_handle_comment_packet, theora_handle_data_packet):
15600 * ext/theora/theoraenc.c (theora_enc_chain):
15601 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15602 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15603 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15604 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15606 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15607 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15608 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15609 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15610 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15611 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15612 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15613 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15614 (paint_setup_RGB565, paint_setup_xRGB1555):
15615 * gst/videotestsrc/videotestsrc.h:
15616 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15617 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15618 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15621 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15622 gst_pad_query_position. Fixes oggdemux.
15624 2005-05-08 David Schleef <ds@schleef.org>
15626 * configure.ac: Require liboil.
15627 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15629 * gst/videotestsrc/videotestsrc.c:
15630 * gst/videotestsrc/videotestsrc.h:
15632 2005-05-06 Wim Taymans <wim@fluendo.com>
15634 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15635 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15636 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15637 Well, unreffing a buffer right before pushing it is asking
15640 2005-05-06 Christian Schaller <uraeus@gnome.org>
15642 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15644 2005-05-06 Wim Taymans <wim@fluendo.com>
15646 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15647 (gst_audio_convert_caps_remove_format_info),
15648 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15649 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15650 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15651 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15652 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15653 * gst/sine/Makefile.am:
15654 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15655 (gst_sinesrc_class_init), (gst_sinesrc_init),
15656 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15657 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15658 (gst_sinesrc_update_freq):
15659 * gst/sine/gstsinesrc.h:
15660 * gst/tcp/gstmultifdsink.c:
15661 * sys/xvimage/xvimagesink.c:
15662 Fixed negotiation wrt _peer_get_caps()
15666 2005-05-06 Wim Taymans <wim@fluendo.com>
15668 * gst-libs/gst/audio/gstaudiosink.c:
15669 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15670 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15671 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15672 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15673 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15674 (gst_audiosink_create_ringbuffer):
15675 * gst-libs/gst/audio/gstbaseaudiosink.c:
15676 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15677 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15678 (gst_baseaudiosink_set_property), (build_linear_format),
15679 (debug_spec_caps), (debug_spec_buffer),
15680 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15681 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15682 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15683 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15684 * gst-libs/gst/audio/gstbaseaudiosink.h:
15685 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15686 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15687 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15688 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15689 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15690 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15691 (wait_segment), (gst_ringbuffer_commit),
15692 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15693 (gst_ringbuffer_clear):
15694 * gst-libs/gst/audio/gstringbuffer.h:
15695 Make the base audiosink return an error when there is no
15696 audiobuffer negotiated.
15698 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15701 Disable cdparanoia until someone ports it!
15703 2005-05-06 Wim Taymans <wim@fluendo.com>
15705 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15706 (gst_ogg_demux_sink_activate):
15707 And revert after wingo's revert.. sigh..
15709 2005-05-05 Andy Wingo <wingo@pobox.com>
15711 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15713 * configure.ac: Return audiorate and subparse from the ghetto.
15714 Re-enable -Wall -Werror.
15715 * gst/subparse/gstsubparse.c:
15716 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15717 or chain-based. Cleaned up a bit. Not tested.
15719 2005-05-05 Christian Schaller <christian@fluendo.com>
15721 * Makefile.am: remove stuff that is not building
15722 * configure.ac: remove stuff that is not building
15723 * examples/Makefile.am: remove stuff that is not building
15724 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15725 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15726 * sys/Makefile.am: remove stuff that is not building
15727 * testsuite/Makefile.am: remove stuff that is not building
15729 2005-05-05 Andy Wingo <wingo@pobox.com>
15731 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15732 * gst-libs/gst/tag/gstvorbistag.c:
15733 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15734 * gst/adder/gstadder.h:
15735 * gst/audioconvert/gstchannelmix.c:
15736 (gst_audio_convert_fill_one_other):
15737 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15738 (gst_audiorate_init), (gst_audiorate_chain):
15739 * gst/playback/gstplaybasebin.c: (setup_source):
15740 * gst/playback/test3.c: (update_scale):
15758 2005-05-05 Wim Taymans <wim@fluendo.com>
15760 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15761 (gst_audio_convert_caps_remove_format_info),
15762 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15763 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15764 * gst/videotestsrc/gstvideotestsrc.c:
15765 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15766 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15767 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15768 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15769 Don't ignore _push() return values.
15770 Make sure no processing is done when shutting down.
15771 Videotestsrc pad activation fix.
15773 2005-05-05 Wim Taymans <wim@fluendo.com>
15775 * gst/adder/Makefile.am:
15776 * gst/adder/gstadder.c: (gst_adder_setcaps),
15777 (gst_adder_class_init), (gst_adder_init),
15778 (gst_adder_request_new_pad), (gst_adder_collected),
15779 (gst_adder_change_state):
15780 * gst/adder/gstadder.h:
15781 Ported adder as an example of a mixer element using
15782 collect pads. Needs more negotiation work.
15784 2005-05-05 Wim Taymans <wim@fluendo.com>
15786 * ext/theora/theoradec.c: (_inc_granulepos),
15787 (theora_dec_src_event), (theora_dec_sink_event),
15788 (theora_handle_comment_packet), (theora_handle_type_packet),
15789 (theora_handle_header_packet), (theora_handle_data_packet),
15790 (theora_dec_chain):
15791 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15792 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15793 (theora_push_buffer), (theora_push_packet),
15794 (theora_enc_sink_event), (theora_enc_chain),
15795 (theora_enc_change_state), (theora_enc_set_property),
15796 (theora_enc_get_property):
15797 Added stream lock to decoder so that we can serialize
15799 More theoraenc porting, recover from errors, do clean
15802 2005-05-05 Wim Taymans <wim@fluendo.com>
15804 * ext/ogg/Makefile.am:
15806 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15807 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15809 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15810 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15811 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15812 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15813 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15814 (gst_ogg_mux_change_state):
15817 2005-05-05 Wim Taymans <wim@fluendo.com>
15819 * docs/design-audiosinks.txt:
15820 * gst-libs/gst/audio/TODO:
15821 * gst-libs/gst/audio/gstaudiosink.c:
15822 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15823 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15824 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15825 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15826 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15827 (gst_audiosink_create_ringbuffer):
15828 * gst-libs/gst/audio/gstbaseaudiosink.c:
15829 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15830 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15831 (gst_baseaudiosink_set_property), (build_linear_format),
15832 (debug_spec_caps), (debug_spec_buffer),
15833 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15834 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15835 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15836 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15837 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15838 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15839 (gst_ringbuffer_release), (gst_ringbuffer_play),
15840 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15841 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15842 (gst_ringbuffer_set_sample), (wait_segment),
15843 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15844 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15845 More work on the audiosink, mostly debugging and a race in
15848 2005-04-28 Wim Taymans <wim@fluendo.com>
15850 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15851 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15852 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15853 (vorbis_dec_src_query), (vorbis_dec_src_event),
15854 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15855 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15856 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15857 Don't crap out when seeking back to position 0.
15859 2005-04-28 Wim Taymans <wim@fluendo.com>
15861 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15862 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15863 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15864 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15865 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15866 Make audio sink configurable, use alsasink as default.
15868 2005-04-28 Wim Taymans <wim@fluendo.com>
15870 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15871 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15872 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15873 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15874 (vorbis_dec_change_state):
15875 * ext/vorbis/vorbisdec.h:
15876 Refactor, use STREAM_LOCK.
15878 2005-04-28 Wim Taymans <wim@fluendo.com>
15880 * ext/theora/theoradec.c: (_inc_granulepos),
15881 (theora_dec_sink_event), (theora_handle_comment_packet),
15882 (theora_handle_type_packet), (theora_handle_header_packet),
15883 (theora_handle_data_packet), (theora_dec_chain),
15884 (theora_dec_change_state):
15885 Refactor a bit, use STREAM_LOCK.
15887 2005-04-28 Wim Taymans <wim@fluendo.com>
15889 * ext/alsa/Makefile.am:
15890 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15891 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15892 (gst_alsa_link), (gst_alsa_close_audio):
15893 * ext/alsa/gstalsaplugin.c: (plugin_init):
15894 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15895 (gst_alsasink_dispose), (gst_alsasink_base_init),
15896 (gst_alsasink_class_init), (gst_alsasink_init),
15897 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15898 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15899 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15900 (gst_alsasink_reset):
15901 * ext/alsa/gstalsasink.h:
15902 Implement alsasink with simple open/write/close API.
15903 Make alsa dir build by disabling compilation of code.
15905 2005-04-28 Wim Taymans <wim@fluendo.com>
15907 * gst-libs/gst/audio/Makefile.am:
15908 * gst-libs/gst/audio/audio.h:
15909 * gst-libs/gst/audio/audioclock.c:
15910 * gst-libs/gst/audio/audioclock.h:
15911 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15912 (gst_audio_clock_class_init), (gst_audio_clock_init),
15913 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15914 * gst-libs/gst/audio/gstaudioclock.h:
15915 * gst-libs/gst/audio/gstaudiosink.c:
15916 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15917 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15918 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15919 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15920 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15921 (gst_audiosink_create_ringbuffer):
15922 * gst-libs/gst/audio/gstbaseaudiosink.c:
15923 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15924 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15925 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15926 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15927 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15928 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15929 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15930 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15931 * gst-libs/gst/audio/gstbaseaudiosink.h:
15932 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15933 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15934 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15935 (gst_ringbuffer_release), (gst_ringbuffer_play),
15936 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15937 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15938 (gst_ringbuffer_set_sample), (wait_segment),
15939 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15940 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15941 * gst-libs/gst/audio/gstringbuffer.h:
15942 Make ringbuffer faster and more simple by removing the locks
15943 in the playback thread.
15944 Add sample accurate playback based on buffer sample offsets.
15945 Make the baseaudiosink provide a clock.
15946 Parse caps in the base class.
15947 Correctly handle seeking, flushing and state changes.
15949 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15952 * gst/audioconvert/Makefile.am:
15953 * gst/audioscale/Makefile.am:
15954 Fix part of the build. Come on guys, autogen didn't even work :)
15956 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15959 * gst-libs/gst/Makefile.am:
15960 * gst-libs/gst/media-info/.cvsignore:
15961 * gst-libs/gst/media-info/Makefile.am:
15962 * gst-libs/gst/media-info/README:
15963 * gst-libs/gst/media-info/media-info-priv.c:
15964 * gst-libs/gst/media-info/media-info-priv.h:
15965 * gst-libs/gst/media-info/media-info-test.c:
15966 * gst-libs/gst/media-info/media-info.c:
15967 * gst-libs/gst/media-info/media-info.h:
15968 * gst-libs/gst/media-info/media-info.vcproj:
15969 * pkgconfig/Makefile.am:
15970 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15971 * pkgconfig/gstreamer-media-info.pc.in:
15972 Remove media-info, which is also successed by playbin (see Totem
15975 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15978 * examples/Makefile.am:
15979 * examples/gstplay/.cvsignore:
15980 * examples/gstplay/Makefile.am:
15981 * examples/gstplay/player.c:
15982 * gst-libs/gst/Makefile.am:
15983 * gst-libs/gst/play/.cvsignore:
15984 * gst-libs/gst/play/Makefile.am:
15985 * gst-libs/gst/play/play.c:
15986 * gst-libs/gst/play/play.h:
15987 * gst-libs/gst/play/play.vcproj:
15988 * pkgconfig/Makefile.am:
15989 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15990 * pkgconfig/gstreamer-play.pc.in:
15991 Remove libgstplay, playbin is now the official successor.
15993 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15996 * gst-libs/gst/Makefile.am:
15997 * gst-libs/gst/xwindowlistener/Makefile.am:
15998 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15999 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
16000 Remove deprecated xwindowlistener (I've moved xwindowlistening
16001 in the v4l/v4l2 plugins over to serverside).
16003 2005-04-25 David Schleef <ds@schleef.org>
16005 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
16006 to examples/dynparams. Examples do not belong interspersed with
16008 * examples/dynparams/demo-dparams.c:
16009 * gst/sine/Makefile.am:
16010 * gst/sine/demo-dparams.c:
16012 2005-04-25 David Schleef <ds@schleef.org>
16014 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
16015 * gst-libs/gst/audio/Makefile.am:
16016 * gst-libs/gst/riff/Makefile.am:
16017 * gst-libs/gst/tag/Makefile.am:
16018 * gst-libs/gst/video/Makefile.am:
16019 * gst-libs/gst/xwindowlistener/Makefile.am:
16021 Convert to 0.9 API, seems to work:
16022 * sys/ximage/Makefile.am:
16023 * sys/ximage/ximagesink.c:
16025 2005-04-24 David Schleef <ds@schleef.org>
16027 Link plugins against libraries:
16028 * ext/alsa/Makefile.am:
16029 * gst/tcp/Makefile.am:
16031 Remove asm code that should be in liboil
16032 * gst/videoscale/Makefile.am:
16033 * gst/videoscale/videoscale_x86_asm.s:
16035 gettext wants these checked in:
16051 2005-04-24 David Schleef <ds@schleef.org>
16053 Convert gst_main() to g_main_loop_run()
16054 * gst/playback/decodetest.c: (main):
16055 * gst/playback/test2.c: (main):
16056 * gst/playback/test3.c: (main):
16057 * gst/playback/test4.c: (main):
16059 Link plugins against libraries:
16060 * ext/libvisual/Makefile.am:
16061 * sys/xvimage/Makefile.am:
16063 2005-04-24 David Schleef <ds@schleef.org>
16065 * configure.ac: Remove idct and resample libs
16066 * gst-libs/gst/Makefile.am: same
16068 Remove usage of gst_library_load():
16069 * ext/alsa/gstalsaplugin.c: (plugin_init):
16070 * ext/libvisual/visual.c: (plugin_init):
16071 * ext/ogg/gstogg.c: (plugin_init):
16072 * ext/theora/theora.c: (plugin_init):
16073 * ext/vorbis/vorbis.c: (plugin_init):
16074 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
16075 * gst/audioscale/gstaudioscale.c:
16076 * gst/adder/gstadder.c: (plugin_init):
16077 * gst/audioconvert/plugin.c: (plugin_init):
16078 * sys/ximage/ximagesink.c: (plugin_init):
16079 * sys/xvimage/xvimagesink.c: (plugin_init):
16080 * gst/tcp/gsttcpplugin.c: (plugin_init):
16082 Link plugins against libraries:
16083 * ext/ogg/Makefile.am:
16084 * ext/theora/Makefile.am:
16085 * ext/vorbis/Makefile.am:
16086 * gst/audioconvert/Makefile.am:
16088 Create proper libraries:
16089 * gst-libs/gst/riff/Makefile.am:
16090 * gst-libs/gst/audio/Makefile.am:
16091 * gst-libs/gst/video/Makefile.am:
16093 Move resample library to audioscale plugin directory:
16094 * gst-libs/gst/resample/Makefile.am:
16095 * gst-libs/gst/resample/README:
16096 * gst-libs/gst/resample/dtof.c:
16097 * gst-libs/gst/resample/dtos.c:
16098 * gst-libs/gst/resample/functable.c:
16099 * gst-libs/gst/resample/private.h:
16100 * gst-libs/gst/resample/resample.c:
16101 * gst-libs/gst/resample/resample.h:
16102 * gst-libs/gst/resample/resample.vcproj:
16103 * gst-libs/gst/resample/test.c:
16104 * gst/audioscale/Makefile.am:
16105 * gst/audioscale/README:
16106 * gst/audioscale/dtof.c:
16107 * gst/audioscale/dtos.c:
16108 * gst/audioscale/functable.c:
16109 * gst/audioscale/private.h:
16110 * gst/audioscale/resample.c:
16111 * gst/audioscale/resample.h:
16112 * gst/audioscale/test.c:
16114 Move tagedit library to gst-libs:
16115 * gst-libs/gst/tag/Makefile.am:
16116 * gst-libs/gst/tag/gstid3tag.c:
16117 * gst-libs/gst/tag/gsttagediting.c:
16118 * gst-libs/gst/tag/gsttageditingprivate.h:
16119 * gst-libs/gst/tag/gstvorbistag.c:
16120 * gst/tags/Makefile.am:
16121 * gst/tags/gstid3tag.c:
16122 * gst/tags/gstvorbistag.c:
16124 Fix for core changes:
16125 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16126 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
16127 (gst_sinesrc_getrange):
16129 2005-04-23 David Schleef <ds@schleef.org>
16131 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
16132 in gst-plugins in a long time, and properly belongs in liboil.
16133 * gst-libs/gst/idct/Makefile.am:
16134 * gst-libs/gst/idct/README:
16135 * gst-libs/gst/idct/dct.h:
16136 * gst-libs/gst/idct/doieee:
16137 * gst-libs/gst/idct/fastintidct.c:
16138 * gst-libs/gst/idct/floatidct.c:
16139 * gst-libs/gst/idct/idct.c:
16140 * gst-libs/gst/idct/idct.h:
16141 * gst-libs/gst/idct/idtc.vcproj:
16142 * gst-libs/gst/idct/ieeetest.c:
16143 * gst-libs/gst/idct/intidct.c:
16145 2005-04-20 Wim Taymans <wim@fluendo.com>
16147 * docs/design-audiosinks.txt:
16148 * gst-libs/gst/audio/Makefile.am:
16149 * gst-libs/gst/audio/TODO:
16150 * gst-libs/gst/audio/gstaudiosink.c:
16151 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16152 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16153 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
16154 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16155 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16156 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
16157 (gst_audiosink_class_init), (gst_audiosink_init),
16158 (gst_audiosink_create_ringbuffer):
16159 * gst-libs/gst/audio/gstaudiosink.h:
16160 * gst-libs/gst/audio/gstbaseaudiosink.c:
16161 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
16162 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
16163 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
16164 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
16165 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
16166 (gst_baseaudiosink_create_ringbuffer),
16167 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16168 * gst-libs/gst/audio/gstbaseaudiosink.h:
16169 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16170 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
16171 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
16172 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16173 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
16174 (gst_ringbuffer_play), (gst_ringbuffer_pause),
16175 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
16176 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
16177 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
16178 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
16179 * gst-libs/gst/audio/gstringbuffer.h:
16180 An attempt at a set of audio base classes together with some
16183 2005-04-20 Wim Taymans <wim@fluendo.com>
16185 * gst/audioconvert/Makefile.am:
16186 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16187 (gst_audio_convert_caps_remove_format_info),
16188 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
16189 (gst_audio_convert_channels):
16190 Link against audio libs.
16191 Fix audio convert plugin.
16193 2005-04-20 Wim Taymans <wim@fluendo.com>
16195 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
16196 (gst_ogg_demux_sink_activate):
16197 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16198 (theora_set_header_on_caps), (theora_enc_sink_event),
16199 (theora_enc_chain):
16200 Fix theora encoder.
16202 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16204 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
16205 * gst/playback/gstdecodebin.c: (find_compatibles):
16206 Work with staticpadtemplates in elementfactories.
16208 2005-04-12 Wim Taymans <wim@fluendo.com>
16210 * gst/playback/README:
16211 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16212 (compare_ranks), (print_feature), (gst_decode_bin_init),
16213 (dynamic_create), (dynamic_free), (find_compatibles),
16214 (mimetype_is_raw), (close_pad_link), (got_redirect),
16215 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16216 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
16217 (gst_decode_bin_change_state):
16218 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16219 (gst_play_base_bin_init), (group_destroy), (group_commit),
16220 (check_queue), (queue_overrun), (queue_threshold_reached),
16221 (queue_out_of_data), (gen_preroll_element), (unknown_type),
16222 (new_decoded_pad), (setup_subtitle), (gen_source_element),
16223 (got_redirect), (setup_source), (play_base_eos),
16224 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16225 (gst_play_base_bin_remove_element):
16226 * gst/playback/gstplaybasebin.h:
16227 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16228 (gst_play_bin_init), (gst_play_bin_dispose),
16229 (gst_play_bin_set_property), (gen_video_element),
16230 (gen_text_element), (gen_audio_element), (remove_sinks),
16231 (gst_play_bin_send_event):
16232 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16233 (stream_info_change_state), (gst_stream_info_set_mute):
16234 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16235 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
16236 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
16237 (gst_stream_selector_chain):
16238 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16240 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16241 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16242 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16243 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16244 Raw and crude port of decodebin.
16245 Make playbin compile.
16247 2005-04-06 Wim Taymans <wim@fluendo.com>
16249 * ext/gnomevfs/Makefile.am:
16250 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16251 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16252 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16253 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16254 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16255 (gst_gnomevfssrc_stop):
16256 * ext/ogg/Makefile.am:
16257 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16258 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16259 * ext/theora/Makefile.am:
16260 * ext/theora/theoradec.c: (_inc_granulepos),
16261 (theora_dec_sink_event), (theora_dec_chain):
16262 * ext/vorbis/Makefile.am:
16263 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16264 (vorbis_dec_sink_event), (vorbis_dec_chain):
16265 * gst-libs/gst/audio/Makefile.am:
16266 * sys/xvimage/Makefile.am:
16267 Make gnomevfssrc extend the source base class.
16268 Fix linking against libs in various plugins.
16270 2005-04-06 Andy Wingo <wingo@pobox.com>
16272 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16275 * configure.ac: Add check and AC_SUBST for libgstbase.
16277 2005-03-31 Wim Taymans <wim@fluendo.com>
16279 * examples/seeking/Makefile.am:
16280 * examples/seeking/cdparanoia.c: (main):
16281 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16282 (play_cb), (pause_cb), (stop_cb), (main):
16283 * examples/seeking/playbin.c:
16284 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16285 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16286 (make_sid_pipeline), (make_vorbis_pipeline),
16287 (make_theora_pipeline), (make_vorbis_theora_pipeline),
16288 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16289 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16290 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16291 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16293 * examples/seeking/spider_seek.c:
16294 * examples/seeking/vorbisfile.c:
16295 * ext/gnomevfs/Makefile.am:
16296 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16297 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16298 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16299 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16300 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16301 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16302 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16303 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16305 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16306 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16307 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16308 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16309 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16310 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16311 (gst_ogg_pad_event), (gst_ogg_pad_reset),
16312 (gst_ogg_demux_factory_filter), (compare_ranks),
16313 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16314 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16315 (gst_ogg_chain_new), (gst_ogg_chain_free),
16316 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16317 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16318 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16319 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16320 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16321 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16322 (gst_ogg_demux_get_prev_page),
16323 (gst_ogg_demux_deactivate_current_chain),
16324 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16325 (gst_ogg_demux_bisect_forward_serialno),
16326 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16327 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16328 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16329 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16330 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16331 (gst_ogg_demux_change_state), (gst_ogg_print):
16332 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16333 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16334 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16335 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16336 (gst_ogg_mux_loop):
16337 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16338 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16339 (theora_dec_src_convert), (theora_dec_sink_convert),
16340 (theora_dec_src_query), (theora_dec_src_event),
16341 (theora_dec_sink_event), (theora_dec_chain),
16342 (theora_dec_change_state):
16343 * ext/theora/theoraenc.c: (gst_theora_enc_init),
16344 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16345 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16346 (theora_enc_change_state):
16347 * ext/vorbis/Makefile.am:
16348 * ext/vorbis/oggvorbisenc.c:
16349 * ext/vorbis/oggvorbisenc.h:
16350 * ext/vorbis/vorbis.c: (plugin_init):
16351 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16352 (vorbis_dec_src_query), (vorbis_dec_src_event),
16353 (vorbis_dec_sink_event), (vorbis_dec_chain),
16354 (vorbis_dec_change_state):
16355 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16356 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16357 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16358 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16359 (gst_vorbisenc_change_state):
16360 * ext/vorbis/vorbisenc.h:
16361 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16362 * gst-libs/gst/audio/audioclock.c:
16363 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16364 (gst_audiofilter_init), (gst_audiofilter_chain):
16365 * gst-libs/gst/audio/testchannels.c: (main):
16366 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16367 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16368 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16369 (gmip_find_track_streaminfo), (gmip_find_track_format):
16370 * gst-libs/gst/media-info/media-info.c:
16371 (gst_media_info_read_idler):
16372 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16373 (gst_play_get_all_by_interface):
16374 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16375 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16376 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16377 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16378 (gst_riff_parse_info):
16379 * gst-libs/gst/riff/riff-read.h:
16380 * gst-libs/gst/riff/riff.c: (plugin_init):
16381 * gst-libs/gst/video/Makefile.am:
16382 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16383 (gst_videosink_class_init), (gst_videosink_get_type):
16384 * gst-libs/gst/video/videosink.h:
16385 * gst/audioconvert/bufferframesconvert.c:
16386 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16387 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16388 * gst/audioconvert/channelmixtest.c: (main):
16389 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16390 (gst_audio_convert_chain),
16391 (gst_audio_convert_caps_remove_format_info),
16392 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16393 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16394 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16395 (gst_audio_convert_buffer_to_default_format),
16396 (gst_audio_convert_buffer_from_default_format),
16397 (gst_audio_convert_channels):
16398 * gst/audioconvert/gstchannelmix.h:
16399 * gst/ffmpegcolorspace/avcodec.h:
16400 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16401 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16402 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16403 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16404 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16405 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16406 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16407 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16408 (mpeg_video_type_find), (mpeg_video_stream_type_find),
16410 * gst/videotestsrc/gstvideotestsrc.c:
16411 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16412 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16413 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16414 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16415 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16416 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16417 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16418 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16419 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16420 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16421 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16422 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16423 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16424 (gst_xvimagesink_navigation_send_event),
16425 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16426 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16427 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16428 * sys/xvimage/xvimagesink.h:
16429 Plugin port to 0.9, ogg/theora playback should work in the seek
16431 Removed old examples.
16432 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16433 explained in 0.9 TODO doc.
16436 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16458 * testsuite/Makefile.am:
16459 remove a whole bunch of plugins. This module now contains a set
16460 of free reference plugins/elements as agreed.
16462 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16465 hunting season on 0.9 is now OPEN
16467 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16469 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16470 Kick the hell out of gcc for not warning me about a symbol conflict.
16472 2005-02-22 Luca Ognibene <luogni@tin.it>
16474 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16476 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16477 Don't leak caps string (fixes #168134)
16479 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16480 (gst_jpegenc_init), (gst_jpegenc_finalize),
16481 (gst_jpegenc_change_state):
16482 Don't leak line buffers and context struct (fixes #168133).
16484 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16487 * ext/dirac/gstdiracdec.cc:
16488 (gst_diracdec_chain):
16489 Since dirac 0.5.0 the framerate in dirac is expressed as a
16490 rational number. Fix build and up requirement to 0.5.0, and
16491 also pass parameters to gst_diracdec_link in the right order
16494 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16496 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16497 * ext/faad/gstfaad.h:
16498 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16499 certain invalid muxed streams, where some packets will contain
16500 junk after decoder data. Partially fixes #149158.
16502 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16503 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16504 Make sure we only write to writable buffers
16506 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16508 * gst-libs/gst/riff/riff-media.c:
16509 (gst_riff_create_audio_caps_with_data):
16510 Do actually fix invalid RIFF fmt header values for alaw
16511 and mulaw audio instead of just saying so.
16513 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16514 Give gst_riff_create_audio_caps_with_data() a chance to
16515 fix up broken format header fields before extracting any
16516 parameters from the header. (fixes #167633)
16518 2005-02-19 Martin Holters <martin.holters@gmx.de>
16520 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16522 * gst/audioconvert/bufferframesconvert.c:
16523 (buffer_frames_convert_link):
16524 Don't leak othercaps. (fixes #167878)
16526 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16529 * ext/libvisual/visual.c: (gst_visual_srclink),
16530 (gst_visual_change_state):
16531 Support libvisual 0.2.0.
16533 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16535 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16536 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16537 Use same rowstrides for I420 as used everywhere else.
16539 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16541 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16542 Declare variables at beginning of block and make gcc-2.95 happy
16543 (fixes # 167482, patch by Gergely Nagy).
16545 * gst/tcp/gsttcpclientsrc.c:
16546 * gst/tcp/gsttcpclientsrc.h:
16547 Move some includes into the header, so that struct sockaddr_in is
16548 defined when it should be defined on FreeBSD as well (fixes
16551 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16552 Don't pass uninitialised values to setsockopt() here either.
16554 2005-02-17 Luca Ognibene <luogni at tin dot it>
16556 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16558 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16559 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16561 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16563 * gst/playback/gstplaybin.c: (add_sink):
16564 Invert bin_add/link order to workaround deadlock in opt.
16566 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16568 * gst/modplug/gstmodplug.cc:
16569 Add missing break causing position queries to fail.
16571 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16573 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16574 Granpos can apparently be -1, which screws up calculations...
16576 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16578 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16579 (gst_ximagesink_send_pending_navigation),
16580 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16581 (gst_ximagesink_init):
16582 * sys/ximage/ximagesink.h:
16583 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16584 (gst_xvimagesink_send_pending_navigation),
16585 (gst_xvimagesink_navigation_send_event),
16586 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16587 * sys/xvimage/xvimagesink.h:
16588 Use a mutex protected list to marshal navigation
16589 events into the stream thread from whichever thread
16592 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16594 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16595 Display current position and track length; misc. clean-ups.
16597 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16598 (speed_init), (speed_chain):
16599 Add query function, so that the stream length and current position
16600 get adjusted when queried (note that current position queries may
16601 still be wrong if the audio sink returns values based on buffer
16602 timestamps instead of passing on the query).
16604 2005-02-13 Benjamin Otte <otte@gnome.org>
16606 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16607 (gst_audio_convert_channels):
16608 create channel conversion matrix when linking
16609 * gst/audioconvert/.cvsignore:
16610 * gst/audioconvert/Makefile.am:
16611 * gst/audioconvert/channelmixtest.c: (main):
16612 add (ugly) test that ensures stereo <=> mono conversion works
16615 2005-02-13 Benjamin Otte <otte@gnome.org>
16617 * gst/audioconvert/gstchannelmix.h:
16618 include missing header file
16619 * gst/audioconvert/gstchannelmix.c:
16620 (gst_audio_convert_fill_compatible):
16621 use same sign for both channels when converting to/from compatible
16622 channel. Previously used different signs made the signals cancel
16623 each other out and appear like silence. (fixes #167269)
16625 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16627 * gst/ffmpegcolorspace/avcodec.h:
16628 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16629 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16630 (gst_ffmpegcsp_avpicture_fill):
16631 * gst/ffmpegcolorspace/imgconvert.c:
16632 Convert to and from YV12 (fixes #156379).
16634 2005-02-12 Julien MOUTTE <julien@moutte.net>
16636 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16637 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16638 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16639 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16640 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16641 methods from chain and negotiation and vice versa (Fixes #166142).
16642 * sys/ximage/ximagesink.h: Add stream_lock.
16643 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16644 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16645 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16646 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16648 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16650 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16651 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16652 error message when we can't open the DVD device (when dvdnav_open()
16653 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16654 the above). Send something more useful instead (fixes #167117).
16656 2005-02-11 Julien MOUTTE <julien@moutte.net>
16658 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16659 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16660 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16661 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16662 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16663 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16664 methods from chain and negotiation and vice versa (Fixes #166142).
16665 Fix a possible bug of images in the buffer pool being discarded because
16666 we are looking at the wrong geometry.
16667 * sys/xvimage/xvimagesink.h: Add stream_lock.
16669 2005-02-11 David Schleef <ds@schleef.org>
16671 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16672 unsigned int. (fixes #167128)
16674 2005-02-11 David Schleef <ds@schleef.org>
16676 * gst/librfb/Makefile.am: Testing stuff before committing is
16677 for wimps... and people with fast machines. Fix stupid
16680 2005-02-11 David Schleef <ds@schleef.org>
16682 * configure.ac: Pull in librfb from my CVS tree, because it is
16683 too small and annoying to be separate. Move rfbsrc plugin
16686 * ext/librfb/Makefile.am:
16687 * ext/librfb/gstrfbsrc.c:
16688 * gst/librfb/Makefile.am:
16689 * gst/librfb/gstrfbsrc.c:
16690 * gst/librfb/rfb.c:
16691 * gst/librfb/rfb.h:
16692 * gst/librfb/rfbbuffer.c:
16693 * gst/librfb/rfbbuffer.h:
16694 * gst/librfb/rfbbytestream.c:
16695 * gst/librfb/rfbbytestream.h:
16696 * gst/librfb/rfbcontext.h:
16697 * gst/librfb/rfbdecoder.c:
16698 * gst/librfb/rfbdecoder.h:
16699 * gst/librfb/rfbutil.h:
16701 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16703 * gst/speed/Makefile.am:
16704 * gst/speed/demo-mp3.c: (main):
16705 * gst/speed/filter.func:
16706 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16707 (speed_class_init), (speed_init), (speed_chain_int16),
16708 (speed_chain_float32), (speed_chain), (speed_set_property),
16709 (speed_get_property), (speed_change_state):
16710 * gst/speed/gstspeed.h:
16711 Fix speed element and make it chain-based (fixes #156467),
16712 and make it handle more than one channel.
16714 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16716 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16717 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16718 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16719 * ext/dts/gstdtsdec.h:
16720 Don't clobber the stack constructing the channels array.
16721 Make the element chain-based. DTS tracks can now be played.
16723 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16725 * gst-libs/gst/audio/multichannel.h:
16726 * gst-libs/gst/gconf/gconf.h:
16727 * gst-libs/gst/idct/idct.h:
16728 * gst-libs/gst/media-info/media-info-priv.h:
16729 * gst-libs/gst/play/play.h:
16730 * gst-libs/gst/resample/private.h:
16731 * gst-libs/gst/resample/resample.h:
16732 * gst-libs/gst/riff/riff-ids.h:
16733 * gst-libs/gst/video/video.h:
16734 * gst-libs/gst/video/videosink.h:
16735 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16736 missing, so that they work when included from C++ code.
16738 2005-02-09 David Schleef <ds@schleef.org>
16740 * testsuite/gst-lint: Check for non-statically scoped
16741 parent_class variables. This won't be a problem once
16742 plugins are loaded with RTLD_LOCAL.
16744 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16746 * ext/mplex/gstmplexibitstream.cc:
16749 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16751 * ext/ogg/gstogmparse.c:
16752 * gst/debug/gstnavigationtest.c:
16753 Die, thou faulty symbol pollutors (non-static parent_class).
16755 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16757 * ext/mplex/gstmplexibitstream.cc:
16758 Fix event handling (#165525).
16760 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16762 * ext/mikmod/gstmikmod.c:
16763 * gst/modplug/gstmodplug.cc:
16764 Add missing endianness to template (fixes #165509).
16766 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16768 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16769 Fix wrong order of reading of optional bytes (#165290).
16771 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16773 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16774 Implement FILLER event awareness.
16776 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16778 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16779 Fix track calculations (#166208).
16781 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16783 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16785 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16786 * ext/libpng/gstpngenc.c:
16787 Fix byte-order, use proper fixed caps. Fixes #164197.
16789 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16794 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16795 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16796 Don't push buffers if the src pad isn't negotiated yet.
16798 * gst/audioconvert/gstaudioconvert.c:
16799 (gst_audio_convert_buffer_to_default_format),
16800 (gst_audio_convert_buffer_from_default_format):
16801 Add support for 24-bit width.
16803 * gst/dvdlpcmdec/.cvsignore:
16804 * gst/dvdlpcmdec/Makefile.am:
16805 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16806 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16807 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16808 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16810 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16811 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16812 format. Needs support for the channels maps if someone can find
16813 a DVD LPCM track with > 2 channels.
16815 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16816 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16817 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16818 * gst/mpegstream/gstdvddemux.h:
16819 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16820 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16821 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16822 * gst/mpegstream/gstmpegdemux.h:
16823 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16824 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16825 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16826 (gst_mpeg_parse_handle_src_query),
16827 (gst_mpeg_parse_handle_src_event):
16828 Use audio/x-dvd-lpcm for LPCM output.
16831 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16833 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16835 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16836 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16837 Add BGRA handling (#165736).
16839 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16841 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16843 * gst/law/alaw-decode.c: (alawdec_link):
16844 * gst/law/alaw-encode.c: (alawenc_link):
16845 * gst/law/mulaw-decode.c: (mulawdec_link):
16846 * gst/law/mulaw-encode.c: (mulawenc_link):
16847 Fix caps memleaks (#166600).
16849 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16851 * ext/tarkin/mem.h:
16852 * ext/tarkin/wavelet.h:
16853 * ext/tarkin/yuv.h:
16854 * gst/ffmpegcolorspace/avcodec.h:
16855 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16856 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16858 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16860 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16861 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16862 (gst_xvimagesink_change_state):
16863 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16864 Xv video (and thereby regenerate Xv colourkey) in clear() so
16865 that PLAY -> READY -> PLAY works (fixes #162504).
16867 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16869 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16870 Switch to list instead of range, since MJPEG-devices really just
16871 support decimations, not any size.
16873 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16874 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16875 (gst_mpeg2dec_reset), (free_all_buffers),
16876 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16877 * ext/mpeg2dec/gstmpeg2dec.h:
16878 The libmpeg2 user-allocated buffer management is awkward,
16879 to say the least. Hopefully this fixes things.
16881 2005-02-04 Andy Wingo <wingo@pobox.com>
16883 * gst/audioconvert/bufferframesconvert.c
16884 (buffer_frames_convert_fixate): New function, fixates to 256
16885 frames per buffer by default. (Much better than 1.)
16886 (buffer_frames_convert_init): Set the fixate function for both src
16888 (buffer_frames_convert_link): After success setting nonfixed caps,
16889 get the negotiated caps so we can know how many buffer-frames it
16890 will be. No idea how this worked at all before.
16892 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16894 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16895 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16896 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16897 (handle_sequence), (handle_picture):
16898 * ext/mpeg2dec/gstmpeg2dec.h:
16899 Rearrange buffer tracking and refcounting and refactor
16900 a little for readability.
16902 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16903 * sys/v4l/gstv4l.c: (plugin_init):
16904 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16905 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16906 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16907 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16908 * sys/v4l/gstv4ljpegsrc.h:
16909 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16910 * sys/v4l/v4l_calls.h:
16911 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16912 (gst_v4lsrc_get_fps):
16913 * sys/v4l/v4lsrc_calls.h:
16914 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16915 you jpeg inside rgb frames" driver.
16916 Don't error in the v4lsrc link function, just return
16919 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16921 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16922 (gst_qcamsrc_open):
16923 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16925 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16927 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16928 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16930 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16932 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16933 Reset negotiated state on PAUSED->READY.
16935 2005-02-02 David Schleef <ds@schleef.org>
16937 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16938 whereever possible. (Fixes #165997)
16939 * examples/capsfilter/capsfilter1.c: (main):
16940 * examples/dynparams/filter.c: (create_ui):
16941 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16942 * examples/seeking/chained.c: (main):
16943 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16944 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16945 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16946 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16947 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16948 * examples/switch/switcher.c: (main):
16949 * ext/dv/demo-play.c: (main):
16950 * ext/faad/gstfaad.c: (gst_faad_change_state):
16951 * ext/mad/gstmad.c: (gst_mad_chain):
16952 * ext/smoothwave/demo-osssrc.c: (main):
16953 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16954 (gst_gconf_render_bin_from_description),
16955 (gst_gconf_get_default_audio_sink),
16956 (gst_gconf_get_default_video_sink),
16957 (gst_gconf_get_default_audio_src),
16958 (gst_gconf_get_default_video_src),
16959 (gst_gconf_get_default_visualization_element):
16960 * gst/level/demo.c: (main):
16961 * gst/level/plot.c: (main):
16962 * gst/playback/gstplaybin.c: (gen_video_element),
16963 (gen_audio_element):
16964 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16965 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16966 * gst/sine/demo-dparams.c: (main):
16967 * gst/spectrum/demo-osssrc.c: (main):
16968 * gst/speed/demo-mp3.c: (main):
16969 * gst/volume/demo.c: (main):
16970 * testsuite/embed/embed.c: (main):
16972 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16974 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16975 (gst_tcpclientsink_finalize):
16976 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16977 (gst_tcpclientsrc_finalize):
16978 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16979 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16980 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16981 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16982 Don't leak the hostname when shutting down.
16983 In tcpserversrc, take a copy of the default hostname.
16985 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16987 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16988 Set caps to systemstream=TRUE.
16990 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16992 * testsuite/Makefile.am:
16993 Fix more OSX buildbots.
16995 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16997 * ext/mpeg2dec/gstmpeg2dec.c:
16998 Don't send things to NULL PAD_PEERs
17000 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
17001 Copy-on-write the incoming buffer.
17003 * gst/mpegstream/gstdvddemux.h:
17004 * gst/mpegstream/gstmpegclock.h:
17005 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
17006 (normal_seek), (gst_mpeg_demux_handle_src_event):
17007 * gst/mpegstream/gstmpegdemux.h:
17008 * gst/mpegstream/gstmpegpacketize.h:
17009 * gst/mpegstream/gstmpegparse.c:
17010 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
17011 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
17012 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
17013 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
17014 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
17015 * gst/mpegstream/gstmpegparse.h:
17016 * gst/mpegstream/gstrfc2250enc.h:
17017 Various changes to the way time is computed that make seeking and
17018 total time estimation much better here.
17019 Use G_BEGIN/END_DECLS instead of __cplusplus
17021 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
17022 Use gst_buffer_stamp instead of only copying the TIMESTAMP
17024 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17026 * gst/subparse/gstsubparse.c:
17029 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
17031 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17032 (theora_enc_chain), (theora_enc_change_state):
17033 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17034 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
17035 (gst_vorbisenc_change_state):
17036 * ext/vorbis/vorbisenc.h:
17037 Set granulepos and timestamp correctly for streams not
17038 starting at 0, taking into account the initial delay.
17040 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
17042 * gst/mpegstream/gstdvddemux.c:
17043 Add audio/x-dts to audio pad template caps
17045 2005-01-30 David Schleef <ds@schleef.org>
17047 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
17048 (create_context), (gst_polypsink_link): Fix silly endianness
17049 bug. Add some debugging. Remove float from caps; it doesn't
17050 work. Attempt to get remote audio working.
17052 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17054 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
17057 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17059 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
17060 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
17061 (gst_avi_demux_stream_data):
17062 * gst/avi/gstavidemux.h:
17063 Invert DIB images. Fixes #132341.
17065 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17067 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17068 (gst_ffmpegcsp_chain):
17069 D'oh, reference the palette data, not the palette structure.
17070 Fixes color distortion in #132341.
17072 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17074 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
17075 PAR can be non-fixed when not provided as argument (#162626).
17077 2005-01-29 David Moore <dcm@acm.org>
17079 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17081 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17082 (gst_qtdemux_loop_header):
17083 Re-apply patch from #142272 that allows non-seekable sources,
17084 re-proposed by Daniel Drake <dsd@gentoo.org>.
17086 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17088 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
17089 Use the src template for creating the src pad (#162330).
17091 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17094 * ext/musepack/Makefile.am:
17095 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
17096 (gst_musepackdec_init), (gst_musepackdec_dispose),
17097 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
17098 (gst_musepack_stream_init), (gst_musepackdec_loop),
17099 (gst_musepackdec_change_state):
17100 * ext/musepack/gstmusepackdec.cpp:
17101 * ext/musepack/gstmusepackdec.h:
17102 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
17103 (gst_musepack_reader_read), (gst_musepack_reader_seek),
17104 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
17105 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
17106 * ext/musepack/gstmusepackreader.cpp:
17107 * ext/musepack/gstmusepackreader.h:
17108 Update to 1.1 API (#165446).
17110 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17115 2005-01-28 Andy Wingo <wingo@pobox.com>
17117 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
17118 to reflect a different dubious internet source. Add a reference
17119 and some commentary.
17121 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17123 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17124 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
17125 * gst/playback/gststreamselector.h:
17126 Be more selective when we're redoing caps negotiation from
17127 within the chain function on a stream change.
17129 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17133 * ext/amrnb/Makefile.am:
17134 * ext/amrnb/amrnb.c: (plugin_init):
17135 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
17136 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
17137 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
17138 (gst_amrnbdec_state_change):
17139 * ext/amrnb/amrnbdec.h:
17140 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
17141 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
17142 (gst_amrnbparse_init), (gst_amrnbparse_formats),
17143 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
17144 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
17145 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
17146 * ext/amrnb/amrnbparse.h:
17147 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
17148 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17149 Add AMR-NB/-WB raw formats.
17150 * ext/alsa/gstalsa.c: (gst_alsa_link):
17151 Keep valid time when changing format.
17152 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17153 (qtdemux_parse_trak):
17154 Add some more format-specific options (#140141, #143555, #155163).
17156 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17158 * gst/matroska/matroska-demux.c:
17159 (gst_matroska_demux_parse_blockgroup):
17160 Fix logic error in timing of subtitle stream synchronization.
17161 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17162 Add skip-chunk, which is found in kodak-camera streams.
17164 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
17168 Adding Vietnamese translation (submitted by Clytie Siddall)
17170 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17172 * gst/playback/gstdecodebin.c: (try_to_link_1):
17173 Use realpad for signal.
17175 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17177 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
17178 Fix category so decodebin picks it up.
17180 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17182 * ext/mad/Makefile.am:
17183 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
17184 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
17185 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
17186 (found_type), (gst_id3demux_bin_change_state):
17187 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17188 (gst_id3_tag_init), (gst_id3_tag_handle_event),
17189 (gst_id3_tag_src_link), (gst_id3_tag_chain),
17190 (gst_id3_tag_change_state), (plugin_init):
17191 * ext/mad/gstmad.h:
17192 Add id3demuxbin (which is a simple bin consisting of id3demux
17193 and typefind), take over rank from id3demux, remove typefind
17194 code from id3demux. Makes all broken mp3s that I know of work,
17195 and thereby fixes #152688.
17197 2005-01-27 Edward Hervey <bilboed@bilboed.com>
17199 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17201 * ext/mad/gstmad.c: (gst_mad_src_event):
17202 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17203 Allow seeks on audio pad, make mad forward those (#164826).
17204 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17205 Set duration (#165335).
17207 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17209 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17210 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
17211 (gst_asf_demux_process_ext_content_desc),
17212 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
17213 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
17214 * gst/asfdemux/gstasfdemux.h:
17215 Improve metadata display, e.g. if the metadata comes before the
17216 streams are loaded (which is perfectly valid).
17218 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17220 * tools/gst-launch-ext-m.m:
17221 Fix AVI/ASF pipelines (#165340).
17223 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
17224 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
17225 build failure on amd64
17227 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
17229 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
17230 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
17231 Check environment variables GST_ID3V2_TAG_ENCODING,
17232 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17233 list of character encodings to force interpretation of non-unicode
17234 strings stored in an ID3v2 tag to a particular encoding. If none
17235 is specified, try to use current locale's encoding, then fall back
17236 to ISO-8859-1 (which will always succeed). (Resolves #149274)
17237 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
17238 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
17239 Check environment variables GST_ID3V1_TAG_ENCODING,
17240 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17241 list of character encodings to use in case a string encountered
17242 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17243 specified, try to use the current locale's encoding, then fall
17244 back to ISO-8859-1 (which will always succeed).
17246 2005-01-25 Benjamin Otte <otte@gnome.org>
17248 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17249 - on half framerate, compute the rate in advance so the comparisons
17250 don't compare wrong values
17251 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17253 - don't use mad_header_decode anymore, mad_frame_decode does that
17255 - when getting rid of consumed bytes, reset the stream's skiplen
17258 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
17260 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17261 Use 1/2 a second for default max_discont, as PES streams from DVB
17262 seem to have larger spacings in the SCR.
17265 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17267 * gst/playback/gstplaybasebin.c: (group_commit):
17268 Notify delayed stream-info availability.
17270 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
17271 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17272 (gst_a52dec_handle_event), (gst_a52dec_chain):
17273 Add some debug output. Check that a discont has a valid
17275 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17276 (gst_alsa_sink_loop):
17277 Ignore TAG events. A little extra debug for broken timestamps.
17278 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17279 (dvdnavsrc_change_state):
17280 Ensure we send a discont to engage the link before we send any
17282 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17283 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17284 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17285 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17286 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17287 dvd://title works in totem because typefinding sends a seek that ends
17288 up going back to chapter 1 regardless.
17289 * ext/mpeg2dec/gstmpeg2dec.c:
17290 * ext/mpeg2dec/gstmpeg2dec.h:
17291 Output correct timestamps and handle disconts.
17292 * ext/ogg/gstoggdemux.c: (get_relative):
17293 Small guard against a null dereference.
17294 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17295 (gst_textoverlay_set_property):
17296 Free memory when done. Don't call gst_event_filler_get_duration on
17297 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17299 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17300 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17301 (gst_sw_srclink), (gst_smoothwave_chain):
17302 Draw solid lines, prettier colours.
17303 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17304 Add a default palette that'll work for some movies.
17305 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17306 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17307 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17308 * gst/mpegstream/gstdvddemux.h:
17309 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17310 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17311 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17312 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17313 * gst/mpegstream/gstmpegparse.h:
17314 Use PTM/NAV events when for timestamp adjustment when connected to
17315 dvdnavsrc. Don't use many discont events where one suffices.
17316 * gst/playback/gstplaybasebin.c: (group_destroy),
17317 (gen_preroll_element), (gst_play_base_bin_add_element):
17318 * gst/playback/gstplaybasebin.h:
17319 Make sure we remove subtitles from the same bin we put them in.
17320 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17321 (gst_subparse_buffer_format_autodetect),
17322 (gst_subparse_change_state):
17323 Fix some memleaks and invalid accesses.
17324 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17325 (oggskel_type_find), (cmml_type_find), (plugin_init):
17326 Some typefind functions for Annodex v3.0 files
17327 * gst/wavparse/gstwavparse.h:
17328 GstRiffReadClass is the correct parent class.
17330 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17332 * gst-libs/gst/riff/riff-media.c:
17333 (gst_riff_create_video_caps_with_data):
17334 Add extradata to huffyuv (fixes #165013).
17335 * gst-libs/gst/riff/riff-read.c:
17336 (gst_riff_read_strf_vids_with_data):
17337 Fix extradata extraction if it is in the chunk size.
17339 2005-01-25 Edward Hervey <bilboed@bilboed.com>
17341 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17343 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17344 (gst_quarktv_change_state), (gst_quarktv_dispose):
17345 Memory free'ing location fix (#164708).
17347 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17349 * gst/playback/gstplaybasebin.c: (group_commit),
17350 (gen_preroll_element), (probe_triggered), (gen_source_element),
17351 (setup_source), (gst_play_base_bin_change_state),
17352 (gst_play_base_bin_add_element):
17353 Don't block for streams.
17354 * gst/playback/gststreaminfo.c: (stream_info_change_state),
17355 (gst_stream_info_set_mute):
17356 Use gst_pad_set_active_recursive.
17358 2005-01-25 Andy Wingo <wingo@pobox.com>
17360 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17361 for #ifndef HAVE_XVIDEO.
17363 2005-01-24 Jeffrey C. Ollie
17365 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
17367 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17368 * ext/gsm/gstgsmdec.h:
17369 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17370 * ext/gsm/gstgsmenc.h:
17371 Fix rate to 8kHz as per spec, removes obscure errors when no rate
17372 was given by property. Add proper buffer timestamps and offsets.
17374 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17376 * gst-libs/gst/riff/riff-media.c:
17377 (gst_riff_create_audio_caps_with_data):
17378 Audio can be <8000Hz.
17380 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17382 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17383 Explicit state change to workaround refcount bugs.
17385 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17387 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17388 (gst_avimux_riff_get_avi_header):
17391 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17393 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17394 (gst_riff_read_element_data):
17395 * gst-libs/gst/riff/riff-read.h:
17396 Add _peek version (req'ed in CDXA).
17397 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17398 (gst_cdxaparse_loop):
17399 Fix parsing in playbin.
17400 * gst/playback/gstdecodebin.c: (close_pad_link):
17401 Ignore current_ pads, they cause major annoyance.
17403 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17405 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17408 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17410 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17413 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17415 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17416 Allow for 0-sized buffers. Fixes length query problems in
17417 starwars.mkv from the testsuite.
17419 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
17421 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17422 (gst_video_box_i420), (gst_video_box_chain):
17423 Fix row strides for I420 (fixes #163159)
17425 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17427 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17428 MPEG2 has a useful rate property, so we can actually use that.
17429 For MPEG-1, continue using the bytes/time properties.
17431 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17433 * gst-libs/gst/riff/riff-media.c:
17434 (gst_riff_create_video_caps_with_data),
17435 (gst_riff_create_video_template_caps):
17438 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17440 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17441 Fail if caps negotiation fails. Should fix #162184, and should
17442 definately be in there regardless of it fixing the actual bug.
17443 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17444 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17445 (gst_avimux_riff_get_avix_header),
17446 (gst_avimux_riff_get_video_header),
17447 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17448 (gst_avimux_start_file), (gst_avimux_handle_event),
17449 (gst_avimux_change_state):
17450 * gst/avi/gstavimux.h:
17451 Refactor structure writing to use GST_WRITE_UINT macros, add
17452 metadata writing support.
17454 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17456 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17457 Elements may already be destroyed when this function is called.
17459 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17461 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17462 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17463 More memory leak fixes (#149162).
17465 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17467 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17468 (gst_qtdemux_add_stream):
17471 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17473 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17476 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17478 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17479 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17480 when fixating to six channels in Totem.
17482 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17484 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17485 Fix compile warnings on Solaris 10 buildbot
17487 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17489 * ext/dvdread/dvdreadsrc.c: (_read):
17490 Don't read beyond the last cell in a chapter (fixes
17491 invalid memory access)
17493 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17495 * ext/dvdread/stream_labels.c:
17496 (dvdreadsrc_get_audio_stream_labels):
17497 Use NULL for an empty GList instead of g_list_alloc(); fix
17498 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17499 of GString (easier to bulk free later)
17501 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17503 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17505 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17506 (gst_ffmpeg_pixfmt_to_caps):
17507 Fix BGRA32 caps (#164209).
17509 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17511 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17513 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17514 (gst_ffmpeg_caps_to_pixfmt):
17515 alpha_mask can be RGBA/ABGR. Fixes #164265.
17517 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17519 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17521 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17522 (gst_mpeg2dec_alloc_buffer):
17523 * ext/mpeg2dec/gstmpeg2dec.h:
17524 Crop if decoding size is not the actual image size (#163676).
17526 2005-01-17 Steve Baker <steve@stevebaker.org>
17528 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17530 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17531 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17532 Add libsndfile typefind functions (#163309).
17534 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17536 * tools/gst-launch-ext-m.m:
17537 Add .aac, fix .m1v/.m2v (#163891).
17539 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17541 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17542 Sanity check, don't wait endlessly since the clock might not
17543 actually run at this point (which is a deadlock). Fixes #164069.
17545 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17547 * gst/playback/gstplaybasebin.c: (probe_triggered):
17548 Of course, only pause if group is done...
17550 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17552 * gst/playback/gstplaybasebin.c: (probe_triggered):
17555 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17557 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17558 Don't return state change success when the parent
17561 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17563 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17564 Free events (fix memleak in #162905).
17566 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17568 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17570 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17571 (gst_ffmpeg_caps_to_pixfmt):
17572 Fix for depth = 15. Fixes #161675.
17574 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17576 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17577 Set FPS correctly, even for webcams and the like.
17578 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17579 Don error on setting while capturing.
17581 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17583 * ext/dv/gstdvdec.c:
17584 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17585 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17586 I'm a bad boy. using /1001. to force C to do float division
17587 and not integer division (as it did in my last commit)
17588 Thanks to David I. Lehn for pointing this mistake.
17590 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17592 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17593 Revert Johan's 1.35->1.36 since it breaks compat.
17595 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17597 * ext/dv/gstdvdec.c:
17598 * ext/libfame/gstlibfame.c:
17599 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17600 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17601 replace framerate aproximations by their real value
17602 (24000/1001, 30000/1001, 60000/1001)
17603 Finish fixing bug #164049
17605 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17607 * ext/ogg/gstoggmux.c:
17609 * gst/tcp/gstmultifdsink.c:
17610 * gst/tcp/gstmultifdsink.h:
17611 * gst/tcp/gsttcp.c:
17612 * gst/tcp/gsttcp.h:
17613 * gst/tcp/gsttcpclientsink.c:
17614 * gst/tcp/gsttcpclientsrc.c:
17615 * gst/tcp/gsttcpserversink.c:
17616 * gst/tcp/gsttcpserversrc.c:
17617 improve reusability of elements after state changes and errors
17618 make multifdsink throw away streamheaders when receiving new ones
17620 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17622 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17623 Fix for if items are already in list...
17625 2005-01-12 Benjamin Otte <otte@gnome.org>
17627 * gst/adder/gstadder.c: (gst_adder_loop):
17628 fix adder a bit so it doesn't screw up with events as much anymore
17630 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17632 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17633 (pixbufscale_scale), (gst_pixbufscale_chain):
17634 * ext/gdk_pixbuf/pixbufscale.h:
17635 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17636 to ensure rowstrides are calculated the same way as
17638 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17639 that we pick up duration and offset also.
17641 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17643 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17644 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17647 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17649 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17650 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17651 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17652 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17653 Update flags when requested.
17655 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17657 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17660 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17662 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17663 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17664 (probe_triggered), (new_decoded_pad), (gen_source_element),
17665 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17666 * gst/playback/gstplaybasebin.h:
17667 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17668 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17669 (gst_play_bin_change_state):
17670 Implement group-switch signal for use in apps to clear metadata
17671 cache, clean up subtitle, add suburi property instead of # hack,
17672 some error-out fixes.
17674 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17676 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17678 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17679 If we got a state change in the _get handler, don't return success.
17681 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17683 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17684 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17685 Make jpegdec quiet on MJPEG decoding
17686 * gst/asfdemux/README:
17687 Fix mimetypes for MJPEG and H263
17689 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17691 * ext/theora/theoradec.c: (theora_dec_chain):
17692 Fix broken code generation by gcc by swapping arguments.
17693 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17696 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17699 delete this file, it is by far outdated
17700 * ext/alsa/gstalsa.1: remove
17701 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17702 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17703 (gst_alsa_get_caps):
17704 Add HW probing for supported sample rates. Fixes #161704
17706 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17708 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17709 Don't crash, biatch! :).
17711 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17713 * ext/musepack/gstmusepackreader.cpp:
17714 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17715 Some work on tags - still doesn't work in playbin...
17716 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17719 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17721 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17722 Also shove tags on kid pads.
17724 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17726 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17727 Don't bail on unknown events.
17728 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17729 Don't crash on events before negotiation.
17730 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17731 Send tags on pads, too.
17732 * gst/playback/gststreamselector.c:
17733 (gst_stream_selector_request_new_pad):
17734 Forward events on first pad if no input was selected yet.
17736 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17738 * gst/playback/gstplaybasebin.c: (setup_substreams):
17739 Don't disable streamtype if the stream doesn't exist, since
17740 then playing a video after audio will disable both and nothing
17741 will happen. Fixes the testsuite.
17743 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17745 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17746 (gst_v4l_xoverlay_set_xwindow_id):
17747 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17748 (gst_v4l2_xoverlay_set_xwindow_id):
17749 Add debug categories, fix overlay disabling.
17751 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17753 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17754 * ext/alsa/gstalsa.h:
17755 Add HW probing for period_count/size and buffer_size MIX/MAX
17756 Adjust default/user defined value if out of bounds
17757 Should fix bug #162024
17759 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17761 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17762 Fix warning (#161191).
17764 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17766 * ext/dvdread/stream_labels.c:
17767 (dvdreadsrc_get_audio_stream_labels):
17768 Fix warning (init the good variable in switch default)
17770 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17772 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17774 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17775 Fix gcc-2.95 compile (#163485).
17777 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17780 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17781 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17782 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17783 (gst_flacenc_change_state):
17784 * ext/flac/gstflacenc.h:
17785 Update for API change in flac-1.1.1. Update requirement in
17786 configure.ac. Fixes #162974.
17788 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17790 * gst/playback/gstplaybasebin.c: (group_destroy):
17791 Remove hack to get rid of assert and get rid of unlinked
17794 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17796 * gst/playback/gstplaybasebin.c: (setup_source):
17797 Set source to NULL so that resources are free'ed. Fixes issues
17798 with playback of CDDA and similar device-accessing things.
17800 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17802 * testsuite/embed/Makefile.am:
17803 test->noinst, fix make test in buildbot.
17805 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17807 * ext/dvdread/stream_labels.c: new file
17808 * ext/dvdread/stream_labels.h: new file
17809 * ext/dvdread/Makefile.am:
17810 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17811 Extract audio stream label from DVD IFO files.
17812 It only dump them on the console for now, still have to
17813 make playbin aware of them.
17815 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17817 * gst/playback/gstplaybasebin.c: (setup_source):
17820 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17822 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17823 (gen_preroll_element), (remove_groups), (setup_subtitle),
17824 (gen_source_element), (setup_source):
17825 * gst/playback/gstplaybasebin.h:
17826 Multiple .sub files is just a stupid idea... Fix some threading
17827 mistakes. Interestingly, external .sub files cause playbin to
17828 hang, I don't know why... Parsing fixes contributed by Fran??ois
17829 Kooman <fkooman@tuxed.net>.
17831 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17833 * testsuite/embed/Makefile.am:
17836 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17838 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17840 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17841 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17842 (gst_pngenc_set_property):
17843 * ext/libpng/gstpngenc.h:
17844 Add compression level property (#163323).
17846 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17849 * examples/capsfilter/capsfilter1.c: (main):
17850 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17851 * ext/dvdread/Makefile.am:
17852 * ext/dvdread/demo-play:
17853 * ext/dvdread/demo-play.c:
17854 * gconf/gstreamer.schemas.in:
17855 * gst-libs/gst/gconf/gconf.c:
17857 * testsuite/Makefile.am:
17858 * testsuite/embed/Makefile.am:
17859 * testsuite/embed/embed.c: (cb_expose), (main):
17860 Remove all references to xvideosink, fix examples (#140845).
17861 * gst/playback/gstplaybasebin.c: (group_destroy):
17862 Apparently, disposal does not unlink - so do explicitely.
17863 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17866 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17868 * README: fix PKG_CONFIG_PATH instructions, what was there
17869 previously was breaking default search path, not nice.
17872 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17874 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17875 (gst_audioscale_chain):
17876 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17877 when resampling - how the ^@$^!@^! is this possible?!?
17879 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17881 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17882 Reset variables on READY.
17883 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17884 (gst_matroska_mux_loop):
17885 Require data before writing header.
17887 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17889 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17891 * ext/mad/gstmad.c: (gst_mad_chain):
17892 Don't call mad_stream_sync() directly after recovering sync.
17895 2005-01-09 Martin Eikermann <meiker@upb.de>
17897 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17899 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17900 (snapshot_handler), (gst_snapshot_sinkconnect),
17901 (gst_snapshot_chain):
17902 Allocate resources when required, fix recursive signal emission
17903 and fix caps. Fixes #161667.
17905 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17907 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17909 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17910 (gst_pngdec_chain):
17911 Handle only 8-bppc (bits-per-pixel-component) images, better
17912 error handling and correct strides. Fixes #163177.
17913 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17914 (gst_pngenc_chain):
17915 Better error handling. Fixes #163348.
17917 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17919 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17920 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17921 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17922 (dvdnavsrc_uri_handler_init):
17923 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17924 * gst/playback/gstplaybasebin.c: (gen_source_element):
17925 Add MMS to streaming URIs.
17927 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17929 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17930 * sys/xvimage/xvimagesink.c:
17931 (gst_xvimagesink_navigation_send_event):
17932 Check for pad availability before sending event.
17934 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17936 * gst-plugins.spec.in:
17939 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17942 Since we use functions from CVS, up requirement.
17944 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17946 * gst/playback/Makefile.am:
17947 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17948 (group_destroy), (group_commit), (group_is_muted),
17949 (gen_preroll_element), (add_stream), (unknown_type),
17950 (probe_triggered), (preroll_unlinked), (mute_stream),
17951 (silence_stream), (new_decoded_pad), (setup_substreams),
17952 (setup_source), (get_active_source), (mute_group_type),
17953 (muted_group_change_state), (set_active_source),
17954 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17955 (play_base_eos), (gst_play_base_bin_change_state):
17956 * gst/playback/gstplaybasebin.h:
17957 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17958 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17959 (gst_stream_info_dispose), (stream_info_mute_pad),
17960 (stream_info_change_state), (gst_stream_info_set_mute):
17961 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17962 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17963 (gst_stream_selector_init), (gst_stream_selector_dispose),
17964 (gst_stream_selector_get_linked_pad),
17965 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17966 (gst_stream_selector_get_linked_pads),
17967 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17968 * gst/playback/gststreamselector.h:
17969 Adding stream selection support plus required properties for
17970 applications to use this. Fully fixes #100931.
17972 2005-01-08 Benjamin Otte <otte@gnome.org>
17974 * gst/games/gstpuzzle.c: (nav_event_handler):
17975 - handle nav events differently: forward every event no matter if it
17976 was handled or not.
17978 You can now cheat by using navigationtest ! puzzle and moving the
17979 mouse close to the edge of a tile. ;)
17981 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17984 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17985 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17986 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17987 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17988 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17989 (gst_ogm_parse_plugin_init):
17990 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17991 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17992 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17993 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17994 * ext/pango/gsttextoverlay.h:
17995 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17996 (gst_matroska_demux_handle_seek_event),
17997 (gst_matroska_demux_sync_streams),
17998 (gst_matroska_demux_parse_blockgroup),
17999 (gst_matroska_demux_subtitle_caps),
18000 (gst_matroska_demux_plugin_init):
18001 * gst/matroska/matroska-ids.h:
18002 * gst/playback/gstdecodebin.c: (close_pad_link):
18003 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18004 (gen_preroll_element), (remove_groups), (add_stream),
18005 (new_decoded_pad), (setup_subtitles), (gen_source_element),
18007 * gst/playback/gstplaybasebin.h:
18008 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
18009 * gst/subparse/Makefile.am:
18010 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
18011 (gst_subparse_base_init), (gst_subparse_class_init),
18012 (gst_subparse_init), (gst_subparse_formats),
18013 (gst_subparse_eventmask), (gst_subparse_event),
18014 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
18015 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
18016 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
18017 (parse_mpsub_deinit), (parse_mpsub_init),
18018 (gst_subparse_buffer_format_autodetect),
18019 (gst_subparse_format_autodetect), (gst_subparse_loop),
18020 (gst_subparse_change_state), (gst_subparse_type_find),
18022 * gst/subparse/gstsubparse.h:
18023 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
18025 Add subtitle support, .sub parser (supports SRT and MPsub),
18026 OGM text support, Matroska UTF-8 text support, deadlock fixes
18027 all over the place, subtitle awareness in decodebin/playbin
18028 and some fixes to textoverlay to handle subtitles in a stream
18029 correctly. Fixes #100931.
18031 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18033 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18034 Check for pad availability before doing a query on it.
18036 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18038 * ext/dv/gstdvdec.c:
18039 really fix bpp24/32 dvdec caps (classic rgba indeed)
18040 * gst/asfdemux/gstasfdemux.c:
18041 (gst_asf_demux_process_ext_content_desc):
18042 don't send text tags if they are empty (bis repetita)
18044 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18046 * ext/dv/gstdvdec.c:
18047 remove unneeded comment from dvdec
18048 (related to DV 4CC codes in AVI files)
18049 moved them in gstreamer/docs/random/mimetypes
18050 * gst/asfdemux/gstasfdemux.c:
18051 (gst_asf_demux_process_ext_content_desc):
18052 don't send text tags if they are empty
18053 fix mem leak on error path
18054 * gst/ffmpegcolorspace/avcodec.h:
18055 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18056 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18057 (gst_ffmpegcsp_avpicture_fill):
18058 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
18059 * gst/ffmpegcolorspace/imgconvert_template.h:
18060 adds BGR32 and BGRA32 to ffmpegcolorspace
18061 (still bad colors, fixing it on next commit)
18062 helps with dvdec outputing BGR32
18064 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18066 * ext/dv/gstdvdec.c:
18067 Fix audio caps i just broke (missing ',')
18068 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
18069 (gst_matroska_mux_reset):
18070 Fix typo + add FIXME about old "x-gst-metadata" crap
18072 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18074 * ext/dv/demo-play.c: (main):
18075 xvideosink -> xvimagesink
18076 * ext/dv/gstdvdec.c:
18077 change rgb 32/32 caps to 24/32 (no alpha)
18078 change nb of channels to be a list (2 or 4, not 2)
18079 change sample rate to be a list (32, 44.1, 48 kHz) not a range
18080 * gst/asfdemux/gstasfdemux.c:
18081 (gst_asf_demux_process_ext_content_desc):
18082 Add 'date/year' to extracted metadata list
18084 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18086 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18087 The return value of fixate_to does not imply that the requested
18088 value was set, so don't assume.
18090 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
18092 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18094 * ext/libpng/gstpngdec.c:
18095 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
18096 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
18097 * ext/libpng/gstpngenc.h:
18098 Alpha support (encoder; #163161), mime fixage.
18100 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
18102 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18104 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
18105 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
18106 (gst_faac_set_property), (gst_faac_get_property):
18107 * ext/faac/gstfaac.h:
18108 Allow for ADTS output (#153434).
18110 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18112 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18113 Fix against template (#150576).
18115 2005-01-06 Benjamin Otte <otte@gnome.org>
18117 * gst/games/gstpuzzle.c: (draw_puzzle):
18118 don't draw a puzzle if either width or height of tiles would be 0.
18120 2005-01-06 Benjamin Otte <otte@gnome.org>
18122 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
18123 (gst_puzzle_class_init), (gst_puzzle_finalize):
18124 no memleaks, please
18125 (gst_puzzle_create), (gst_puzzle_init),
18126 (gst_puzzle_set_property), (gst_puzzle_setup):
18127 change initialization code around so we don't reshuffle on resize
18129 fix another stupid typo
18131 2005-01-06 Benjamin Otte <otte@gnome.org>
18133 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
18134 fix stupid typo that borked copying on YUY2
18136 2005-01-06 Benjamin Otte <otte@gnome.org>
18138 * gst/games/gstpuzzle.c: (draw_puzzle):
18139 fix edges when image sizes aren't multiples of tile sizes
18141 2005-01-06 Benjamin Otte <otte@gnome.org>
18143 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18144 make RGB endianness work correctly
18145 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
18146 refactor and fix race with initial shuffling
18147 (nav_event_handler):
18148 allow using the mouse to puzzle
18150 insist on tiles having width and height as multiples of 4 to get
18151 clean YUV image handling
18152 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18153 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
18154 s/DEBUG/LOG/ for common messages
18155 (gst_xvimagesink_navigation_send_event):
18156 fix mouse event translation to not include screen PAR
18157 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
18158 fix mouse event translation to actually work
18160 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18162 * gst/asfdemux/gstasfdemux.c:
18163 (gst_asf_demux_process_ext_content_desc):
18164 Extract TrackNumber metadata + clean up code
18165 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
18166 Hope this is the good fix (var used unitialised)
18168 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18170 * ext/faad/gstfaad.c: (gst_faad_chain):
18171 Only increment timestamp if it's valid. Fixes raw AAC streams.
18173 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18176 * gst/games/Makefile.am:
18177 * gst/games/gstpuzzle.c:
18178 add a puzzle game with...
18179 * gst/games/gstvideoimage.c:
18180 * gst/games/gstvideoimage.h:
18181 ... full colorspace support (that includes YUV9 and RGB16)) stolen
18182 from videotestsrc and made into something that would be a nice
18183 library for a lot of other plugins.
18185 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18188 don't compile faad plugin if a RC of 2.0 is found
18189 Fixes #155346 (and FC1 buildbot)
18190 * gst/asfdemux/gstasfdemux.c:
18191 (gst_asf_demux_process_ext_content_desc):
18192 try to make Solaris compiler happier
18194 2005-01-06 Paul Jack <pjack@sfaf.org>
18196 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18198 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18199 Fix segfault (#161667).
18201 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18203 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18204 Fix framerate reporting.
18206 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18208 * gst-libs/gst/riff/riff-ids.h:
18209 * gst/wavenc/riff.h:
18210 Add AMR (VBR and CBR) ids to riff.h audio codec list
18211 * gst/asfdemux/gstasfdemux.c:
18212 (gst_asf_demux_process_ext_content_desc),
18213 (gst_asf_demux_process_object):
18214 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
18216 2005-01-05 Martin Eikermann <meiker@upb.de>
18218 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18220 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18221 (gst_dvd_demux_handle_discont):
18222 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
18223 (gst_mpeg_demux_handle_discont):
18224 Recreate pads on new-media (#160730).
18225 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
18226 Send discont even if manager changes timestamps (#161929).
18228 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
18230 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18232 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
18233 Fix invalid memory access (#159211).
18235 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18237 * examples/gstplay/player.c: (main):
18239 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
18240 Add visualizations.
18241 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18242 (gst_a52dec_handle_frame):
18244 * ext/dvdnav/gst-dvd:
18245 Add audioconvert. Fixes #161325.
18246 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18247 Explicitely case to gint64. Possible valgrind error.
18248 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18249 (gst_play_tick_callback), (gst_play_change_state),
18250 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18251 (gst_play_set_location), (gst_play_get_location),
18252 (gst_play_seek_to_time), (gst_play_set_data_src),
18253 (gst_play_set_video_sink), (gst_play_set_audio_sink),
18254 (gst_play_set_visualization), (gst_play_connect_visualization),
18255 (gst_play_get_framerate), (gst_play_get_all_by_interface),
18257 Use playbin. Fixes #139749 and #147744.
18258 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18260 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18261 (audioscale_get_type), (gst_audioscale_base_init),
18262 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18263 (gst_audioscale_getcaps), (gst_audioscale_fixate),
18264 (gst_audioscale_link), (gst_audioscale_get_buffer),
18265 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18266 (gst_audioscale_init), (gst_audioscale_dispose),
18267 (gst_audioscale_chain), (gst_audioscale_set_property),
18268 (gst_audioscale_get_property), (plugin_init):
18270 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18272 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18273 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18274 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18275 Add more metadata (fixes #162656).
18277 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18282 === release 0.8.7 ===
18284 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18289 releasing 0.8.7, "Hyperspace"
18291 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18293 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18295 * gst/playback/gstplaybasebin.c:
18296 Fix for #162924 - free caps after use, not before
18298 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
18300 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18302 * gst/playback/gstplaybasebin.c:
18303 * gst/wavparse/gstwavparse.c:
18304 Fix for #154773 - fixes playback of small .wav files
18306 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
18308 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18310 * gst/audioscale/gstaudioscale.c:
18311 Fix for #162819 - make audioscale reusable
18312 Fixes playback of more than one file with playbin/totem
18314 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18316 * gst/ffmpegcolorspace/avcodec.h:
18317 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18318 * gst/ffmpegcolorspace/imgconvert.c:
18319 clean up the mess that made me cry and avoid needless duplication
18321 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18323 * gst/ffmpegcolorspace/imgconvert.c:
18324 give some indication of why we're segfaulting
18326 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18329 Fix indentation, fix v4l2 plugin detection.
18331 Fix libmms location (Maciej, use diff -u!).
18332 * ext/alsa/gstalsa.c: (gst_alsa_init):
18333 Initialize caps cache to NULL.
18334 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18335 Only change state on audiosink if it exists.
18337 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
18339 * gst/matroska/matroska-demux.c:
18340 * gst/matroska/matroska-ids.h:
18341 * gst/matroska/matroska-demux.h:
18342 Fix Vorbis streams failing to decode in some files, where cluster_time
18343 isn't 0, because then it doesn't send codec_priv before actual data.
18344 Remove time-based test and replace it with marker set on beginning of
18347 2004-12-28 David Schleef <ds@schleef.org>
18349 Merge patch from Ronald fixing problems with streaming
18351 * ext/cairo/gstcairo.c: (plugin_init):
18352 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18353 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18354 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18355 (gst_textoverlay_font_init), (gst_textoverlay_init),
18356 (gst_textoverlay_set_property):
18357 * ext/cairo/gsttextoverlay.h:
18359 2004-12-27 David Schleef <ds@schleef.org>
18361 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18362 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18363 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18364 (gst_textoverlay_font_init), (gst_textoverlay_init),
18365 (gst_textoverlay_set_property): Improvements to actually
18366 render text as white on black outline on video, including
18367 font selection and horizontal/vertical alignment. (Ronald's
18369 * ext/cairo/gsttextoverlay.h:
18371 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18373 * ext/ogg/gstogg.c:
18374 * ext/ogg/gstogmparse.c:
18375 fix ogm[audio/video]parse plugin registration
18376 (riff won't load if bytestream is already loaded)
18378 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18380 * gst/audioconvert/gstchannelmix.c:
18383 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18387 disable docs again until it actually passes make distcheck.
18389 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18391 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18392 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18394 Add 3GP (variables name Q3GP because they can't start with a
18395 number). Add samr audio fourcc (used in .3gp files), decoder
18396 is work in progress. Also do a GST_WARNING instead of ERROR
18397 in case of unknown nodes, to decrease output.
18399 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18404 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18407 * ext/speex/gstspeexdec.h:
18408 * ext/speex/gstspeexenc.h:
18409 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
18410 Fix detection code in configure.ac
18412 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18414 * gst/matroska/matroska-demux.c:
18415 (gst_matroska_demux_parse_blockgroup):
18416 Save position, so that queries give proper return values. Don't
18417 know how this could ever have worked before...
18419 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18422 Put additional LAME check inside the conditional. Fixes #152339
18424 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18426 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18427 (gst_avi_demux_stream_scan):
18428 Add some more debug. Fix logic error when setting movi offset
18429 while reading index.
18431 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18433 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18434 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18435 (gst_avi_demux_process_next_entry):
18436 Add some debugging. Better detection of broken indexes and the
18437 accompanying index recovery. No infinite loops on state changes
18438 when we're still in our loopfunction.
18440 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18445 2004-12-22 Archana Shah <archana.shah@wipro.com>
18447 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18449 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18450 Normalizing the value before setting
18451 (gst_sunaudiomixer_get_volume):
18452 Normalizing the value after getting. Fixes bug# 161980
18454 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18456 * Makefile.am: Make sure docs gets disted
18457 * docs/Makefile.am: Make sure all needed files get disted
18458 * gst-plugins.spec.in: latest updates
18460 2004-12-22 Wim Taymans <wim@fluendo.com>
18462 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18463 Revert patch 1.38 as clock distribution over schedulers does
18464 not work correcly in the core yet.
18466 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18468 * sys/oss/README: remove this file, which predates my birth
18469 (and which content is by far outdated)
18471 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18475 * docs/Makefile.am:
18476 * docs/libs/Makefile.am:
18477 * docs/libs/gst-plugins-libs-docs.sgml:
18478 * docs/libs/gst-plugins-libs-sections.txt:
18479 * docs/libs/tmpl/gstgconf.sgml:
18481 * docs/version.entities.in:
18482 Added boilerplate gtk-doc files for plugin-libs documentation.
18484 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18486 * gst/auparse/gstauparse.c: fix int and float audio caps
18488 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18490 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18491 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18492 g_assert() can be a macro, don't use #ifdef inside it.
18494 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18496 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18498 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18499 (gst_videorate_init), (gst_videorate_chain),
18500 (gst_videorate_change_state):
18501 Event handling (fixes #159986).
18503 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18505 * gst-libs/gst/riff/riff-media.c:
18506 (gst_riff_create_video_caps_with_data):
18507 Add BLZ0 (Blizzard's version of DivX) fourcc.
18509 2004-12-18 David Schleef <ds@schleef.org>
18511 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18514 2004-12-18 David Schleef <ds@schleef.org>
18516 * gst/tta/ttadec.h: Disable some header code that isn't used
18517 and clearly isn't portable.
18519 2004-12-18 David Schleef <ds@schleef.org>
18521 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18522 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18523 (avcodec_get_pix_fmt), (avpicture_layout),
18524 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18525 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18526 Fix code to not use GCC extensions (and c99 extensions that
18527 Forte does not like.)
18529 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18531 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18533 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18534 (gst_deinterlace_chain):
18535 Rowstride fixes. Fixes #161039.
18536 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18537 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18538 (gst_video_crop_getcaps), (gst_video_crop_link),
18539 (gst_video_crop_i420), (gst_video_crop_chain),
18540 (gst_video_crop_change_state):
18541 Rework of negotiation. Actually works now. Fixes #158650.
18543 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18545 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18546 That was very stupid.
18548 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18550 * gst/matroska/matroska-demux.c:
18551 (gst_matroska_demux_parse_blockgroup):
18552 Fix possible crasher.
18554 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18556 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18557 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18558 Lace sizes can be zero.
18560 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18562 * ext/musepack/gstmusepackdec.cpp:
18563 Fetch error return values. Fixes #161624.
18564 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18567 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18569 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18570 Work for truncated (unfinished download etc.) files. Fixes #160514.
18572 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18574 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18575 Fix for integer overflow. Makes #156001 not crash. Probably masks
18578 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18580 * gst/ac3parse/gstac3parse.c: (plugin_init):
18581 Parsers never have ranks. Fixes #159651.
18583 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18585 * gst/playback/gstdecodebin.c: (compare_ranks):
18586 make sure the facotries are ordered the same every time even if they
18587 have the same rank by using the name
18588 * gst/playback/gstdecodebin.c: (find_compatibles):
18589 make sure we don't add factories to the list twice
18591 2004-12-16 David Schleef <ds@schleef.org>
18593 * configure.ac: look for musepack headers as musepack/*.h
18595 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18596 * ext/musepack/gstmusepackreader.h: same
18598 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18600 * gst-libs/gst/riff/riff-read.c:
18601 (gst_riff_read_strf_auds_with_data):
18602 Read extradata correctly (fixes #155879).
18604 2004-12-16 David Schleef <ds@schleef.org>
18606 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18607 audio. does _not_ attempt or allow conversion unless channels
18610 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18612 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18614 2004-12-16 David Schleef <ds@schleef.org>
18616 * gst/audioscale/gstaudioscale.c: the resample library only
18617 handles 1 or 2 channels. Change caps to compensate.
18619 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18621 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18622 (gst_matroska_demux_audio_caps):
18623 Some MPEG-AAC hacks, because else it doesn't work...
18625 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18627 * gst-libs/gst/riff/riff-media.c:
18628 (gst_riff_create_video_caps_with_data),
18629 (gst_riff_create_video_template_caps):
18632 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18634 * gst-libs/gst/audio/Makefile.am:
18635 Try to fix buildbot.
18637 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18639 * gst/tcp/gstmultifdsink.c:
18640 Clean up and uniformize debugging.
18642 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18644 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18646 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18647 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18648 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18649 (gst_mpeg_demux_change_state):
18650 Reset on ready. Fixes 160276.
18652 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18654 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18656 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18657 (gst_ffmpegcsp_pad_link):
18658 Fix memleak (#154815).
18660 2004-12-16 James Bowes <bowes@cs.dal.ca>
18662 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18664 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18665 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18666 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18667 * ext/musicbrainz/gsttrm.h:
18668 Add support for using a proxy server when getting a trm id from
18669 the MusicBrainz database (#149613).
18671 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18673 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18675 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18676 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18677 Fix memleaks (#157233).
18679 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18681 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18683 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18684 * gst-libs/gst/resample/resample.h:
18685 * gst/audioscale/gstaudioscale.c:
18686 Fix memleak (#159215).
18688 2004-12-16 Toni Willberg <toniw@iki.fi>
18690 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18692 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18693 * sys/oss/oss_probe.c: (main):
18694 Check for mono/stereo support (similar to samplerate probing),
18695 fixes #159433. Also add missing copyright header to oss_probe.c.
18697 2004-12-15 David Schleef <ds@schleef.org>
18699 * configure.ac: add audioresample and cairo plugins. Remove
18700 HAVE_MMX stuff, because it's not used.
18701 * ext/Makefile.am: same
18702 * ext/audioresample/Makefile.am: You are not ready for an
18703 audio resampling element based on audioresample.
18704 * ext/audioresample/gstaudioresample.c:
18705 * ext/audioresample/gstaudioresample.h:
18706 * ext/cairo/Makefile.am: You are not ready for overlay elements
18707 based on cairo. Don't look too closely, these elements kinda
18709 * ext/cairo/gstcairo.c: new
18710 * ext/cairo/gsttextoverlay.c: new
18711 * ext/cairo/gsttextoverlay.h: new
18712 * ext/cairo/gsttimeoverlay.c: new
18713 * ext/cairo/gsttimeoverlay.h: new
18714 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18715 problem with compilers that don't support variadic macros.
18717 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18719 Reviewed by: David Schleef <ds@schleef.org>
18721 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18722 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18723 bit. Also ran indent-gst.
18724 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18725 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18726 (gst_sunaudiosrc_setparams):
18728 2004-12-14 David Schleef <ds@schleef.org>
18730 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18731 output rate to 16000. Should fix #160235.
18733 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18735 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18736 Add typefinding for mpeg2 pes streams
18738 2004-12-13 David Schleef <ds@schleef.org>
18740 * configure.ac: Applied patch from bug #143659, making default
18741 sources and sinks OS-dependent (for Solaris), and added code
18743 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18745 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18747 * gst-libs/gst/riff/riff-media.c:
18748 forgot to add h2.64 to avidemux template caps
18750 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18752 * gst/wavenc/riff.h:
18753 * gst-libs/gst/riff/riff-media.c:
18754 * gst-libs/gst/riff/riff-ids.h:
18755 * gst/avi/gstavimux.c
18756 add 4CC code for VideoSoft h264 in AVI (VSSH)
18758 remove s323 from riff, it's quicktime specific :(
18760 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18762 * gst/asfdemux/README
18763 * gst/wavenc/riff.h
18764 * gst-libs/gst/riff/riff-ids.h
18765 * gst-libs/gst/riff/riff-media.c
18766 * gst/qtdemux/qtdemux.c:
18767 add new 4CC codes for h263 related codecs
18768 fixes partially bug #155163
18770 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18772 * configure.ac: Update polyaudio requirement to 0.7
18773 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18775 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18777 * gst/interleave/deinterleave.c:
18778 fix my name's spelling! :)
18780 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18782 * AUTHORS ChangeLog
18783 * gst/auparse/gstauparse.c
18784 * gst/interleave/deinterleave.c
18786 alaw-decode.c alaw-encode.c
18787 mulaw-decode.c mulaw-encode.c
18788 * gst/oneton/gstoneton.c
18790 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18792 cocoawindow.h cocoawindow.m
18793 osxvideosink.h osxvideosink.m
18795 put the same mail address for Zaheer Abbas Merali everywhere
18797 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18799 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18800 Align by packetsize, and assert that we a packet available before
18801 playing. The first makes webstreams work (they often include
18802 trailing padding data in a packet), the second allows pausing a
18803 ASF stream in totem without getting demux errors afterwards.
18805 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18807 * ext/ogg/gstoggdemux.c: (get_relative):
18808 Check for non-NULL before accessing member (end-of-chain).
18810 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18812 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18813 (cdparanoia_set_property), (cdparanoia_get_property):
18814 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18815 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18816 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18817 (dvdreadsrc_init), (dvdreadsrc_set_property),
18818 (dvdreadsrc_get_property):
18819 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18820 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18821 Synchronize property names where not yet the case. Devices are
18822 now device=X, other versions are deprecated (but still exist).
18823 Also use g_free() unconditionally.
18824 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18825 (setup_source), (gst_play_base_bin_get_property):
18828 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18830 * configure.ac: move GCONF macro outside conditional for the am
18831 conditional. Fixes #160439
18833 2004-12-08 David Schleef <ds@schleef.org>
18835 * tools/gst-visualise-m.m: Switch to elements that currently
18838 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18840 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18841 We love wrong commas.
18843 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18845 * gst/matroska/matroska-demux.c:
18846 (gst_matroska_demux_handle_src_query):
18847 Don't set DEFAULT, unsupported - makes length display incorrectly
18850 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18852 * gst/monoscope/README: remove blurb about files being GPL
18853 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18854 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18855 monoscope is now effectively LGPL licensed
18857 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18859 * gst/monoscope/README: Update information to be more correct
18860 * gst/monoscope/convolve.c: Relicense to LGPL
18861 * gst/monoscope/convolve.h: Relicense to LGPL
18863 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18865 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18866 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18867 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18868 set default_duration for mpeg1 audio
18870 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18872 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18873 * ext/alsa/gstalsa.h:
18874 refactor big chunks of the core caps negotiation code to make it
18875 a lot faster, because people claim it's really slow
18876 (actually, just cache the getcaps when the device is opened)
18878 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18880 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18881 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18882 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18883 (gst_a52dec_change_state), (plugin_init):
18884 * ext/a52dec/gsta52dec.h:
18885 Do something useful with timestamps. Make chain-based (since
18886 there's really no reason to be loopbased).
18887 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18888 Update current_byte/frame correctly.
18890 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18892 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18893 (gst_ape_demux_stream_init):
18896 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18898 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18899 Let's make sure we're done typefinding when detecting tags.
18901 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18903 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18904 (gst_ebml_read_init), (gst_ebml_read_use_event),
18905 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18906 (gst_ebml_read_seek), (gst_ebml_read_skip),
18907 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18908 (gst_ebml_read_master):
18909 * gst/matroska/ebml-read.h:
18910 * gst/matroska/matroska-demux.c:
18911 (gst_matroska_demux_parse_contents),
18912 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18913 Disgustingly evil hack for working around INTERRUPT events and
18914 their extremely annoying habit of being a pain in the ass. We
18915 simply peek a cluster before reading any of it.
18917 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18919 * ext/musepack/gstmusepackdec.cpp:
18920 There's also floating point libmusepacks.
18922 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18924 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18925 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18926 Set DURATION even if source buffer didn't. Also use increasing
18928 * gst-libs/gst/riff/riff-media.c:
18929 (gst_riff_create_audio_caps_with_data):
18930 Block_align can have larger values than 8192.
18932 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18934 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18935 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18936 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18937 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18940 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18942 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18945 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18947 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18950 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18952 * ext/esd/esdsink.c: (gst_esdsink_chain):
18953 Make error actually say something useful (fixes #156798).
18954 * gst-libs/gst/riff/riff-media.c:
18955 (gst_riff_create_video_caps_with_data),
18956 (gst_riff_create_video_template_caps):
18957 Add Intel Video 5.0 fourcc (IV50).
18959 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18961 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18962 detection on mono and stereo mp3 files.
18964 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18966 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18967 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18968 the contained stream).
18970 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18972 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18973 Oops, remove debug.
18975 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18977 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18979 * gst/law/alaw-decode.c: (alawdec_getcaps):
18980 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18981 Prevent warnings when negotiating caps (fixes #159338).
18983 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18985 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18986 (gst_ffmpegcsp_chain):
18987 Remove old leftover that shouldn't be there...
18989 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18991 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18993 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18994 Don't forward DISCONT events (fixes #159684).
18996 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18998 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18999 Unlink manually since sometimes bin disposal (and therefore
19000 pad unlinking) is delayed, which will cause a new media file
19001 to not be able to start playing instantly.
19003 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19005 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
19006 On mute of an unlinked stream, check for pad availability so
19007 we don't crash on unlinked pad.
19009 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19011 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19012 (gst_avi_demux_massage_index):
19013 Fix quite humiliating bug in omitting 0-sized index chunks but
19014 forgetting to count them for timestamps.
19016 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19018 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19019 Actually leave the loop if we failed to sync. Don't crash.
19021 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19023 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
19024 (gst_dvd_demux_process_private):
19025 * gst/mpegstream/gstdvddemux.h:
19026 Fix crash (#159759). Doesn't work, though. :-(.
19028 2004-11-28 Benjamin Otte <otte@gnome.org>
19030 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
19031 more overwriting protection due to modifying channels one by one
19032 instead of all at once
19034 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19036 * gst/audioconvert/gstchannelmix.c:
19037 (gst_audio_convert_fill_normalize):
19038 Normalize using absolute values.
19040 2004-11-28 Julien MOUTTE <julien@moutte.net>
19044 * ext/directfb/Makefile.am:
19045 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
19046 (gst_directfbvideosink_get_pixel_format),
19047 (gst_directfbvideosink_get_format_from_fourcc),
19048 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
19049 (gst_directfbvideosink_sink_link),
19050 (gst_directfbvideosink_change_state),
19051 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
19052 (gst_directfbvideosink_buffer_alloc),
19053 (gst_directfbvideosink_interface_supported),
19054 (gst_directfbvideosink_interface_init),
19055 (gst_directfbvideosink_navigation_send_event),
19056 (gst_directfbvideosink_navigation_init),
19057 (gst_directfbvideosink_set_property),
19058 (gst_directfbvideosink_get_property),
19059 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
19060 (gst_directfbvideosink_base_init),
19061 (gst_directfbvideosink_class_init),
19062 (gst_directfbvideosink_get_type), (plugin_init):
19063 * ext/directfb/directfbvideosink.h: Adding a first version of
19065 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
19068 2004-11-28 Benjamin Otte <otte@gnome.org>
19070 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
19071 walk the samples backwards if out_channels > in_channels so we don't
19074 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19076 * gst/audioconvert/Makefile.am:
19077 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19078 (gst_audio_convert_link), (gst_audio_convert_change_state),
19079 (gst_audio_convert_channels):
19080 * gst/audioconvert/gstchannelmix.c:
19081 (gst_audio_convert_unset_matrix),
19082 (gst_audio_convert_fill_identical),
19083 (gst_audio_convert_fill_compatible),
19084 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
19085 (gst_audio_convert_fill_others),
19086 (gst_audio_convert_fill_normalize),
19087 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
19088 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
19089 * gst/audioconvert/gstchannelmix.h:
19090 Implement a channel mixer.
19092 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
19094 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
19095 * ext/alsa/gstalsa.h:
19096 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
19097 Make alsasink actually honor gst_element_set_clock and use that
19098 clock instead of its internal one.
19100 2004-11-27 Christophe Fergeau <teuf@gnome.org>
19102 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
19103 (gst_play_base_bin_change_state): nullify source and decoder when
19104 going from READY to NULL so that we don't try to do weird stuff with
19105 them when going from NULL to READY
19106 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
19107 instead of g_object_unref
19108 (gen_video_element), (gen_audio_element): more refcounting fixes, now
19109 it should be correct
19110 (gst_play_bin_change_state): don't call remove_sinks if we are
19111 currently disposing the object
19113 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19115 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19116 Don't forget bass if it's there. Else left channel is silent...
19118 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19120 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
19121 (gst_a52dec_change_state):
19122 Don't do sample adjusting anymore, we use float audio now.
19123 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19124 Don't fixate to non-existing properties.
19126 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19128 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
19129 (gst_a52dec_change_state):
19130 Advertise that we can do surround sound.
19132 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19134 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
19135 Add buffer-frames=0.
19136 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
19137 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
19138 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
19139 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
19140 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
19141 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
19142 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
19143 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
19144 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
19145 * ext/dvdread/dvdreadsrc.h:
19146 Add seeking, querying for bytes, sectors, title, angle and
19147 chapter. Handle multiple chapters. Relicense to LGPL because
19148 Billy agreed on that (thanks Billy!).
19150 2004-11-27 Christophe Fergeau <teuf@gnome.org>
19152 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
19153 call parent dispose method
19155 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
19157 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
19158 (gst_audio_clock_get_internal_time):
19159 Fix active <-> inactive transitions: ensure time value always
19160 grows and avoid abrupt value changes.
19162 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
19165 * gst/tta/Makefile.am:
19167 * gst/tta/filters.h:
19168 * gst/tta/gsttta.c:
19169 * gst/tta/gstttadec.c:
19170 * gst/tta/gstttadec.h:
19171 * gst/tta/gstttaparse.c:
19172 * gst/tta/gstttaparse.h:
19173 * gst/tta/ttadec.h:
19174 added TTA parser and decoder
19176 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19178 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19179 (probe_triggered), (check_queue), (buffer_underrun),
19180 (buffer_running), (buffer_overrun), (gen_source_element),
19182 * gst/playback/gstplaybasebin.h:
19183 Implement buffering. Needs some more work.
19185 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19187 * ext/theora/theoradec.c: (theora_dec_chain):
19188 Fix ilog mask range overflow.
19190 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19192 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19193 Don't omit the last (which in case of dmix is the only :) )
19194 channel count. Don't set channels if <= 2.
19196 2004-11-26 Christophe Fergeau <teuf@gnome.org>
19198 * gst/playback/gstplaybin.c: (gen_video_element),
19199 (gen_audio_element): Removed 2 obsolete comments
19201 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19203 * ext/vorbis/oggvorbisenc.c
19204 * ext/vorbis/vorbisenc.c :
19205 change description fields of those plugins to differentiate them
19206 (pitivi show Encoders by description, they had the same one)
19208 2004-11-25 Christophe Fergeau <teuf@gnome.org>
19210 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19212 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19213 (gst_play_bin_set_property), (gen_video_element),
19214 (gen_audio_element):
19215 Refcounting fixes for provided audio-/videosinks.
19217 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19219 * gst/playback/gstplaybin.c: (gen_video_element),
19220 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
19221 Don't reference all sinks, but only the video- and audiosinks.
19222 The vis. element should be disposed when we're done with it.
19223 We don't have any reason to keep it around. This fixes warnings
19224 when reusing playbin for playing multiple audio files with
19225 vis. enabled. Also release audio device on pause - idea stolen
19228 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19230 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
19231 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
19232 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19233 * ext/alsa/gstalsaplugin.c: (plugin_init):
19234 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
19235 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
19236 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
19237 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
19238 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
19239 (gst_faad_change_state), (plugin_init):
19240 * ext/faad/gstfaad.h:
19241 * ext/vorbis/vorbis.c: (plugin_init):
19242 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19243 * gst-libs/gst/audio/Makefile.am:
19244 * gst-libs/gst/audio/audio.c: (plugin_init):
19245 * gst-libs/gst/audio/multichannel.c:
19246 (gst_audio_check_channel_positions),
19247 (gst_audio_get_channel_positions),
19248 (gst_audio_set_channel_positions),
19249 (gst_audio_set_structure_channel_positions_list),
19250 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19251 (gst_audio_fixate_channel_positions):
19252 * gst-libs/gst/audio/multichannel.h:
19253 * gst-libs/gst/audio/testchannels.c: (main):
19254 * gst/audioconvert/gstaudioconvert.c:
19255 (gst_audio_convert_class_init), (gst_audio_convert_init),
19256 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19257 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19258 (gst_audio_convert_fixate), (gst_audio_convert_channels):
19259 * gst/audioconvert/plugin.c: (plugin_init):
19260 Surround sound support.
19262 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19264 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19265 Fix position for discont if we're close as well. Nitpicking, but
19266 saves a few milliseconds of extra waiting or skipping.
19268 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19270 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19271 We sometimes need parsers for playback, so add those too.
19273 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19276 * gst/apetag/Makefile.am:
19277 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19278 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19279 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19280 (gst_ape_demux_get_src_query_types),
19281 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19282 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19283 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19284 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19285 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19286 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19287 (gst_ape_demux_change_state):
19288 * gst/apetag/apedemux.h:
19289 * gst/apetag/apetag.c: (plugin_init):
19290 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19292 APE v1/2 tag reader plus typefind function.
19294 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19297 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19298 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19299 Remove hacks for older core. Require newer core version
19302 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19304 * gst/cdxaparse/Makefile.am:
19305 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19306 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19307 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19308 * gst/cdxaparse/gstcdxaparse.h:
19309 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19310 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19311 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19312 (gst_cdxastrip_get_src_query_types),
19313 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19314 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19315 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19316 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19317 * gst/cdxaparse/gstcdxastrip.h:
19318 SVCD/VCD header stripping separated from CDXA image parsing.
19319 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19321 Add VCD/SVCD header typefinding for VCD/SVCD.
19322 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19323 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19324 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19325 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19326 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19327 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19328 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19329 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19330 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19331 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19332 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19333 * sys/vcd/vcdsrc.h:
19334 Fix up, add seeking, querying, URI interface. Works in totem now.
19336 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19341 === release 0.8.6 ===
19343 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19361 releasing 0.8.6, "IOU Love"
19363 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19365 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19367 * gst/playback/gstplaybasebin.c:
19368 Fix unplayable files error handling. Fixes #158365
19370 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19372 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19374 * gst/typefind/gsttypefindfunctions.c:
19375 Fix broken mp3 typefinding. Fixes #158375
19377 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19379 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19381 * ext/ogg/gstoggdemux.c:
19382 Fix sync on broken files. Fixes #158976
19384 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19386 patch by: Edward Hervey <bilboed@bilboed.com>
19388 * ext/libpng/gstpngenc.c:
19389 Copy over buffer properties. Fixes #158832
19391 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19393 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19395 * ext/dvdread/dvdreadsrc.c:
19396 Fixes invalid reads (#158462)
19398 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19400 * sys/v4l/gstv4lsrc.c:
19401 * sys/v4l/gstv4lsrc.h:
19402 * sys/v4l/v4lsrc_calls.c:
19403 Probe less and cache it. Fixes #159187.
19405 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19407 * gst/videorate/gstvideorate.c:
19408 Handle all video formats. Fixes #159186.
19410 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
19411 * gst/synaesthesia/gstsynaesthesia.c:
19412 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19413 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19414 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19415 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19416 (gst_synaesthesia_change_state), (plugin_init):
19417 Fix up synaesthesia to work under different samplerates/ buffer sizes.
19418 Force 320x200 output, as that's the only thing the underlying
19419 synaesthesia implementation supports. Still needs to be made
19422 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19425 Fix mpeg2enc configure check (similar to mplex check below).
19427 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
19429 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19431 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19432 Fix for gcc-2.95 (fixes #158221).
19434 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19436 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19437 Re-add clock distribution hack (until new core is released).
19440 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
19442 fix mplex configure check segfaulting on some systems (bug #140994)
19444 2004-11-13 Benjamin Otte <otte@gnome.org>
19446 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19448 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19449 do a wait when we enter the loop func with no data available to
19450 write instead of getting into an 100% CPU loop by just returning and
19451 being called again by the scheduler
19453 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
19456 * ext/libvisual/visual.c: (gst_visual_get_type),
19457 (libvisual_log_handler), (gst_visual_getcaps),
19458 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19460 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19461 * ext/smoothwave/Makefile.am:
19462 * ext/smoothwave/demo-osssrc.c: (main):
19463 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19464 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19465 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19467 * ext/smoothwave/gstsmoothwave.h:
19468 Make gstsmoothwave a working element in the 20th century.
19470 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19471 Fix incorrect link function
19473 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19475 * gst/volume/gstvolume.c:
19476 Allow buffer-frames=0.
19478 2004-11-12 Iain <iaingnome@gmail.com>
19480 * configure.ac: Check for polypaudio
19482 * ext/Makefile.am: Build the polyp dir
19484 * ext/polyp: The polypsink sources.
19486 2004-10-30 Iain <iaingnome@gmail.com>
19488 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19489 caps to reflect the new number of channels.
19491 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19493 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19494 Fix for negotiation order problem. This would show when the
19495 ALSA loopfuction was called before any other function. ALSA
19496 wouldn't do anything because we're not negotiated yet, leading
19497 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19499 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19501 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19503 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19504 No warnings (#157986).
19506 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19508 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19509 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19511 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19513 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19514 Signal no-more-pads (so it works in playbin).
19516 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19518 * ext/musepack/gstmusepackreader.cpp:
19519 Workaround for older core.
19521 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19523 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19524 Actually test for odd width/height rather than testing whether
19525 a temporary variable that was 0 before we subtracted 1 is now
19526 not equal to zero (which it always is).
19528 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19530 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19531 Fix compilation if HAVE_XVIDEO is not defined
19533 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19535 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19536 Fix compilation if HAVE_XVIDEO is not defined
19538 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19540 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19541 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19542 (gst_goom_change_state), (plugin_init):
19543 Use the bytestream adapter so goom doesn't depend on the input
19545 Add a debug category
19547 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19549 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19550 Only set hardware parameters *after* negotiation. Before
19551 negotiation, it will set ANY and that seems to cause crashes
19552 (see e.g. #151288, #153227).
19554 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19556 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19557 This seems to be antique leftover. It needs to pass error
19559 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19560 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19561 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19562 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19563 Fix GstXOverlay implementation (#151059).
19565 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19567 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19568 Don't assert (#157853).
19570 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19572 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19573 Fix bytes/samples confustion.
19574 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19575 Fix for underrun (#144389).
19577 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19579 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19580 Disable halfway-seek for pending release (since it needs a new
19583 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19585 * sys/v4l/gstv4lsrc.c:
19586 * sys/v4l/gstv4lsrc.h:
19587 * sys/v4l/v4lsrc_calls.c:
19588 add autoprobe-fps property so we can separate autoprobing parts
19590 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19592 * sys/v4l/gstv4lsrc.c:
19593 * sys/v4l/v4lsrc_calls.c:
19594 initialise fourcc to catch unset fourcc's, and debug
19596 2004-11-09 Wim Taymans <wim@fluendo.com>
19598 * gst/playback/README:
19599 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19600 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19601 (gst_play_bin_dispose), (gst_play_bin_set_property),
19602 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19603 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19604 (gst_play_bin_get_formats), (gst_play_bin_convert),
19605 (gst_play_bin_get_query_types), (gst_play_bin_query):
19606 Cleanups and some more documentation.
19608 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19610 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19611 (gst_cacasink_init), (gst_cacasink_chain):
19612 * ext/libcaca/gstcacasink.h:
19613 Cacasink inherits from VideoSink, so let that store the clock.
19615 2004-11-09 Wim Taymans <wim@fluendo.com>
19617 * gst/playback/README:
19618 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19619 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19620 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19621 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19622 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19624 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19625 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19626 * gst/playback/gststreaminfo.h:
19628 Only switch groups if all streams have muted (EOSed).
19629 Send Tags in sync with the stream playback instead of in
19630 the playback/preroll phase.
19631 Some cleanups, free the fakesrc elements.
19633 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19635 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19636 buffer-frames property was missing
19637 * ext/arts/gst_arts.c:
19638 rate missing from sinkcaps
19639 * ext/audiofile/gstafparse.c:
19640 * ext/audiofile/gstafsink.c:
19641 * ext/audiofile/gstafsrc.c:
19642 * ext/swfdec/gstswfdec.c:
19643 int audio doesn't know buffer-frames
19644 * ext/cdparanoia/gstcdparanoia.c:
19645 int audio doesn't know chunksize either
19646 * ext/nas/nassink.c:
19647 it's endianness, not endianess
19648 * gst-libs/gst/audio/audio.h:
19649 make float standard pad template caps really describe float
19650 * gst/law/mulaw.c: (linear_factory):
19651 signed only, please
19652 * gst/mpegstream/gstdvddemux.c:
19653 widths of 20 are not valid
19655 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19657 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19663 2004-11-08 Wim Taymans <wim@fluendo.com>
19665 * gst/playback/README:
19666 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19667 * gst/playback/gstplaybasebin.c: (probe_triggered),
19668 (gst_play_base_bin_change_state):
19669 Updated README, added more comments for fixmes etc..
19671 2004-11-08 Wim Taymans <wim@fluendo.com>
19673 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19674 We can remove this hack now.
19676 2004-11-08 Wim Taymans <wim@fluendo.com>
19678 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19679 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19680 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19681 Only mix AYUV for maximum quality.
19683 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19685 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19686 (gst_ogg_demux_push), (gst_ogg_pad_push):
19687 Let's act as if we're synchronized now! :).
19688 * ext/theora/theoradec.c: (theora_dec_chain):
19691 2004-11-08 Wim Taymans <wim@fluendo.com>
19693 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19694 (gst_alpha_set_property), (gst_alpha_sink_link),
19695 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19696 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19697 (gst_alpha_init_params), (gst_alpha_chain):
19698 Implement alpha functions for AYUV too, this increases
19699 accuracy quite a bit.
19701 2004-11-08 Wim Taymans <wim@fluendo.com>
19703 * gst/ffmpegcolorspace/avcodec.h:
19704 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19705 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19706 (gst_ffmpegcsp_avpicture_fill):
19707 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19708 (gst_ffmpegcsp_caps_remove_format_info):
19709 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19710 (shrink12), (img_get_alpha_info), (deinterlace_line),
19711 (deinterlace_line_inplace):
19712 * gst/ffmpegcolorspace/imgconvert_template.h:
19713 Added AYUV colorspace and handle RGBA a bit more respectful.
19715 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19717 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19718 Actually always send a discont (cornercase when resending the
19719 same serial-tagged chain twice).
19721 2004-11-08 Julien MOUTTE <julien@moutte.net>
19723 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19724 (gst_ximagesink_finalize):
19725 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19726 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19728 2004-11-08 Wim Taymans <wim@fluendo.com>
19730 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19731 Don't segfault on NULL data.
19733 2004-11-08 Wim Taymans <wim@fluendo.com>
19735 * gst/playback/gstdecodebin.c: (unlinked):
19736 * gst/playback/gstplay-marshal.list:
19737 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19738 (gst_play_base_bin_init), (group_create), (get_active_group),
19739 (get_building_group), (group_destroy), (group_commit),
19740 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19741 (add_element_stream), (no_more_pads), (probe_triggered),
19742 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19743 (state_change), (setup_source), (gst_play_base_bin_get_property),
19744 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19745 (gst_play_base_bin_link_stream),
19746 (gst_play_base_bin_get_streaminfo):
19747 * gst/playback/gstplaybasebin.h:
19748 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19749 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19750 Add support for chained ogg files. Prepare for playlist
19751 support. This patch introduces the concept of pad groups, which
19752 together compose one playable media file.
19754 2004-11-07 David Schleef <ds@schleef.org>
19756 * testsuite/gst-lint: Check for pad templates that aren't statically
19759 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19763 * ext/musepack/Makefile.am:
19764 * ext/musepack/gstmusepackdec.cpp:
19765 * ext/musepack/gstmusepackdec.h:
19766 * ext/musepack/gstmusepackreader.cpp:
19767 * ext/musepack/gstmusepackreader.h:
19768 Add musepack decoder.
19769 * ext/faad/gstfaad.c: (gst_faad_base_init):
19770 Make pad templates static.
19771 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19773 Add musepack typefinder, make mp3 typefinding work halfway stream,
19774 which doesn't actually work yet because id3demux doesn't implement
19777 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19779 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19780 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19781 Fix interrupt event handling (#144436).
19783 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19785 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19788 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19790 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19792 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19793 Fix weird caps (#157548).
19795 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19797 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19799 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19800 Add missing NULL terminator (#157543).
19802 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19804 * gst/tcp/gsttcp.h:
19805 * gst/tcp/gsttcpclientsink.c:
19806 * gst/tcp/gsttcpclientsrc.c:
19807 * gst/tcp/gsttcpserversink.c:
19808 * gst/tcp/gsttcpserversrc.c:
19809 ports can go up to 65535. Move common defines to gsttcp.h
19811 2004-11-05 Wim Taymans <wim@fluendo.com>
19813 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19814 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19815 Added two more colorspaces.
19817 2004-11-05 Wim Taymans <wim@fluendo.com>
19819 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19820 (gst_ffmpegcsp_avpicture_fill):
19821 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19822 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19823 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19826 2004-11-05 Wim Taymans <wim@fluendo.com>
19828 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19829 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19830 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19831 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19832 (gst_videomixer_loop):
19835 2004-11-05 Benjamin Otte <otte@gnome.org>
19837 * ext/mad/gstmad.c: (gst_mad_chain):
19838 don't overflow data buffer. Flush not needed sync data when syncing
19841 2004-11-04 Wim Taymans <wim@fluendo.com>
19843 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19844 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19845 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19846 (gst_alpha_init_params), (gst_alpha_chain),
19847 (gst_alpha_change_state):
19848 Updated the chroma keying algorithm with something more
19851 2004-11-03 Wim Taymans <wim@fluendo.com>
19853 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19854 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19855 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19856 Fix stride issues. Does not completely work for odd
19859 2004-11-03 Wim Taymans <wim@fluendo.com>
19861 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19862 (gst_alpha_chroma_key), (gst_alpha_chain):
19863 Fix stride issues. Does not completely work for odd
19866 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19868 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19869 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19872 2004-11-03 Wim Taymans <wim@fluendo.com>
19874 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19875 (gst_ffmpegcsp_avpicture_fill):
19876 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19878 * gst/ffmpegcolorspace/imgconvert_template.h:
19879 Use correct _fill function to get correct strides.
19881 2004-11-02 David Schleef <ds@schleef.org>
19883 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19884 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19885 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19886 Change all g_print()s to debugging. Add a bunch of consistency
19889 2004-11-02 Wim Taymans <wim@fluendo.com>
19891 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19892 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19893 (unlinked), (no_more_pads), (close_link):
19894 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19895 (unknown_type), (add_element_stream), (new_decoded_pad),
19896 (removed_decoded_pad), (setup_source):
19897 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19898 (gst_stream_info_class_init), (gst_stream_info_init),
19899 (gst_stream_info_new), (gst_stream_info_dispose),
19900 (stream_info_mute_pad), (gst_stream_info_set_property),
19901 (gst_stream_info_get_property):
19902 * gst/playback/gststreaminfo.h:
19903 Fix playback of multiple files.
19904 a slightly different approach to handling dynamic pad removals.
19905 This one only looks at pads that we have linked.
19907 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19909 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19910 free" warning from libc.
19912 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19914 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19915 (get_unconnected_element), (remove_starting_from), (pad_removed),
19917 Implement support for dynamic pad changing. We listen to "live"
19918 pad removals (i.e. while playing) and re-setup autoplugging
19919 after that. Playbasebin/playbin need some more work for this
19920 to finally work, but decodebin supports (and replugs) chained
19923 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19925 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19926 (gst_alsa_finalize):
19927 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19928 (gst_cdaudio_finalize):
19929 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19930 (cdparanoia_finalize):
19931 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19932 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19933 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19934 (dvdreadsrc_finalize):
19935 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19936 (gst_flacdec_finalize):
19937 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19938 (gst_flacenc_finalize):
19939 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19940 (gst_gnomevfssink_finalize):
19941 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19942 (gst_gnomevfssrc_finalize):
19943 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19944 (gst_fameenc_finalize):
19945 * ext/nas/nassink.c: (gst_nassink_class_init),
19946 (gst_nassink_finalize):
19947 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19948 (gst_sdlvideosink_class_init):
19949 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19950 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19951 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19952 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19953 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19954 (gst_x_window_listener_dispose):
19955 * gst/audioscale/gstaudioscale.c:
19956 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19957 (play_on_demand_finalize):
19958 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19959 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19960 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19961 (cdplayer_finalize):
19962 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19963 (gst_glimagesink_class_init):
19964 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19965 (gst_osselement_finalize):
19966 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19967 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19968 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19969 Fixes a bunch of problems with finalize and dispose functions,
19970 either assumptions that dispose is only called once, or not calling
19971 the parent class dispose/finalize function
19973 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19975 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19976 added two api precondition guards
19977 use g_strdup with getenv to fix crash when using ENVVAR
19979 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19980 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19981 (gst_esdsink_finalize):
19982 Use a finalize function, not dispose, and more importantly,
19983 call the parent class finalize function too
19985 2004-11-01 Johan Dahlin <johan@gnome.org>
19987 * ext/ogg/gstoggdemux.c:
19988 * gst/tags/gstvorbistag.c:
19991 2004-10-31 Benjamin Otte <otte@gnome.org>
19993 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19994 lotsa memleaks today. But they're all small...
19996 2004-10-31 Benjamin Otte <otte@gnome.org>
19998 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19999 another memleak crushed
20001 2004-10-31 Benjamin Otte <otte@gnome.org>
20003 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
20006 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20008 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20009 Hack to prevent crash when going to READY inside signal handler
20010 while this function is active.
20012 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20014 * gst/ffmpegcolorspace/Makefile.am:
20015 * gst/ffmpegcolorspace/avcodec.h:
20016 * gst/ffmpegcolorspace/common.h:
20017 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20018 * gst/ffmpegcolorspace/dsputil.h:
20019 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20020 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20021 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20022 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
20023 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
20024 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
20025 (gst_ffmpegcsp_avpicture_fill):
20026 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20027 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20028 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20029 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
20030 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
20031 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
20032 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
20033 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
20034 * gst/ffmpegcolorspace/imgconvert.c:
20035 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20036 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20037 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20038 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20039 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20040 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
20041 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
20042 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
20043 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
20044 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
20045 (grow21), (grow22), (grow41), (grow44), (conv411),
20046 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
20047 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
20048 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
20049 (avpicture_free), (is_yuv_planar), (img_convert),
20050 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
20051 (deinterlace_line_inplace), (deinterlace_bottom_field),
20052 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20053 * gst/ffmpegcolorspace/imgconvert_template.h:
20054 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20055 * gst/ffmpegcolorspace/mmx.h:
20056 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
20057 (av_fast_realloc), (av_mallocz_static), (av_free_static),
20058 (av_freep), (avcodec_get_context_defaults),
20059 (avcodec_alloc_context), (avcodec_init):
20060 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
20061 handling plus update from ffmpeg CVS. Large clean-up.
20063 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20065 * gst/playback/Makefile.am:
20066 We need the marshallers for decodebin, too.
20068 2004-10-30 David Schleef <ds@schleef.org>
20070 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
20071 quicktime typefinding work with 64-bit offsets.
20073 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
20075 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
20076 Set EOS on the element when processing an EOS event.
20077 * ext/speex/gstspeexdec.h:
20078 * ext/speex/gstspeexenc.h:
20079 Only keep a const ptr to the mode
20080 * gst-libs/gst/riff/riff-media.c:
20081 (gst_riff_create_audio_caps_with_data),
20082 (gst_riff_create_audio_template_caps):
20083 Allow WMAV3, with up to 6 channels.
20084 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
20085 Don't call gst_pad_set_event_function on a sink pad.
20086 * gst/mpegstream/gstdvddemux.c:
20087 (gst_dvd_demux_get_subpicture_stream),
20088 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
20089 Copy the explicit caps that were set across to the cur_* pads,
20090 instead of trying to use a possibly non-existent negotiated caps.
20091 Reset the type of subpicture pads to UNKNOWN after calling
20092 init_stream, so that the caps get set.
20094 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
20096 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20098 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20099 Don't touch buffer if it is of size 0 (fixes #151064).
20101 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20103 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
20104 Synchronized discont handling.
20106 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20108 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20109 (gst_ogg_demux_push):
20110 Make seeking sort-of exact again (fixes #156387).
20112 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20114 * gst/playback/gstplaybasebin.c: (unknown_type),
20115 (add_element_stream), (new_decoded_pad),
20116 (gst_play_base_bin_change_state):
20117 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20118 (gst_stream_info_init), (gst_stream_info_new),
20119 (gst_stream_info_dispose), (gst_stream_info_get_property):
20120 * gst/playback/gststreaminfo.h:
20121 Make caps explicitely available. Makes testing for unsupported
20122 types possible. Improves error reporting.
20124 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20126 * gst/audioconvert/gstaudioconvert.c:
20127 (gst_audio_convert_buffer_to_default_format):
20128 Really don't touch read-only buffers (#156563).
20130 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
20132 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20134 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20135 Fix memleak (#155223).
20137 2004-10-29 Wim Taymans <wim@fluendo.com>
20139 * gst/tcp/.cvsignore:
20140 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
20141 (gst_multifdsink_class_init), (gst_multifdsink_init),
20142 (gst_multifdsink_add), (gst_multifdsink_remove),
20143 (gst_multifdsink_remove_client_link), (is_sync_frame),
20144 (gst_multifdsink_new_client),
20145 (gst_multifdsink_handle_client_write),
20146 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20147 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20148 (gst_multifdsink_get_property):
20149 * gst/tcp/gstmultifdsink.h:
20150 Added burst on connect sync_method, deprecated sync_clients,
20151 streamlined the sync code some more.
20153 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20155 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
20156 (gst_play_base_bin_change_state):
20157 Improve error reporting.
20159 2004-10-28 Wim Taymans <wim@fluendo.com>
20161 * gst/tcp/Makefile.am:
20162 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
20163 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
20164 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
20165 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20166 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20167 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20169 Added more locks around fdset structures. Fixed/reworked
20170 the poll array resizing code.
20171 Added stress test for fdset.
20173 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20175 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20178 2004-10-28 Benjamin Otte <otte@gnome.org>
20180 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20181 fix link function to always query channels and query width for
20185 * gst/equalizer/Makefile.am:
20186 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
20187 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
20188 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
20189 (arg_to_scale), (setup_filter),
20190 (gst_iir_equalizer_compute_frequencies),
20191 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
20192 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
20196 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
20198 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
20202 Added Norwegian Bokmaal translation
20204 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20206 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20207 Don't break on options (fixes #156488).
20209 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
20212 * ext/cdaudio/Makefile.am:
20214 fix build on older automake
20216 2004-10-26 Wim Taymans <wim@fluendo.com>
20218 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20219 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20220 Allow a little margin when negotiating the framerate.
20222 2004-10-26 Stefan Kost <ensonic@users.sf.net>
20224 * gst/level/gstlevel.c:
20225 synchonised naming of pads and pad-templates
20227 2004-10-26 Wim Taymans <wim@fluendo.com>
20229 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20230 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
20231 (_find_streams_check), (gst_ogg_demux_push):
20232 Fix EOS again. Needs to be done in a better way. We should not
20233 remove the pad if there is no new chained stream.
20235 2004-10-26 Iain <iaingnome@gmail.com>
20237 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
20238 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
20240 * gst/interleave/interleave.c (interleave_class_init): Hook up release
20242 (interleave_release_pad): Remove the pad.
20243 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20244 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20246 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20248 (gst_xvimagesink_xcontext_clear): Free the xcontext.
20249 (gst_xvimagesink_finalize): Free the par.
20251 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20253 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20254 (gst_avimux_stop_file):
20255 First calculate the rate, and only then use it. Hdr.rate is a
20256 multiple and not a derivative of hdr.scale. Scale is not the
20257 same as blockalign but is solely related to rate.
20259 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20261 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20262 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20265 2004-10-25 James Henstridge <james@jamesh.id.au>
20267 Reviewed by: David Schleef <ds@schleef.org>
20269 * examples/gstplay/player.c: (got_stream_length), (main):
20270 * examples/seeking/cdplayer.c: (update_scale):
20271 * examples/seeking/seek.c: (format_value), (update_scale):
20272 * examples/seeking/spider_seek.c: (format_value), (update_scale),
20274 Build fixes on AMD64.
20276 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20278 reviewed by: Ronald Bultje <rbultje at gnome dot org>
20280 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20281 Fix for some v4l cards which hang in v4lsrc
20283 2004-10-25 Wim Taymans <wim@fluendo.com>
20285 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20286 (gst_ogg_demux_push), (gst_ogg_chains_clear):
20287 Make sure to remove the pad when a new chain is
20288 encountered. Set some vars to NULL so we don't try
20289 to reference freed memory.
20291 2004-10-25 Wim Taymans <wim@fluendo.com>
20293 * examples/seeking/Makefile.am:
20294 * examples/seeking/cdplayer.c: (update_scale):
20295 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20296 * examples/seeking/playbin.c: (make_playerbin_pipeline),
20297 (format_value), (update_scale), (iterate), (start_seek),
20298 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20299 (print_usage), (main):
20300 Added some more examples, update others.
20302 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20304 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20305 * ext/speex/gstspeexdec.c: (speex_dec_chain):
20306 * ext/theora/theoradec.c: (theora_dec_chain):
20307 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20308 Add codec-name metadata.
20310 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
20312 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20314 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20315 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20316 * ext/alsa/gstalsamixertrack.h:
20318 ALSA mixer track label internationalization (#154054).
20320 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20322 * ext/theora/theoradec.c: (theora_dec_chain):
20323 Export bitrate as metadata.
20325 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20327 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20328 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20329 * ext/alsa/gstalsamixertrack.h:
20330 Fix names, fix loop.
20332 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20334 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20335 (speex_dec_convert):
20336 sinkconvert function so oggdemux can get the file length (totem).
20338 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
20340 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20342 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20343 Don't push incomplete packets.
20344 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20345 Fix MPEG-4 audio typefinding.
20347 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20349 * sys/v4l/Makefile.am:
20350 * sys/v4l/gstv4l.c: (plugin_init):
20351 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20352 (gst_v4lelement_init), (gst_v4lelement_dispose),
20353 (gst_v4lelement_change_state):
20354 * sys/v4l/gstv4lelement.h:
20355 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20356 (gst_v4l_xoverlay_close), (idle_refresh),
20357 (gst_v4l_xoverlay_set_xwindow_id):
20358 * sys/v4l/gstv4lxoverlay.h:
20359 * sys/v4l/v4l-overlay_calls.c:
20360 * sys/v4l/v4l_calls.h:
20361 * sys/v4l2/Makefile.am:
20362 * sys/v4l2/gstv4l2.c: (plugin_init):
20363 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20364 (gst_v4l2element_init), (gst_v4l2element_dispose),
20365 (gst_v4l2element_change_state):
20366 * sys/v4l2/gstv4l2element.h:
20367 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20368 (gst_v4l2_xoverlay_close), (idle_refresh),
20369 (gst_v4l2_xoverlay_set_xwindow_id):
20370 * sys/v4l2/gstv4l2xoverlay.h:
20371 * sys/v4l2/v4l2-overlay_calls.c:
20372 * sys/v4l2/v4l2_calls.h:
20373 Remove client-side overlay handling, use the X-server v4l plugin
20374 for that. Nicer overlay, less code. Also make the plugin
20375 compileable without X (but then without overlay, obviously).
20376 Makes xwindowlistener obsolete, should we remove that?
20378 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20380 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20381 (gst_osssrc_src_query):
20382 * sys/oss/gstosssrc.h:
20383 OK, so people want offset in DEFAULT. This time, actually fix all
20385 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20388 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20390 * gst/asfdemux/gstasfmux.c:
20391 * gst/avi/gstavimux.c:
20394 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20396 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20397 Fix properties (channel, norm, frequency).
20399 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20401 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20403 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20406 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20408 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20411 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20413 * sys/v4l2/gstv4l2element.h:
20414 Yet Another Hack (tm) for kernel header borkedness.
20415 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20416 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20417 (gst_v4l2src_link), (gst_v4l2src_getcaps),
20418 (gst_v4l2src_change_state):
20419 * sys/v4l2/gstv4l2src.h:
20420 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20421 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20422 Fix caps, keep track of state, work.
20424 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20426 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20429 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20431 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20432 Don't mix bytes and samples.
20434 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20436 * ext/ogg/gstoggmux.c:
20437 Basic pad template which accepts OGM tracks, speex, flac, vorbis
20438 and theora. Any is incorrect.
20439 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20441 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20442 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20443 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20444 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20445 * sys/v4l/gstv4lmjpegsrc.h:
20446 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20447 (gst_v4lsrc_change_state):
20448 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20449 (gst_v4lmjpegsrc_capture_stop):
20450 Fix caps. Keep track of internal state. Work.
20452 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20455 Fix the build fixes.
20457 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20459 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20460 (gst_ogg_demux_src_event), (_find_chain_seek),
20461 (gst_ogg_pad_push):
20462 Check for pad availability before using it.
20463 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20464 Fix parsing of chained ogg. Needs more work on the decoder side.
20466 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20468 * gst/spectrum/Makefile.am:
20469 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20471 Fix demo and reenable it. Yes, I'm currently playing with audio
20474 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20476 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20477 We love it if files that start at zero work too...
20479 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20481 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20482 Handle files with missing EOS headers.
20484 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20486 * gst/tcp/gsttcpserversink.c:
20487 (gst_tcpserversink_handle_server_read),
20488 (gst_tcpserversink_init_send):
20489 Zero some variables first (need for accept not to return EINVAL)
20491 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20493 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20494 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20495 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20496 (theora_dec_chain):
20497 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20498 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20499 Seeking and querying finetune.
20501 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20505 * ext/raw1394/Makefile.am:
20508 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20510 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20512 * gst/playback/Makefile.am:
20513 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20514 * gst/playback/gstplay-marshal.list:
20515 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20518 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20520 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20523 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20525 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20526 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20527 (gst_ogg_pad_push):
20528 Yay for non-lineair granulepos in theora.
20530 2004-10-18 Wim Taymans <wim@fluendo.com>
20532 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20533 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20534 * ext/dv/gstdvdec.h:
20535 Make sure we renegotiate aspect ratio when the camera switches.
20537 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20539 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20540 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20542 * ext/theora/theoradec.c: (theora_dec_chain):
20543 Skip headers. Bad idea for chained ogg, but fixes seeking.
20545 2004-10-18 Wim Taymans <wim@fluendo.com>
20548 I swear, this is the last time I touch this.
20550 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20552 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20553 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20554 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20556 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20557 Time-to-default conversion.
20558 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20559 Don't error on unknown packets, just skip. We should probably
20560 read them if we want to support chained ogg.
20562 2004-10-18 Wim Taymans <wim@fluendo.com>
20565 Added cdaudio to wrong list.
20567 2004-10-18 Wim Taymans <wim@fluendo.com>
20572 2004-10-18 Wim Taymans <wim@fluendo.com>
20574 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20575 (gst_dvdec_video_link), (gst_dvdec_push):
20576 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20577 (gst_smokeenc_resync), (gst_smokeenc_chain):
20578 Fix mimetype on smoke encoder.
20579 Add aspect ratio to dvdec. Not sure if these
20580 values are correct though....
20582 2004-10-18 Wim Taymans <wim@fluendo.com>
20584 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20585 Fix vorbis property descriptions and ranges.
20587 2004-10-18 Wim Taymans <wim@fluendo.com>
20589 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20590 Really do nothing when no data is available.
20591 Go to the playing state when the stream is not seekable
20592 instead of failing.
20594 2004-10-18 Wim Taymans <wim@fluendo.com>
20596 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20597 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20598 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20599 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20600 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20601 Added uri handler for cd://
20604 2004-10-18 Wim Taymans <wim@fluendo.com>
20606 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20607 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20608 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20609 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20610 (remove_prerolls), (unknown_type), (add_element_stream),
20611 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20612 (gst_play_base_bin_remove_element),
20613 (gst_play_base_bin_link_stream):
20614 * gst/playback/gstplaybin.c: (gen_video_element),
20615 (gen_vis_element), (remove_sinks), (setup_sinks):
20616 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20617 (gst_stream_info_get_type), (gst_stream_info_class_init),
20618 (gst_stream_info_init), (gst_stream_info_new),
20619 (gst_stream_info_dispose), (stream_info_mute_pad),
20620 (gst_stream_info_set_property), (gst_stream_info_get_property):
20621 * gst/playback/gststreaminfo.h:
20622 Add sink padtemplate to decodebin.
20623 Added some more comments.
20624 Make queue size configurable in playbasebin.
20625 Added possibility to use elements as sinks (ex cdaudio).
20627 2004-10-15 Wim Taymans <wim@fluendo.com>
20629 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20630 (gst_speexenc_chain):
20631 Fix speex timestamps so that it gets muxed properly.
20633 2004-10-15 Wim Taymans <wim@fluendo.com>
20635 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20636 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20637 (gst_dv1394src_init), (gst_dv1394src_dispose),
20638 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20639 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20640 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20641 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20642 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20643 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20644 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20645 * ext/raw1394/gstdv1394src.h:
20646 Added conversion/query functions.
20647 Update buffer timestamps,
20649 Added uri dv:// so it might play from the firewire in playbin.
20650 Fix a possible leak.
20653 2004-10-15 Wim Taymans <wim@fluendo.com>
20655 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20656 (gst_dv1394src_init), (gst_dv1394src_set_property),
20657 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20658 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20659 * ext/raw1394/gstdv1394src.h:
20660 Added AV/C VTR control support needed for some cameras.
20661 Added automatic port detection.
20662 Added properties for selecting the channel.
20663 The configure.ac script is not yet updated to reflect the
20664 new libavc1394 and librom1394 dependencies.
20666 2004-10-15 Wim Taymans <wim@fluendo.com>
20668 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20669 (qtdemux_parse), (gst_qtdemux_handle_esds):
20670 An esds box is not a container.
20671 Fix parsing of mp4v boxes.
20672 Do not try to renegotiate fps for each frame. Need to
20673 find a better method. This should fix mp4 playback.
20675 2004-10-14 David Schleef <ds@schleef.org>
20677 * configure.ac: update for swfdec-0.3 and liboil-0.2
20678 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20679 * ext/swfdec/gstswfdec.h: same
20680 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20681 * gst/videotestsrc/videotestsrc.c: same
20683 2004-10-14 Wim Taymans <wim@fluendo.com>
20685 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20686 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20687 (is_sync_frame), (gst_multifdsink_new_client),
20688 (gst_multifdsink_handle_client_write),
20689 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20690 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20691 Turn warnings into info.
20692 Don't allow a state change in the streaming thread.
20694 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20696 * ext/vorbis/oggvorbisenc.c:
20697 * ext/vorbis/vorbisdec.c:
20698 fix template sample rate
20700 2004-10-13 Wim Taymans <wim@fluendo.com>
20702 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20703 Decoding the header first fixes some problems in resyncing
20706 2004-10-12 Wim Taymans <wim@fluendo.com>
20708 * gst/playback/gstplaybin.c: (gen_video_element),
20709 (gen_vis_element), (remove_sinks), (setup_sinks):
20710 Added vis plugin support, need to configure the vis
20711 element to activate it.
20713 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20715 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20716 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20718 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20719 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20720 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20721 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20722 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20723 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20724 * gst/avi/gstavidemux.h:
20725 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20726 recovery (where, if part of the index is broken, we will still read
20727 the rest of the index and recover the broken part by stream
20728 scanning). More broken media support. EOS workarounds. General AVI
20729 braindamage headache recovery. Aspirin included.
20731 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20733 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20734 (cdparanoia_event), (cdparanoia_query):
20735 Get rid of hideous lead-in.
20737 2004-10-11 Wim Taymans <wim@fluendo.com>
20739 * gst/playback/gstplaybasebin.c: (setup_source):
20740 Wrong var used to get g_list_next.
20742 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20744 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20745 (cdparanoia_get), (cdparanoia_open):
20746 Report discid as metadata, add duration.
20748 2004-10-11 Wim Taymans <wim@fluendo.com>
20750 * gst/playback/gstplaybasebin.c: (setup_source):
20751 Cleanup the previous pipeline a little earlier for the
20752 case that a source element provides raw data.
20754 2004-10-11 Benjamin Otte <otte@gnome.org>
20756 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20757 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20758 consuming the last 128 bytes, even though it was valid mp3 data.
20760 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20762 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20763 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20764 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20765 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20767 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20769 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20770 Fix for webcams that support only specific width or height
20772 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20774 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20776 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20777 Fix wrong discont event setup (fixes #154967).
20779 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20781 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20783 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20784 Error out on invalid data (fixes #154807).
20786 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20788 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20790 * ext/dvdread/dvdreadsrc.c: (_read):
20791 Make titles > 0 work again (fixes #154834).
20793 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20795 * gst-libs/gst/riff/riff-media.c:
20796 (gst_riff_create_video_template_caps):
20797 WMV3 missing in template caps.
20799 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20801 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20802 OK, so the original code was too strict. It makes random AVI files
20803 hang for seconds upon opening, which is unacceptable and is far
20804 beyond the original goal of getting multiple chunks for one-chunk
20805 sounc stream files. So now do just that.
20807 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20809 * gst/playback/gstplaybasebin.c: (setup_source),
20810 (gst_play_base_bin_change_state):
20811 Actually clean up streaminfo if output fails. This would trigger
20812 if, for example, there was no CD in the drive. No preroll, so
20813 a streaminfo structure is created, but the subsequent state change
20814 of the thread fails.
20815 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20816 Don't change state if parent failed.
20818 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20820 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20821 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20822 (gen_video_element), (remove_sinks):
20823 Add small bits of code for screenshot handling.
20825 2004-10-08 Wim Taymans <wim@fluendo.com>
20827 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20828 (gen_video_element), (gen_audio_element), (setup_sinks):
20829 Don't assume the user provided sinks are named "sink"...
20831 2004-10-08 Wim Taymans <wim@fluendo.com>
20833 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20834 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20835 (gst_play_base_bin_link_stream):
20836 Do not try to autoplug sources that generate raw streams like
20838 disconnect the preroll overrun signal when we don't need it anymore.
20840 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20842 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20843 Added reworked patch from #154903 from milosz derezynski (deadchip).
20845 2004-10-08 Wim Taymans <wim@fluendo.com>
20847 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20848 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20849 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20850 (cdparanoia_convert), (cdparanoia_uri_get_type),
20851 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20852 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20853 * ext/cdparanoia/gstcdparanoia.h:
20854 This adds the cdda://<tracknum> uri.
20856 2004-10-08 Wim Taymans <wim@fluendo.com>
20858 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20859 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20860 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20861 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20862 (unknown_type), (gst_play_base_bin_remove_element),
20863 (gst_play_base_bin_link_stream):
20864 * gst/playback/gstplaybasebin.h:
20865 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20866 (gst_play_bin_set_property), (gen_video_element),
20867 (gen_audio_element), (setup_sinks):
20868 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20869 (gst_stream_info_get_type), (gst_stream_info_class_init),
20870 (gst_stream_info_init), (gst_stream_info_new),
20871 (gst_stream_info_dispose), (stream_info_mute_pad),
20872 (gst_stream_info_set_property), (gst_stream_info_get_property):
20873 * gst/playback/gststreaminfo.h:
20874 Reuse the audio and video bins.
20875 Some internal cleanups in the stream selection code.
20877 2004-10-08 Julien MOUTTE <julien@moutte.net>
20879 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20880 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20881 * sys/ximage/ximagesink.h:
20882 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20883 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20884 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20885 not coming from those elements. Moreover these elements should not keep
20886 the xid they have been given when in NULL state.
20888 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20890 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20891 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20892 * sys/ximage/ximagesink.h:
20893 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20894 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20895 * sys/xvimage/xvimagesink.h:
20896 Actually only create a new toplevel window if we're not gonna
20897 embed it right after.
20899 2004-10-07 Wim Taymans <wim@fluendo.com>
20901 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20902 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20903 * gst/playback/gstplaybin.c: (setup_sinks):
20904 Implement muting/unmuting of streams, mute streams that are not
20907 2004-10-07 Wim Taymans <wim@fluendo.com>
20909 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20911 Added lame audio/x-ac3 typefind function.
20913 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20918 === release 0.8.5 ===
20920 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20925 releasing 0.8.5, "Take You On"
20927 2004-10-06 Wim Taymans <wim@fluendo.com>
20929 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20930 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20931 (no_more_pads), (close_link), (type_found):
20932 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20933 * gst/playback/gstplaybin.c: (gen_video_element):
20934 Do not signal the no_more_pads after the first pad when
20935 we are plugging a non dynamic element with multiple
20936 output pads (like swfdec, dvdec, ...).
20938 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20941 bump for prerelease
20943 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20945 * gst/wavparse/gstwavparse.c:
20946 add ATRAC3 to STATIC CAPS to fix a warning
20948 * gst/matroska/ebml-read.c:
20949 * gst-libs/gst/riff/riff-read.c:
20952 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20954 * gst-libs/gst/riff/riff-media.c:
20955 generate caps for ATRAC3 audio streams
20957 * gst/realmedia/rmdemux.c:
20958 generate caps for ATRAC3 audio streams
20960 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20962 * gst/wavparse/Makefile.am
20963 * gst/wavparse/riff.h
20964 * gst/wavparse/wavparse.vcproj
20965 riff.h removal (unused and duplication with riff-ids.h)
20967 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20969 * gst/wavparse/gstwavparse.h
20970 remove duplicated defines for audio codec codes
20972 * gst-libs/gst/riff/riff-ids.h
20973 * gst/wavenc/riff.h:
20974 add "4CC" code for ATRAC3 audio streams
20975 add "4CC" code for ITU_G721_ADPCM (unused for now)
20977 2004-10-06 Wim Taymans <wim@fluendo.com>
20979 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20980 Actually _do_ negotiation. Pass gdouble as arg instead
20981 of guint64 for the framerate.
20983 2004-10-06 Wim Taymans <wim@fluendo.com>
20985 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20986 (find_compatibles), (close_pad_link), (try_to_link_1),
20987 (no_more_pads), (close_link), (type_found):
20988 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20989 * gst/playback/gstplaybin.c: (gen_video_element),
20990 (gen_audio_element):
20991 Set state on newly added element to READY so that negotiation
20993 Addes some more debug info.
20994 Do not try to plug pads with multiple caps structures or ANY
20995 because it is too dangerous since we do not do dynamic
20998 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
21000 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
21004 add Oriya translation
21006 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21008 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21009 Prevent overwrite of size member. Makes audio sound crappy.
21011 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21013 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21014 Add rmvb to the list of known RealMedia extensions
21016 2004-10-05 Wim Taymans <wim@fluendo.com>
21018 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
21019 (mngdec_openstream), (mngdec_closestream),
21020 (mngdec_handle_sink_event), (mngdec_readdata),
21021 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
21022 (mngdec_getcanvasline), (mngdec_refresh),
21023 (gst_mngdec_change_state):
21024 Set the framerate correctly.
21026 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21028 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21029 There was something wrong with the index massaging.
21031 2004-10-04 Wim Taymans <wim@fluendo.com>
21033 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
21034 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
21035 (gst_smokedec_chain):
21036 * ext/jpeg/gstsmokedec.h:
21037 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
21038 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
21039 * ext/jpeg/gstsmokeenc.h:
21040 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
21041 (smokecodec_decode_new), (smokecodec_info_free),
21042 (smokecodec_set_quality), (smokecodec_get_quality),
21043 (smokecodec_set_threshold), (smokecodec_get_threshold),
21044 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
21045 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
21046 (smokecodec_encode), (smokecodec_parse_id),
21047 (smokecodec_parse_header), (smokecodec_decode):
21048 * ext/jpeg/smokecodec.h:
21049 * ext/jpeg/smokeformat.h:
21050 Updated smoke, new bitstream, allows embedding in ogg.
21052 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21054 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
21055 Fix seeking in some files. All this code is no longer needed (and
21056 actually breaks stuff) because we now synchronize the full index
21057 right when reading the header.
21059 2004-10-04 Wim Taymans <wim@fluendo.com>
21062 configure update for libmng.
21064 2004-10-04 Wim Taymans <wim@fluendo.com>
21066 * ext/libmng/Makefile.am:
21067 * ext/libmng/gstmng.c: (plugin_init):
21068 * ext/libmng/gstmng.h:
21069 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
21070 (gst_mngdec_base_init), (gst_mngdec_class_init),
21071 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
21072 (gst_mngdec_loop), (gst_mngdec_get_property),
21073 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
21074 (mngdec_closestream), (mngdec_handle_sink_event),
21075 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
21076 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
21077 (gst_mngdec_change_state):
21078 * ext/libmng/gstmngdec.h:
21079 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
21080 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
21081 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
21082 (gst_mngenc_chain), (gst_mngenc_get_property),
21083 (gst_mngenc_set_property):
21084 * ext/libmng/gstmngenc.h:
21085 Added basic MNG decoder. Needs more work. The encoder does
21088 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21090 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
21091 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
21092 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
21093 Don't hang on length=0 chunks. Some negotiation fixes. Signal
21096 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
21099 you need at least 1.0.4 of speex
21101 2004-10-04 Iain <iaingnome@gmail.com>
21103 * ext/speex/gstspeexdec.h: Revert the includes changes.
21105 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
21107 2004-09-30 Iain <iaingnome@gmail.com>
21109 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
21110 found during init or set as a property instead of hardcoding /dev/audio
21112 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21114 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
21115 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
21116 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
21117 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
21118 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
21119 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
21120 (gst_rmdemux_dump_data):
21121 Use debug category, fix EOS handling. filesrc ! rmdemux now
21124 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21126 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21127 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
21128 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
21129 Improve allocation, cutting and sorting of the index. How takes a
21130 few seconds instead of minutes.
21132 2004-10-03 Christophe Fergeau <teuf@gnome.org>
21134 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
21137 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21139 * gst-libs/gst/riff/riff-media.c:
21140 (gst_riff_create_video_caps_with_data),
21141 (gst_riff_create_video_template_caps):
21142 Add wing commander format mimetype/fourccs.
21143 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21144 Don't crash if some value is 0.
21146 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21148 * gst-libs/gst/riff/riff-media.c:
21149 (gst_riff_create_video_caps_with_data),
21150 (gst_riff_create_video_template_caps):
21151 Add DIB fourcc (raw, palettized 8-bit RGB).
21152 * gst-libs/gst/riff/riff-read.c:
21153 (gst_riff_read_strf_vids_with_data):
21154 Oops, fix strf_data reading bug.
21155 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21156 Use a non-NULL tag.
21157 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21158 Time for hacks. Sorry Dave. At least one quicktime movie (a
21159 trailer) that I've encountered contains multiple video tracks.
21160 One of those is the actual video track, the other are one-frame
21161 tracks (images). Unfortunately, the number of frames according
21162 to the trak header is 1 for each, so that doesn't help. So
21163 instead, I look at the duration and discard tracks with a
21164 duration shorter than 20% of the length of the stream. Better
21167 2004-10-01 Christian Schaller <christian@fluendo.com>
21169 * ext/ivorbis/vorbis.c:
21170 Patch from Phil Blundell (Bug 152341)
21172 2004-10-01 Wim Taymans <wim@fluendo.com>
21174 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
21175 (speex_dec_get_formats), (speex_dec_convert),
21176 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
21177 (speex_dec_chain), (gst_speexdec_get_property),
21178 (gst_speexdec_set_property):
21181 2004-10-01 Wim Taymans <wim@fluendo.com>
21183 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
21184 (gst_wavparse_stream_init), (gst_wavparse_fmt),
21185 (gst_wavparse_other), (gst_wavparse_loop),
21186 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21187 (gst_wavparse_srcpad_event):
21188 * gst/wavparse/gstwavparse.h:
21189 Added some more debugging info.
21190 Fix the case where the length of the file is 0.
21191 Make sure we seek to sample borders.
21193 2004-10-01 Wim Taymans <wim@fluendo.com>
21195 * gst/playback/README:
21196 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
21197 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
21198 (try_to_link_1), (no_more_pads), (close_link), (type_found):
21199 Add some debug info to decodebin, update README
21201 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21203 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
21204 Don't use g_print(); use GST_DEBUG().
21206 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21208 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21209 (gst_ogg_mux_queue_pads):
21210 Handle EOS properly.
21212 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
21214 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21216 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
21217 (gst_faad_chain), (gst_faad_change_state):
21218 * ext/faad/gstfaad.h:
21219 Allow playback of raw (unframed) MPEG AAC files (#148993).
21221 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
21223 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21225 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21226 Throw error if we didn't recognize the stream. Fixes #152289.
21228 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21230 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21233 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
21235 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21237 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21240 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
21242 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21244 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21246 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21249 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21251 * gst-libs/gst/riff/riff-media.c:
21252 (gst_riff_create_video_caps_with_data),
21253 (gst_riff_create_audio_caps_with_data):
21254 Add codec_data handling (like asfdemux used to do).
21255 * gst/asfdemux/gstasf.c: (plugin_init):
21256 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21257 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21258 Use riff-media for caps creation instead of our own (mostly
21259 broken) copy of its functions.
21261 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21263 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21264 Don't actually error out if we get another return value than
21265 -EINVAL. Opposite to what I first thought, drivers have random
21266 return values for this, although -EINVAL is the expected return
21267 value. Since this is not fatal, we shouldn't use
21268 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21270 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21272 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21273 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21274 (dvdreadsrc_get_property), (_open), (_seek), (_read),
21275 (dvdreadsrc_get), (dvdreadsrc_open_file),
21276 (dvdreadsrc_change_state):
21277 Fix. Don't do one big huge loop around the whole DVD, that will
21278 cache all data and thus eat sizeof(dvd) (several GB) before we
21280 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21281 Actually NULL'ify event after using it.
21282 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21283 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21284 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21285 (gst_ebml_read_seek), (gst_ebml_read_skip):
21287 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21288 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21289 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21290 Fix timing (this will probably break if I seek using menus, but
21291 I didn't get there yet). VOBs and normal DVDs should now work.
21292 Add a mpeg2-only pad with high rank so this get autoplugged for
21294 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21295 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21296 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21297 (gst_mpeg_demux_get_audio_stream),
21298 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21299 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21300 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21301 MPEG-1 but use dvddemux for MPEG-2.
21302 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21303 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21304 (gst_mpeg_parse_parse_packhead):
21305 Timing. Only add pad template if it exists. Add sink template from
21306 class and not from ourselves. This means we will always use the
21307 correct sink template even if it is not the one defined in this
21310 2004-09-29 Wim Taymans <wim@fluendo.com>
21312 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21313 (gst_mpeg_demux_parse_pes):
21314 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21315 Fix playback of mpeg again, timestamps where screwed up by
21318 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21320 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21321 Only return true if we actually filled something in. Prevents
21322 player applications from showing a random length for flac files.
21323 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21324 (gst_riff_read_use_event), (gst_riff_read_handle_event),
21325 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21326 (gst_riff_read_strf_vids_with_data),
21327 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21328 OK, ok, so I implemented event handling. Apparently it's normal
21329 that we receive random events at random points without asking
21331 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21332 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21333 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21334 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21335 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21336 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21337 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21338 * gst/avi/gstavidemux.h:
21339 Implement non-lineair chunk handling and subchunk processing.
21340 The first solves playback of AVI files where the audio and video
21341 data of individual buffers that we read are not synchronized.
21342 This should not happen according to the wonderful AVI specs, but
21343 of course it does happen in reality. It is also a prerequisite for
21344 the second. Subchunk processing allows us to cut chunks in small
21345 pieces and process each of these pieces separately. This is
21346 required because I've seen several AVI files with incredibly large
21347 audio chunks, even some files with only one audio chunk for the
21348 whole file. This allows for proper playback including seeking.
21349 This patch is supposed to fix all AVI A/V sync issues.
21350 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21351 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21353 * gst/modplug/gstmodplug.cc:
21354 Proper return value setting for the query() function.
21355 * gst/playback/gstplaybasebin.c: (setup_source):
21356 Being in non-playing state (after, e.g., EOS) is not necessarily
21357 a bad thing. Allow for that. This fixes playback of short files.
21358 They don't actually playback fully now, because the clock already
21359 runs. This means that small files (<500kB) with a small length
21360 (<2sec) will still not or barely play. Other files, such as mod
21361 or flx, will work correctly, however.
21363 2004-09-28 Wim Taymans <wim@fluendo.com>
21365 * ext/speex/gstspeex.c: (plugin_init):
21366 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21367 (gst_speex_dec_class_init), (speex_dec_get_formats),
21368 (speex_get_event_masks), (speex_get_query_types),
21369 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21370 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21371 (gst_speexdec_get_property), (gst_speexdec_set_property),
21372 (speex_dec_change_state):
21373 * ext/speex/gstspeexdec.h:
21374 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21375 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21376 (gst_speexenc_base_init), (gst_speexenc_class_init),
21377 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21378 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21379 (gst_speexenc_src_query), (gst_speexenc_init),
21380 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21381 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21382 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21383 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21384 (gst_speexenc_chain), (gst_speexenc_get_property),
21385 (gst_speexenc_set_property), (gst_speexenc_change_state):
21386 * ext/speex/gstspeexenc.h:
21387 Rewrote speex encoder, make sure it can be embedded in ogg.
21388 Implemented speex decoder.
21390 2004-09-28 Christian Schaller <christian@fluendo.com>
21393 Remove kioslave plugin. Markey is brewing a new working one
21394 * ext/Makefile.am: Remove kioslave plugin
21396 * gst-plugins.spec.in: remove kio plugin from spec
21398 2004-09-27 Wim Taymans <wim@fluendo.com>
21400 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21401 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21402 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21403 (gst_multifdsink_new_client),
21404 (gst_multifdsink_handle_client_write),
21405 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21406 (gst_multifdsink_handle_clients):
21407 * gst/tcp/gstmultifdsink.h:
21408 Make syncing to keyframes actually work for new clients and lagging
21411 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
21413 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21414 (gst_navigationtest_handle_src_event), (draw_box_planar411),
21415 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21416 * gst/debug/gstnavigationtest.h:
21417 make navigationtest display button-press and button-release events
21419 2004-09-26 Iain <iaingnome@gmail.com>
21421 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21422 the channels have received a new media event.
21423 (interleave_buffered_loop): Compresses a new media event on all
21426 2004-09-26 Iain <iaingnome@gmail.com>
21428 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21429 call the sinkpad's default event handler and not the srcpads. He also
21430 says this is confusing :)
21431 (gst_wavenc_stop_file): Company says that seek events only go upstream
21432 we should send a discontinuous downstream instead.
21434 2004-09-25 Christian Schaller <christian@fluendo.com>
21436 * Update SPEC file to be usable in conjunction with Fedora Core,
21437 Fedora.us and freshrpms packages
21438 * Fix typo in multifilesrc test Makefile
21440 2004-09-24 Wim Taymans <wim@fluendo.com>
21442 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21443 Only signal the no_more_pads signal when we have
21444 added the stream to our list.
21446 2004-09-24 Wim Taymans <wim@fluendo.com>
21448 * gst/playback/gstplaybasebin.c: (remove_prerolls),
21450 * gst/playback/gstplaybasebin.h:
21451 * gst/playback/gstplaybin.c: (setup_sinks):
21452 Don't try to preroll or decode more than one audio/video
21455 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21457 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21458 Throw error if we failed to find a suitable output. This should
21459 throw an error if we successfully set up a pipeline (e.g. because
21460 we recognized a media file) but found no decodable streams in it
21461 (e.g. because it contains only media stream types for which we
21462 have no decoders, or because it's not a media type).
21464 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21466 * ext/dirac/Makefile.am:
21467 * ext/dirac/gstdirac.cc:
21468 * ext/dirac/gstdiracdec.cc:
21469 * ext/dirac/gstdiracdec.h:
21470 Do something. Don't actually know if this works because I don't
21471 have a demuxer yet.
21472 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21473 Add channels=1 to caps returned from _getcaps().
21474 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21475 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21476 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21477 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21478 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21479 (gst_ogm_parse_change_state):
21480 Separate between audio/video so ogmaudioparse actually uses the
21481 audio pad templates. Both audio and video work now, including
21482 autoplugging. Also use sometimes-srcpad hack.
21483 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21484 Handle events better. Don't hang on infinite loops.
21485 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21486 (gst_avi_demux_init), (gst_avi_demux_reset),
21487 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21488 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21489 (gst_avi_demux_change_state):
21490 * gst/avi/gstavidemux.h:
21491 Improve A/V sync. Still not perfect.
21492 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21493 (gst_ebml_read_skip):
21494 Handle events better.
21495 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21496 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21497 (qtdemux_audio_caps):
21498 Add IMA4. Improve event handling. Save offset after a seek when
21499 the headers are at the end of the file so that we don't end up in
21501 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21502 Add low-priority typefind support for files with no length.
21504 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21506 * testsuite/multifilesink/Makefile.am:
21509 2004-09-22 Julien MOUTTE <julien@moutte.net>
21511 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21512 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21513 mistakes from thaytan's patches.
21515 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21517 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21518 For completeness, XSync in the destroy function as xvimage does.
21520 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21522 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21523 Correct caps negotiation
21524 * gst/volume/gstvolume.c: (volume_chain_float),
21525 (volume_chain_int16):
21526 Modify debug output to be little more informative
21527 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21528 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21529 (gst_xvimagesink_xvimage_destroy):
21530 Add XSync calls after detaching from the shared memory segment to
21533 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21535 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21536 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21537 * ext/vorbis/vorbis.c: (plugin_init):
21538 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21539 (gst_vorbisenc_chain):
21540 * ext/vorbis/vorbisenc.h:
21541 remove explicit newmedia support from oggmux and vorbisenc
21542 add debug category to vorbisenc
21543 * gst/multifilesink/gstmultifilesink.c:
21544 (gst_multifilesink_class_init), (gst_multifilesink_init),
21545 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21546 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21547 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21549 * gst/multifilesink/gstmultifilesink.h:
21550 add support for streamheader in multifilesink
21552 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21554 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21555 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21556 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21557 Prevent infinite loops. More correct error reporting.
21558 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21559 Error out if negotiation fails.
21560 * gst/playback/gstplaybasebin.c: (setup_source),
21561 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21562 (gst_play_base_bin_found_tag):
21563 Error/tag forwarding. Pre-roll fixes for source errors on state
21564 changes (e.g. "file does not exist") to prevent hangs.
21566 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21568 * testsuite/multifilesink/Makefile.am:
21569 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21570 (gst_newmedia_class_init), (gst_newmedia_init),
21571 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21572 (newfile_signal), (test_signal), (main):
21573 * testsuite/multifilesink/multifilesrc_test.c: (main):
21574 * testsuite/multifilesink/oggtheora_test.c:
21575 (gst_newmedia_base_init), (gst_newmedia_class_init),
21576 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21577 (test_format), (newfile_signal), (test_signal), (main):
21578 * testsuite/multifilesink/oggvorbis_test.c:
21579 (gst_newmedia_base_init), (gst_newmedia_class_init),
21580 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21581 (test_format), (newfile_signal), (test_signal), (main):
21582 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21583 (gst_newmedia_class_init), (gst_newmedia_init),
21584 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21585 (newfile_signal), (test_signal), (main):
21588 2004-09-20 Christian Schaller <christian@fluendo.com>
21590 * Fix mikmod license to LGPL as they have relicensed
21591 * Move Dirac and Effectv into LGPL section of README_license
21593 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21595 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21596 (gst_mad_change_state):
21597 Allow for mp3 rate/channels changes. However, only very
21598 conservatively. Reason that we *have* to enable this is smiply
21599 because the mad find_sync() function is not good enough, it will
21600 regularly sync on random data as valid frames and therefore make
21601 us provide random caps as *final* caps of the stream. The best fix
21602 I could think of is to simply require several of the same stream
21603 changes in a row before we change caps.
21604 The actual testcase that works now is #
21605 * ext/ogg/Makefile.am:
21606 * ext/ogg/gstogg.c: (plugin_init):
21607 * ext/ogg/gstogmparse.c:
21608 OGM support (video only for now; I need an audio sample file).
21609 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21610 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21611 (gst_asf_demux_add_video_stream):
21613 * gst/playback/gstplaybasebin.c: (unknown_type):
21614 Don't error out on single unknown-types after all. It's wrong.
21615 If we found type of video and audio but not of a subtitle stream,
21616 it will still error out (which is unwanted). Will find a better fix
21618 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21619 (ogmaudio_type_find), (plugin_init):
21622 2004-09-20 Johan Dahlin <johan@gnome.org>
21624 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21625 after setting caps.
21627 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21629 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21630 * gst/wavenc/gstwavenc.h:
21631 Added newmedia support to wavenc
21633 2004-09-17 Wim Taymans <wim@fluendo.com>
21635 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21636 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21637 (gst_fdset_fd_can_write), (gst_fdset_wait):
21638 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21639 (gst_multifdsink_init), (gst_multifdsink_add),
21640 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21641 (gst_multifdsink_remove_client_link),
21642 (gst_multifdsink_client_queue_buffer),
21643 (gst_multifdsink_handle_client_write),
21644 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21645 (gst_multifdsink_close), (gst_multifdsink_change_state):
21646 * gst/tcp/gstmultifdsink.h:
21647 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21648 (gst_tcpserversink_removed):
21649 Small cleanups in fdset.c
21650 Use a hastable to map fd to the client structure for faster
21651 lookup in _remove and get_stats.
21652 Added virtual function to close the fds.
21653 Handle clients even when the select/poll call was unblocked because
21655 Implement syncing to keyframe in the recovery procedure.
21657 2004-09-16 Iain <iaingnome@gmail.com>
21659 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21662 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21664 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21665 Caps are only set if the type of the stream is unknown, but this
21666 is initialized in ->init_stream(), so set to UNKNOWN after calling
21667 ->init_stream() so that capsnego starts.
21669 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21671 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21672 (gst_avi_demux_stream_data):
21673 Just hardcode for raw audio then. AVI audio sucks.
21675 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21677 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21678 * gst/matroska/matroska-mux.c: (audiosink_templ),
21679 (gst_matroska_mux_audio_pad_link):
21680 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21681 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21683 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21685 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21686 (gst_avi_demux_stream_data):
21687 Try to fix a/v sync issues.
21689 2004-09-15 David Schleef <ds@schleef.org>
21691 * configure.ac: remove NASM check, since we don't use it. Update
21693 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21694 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21695 Initialized variables.
21696 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21697 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21698 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21701 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21703 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21704 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21705 * gst/avi/gstavidemux.h:
21706 Fix for compressed audio (mp3) timestamp generation. How did this
21709 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21711 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21712 Volume is a double not a float.
21714 2004-09-15 Wim Taymans <wim@fluendo.com>
21716 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21717 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21718 Don't close the fd in multifdsink as we didn't open it in the
21719 first place. Some cleanups.
21721 2004-09-15 Wim Taymans <wim@fluendo.com>
21723 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21724 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21725 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21726 Fix the case where the muxer would mark pages as delta
21727 frames when they are not (vorbis only ogg).
21729 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21731 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21732 (gst_play_base_bin_change_state):
21733 Handle the case where we failed to setup a clear pipeline. This
21734 will throw an error (or EOS, another nice case) and if you don't
21735 catch that, the app will wait for the signal forever (and thus
21738 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21740 * ext/gnomevfs/gstgnomevfssink.c:
21741 (gst_gnomevfssink_uri_get_protocols):
21742 * ext/gnomevfs/gstgnomevfssrc.c:
21743 (gst_gnomevfssrc_uri_get_protocols):
21744 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21745 * ext/gnomevfs/gstgnomevfsuri.h:
21746 Use _uri_new() instead of _open(), so it doesn't take as long and
21747 Christophe's computer won't hang.
21748 * gst/playback/gstplaybasebin.c: (unknown_type):
21749 Throw error on unknown media type, so apps actually display it.
21751 2004-09-14 Brian Cameron <brian.cameron@sun.com
21753 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21754 this script to work on Solaris since bash shell handles echo
21755 differenly than bash.
21757 2004-09-17 Wim Taymans <wim@fluendo.com>
21759 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21760 (setup_source), (gst_play_base_bin_set_property),
21761 (gst_play_base_bin_add_element):
21762 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21763 Some more work on making sure seeking pauses the pipeline and
21764 that changing the uri actually does something.
21766 2004-09-17 Wim Taymans <wim@fluendo.com>
21768 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21769 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21770 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21771 (gst_tcpserversink_close):
21772 Be a bit more paranoid when freeing memory.
21774 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21776 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21777 (qtdemux_parse_trak):
21778 Don't crash by dividing by zero (see sample movie in #126922).
21780 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21782 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21783 Don't touch non-existing data (fixes crash on file in #140147).
21785 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21787 * gst/playback/gstplaybasebin.c:
21788 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21789 Handle double disposals, and proper change of URIs.
21791 2004-09-13 Martin Eikermann <meiker@upb.de>
21793 * gst/mpegstream/gstmpegparse.c:
21794 fix synchronistation for streams recorded from digital PCR
21797 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21799 * ext/gnomevfs/Makefile.am:
21800 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21801 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21802 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21803 (gst_gnomevfssink_uri_get_type),
21804 (gst_gnomevfssink_uri_get_protocols),
21805 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21806 (gst_gnomevfssink_uri_handler_init),
21807 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21808 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21809 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21810 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21811 (gst_gnomevfssrc_uri_get_type),
21812 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21813 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21814 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21815 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21816 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21817 * ext/gnomevfs/gstgnomevfsuri.h:
21818 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21819 of fake URIs to see which this version of Gnome-VFS likes, and
21820 uses that for the Gst-URI interface. Makes playbin support http://
21821 streams. Also fix up some stupid behaviour in gnomevfssrc.
21823 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21825 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21826 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21827 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21828 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21829 Update mixer (to sync with other sessions) if we try to obtain
21830 a new value. This makes alsamixer work accross applications.
21831 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21832 Only call sync functions if we're running, else alsalib asserts.
21833 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21834 Sometimes fails to compile. Possibly a gcc bug.
21835 * gst/playback/gstplaybin.c: (gen_video_element),
21836 (gen_audio_element):
21837 Add a reference to an application-provided object, because we lose
21838 this same reference if we add it to the bin. If we don't do this,
21839 we can only use this object once and thus crash if we go from
21840 ready to playing, back to ready and back to playing again.
21841 Also add an audioscale element because several cheap soundcards -
21842 like mine - don't support all samplerates.
21843 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21844 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21845 Fix wrong order or PAR calls. Makes automatically obtained PAR
21846 from the X server atually being used.
21848 2004-09-12 David Schleef <ds@schleef.org>
21850 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21851 #151887, #152102, #152247.
21852 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21853 * examples/seeking/cdparanoia.c: same
21854 * examples/seeking/cdplayer.c: same
21855 * examples/seeking/seek.c: same
21856 * examples/seeking/spider_seek.c: same
21857 * examples/seeking/vorbisfile.c: same
21858 * examples/stats/mp2ogg.c: same
21859 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21860 (gst_esdsink_dispose): Dispose of element properly.
21861 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21863 * ext/nas/nassink.c: (gst_nassink_class_init),
21864 (gst_nassink_dispose): Dispose of element correctly.
21865 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21866 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21867 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21868 Fix 64-bit warning.
21869 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21870 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21871 Fix 64-bit warning.
21873 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21875 * configure.ac : change speex detection as 1.1.6 now uses
21876 .pc/pkg-config and they changed their headers location.
21878 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21880 * gst/matroska/matroska-mux.h:
21881 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21882 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21883 (gst_matroska_mux_write_data):
21884 Write multiple blocks/frames per cluster.
21885 Write meta-seek information (seek heads).
21887 2004-09-09 Scott Wheeler <wheeler@kde.org>
21889 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21890 (gst_play_bin_set_property), (gst_play_bin_get_property),
21891 (gen_audio_element), (gen_audio_element):
21892 Add a volume element / property to the pipeline.
21894 2004-09-07 Wim Taymans <wim@fluendo.com>
21896 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21897 Copy timestamps from the master pad to the output buffers.
21899 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21901 * ext/raw1394/gstdv1394src.c:
21902 throw errors when applicable
21904 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21906 * gst/matroska/ebml-ids.h:
21907 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21908 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21909 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21910 automatically convert unix time <-> ebml time when reading/writing
21911 a date, use gst_ebml_write_uint to write CUETIME,
21912 not gst_ebml_write_date.
21913 * gst/matroska/matroska-ids.h:
21914 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21915 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21916 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21917 (gst_matroska_mux_write_data):
21918 Write track and segment UIDs, write muxing date, write
21919 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21920 Create cues for audio only files.
21922 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21924 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21925 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21926 Re-commit ALSA switches.
21927 * gst/adder/gstadder.c: (gst_adder_loop):
21928 64-bit fix (#151416).
21929 * gst/debug/progressreport.c: (gst_progressreport_report):
21930 64-bit fix (#151419).
21931 * gst/matroska/matroska-demux.c:
21932 (gst_matroska_demux_parse_contents):
21933 64-bit fix (#151420).
21934 * gst/playback/test3.c: (update_scale):
21935 64-bit fix (#151421).
21937 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21942 === release 0.8.4 ===
21944 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21946 * configure.ac: releasing 0.8.4, "Alias"
21948 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21950 * ext/theora/Makefile.am:
21951 fix makefile. Fixes #151462.
21953 2004-08-30 Wim Taymans <wim@fluendo.com>
21955 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21956 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21957 (gst_multifdsink_remove_client_link),
21958 (gst_multifdsink_client_queue_buffer),
21959 (gst_multifdsink_handle_client_write):
21960 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21961 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21962 Fix some memory leaks.
21964 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21966 Patch by: David Schleef
21970 rename our detection macro for V4L2. Fixes #151236.
21972 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21974 Patch by: David Schleef
21977 check to define LAMEPRESET. Fixes #151232.
21979 2004-08-27 David Schleef <ds@schleef.org>
21981 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21982 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21983 (gst_glimagesink_fixate): Move local variable declarations to
21984 make gcc-2.95 happy.
21986 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21989 bump nano for prerelease
21991 2004-08-27 David Schleef <ds@schleef.org>
21993 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21994 * sys/sunaudio/gstsunaudiosrc.c:
21995 * sys/sunaudio/gstsunaudiosrc.h:
21997 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21999 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
22000 handle EOS correctly
22001 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
22002 * gst/matroska/matroska-mux.h:
22003 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
22004 VFW compatibility mode
22006 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
22008 patch by: Zaheer Abbas Merali
22010 * ext/ogg/gstoggmux.c:
22011 * ext/vorbis/vorbisenc.c:
22012 * ext/vorbis/vorbisenc.h:
22015 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
22017 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
22018 fix byte order reversion on little endian machines.
22019 * gst/matroska/matroska-mux.c: (audiosink_templ),
22020 (gst_matroska_mux_audio_pad_link):
22021 add TTA codec to the list of supported codecs.
22022 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
22023 (gst_matroska_mux_start), (gst_matroska_mux_finish),
22024 (gst_matroska_mux_write_data):
22025 * gst/matroska/matroska-mux.h:
22026 write segment duration correctly, write muxing app string, fixes bugs
22027 #140897 and #140898.
22028 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
22029 wait for all pads to be negotiated before starting to mux.
22031 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22033 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
22034 * ext/lame/gstlame.h:
22035 Added new media support to lame
22037 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
22039 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
22040 send vorbis headers at the beginning of a stream, fixes bug #141554.
22041 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
22043 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
22044 (gst_matroska_demux_plugin_init):
22045 * gst/matroska/matroska-ids.h:
22046 enable demuxing of TTA audio streams, fixes bug #148951.
22047 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
22048 enable typefinding for TTA audio files, fixes bug #148711.
22049 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
22050 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
22051 fixes playback of packed bitstream and xvid with bframes, bug #135407.
22053 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
22055 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22056 (gst_riff_read_element_data), (gst_riff_read_seek),
22057 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
22058 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
22061 2004-08-23 Iain <iaingnome@gmail.com>
22063 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
22064 tags. They appear to be handled differently to normal.
22065 (tag_list_to_id3_tag_foreach): Ditto.
22067 2004-08-22 Wim Taymans <wim@fluendo.com>
22069 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22070 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22071 Make sure we never send -1 granulepos.
22073 2004-08-20 Wim Taymans <wim@fluendo.com>
22075 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22076 (gst_ogg_mux_loop):
22077 I will accept bitchslappings with non sharp objects.
22079 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22082 Clean up the test for lame presets
22084 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22087 * ext/lame/Makefile.am:
22088 * ext/lame/gstlame.c: (gst_lame_class_init),
22089 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22090 Only enable lame presets if version of lame has presets in API
22092 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
22093 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
22094 * gst/udp/gstudpsrc.h:
22095 Don't call gst_pad_push in a get function. Fixes #150449
22097 2004-08-18 Wim Taymans <wim@fluendo.com>
22099 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
22100 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
22101 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22102 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22103 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22105 * gst/tcp/gstfdset.h:
22106 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22107 (gst_multifdsink_client_queue_buffer),
22108 (gst_multifdsink_handle_client_write):
22109 * gst/tcp/gstmultifdsink.h:
22110 Some extra checks in gstfdset.
22111 Only use send() when the fd is a socket. Don't try to
22112 read from write only fds.
22114 2004-08-18 Wim Taymans <wim@fluendo.com>
22116 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
22117 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22118 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22119 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22121 Add more locking and bounds checking.
22123 2004-08-18 Wim Taymans <wim@fluendo.com>
22125 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
22126 Realloc test fdset in the lock and right before starting
22127 the poll call. Bump the limit to 4096.
22129 2004-08-17 David Schleef <ds@schleef.org>
22131 * sys/sunaudio/Makefile.am:
22132 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
22133 of rates and channels. Make debugging less obnoxious.
22135 Patch from Balamurali Viswanathan implementing a mixer for
22136 Sun audio. (bug #144091):
22137 * sys/sunaudio/gstsunelement.c:
22138 * sys/sunaudio/gstsunelement.h:
22139 * sys/sunaudio/gstsunmixer.c:
22140 * sys/sunaudio/gstsunmixer.h:
22142 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22144 * gst/audioscale/gstaudioscale.c:
22145 * gst/audioscale/gstaudioscale.h:
22146 made audioscale resample from any sample rate to any sample rate
22148 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
22150 * ext/libpng/gstpngdec.c:
22151 error out on unsupported types
22153 2004-08-17 Iain <iaingnome@gmail.com>
22155 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
22156 mid_side and loose_mid_side properties if its a stereo stream.
22158 2004-08-17 Wim Taymans <wim@fluendo.com>
22160 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22161 (theora_get_formats), (theora_dec_src_convert),
22162 (theora_dec_sink_convert), (theora_dec_src_query),
22163 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22166 2004-08-17 Wim Taymans <wim@fluendo.com>
22168 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
22169 (gst_ogg_pad_push):
22170 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22171 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22172 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
22173 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22174 Mark delta units in the muxer.
22175 Try to decode the packet after an out-of-sync error from
22178 2004-08-17 Wim Taymans <wim@fluendo.com>
22180 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22181 (gst_multifdsink_init), (gst_multifdsink_add),
22182 (gst_multifdsink_client_queue_buffer),
22183 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
22184 * gst/tcp/gstmultifdsink.h:
22185 Added option to send a keyframe to clients as the first buffer.
22186 Make timeout property writable.
22188 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
22190 patch by: Wim Taymans
22192 * gst/tcp/gstfdset.c:
22193 * gst/tcp/gstmultifdsink.c:
22194 fix index comparison, should include 0
22196 2004-08-16 Wim Taymans <wim@fluendo.com>
22198 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
22199 (gst_fdset_add_fd), (gst_fdset_remove_fd),
22200 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22201 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22203 copy when reallocing for poll so the select arguments don't get
22204 changed during the call
22206 2004-08-16 Wim Taymans <wim@fluendo.com>
22208 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22209 (gst_theora_enc_class_init), (theora_enc_sink_link),
22210 (theora_buffer_from_packet), (theora_enc_chain):
22211 Fix bug where buffers were not marked as keyframes
22214 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22216 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22217 (gst_lame_preset_get_type), (gst_lame_class_init):
22218 describe the enum values for vbr mode and presets more verbosely
22220 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22222 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
22223 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
22224 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
22225 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22226 * ext/lame/gstlame.h:
22227 add preset property to lame so it can use lame presets
22229 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22231 * ext/lame/gstlame.c: (gst_lame_get_property):
22232 whoops forgot break, thanks teuf
22234 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22236 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22237 (gst_lame_class_init), (gst_lame_src_getcaps),
22238 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
22239 (gst_lame_get_property), (gst_lame_setup):
22240 * ext/lame/gstlame.h:
22241 fix lame's broken vbr stuff, allow it to resample if need be, and also
22242 make xing header optional
22244 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22246 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22247 added getcaps function so samplerate doesnt get fixated to silly values
22249 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22251 * ext/lame/gstlame.c: (gst_lame_src_link):
22252 revert previous fix
22254 2004-08-12 Johan Dahlin <johan@gnome.org>
22256 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22257 checks. Doesn't matter what state we are in. Interfaces are a
22258 compile time thing, not runtime. It also broke the python bindings.
22260 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22262 * ext/lame/gstlame.c: (gst_lame_src_link):
22263 made source pad link function check if sinkpad is ok..fixes the problem
22264 where core fixates the output rate of lame stupidly
22266 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22268 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22269 * sys/v4l/v4l_calls.c:
22270 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22271 fix fixate function to handle nonsimple caps.
22272 remove bogus check in _link
22275 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22277 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22278 set default compression ratio parameter to 0.0 so bitrate parameter
22281 2004-08-11 David Schleef <ds@schleef.org>
22283 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22285 2004-08-11 David Schleef <ds@schleef.org>
22287 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22290 2004-08-11 David Schleef <ds@schleef.org>
22292 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22294 2004-08-11 David Schleef <ds@schleef.org>
22296 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22298 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22299 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22301 * gst/auparse/gstauparse.c: Fix plugin license field.
22302 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22303 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22304 * gst/rtp/gstrtp.c: Fix plugin license field.
22306 2004-08-11 Wim Taymans <wim@fluendo.com>
22308 * gst/tcp/Makefile.am:
22309 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22310 (ensure_size), (gst_fdset_new), (gst_fdset_free),
22311 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22312 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22313 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22314 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22315 (gst_fdset_fd_can_write), (gst_fdset_wait):
22316 * gst/tcp/gstfdset.h:
22317 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22318 (gst_multifdsink_class_init), (gst_multifdsink_init),
22319 (gst_multifdsink_add), (gst_multifdsink_remove),
22320 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22321 (gst_multifdsink_remove_client_link),
22322 (gst_multifdsink_handle_client_read),
22323 (gst_multifdsink_client_queue_data),
22324 (gst_multifdsink_client_queue_caps),
22325 (gst_multifdsink_client_queue_buffer),
22326 (gst_multifdsink_handle_client_write),
22327 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22328 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22329 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22330 (gst_multifdsink_close):
22331 * gst/tcp/gstmultifdsink.h:
22332 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22333 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22334 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22335 (gst_tcpserversink_close):
22336 * gst/tcp/gsttcpserversink.h:
22337 Abstracted away the select call, implemented poll (yes we ran into
22338 the 1024 limit in production).
22340 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
22342 * gst/tcp/gsttcp.c:
22343 * gst/tcp/gsttcpplugin.c:
22344 improve debuggging, remove assert
22346 2004-08-10 Wim Taymans <wim@fluendo.com>
22348 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22349 (gst_client_status_get_type), (gst_multifdsink_class_init),
22350 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22351 (gst_multifdsink_handle_client_read),
22352 (gst_multifdsink_handle_client_write),
22353 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22354 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22355 (gst_multifdsink_get_property):
22356 * gst/tcp/gstmultifdsink.h:
22357 * gst/tcp/gsttcp-marshal.list:
22358 Starting to prepare for specifying buffer time in other units
22359 than buffers. Expose remove reason in signal.
22361 2004-08-10 Wim Taymans <wim@fluendo.com>
22363 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22364 (gst_multifdsink_remove), (gst_multifdsink_clear),
22365 (gst_multifdsink_remove_client_link),
22366 (gst_multifdsink_handle_client_read),
22367 (gst_multifdsink_client_queue_data),
22368 (gst_multifdsink_client_queue_buffer),
22369 (gst_multifdsink_handle_client_write),
22370 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22371 (gst_multifdsink_chain), (gst_multifdsink_close):
22372 * gst/tcp/gstmultifdsink.h:
22373 Added more debugging info. Changed the way clients are
22374 removed from the lists. Fixed a bug where a bad file descriptor
22375 could cause many clients to be removed.
22377 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
22379 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22380 allow all pixel-aspect-ratios, not just 1:1
22382 2004-08-09 David Schleef <ds@schleef.org>
22384 * sys/glsink/ARB_multitexture.h: Remove old files.
22385 * sys/glsink/EXT_paletted_texture.h:
22386 * sys/glsink/NV_register_combiners.h:
22387 * sys/glsink/gstgl_nvimage.c:
22388 * sys/glsink/gstgl_pdrimage.c:
22389 * sys/glsink/gstgl_rgbimage.c:
22390 * sys/glsink/gstglsink.c:
22391 * sys/glsink/gstglsink.h:
22392 * sys/glsink/gstglxwindow.c:
22393 * sys/glsink/regcomb_yuvrgb.c:
22395 2004-08-09 David Schleef <ds@schleef.org>
22397 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22398 GL sink plugin. (Bug #147302)
22400 * configure.ac: Test for OpenGL
22401 * sys/Makefile.am: Use test for OpenGL
22402 * sys/glsink/Makefile.am:
22403 * sys/glsink/glimagesink.c: rewrite
22404 * sys/glsink/glimagesink.h: rewrite
22406 2004-08-09 David Schleef <ds@schleef.org>
22408 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
22410 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22411 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22412 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22414 2004-08-09 Wim Taymans <wim@fluendo.com>
22416 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22417 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22418 (gst_multifdsink_client_remove),
22419 (gst_multifdsink_handle_client_read),
22420 (gst_multifdsink_handle_client_write),
22421 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22422 Do a bit more logging, make the client_read code more robust.
22424 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22426 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22427 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22428 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22429 (gst_jpegdec_init), (gst_jpegdec_chain):
22430 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22431 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22432 cleanups, debugging fixes and memleak plugging
22434 2004-08-09 Wim Taymans <wim@fluendo.com>
22436 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22437 (theora_get_formats), (theora_dec_src_convert),
22438 (theora_dec_sink_convert), (theora_dec_src_query),
22439 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22440 (theora_dec_change_state):
22441 Don't crash on missing header packets.
22443 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22447 Added Albanian translation (Laurent Dhima)
22451 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22453 * ext/lame/gstlame.c:
22456 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22458 * sys/ximage/ximagesink.c:
22459 * sys/xvimage/xvimagesink.c:
22460 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22462 2004-08-06 Wim Taymans <wim@fluendo.com>
22464 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22465 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22466 (gst_multifdsink_client_remove),
22467 (gst_multifdsink_handle_client_read),
22468 (gst_multifdsink_handle_client_write),
22469 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22470 Make sure we don't try to read more from a client that what
22471 ioctl says us or we deadlock.
22473 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22475 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22476 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22477 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22478 decouple running_time and n_frames so it can handle changing
22479 framerate while running
22481 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22485 updated translations
22487 2004-08-04 Benjamin Otte <otte@gnome.org>
22489 * gst/videotestsrc/gstvideotestsrc.c:
22490 (gst_videotestsrc_get_capslist), (generate_capslist),
22492 generate the list of supported caps at startup and reuse it instead
22493 of always generating it
22495 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22497 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22498 whoops, last checkin broke normal build
22500 2004-08-03 Benjamin Otte <otte@gnome.org>
22502 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22503 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22504 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22505 (gst_alsa_mixer_get_option):
22506 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22507 (dvdnavsrc_print_event):
22508 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22509 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22510 (gst_ogg_mux_pad_unlink):
22511 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22512 (gst_multipart_mux_pad_unlink):
22513 * gst/videofilter/gstvideobalance.c:
22514 (gst_videobalance_colorbalance_set_value):
22515 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22516 (gst_videomixer_pad_unlink):
22518 * sys/oss/gstossmixer.c:
22519 * sys/v4l/gstv4lcolorbalance.c:
22520 * sys/v4l/gstv4ltuner.c:
22521 * sys/v4l/v4lsrc_calls.c:
22522 * sys/v4l2/gstv4l2colorbalance.c:
22523 * sys/v4l2/gstv4l2tuner.c:
22524 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22526 2004-08-03 Benjamin Otte <otte@gnome.org>
22528 * examples/dynparams/filter.c: (ui_control_create):
22529 * examples/gstplay/player.c: (print_tag):
22530 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22531 * ext/gdk_pixbuf/gstgdkanimation.c:
22532 (gst_gdk_animation_iter_may_advance):
22533 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22534 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22535 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22536 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22537 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22538 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22539 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22540 * gst/sine/demo-dparams.c: (main):
22541 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22542 * testsuite/alsa/formats.c: (create_pipeline):
22543 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22544 fixes for G_DISABLE_ASSERT and friends
22545 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22546 (mp3_type_frame_length_from_header), (mp3_type_find),
22548 require mp3 typefinding to have at least MIN_HEADERS valid headers
22549 add typefinding for AAC adts files
22551 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22553 * sys/ximage/ximagesink.c:
22554 (gst_ximagesink_calculate_pixel_aspect_ratio):
22555 * sys/xvimage/xvimagesink.c:
22556 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22557 Make sure we calculate pixel-aspect-ratio using floating point maths
22559 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22562 updated translation
22564 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22566 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22567 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22568 add debugging for display PAR calculation
22570 2004-08-02 David Schleef <ds@schleef.org>
22572 * configure.ac: Fix mikmod CFLAGS.
22574 2004-07-27 Benjamin Otte <otte@gnome.org>
22576 * gst/audioscale/gstaudioscale.c:
22577 - fix templates to only support S16, it's the only format that works
22578 - make caps nego code use try_set_caps_nonfixed and fixation instead
22579 of try_set_caps twice, which is not nice for autopluggers
22580 - change rank to secondary, so autopluggers can pick it up after
22583 2004-08-02 Iain <iain@prettypeople.org>
22585 * gst/interleave/interleave.c (interleave_init),
22586 (interleave_request_new_pad),
22587 (interleave_pad_removed),
22588 (interleave_buffered_loop): Use the real pad count, not the artificial
22591 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22593 * configure.ac: bump nano back to development
22595 === release 0.8.3 ===
22597 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22599 * configure.ac: releasing 0.8.3, "Water"
22601 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22603 * sys/xvimage/xvimagesink.c:
22604 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22605 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22606 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22607 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22608 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22609 * sys/xvimage/xvimagesink.h:
22610 apply similar PAR fixes as to ximagesink
22612 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22614 patch from: Benjamin Otte
22616 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22617 add link function to lame. Fixes #148986.
22619 2004-08-02 Johan Dahlin <johan@gnome.org>
22621 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22624 2004-07-30 David Schleef <ds@schleef.org>
22626 * gst/videomixer/Makefile.am: Fix things that should have been
22627 fixed in the last checkin.
22629 2004-07-30 David Schleef <ds@schleef.org>
22631 * gst/multipart/Makefile.am: Fix things that should have been
22632 fixed in the last checkin.
22634 2004-07-30 David Schleef <ds@schleef.org>
22636 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22638 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22641 bump nano for prerelease
22653 2004-07-30 Wim Taymans <wim@fluendo.com>
22655 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22656 (gst_multifdsink_add), (gst_multifdsink_remove),
22657 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22658 (gst_multifdsink_client_remove),
22659 (gst_multifdsink_handle_client_write),
22660 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22661 * gst/tcp/gstmultifdsink.h:
22662 Recover from a select with a bad file descriptor by removing
22665 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22668 fix requirement of core
22669 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22670 (gst_play_pipeline_setup):
22671 don't use colorspace element. do use hermescolorspace element.
22672 make macro to get a colorspace element.
22673 mark strings for translation.
22685 update translations
22687 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22689 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22690 fix default for newmedia flag
22692 2004-07-30 Wim Taymans <wim@fluendo.com>
22694 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22695 (gst_theora_dec_init), (theora_get_formats),
22696 (theora_dec_src_convert), (theora_dec_sink_convert),
22697 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22698 (theora_dec_chain), (theora_dec_set_property),
22699 (theora_dec_get_property):
22700 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22701 (gst_theora_enc_class_init), (gst_theora_enc_init),
22702 (theora_enc_sink_link), (theora_enc_chain),
22703 (theora_enc_set_property), (theora_enc_get_property):
22704 Added cropping option to theora decoder.
22705 Added border option to theora encoder.
22707 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22709 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22710 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22711 (gst_pngenc_set_property):
22712 * ext/libpng/gstpngenc.h:
22713 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
22715 2004-07-30 Wim Taymans <wim@fluendo.com>
22717 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22718 (theora_enc_sink_link), (theora_enc_chain),
22719 (theora_enc_set_property), (theora_enc_get_property):
22720 Fix encoding of non-multiple-of-16 video.
22722 2004-07-29 David Schleef <ds@schleef.org>
22724 * configure.ac: make test for audiofile more strict
22726 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22728 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22729 give different names to typefind functions
22731 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22733 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22734 (gst_ximagesink_calculate_pixel_aspect_ratio),
22735 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22736 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22737 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22738 (gst_ximagesink_get_property), (gst_ximagesink_init):
22739 * sys/ximage/ximagesink.h:
22740 allocate PAR's dynamically.
22741 use autodetected PAR if no object-set PAR is given.
22742 add workaround for directfb's X not setting physical size.
22743 fix to xvimagesink will follow tomorrow.
22745 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22747 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22748 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22749 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22750 (gst_shout2send_class_init), (gst_shout2send_init),
22751 (set_shout_metadata), (gst_shout2send_set_metadata),
22752 (gst_shout2send_chain), (gst_shout2send_set_property),
22753 (gst_shout2send_get_property), (gst_shout2send_connect),
22754 (gst_shout2send_change_state):
22755 * ext/shout2/gstshout2.h:
22756 - fix for sending mp3 audio to icecast2 server, if pad link function not
22757 called before PAUSED state
22758 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22759 - added tagging support for mp3 audio broadcasted
22760 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22763 2004-07-28 Wim Taymans <wim@fluendo.com>
22765 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22766 (gst_ogg_demux_push):
22767 Return query failure when we don't know the length of
22768 an ogg stream insteda of returning TRUE with a bogus value.
22770 2004-07-28 Wim Taymans <wim@fluendo.com>
22772 * ext/theora/theoradec.c: (theora_get_formats),
22773 (theora_dec_src_convert), (theora_dec_sink_convert),
22774 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22775 (theora_dec_chain):
22776 Don't screw up the 1 Chroma for 1 luma sample situation when we
22777 have an odd offset/width by adding a black border in those cases.
22779 2004-07-28 Wim Taymans <wim@fluendo.com>
22781 * ext/theora/theoradec.c: (theora_get_formats),
22782 (theora_dec_src_convert), (theora_dec_sink_convert),
22783 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22784 (theora_dec_chain):
22785 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22786 Added first attempt at cropping of the image as required by the
22787 theora spec. We need more properties in the caps (offset_x,
22788 offset_y,stride) to implement this correctly.
22790 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22792 * ext/dvdnav/README:
22793 Update the README to use dvddemux
22794 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22795 Ensure getcaps returns a subset of the template caps
22796 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22797 (gst_mpeg2subt_init):
22798 Ensure getcaps returns a subset of the template caps
22799 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22800 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22801 (gst_dvd_demux_get_subpicture_stream),
22802 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22803 * gst/mpegstream/gstdvddemux.h:
22804 Set the explicit caps on the current_video pad before pushing
22806 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22807 (gst_mpeg_demux_get_audio_stream):
22808 Free caps used to gst_pad_set_explicit_caps, which takes a const
22811 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22813 * configure.ac: update GStreamer requirement to 0.8.4 because of
22816 2004-07-28 Wim Taymans <wim@fluendo.com>
22818 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22819 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22820 Add the pad to the element after setting up the caps. This
22821 makes it a lot easier to autoplug.
22823 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22825 * gst/median/gstmedian.c:
22826 * gst/mpeg2subt/gstmpeg2subt.c:
22827 * gst/mpegaudioparse/gstmpegaudioparse.c:
22828 * gst/mpegstream/gstdvddemux.c:
22829 * gst/mpegstream/gstmpegdemux.c:
22830 * gst/mpegstream/gstmpegpacketize.c:
22831 * gst/rtjpeg/gstrtjpeg.c:
22832 * gst/rtjpeg/gstrtjpegdec.c:
22833 * gst/rtjpeg/gstrtjpegenc.c:
22834 * gst/sine/gstsinesrc.c:
22835 * gst/smooth/gstsmooth.c:
22836 * gst/smpte/gstsmpte.c:
22837 * gst/smpte/gstsmpte.h:
22838 * gst/stereo/gststereo.c:
22839 * gst/videofilter/gstgamma.c:
22840 * gst/videofilter/gstvideobalance.c:
22841 * gst/videofilter/gstvideofilter.c:
22842 * gst/videofilter/gstvideoflip.c:
22843 * gst/videoscale/gstvideoscale.c:
22844 * gst/videoscale/videoscale.c:
22845 * gst/videotestsrc/gstvideotestsrc.c:
22846 * gst/videotestsrc/videotestsrc.c:
22847 * gst/wavenc/gstwavenc.c:
22848 * gst/wavparse/gstwavparse.c:
22849 fix local includes and 64 bits constants
22851 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22854 * gst-libs/gst/*/*.vcproj:
22856 more working plugins
22858 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22860 * testsuite/alsa/Makefile.am:
22861 * testsuite/alsa/srcstate.c:
22862 add test for alsasrc changing state
22864 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22866 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22868 * gst/silence/gstsilence.h:
22869 fix silence generation for 16bit raw audio
22871 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22873 * gst/matroska/matroska-demux.c:
22874 (gst_matroska_demux_parse_metadata),
22875 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22876 * gst/mpegaudio/common.c:
22877 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22878 (gst_videoscale_getcaps), (gst_videoscale_link),
22879 (gst_videoscale_src_fixate), (gst_videoscale_init),
22880 (gst_videoscale_finalize):
22881 * gst/videoscale/gstvideoscale.h:
22882 * gst/videotestsrc/gstvideotestsrc.c:
22883 (gst_videotestsrc_get_capslist):
22884 * gst/wavenc/gstwavenc.c:
22885 * sys/oss/gstossmixer.c: (fill_labels):
22886 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22887 (gst_ximagesink_handle_xevents),
22888 (gst_ximagesink_calculate_pixel_aspect_ratio),
22889 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22890 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22891 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22892 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22893 (gst_ximagesink_init), (gst_ximagesink_class_init):
22894 * sys/ximage/ximagesink.h:
22895 * sys/xvimage/xvimagesink.c:
22896 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22897 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22898 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22899 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22900 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22901 * sys/xvimage/xvimagesink.h:
22902 first batch of pixel aspect ratio commits.
22904 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22906 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22907 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22908 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22909 handle stride, needs work if we want to move stride handling
22910 upstream, but works correctly for our purposes.
22912 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22914 * gst/videoscale/README:
22915 add testing examples
22916 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22917 (gst_videoscale_chain):
22918 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22919 (gst_videoscale_get_size):
22920 add get_size function that handles stride like videotestsrc.
22921 fixes conversion for YUV formats for as much as I can test them.
22923 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22925 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22926 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22927 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22928 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22929 (gst_xvimagesink_xvimage_put):
22930 further cleanups, logging, error handling and synchronizing
22932 2004-07-27 Wim Taymans <wim@fluendo.com>
22934 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22935 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22936 (gst_videomixer_pad_set_property),
22937 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22938 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22939 (gst_videomixer_class_init), (gst_videomixer_init),
22940 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22941 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22942 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22943 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22944 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22945 (gst_videomixer_loop), (plugin_init):
22946 Be a nicer negotiation citizen and provide a getcaps function on
22947 the srcpad. This also fixes a crash when resizing.
22949 2004-07-27 Julien MOUTTE <julien@moutte.net>
22951 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22952 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22954 2004-07-27 Wim Taymans <wim@fluendo.com>
22956 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22957 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22958 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22959 (gst_pngenc_set_property):
22960 * ext/libpng/gstpngenc.h:
22961 Added snapshot property to pngenc.
22962 removed g_print from pngdec
22964 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22966 * gst/ac3parse/ac3parse.vcproj
22967 * gst/adder/adder.vcproj
22968 * gst/alpha/alpha.vcproj
22969 * gst/alpha/alphacolor.vcproj
22970 * gst/asfdemux/asf.vcproj
22971 * gst/audioconvert/audioconvert.vcproj
22972 * gst/audiorate/audiorate.vcproj
22973 * gst/audioscale/audioscale.vcproj
22974 * gst/auparse/auparse.vcproj
22975 * gst/avi/avi.vcproj
22976 * gst/cdxaparse/cdxaparse.vcproj
22977 * gst/chart/chart.vcproj
22978 * gst/colorspace/colorspace.vcproj
22979 * gst/cutter/cutter.vcproj
22980 * gst/debug/debug.vcproj
22981 * gst/debug/efence.vcproj
22982 * gst/debug/navigationtest.vcproj
22983 * gst/deinterlace/deinterlace.vcproj
22984 * gst/effectv/effectv.vcproj
22985 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22986 * gst/filter/filter.vcproj
22987 * gst/flx/flxdec.vcproj
22988 * gst/goom/goom.vcproj
22989 * gst/interleave/interleave.vcproj
22990 * gst/law/alaw.vcproj
22991 * gst/law/mulaw.vcproj
22992 * gst/matroska/matroska.vcproj
22993 * gst/median/median.vcproj
22994 * gst/mixmatrix/mixmatrix.vcproj
22995 * gst/mpeg1sys/mpeg1systemencode.vcproj
22996 * gst/mpeg1videoparse/mp1videoparse.vcproj
22997 * gst/mpeg2sub/mpeg2subt.vcproj
22998 * gst/mpegaudio/mpegaudio.vcproj
22999 * gst/mpegaudioparse/mpegaudioparse.vcproj
23000 * gst/mpegstream/mpegstream.vcproj
23001 * gst/multifilesink/multifilesink.vcproj
23002 * gst/multipart/multipart.vcproj
23003 * gst/oneton/oneton.vcproj
23004 * gst/overlay/overlay.vcproj
23005 * gst/passthrough/passthrough.vcproj
23006 * gst/qtdemux/qtdemux.vcproj
23007 * gst/realmedia/rmdemux.vcproj
23008 * gst/rtjpeg/rtjpeg.vcproj
23009 * gst/rtp/rtp.vcproj
23010 * gst/silence/silence.vcproj
23011 * gst/sine/sinesrc.vcproj
23012 * gst/smooth/smooth.vcproj
23013 * gst/smpte/smpte.vcproj
23014 * gst/spectrum/spectrum.vcproj
23015 * gst/speed/speed.vcproj
23016 * gst/stereo/stereo.vcproj
23017 * gst/switch/switch.vcproj
23018 * gst/tags/tagedit.vcproj
23019 * gst/tcp/tcp.vcproj
23020 * gst/typefind/typefindfunctions.vcproj
23021 * gst/udp/udp.vcproj
23022 * gst/videobox/videobox.vcproj
23023 * gst/videocrop/videocrop.vcproj
23024 * gst/videodrop/videodrop.vcproj
23025 * gst/videofilter/gamma.vcproj
23026 * gst/videofilter/videobalance.vcproj
23027 * gst/videofilter/videofilter.vcproj
23028 * gst/videofilter/videoflip.vcproj
23029 * gst/videoflip/videoflip.vcproj
23030 * gst/videomixer/videomixer.vcproj
23031 * gst/videorate/videorate.vcproj
23032 * gst/videoscale/videoscale.vcproj
23033 * gst/videotestsrc/videotestsrc.vcproj
23034 * gst/virtualdub/virtualdub.vcproj
23035 * gst/volenv/volenv.vcproj
23036 * gst/volume/volume.vcproj
23037 * gst/wavenc/wavenc.vcproj
23038 * gst/wavparse/wavparse.vcproj
23039 * gst/y4m/y4menc.vcproj
23040 * gst-libs/gst/audio/audio.vcproj
23041 * gst-libs/gst/audio/audiofilter.vcproj
23042 * gst-libs/gst/colorbalance/colorbalance.vcproj
23043 * gst-libs/gst/idct/idtc.vcproj
23044 * gst-libs/gst/media-info/media-info.vcproj
23045 * gst-libs/gst/mixer/mixer.vcproj
23046 * gst-libs/gst/navigation/navigation.vcproj
23047 * gst-libs/gst/play/play.vcproj
23048 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
23049 * gst-libs/gst/resample/resample.vcproj
23050 * gst-libs/gst/riff/riff.vcproj
23051 * gst-libs/gst/tuner/tuner.vcproj
23052 * gst-libs/gst/video/video.vcproj
23053 * gst-libs/gst/xoverlay/xoverlay.vcproj
23054 avoid problems with math.h, fix release dependancy
23055 rename GStreamer-0.8.lib to libgstreamer.lib
23057 2004-07-27 Julien MOUTTE <julien@moutte.net>
23059 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23060 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
23061 the atom is not available we have to unlock the mutex. Fixes #148023
23063 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23065 * gst-libs/gst/media-info/media-info.h:
23066 issue for a vararg macro with MSVC
23068 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23070 * gst/effectv/effectv.vcproj
23071 * gst-libs/gst/idct/idct.vcproj:
23072 * gst-libs/gst/media-info/media-info.vcproj:
23073 * gst-libs/gst/navigation/navigation.vcproj:
23074 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23075 * gst-libs/gst/video/video.vcproj:
23076 * gst-libs/gst/xoverlay/xoverlay.vcproj:
23077 fixes for build problems
23079 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23081 * gst-libs/gst/audio/audio.def:
23082 * gst-libs/gst/audio/riff.def:
23083 add some definitions needed by plugins
23085 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23087 * gst/asfdemux/gstasfmux.c
23088 Fix some 64 bits constants to be glib friendly
23090 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23092 * gst/ac3parse/gstac3parse.c
23093 * gst/audioscale/gstaudioscale.c
23094 * gst/auparse/gstauparse.c
23095 * gst/colorspace/gstcolorspace.c
23096 * gst/colorspace/yuv2rgb.h
23097 local include fixes
23099 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23102 add more plugins to the build
23104 2004-07-26 Julien MOUTTE <julien@moutte.net>
23106 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23107 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
23109 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23111 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
23112 (gst_level_set_property), (gst_level_get_property),
23113 (gst_level_base_init), (gst_level_class_init):
23114 add debugging categories. cleanups.
23116 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23118 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23119 (gst_videoscale_planar411), (gst_videoscale_planar400),
23120 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
23121 (gst_videoscale_scale_nearest_str1),
23122 (gst_videoscale_scale_nearest_str2),
23123 (gst_videoscale_scale_nearest_str4),
23124 (gst_videoscale_scale_nearest_16bit),
23125 (gst_videoscale_scale_nearest_24bit):
23126 fixed stride issues
23127 tested with 320x240 -> 321, 322, 324 x240
23128 tested with YV12, I420, YUY2, UYVY
23129 fixed packed422rev (don't think it could have worked before)
23130 by testing with UYVY
23132 2004-07-26 Benjamin Otte <otte@gnome.org>
23134 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
23135 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
23137 add debugging category, add error checks like checking return values
23138 of setup calls, make sure it still works after
23139 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
23141 2004-07-26 Wim Taymans <wim@fluendo.com>
23143 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
23144 (gst_mpeg_demux_get_audio_stream),
23145 (gst_mpeg_demux_process_private):
23146 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
23147 Check for error codes from the negotiation functions. Make sure
23148 we really set the pad caps when a new pad is created.
23150 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23152 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23153 (gst_ffmpeg_caps_to_pix_fmt):
23154 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23155 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23156 (gst_ffmpegcolorspace_pad_link):
23157 don't make function do two things at the same time without reason.
23159 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23161 * gst/ac3parse/ac3parse.vcproj
23162 * gst/adder/adder.vcproj
23163 * gst/alpha/alpha.vcproj
23164 * gst/alpha/alphacolor.vcproj
23165 * gst/asfdemux/asf.vcproj
23166 * gst/audioconvert/audioconvert.vcproj
23167 * gst/audiorate/audiorate.vcproj
23168 * gst/audioscale/audioscale.vcproj
23169 * gst/auparse/auparse.vcproj
23170 * gst/avi/avi.vcproj
23171 * gst/cdxaparse/cdxaparse.vcproj
23172 * gst/chart/chart.vcproj
23173 * gst/colorspace/colorspace.vcproj
23174 * gst/cutter/cutter.vcproj
23175 * gst/debug/debug.vcproj
23176 * gst/debug/efence.vcproj
23177 * gst/debug/navigationtest.vcproj
23178 * gst/deinterlace/deinterlace.vcproj
23179 * gst/effectv/effectv.vcproj
23180 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
23181 * gst/filter/filter.vcproj
23182 * gst/flx/flxdec.vcproj
23183 * gst/goom/goom.vcproj
23184 * gst/interleave/interleave.vcproj
23185 * gst/law/alaw.vcproj
23186 * gst/law/mulaw.vcproj
23187 * gst/matroska/matroska.vcproj
23188 * gst/median/median.vcproj
23189 * gst/mixmatrix/mixmatrix.vcproj
23190 * gst/mpeg1sys/mpeg1systemencode.vcproj
23191 * gst/mpeg1videoparse/mp1videoparse.vcproj
23192 * gst/mpeg2sub/mpeg2subt.vcproj
23193 * gst/mpegaudio/mpegaudio.vcproj
23194 * gst/mpegaudioparse/mpegaudioparse.vcproj
23195 * gst/mpegstream/mpegstream.vcproj
23196 * gst/multifilesink/multifilesink.vcproj
23197 * gst/multipart/multipart.vcproj
23198 * gst/oneton/oneton.vcproj
23199 * gst/overlay/overlay.vcproj
23200 * gst/passthrough/passthrough.vcproj
23201 * gst/qtdemux/qtdemux.vcproj
23202 * gst/realmedia/rmdemux.vcproj
23203 * gst/rtjpeg/rtjpeg.vcproj
23204 * gst/rtp/rtp.vcproj
23205 * gst/silence/silence.vcproj
23206 * gst/sine/sinesrc.vcproj
23207 * gst/smooth/smooth.vcproj
23208 * gst/smpte/smpte.vcproj
23209 * gst/spectrum/spectrum.vcproj
23210 * gst/speed/speed.vcproj
23211 * gst/stereo/stereo.vcproj
23212 * gst/switch/switch.vcproj
23213 * gst/tags/tagedit.vcproj
23214 * gst/tcp/tcp.vcproj
23215 * gst/typefind/typefindfunctions.vcproj
23216 * gst/udp/udp.vcproj
23217 * gst/videobox/videobox.vcproj
23218 * gst/videocrop/videocrop.vcproj
23219 * gst/videodrop/videodrop.vcproj
23220 * gst/videofilter/gamma.vcproj
23221 * gst/videofilter/videobalance.vcproj
23222 * gst/videofilter/videofilter.vcproj
23223 * gst/videofilter/videoflip.vcproj
23224 * gst/videoflip/videoflip.vcproj
23225 * gst/videomixer/videomixer.vcproj
23226 * gst/videorate/videorate.vcproj
23227 * gst/videoscale/videoscale.vcproj
23228 * gst/videotestsrc/videotestsrc.vcproj
23229 * gst/virtualdub/virtualdub.vcproj
23230 * gst/volenv/volenv.vcproj
23231 * gst/volume/volume.vcproj
23232 * gst/wavenc/wavenc.vcproj
23233 * gst/wavparse/wavparse.vcproj
23234 * gst/y4m/y4menc.vcproj
23235 more plugins supported under windows
23237 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23239 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23240 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
23241 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23242 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23243 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23244 Add debugging statements. Use the sizes as returned by the
23245 *CreateImage calls.
23247 2004-07-26 Johan Dahlin <johan@gnome.org>
23249 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23250 the pad is negotiated.
23252 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23254 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23256 * gst-libs/gst/colorbalance/colorbalance.vcproj:
23257 * gst-libs/gst/idct/idct.vcproj:
23258 * gst-libs/gst/media-info/media-info.vcproj:
23259 * gst-libs/gst/mixer/mixer.vcproj:
23260 * gst-libs/gst/navigation/navigation.vcproj:
23261 * gst-libs/gst/play/play.vcproj:
23262 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23263 * gst-libs/gst/resample/resample.vcproj:
23264 * gst-libs/gst/tuner/tuner.vcproj:
23265 * gst-libs/gst/video/video.vcproj:
23266 * gst-libs/gst/xoverlay/xoverlay.vcproj:
23267 more plugins supported under windows
23269 2004-07-25 Iain <iain@prettypeople.org>
23271 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23272 pad now rather than when the pad is created because state changes wipe
23273 explicit caps (fixes #148043).
23275 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
23277 reviewed by Benjamin Otte <otte@gnome.org>
23279 * ext/mad/gstmad.c:
23280 fix mad plugin crashing on Sun (fixes #148289)
23282 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23285 * gst/avi/avi.vcproj:
23286 * gst/matroska/matroska.def:
23287 * gst/matroska/matroska.vcproj:
23288 remove unused .def files
23290 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23292 * gst-libs/gst/audio/gstaudiofilter.c:
23293 Clean the local include
23295 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23298 * gst-libs/gst/audio/audio.def:
23299 * gst-libs/gst/audio/audio.vcproj:
23300 * gst-libs/gst/audio/audiofilter.vcproj:
23301 * gst-libs/gst/audio/riff.def:
23302 * gst-libs/gst/audio/riff.vcproj:
23303 * gst-libs/gst/gst-libs.def:
23304 * gst-libs/gst/gst-libs.vcproj:
23305 * gst/avi/avi.vcproj:
23306 * gst/avi/avi.vcproj:
23307 Copy the files where needed after building, cleaner projects
23309 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23311 * gst/matroska/ebml-write.c:
23312 Fix some 64 bits constants to be glib friendly
23314 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
23317 * gst-libs/gst/gst-libs.def:
23318 * gst-libs/gst/gst-libs.vcproj:
23319 * gst/matroska/matroska.def:
23320 * gst/matroska/matroska.vcproj:
23321 Add the preliminary canvas to build plugins on Win32
23323 2004-07-23 Benjamin Otte <otte@gnome.org>
23325 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23326 don't enfore negotiation from source side, it breaks
23327 sinesrc ! audioconvert ! osssink
23329 2004-07-22 David Schleef <ds@schleef.org>
23331 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23332 for ELF files, since they can easily be recognized as audio/mpeg.
23335 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23337 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23338 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23339 (gst_videoscale_scale_nearest_24bit),
23340 (gst_videoscale_scale_nearest_16bit):
23341 fix 16bit and 24bit for stride (24bit might need testing)
23342 don't pretend we do more than one algorithm
23344 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23348 * gst/multifilesink/Makefile.am:
23349 * gst/multifilesink/gstmultifilesink.c:
23350 (gst_multifilesink_get_formats),
23351 (gst_multifilesink_get_query_types), (_do_init),
23352 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23353 (gst_multifilesink_init), (gst_multifilesink_dispose),
23354 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23355 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23356 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23357 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23358 (gst_multifilesink_chain), (gst_multifilesink_change_state),
23359 (gst_multifilesink_uri_get_type),
23360 (gst_multifilesink_uri_get_protocols),
23361 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23362 (gst_multifilesink_uri_handler_init), (plugin_init):
23363 * gst/multifilesink/gstmultifilesink.h:
23364 * testsuite/Makefile.am:
23365 * testsuite/multifilesink/Makefile.am:
23366 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23367 (gst_newmedia_class_init), (gst_newmedia_init),
23368 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23369 (newfile_signal), (test_signal), (main):
23370 multifilesink plugin for creating new files every time a new media
23371 discontinuity event occurs
23373 2004-07-22 Wim Taymans <wim@fluendo.com>
23375 * gst/alpha/Makefile.am:
23376 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23377 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23378 (gst_alpha_color_init), (gst_alpha_color_set_property),
23379 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23380 (transform), (gst_alpha_color_chain),
23381 (gst_alpha_color_change_state), (plugin_init):
23382 Stupid plugin to to RGBA to AYUV conversion because none of
23383 the colorspace plugins can handle that yet.
23385 2004-07-22 Wim Taymans <wim@fluendo.com>
23387 * examples/seeking/seek.c: (update_scale), (main):
23388 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23389 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23390 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23391 (gst_decode_bin_init), (gst_decode_bin_dispose),
23392 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23393 (no_more_pads), (close_link), (type_found),
23394 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23396 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23397 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23398 (gst_play_base_bin_dispose), (queue_overrun),
23399 (gen_preroll_element), (remove_prerolls), (unknown_type),
23400 (no_more_pads), (new_stream), (setup_source),
23401 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23402 (play_base_eos), (gst_play_base_bin_change_state),
23403 (gst_play_base_bin_add_element),
23404 (gst_play_base_bin_remove_element),
23405 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23406 (gst_play_base_bin_unlink_stream),
23407 (gst_play_base_bin_get_streaminfo):
23408 * gst/playback/gstplaybin.c: (gen_video_element),
23409 (gen_audio_element):
23410 * gst/playback/gststreaminfo.h:
23411 More playback updates, attempt to fix things after the state change
23414 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23416 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23417 (gst_videoscale_scale_nearest_16bit):
23420 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23422 * gst/videotestsrc/gstvideotestsrc.c:
23423 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23424 (gst_videotestsrc_init), (gst_videotestsrc_get),
23425 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23426 (gst_videotestsrc_get_property):
23427 * gst/videotestsrc/gstvideotestsrc.h:
23428 * gst/videotestsrc/videotestsrc.c:
23429 * gst/videotestsrc/videotestsrc.h:
23430 cleanup and commenting
23432 2004-07-21 Wim Taymans <wim@fluendo.com>
23434 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23435 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23436 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23437 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23438 (_find_chain_get_unknown_part), (_find_streams_check),
23439 (gst_ogg_demux_push), (gst_ogg_pad_push):
23440 * ext/theora/theoradec.c: (theora_get_formats),
23441 (theora_dec_src_convert), (theora_dec_sink_convert),
23442 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23443 (theora_dec_chain):
23444 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23445 (vorbis_dec_convert), (vorbis_dec_src_query),
23446 (vorbis_dec_src_event), (vorbis_dec_event):
23447 More seeking fixes, oggdemux now supports seeking to time and
23448 uses the downstream element to convert granulepos to time.
23449 Seeking in theora-only ogg files now works.
23451 2004-07-21 Wim Taymans <wim@fluendo.com>
23453 * ext/theora/theoradec.c: (gst_theora_dec_init),
23454 (theora_get_formats), (theora_get_event_masks),
23455 (theora_get_query_types), (theora_dec_src_convert),
23456 (theora_dec_sink_convert), (theora_dec_src_query),
23457 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23458 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23459 (vorbis_get_event_masks), (vorbis_get_query_types),
23460 (gst_vorbis_dec_init), (vorbis_dec_convert),
23461 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23462 Added query/convert/formats functions to vorbis and theora decoders
23463 so that the outside world can use them too. Fixed seeking on an
23464 ogg/theora/vorbis file by disabling the seeking seeking on the
23467 2004-07-21 Julien MOUTTE <julien@moutte.net>
23469 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23470 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23471 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23472 images creation for both elements. We don't create the image on caps
23473 nego or renego, we just destroy the internal one if present if it does
23474 not match the needs. The chain function takes care of creating a new
23476 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23477 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23478 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23479 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23480 the image format information. The buffer pool checks for the context
23481 image format and discard images with different formats.
23482 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23484 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23486 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23487 (gst_ffmpegcolorspace_chain):
23488 no point in doing any chaining if the pad we want to push from
23491 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23493 * gst-libs/gst/riff/riff-media.c:
23494 (gst_riff_create_audio_caps_with_data):
23495 Fix double end-to-native symbol conversion (#148021).
23497 2004-07-20 David Schleef <ds@schleef.org>
23499 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23500 Don't use an Atom that doesn't exist.
23502 2004-07-20 Wim Taymans <wim@fluendo.com>
23504 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23505 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23506 (gst_multifdsink_client_remove),
23507 (gst_multifdsink_handle_client_write),
23508 (gst_multifdsink_queue_buffer):
23509 * gst/tcp/gstmultifdsink.h:
23510 More multifdsink stats. Avoid deadlock by releasing locks
23511 before sending out a signal.
23513 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23517 added Hungarian translation (Laszlo Dvornik)
23519 2004-07-20 Wim Taymans <wim@fluendo.com>
23521 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23522 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23523 (gst_multifdsink_handle_client_write),
23524 (gst_multifdsink_queue_buffer):
23525 * gst/tcp/gsttcp-marshal.list:
23526 Fixed the stupid marshal definition.
23528 2004-07-20 Wim Taymans <wim@fluendo.com>
23530 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23531 (gst_multifdsink_init), (gst_multifdsink_add),
23532 (gst_multifdsink_client_remove),
23533 (gst_multifdsink_handle_client_write),
23534 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23535 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23536 (gst_multifdsink_init_send):
23537 * gst/tcp/gstmultifdsink.h:
23538 Added more stats, added timeout for a client, fixed some typos
23539 and added some comments.
23541 2004-07-20 Wim Taymans <wim@fluendo.com>
23543 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23544 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23545 (gst_multifdsink_client_remove),
23546 (gst_multifdsink_handle_client_write):
23547 * gst/tcp/gstmultifdsink.h:
23548 * gst/tcp/gsttcp-marshal.list:
23549 Added get_stats method that returns a GValueArray of
23552 2004-07-19 Benjamin Otte <otte@gnome.org>
23554 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23555 make sure longname, description and author are valid UTF-8
23557 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23559 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23560 (gst_ximagesink_set_property):
23561 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23562 (gst_xvimagesink_set_property):
23563 make sure SYNCHRONOUS is respected after getting the X context
23565 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23567 * gst/matroska/matroska-demux.c:
23568 (gst_matroska_demux_handle_src_event),
23569 (gst_matroska_demux_parse_blockgroup):
23570 * gst/matroska/matroska-ids.h:
23571 add BlockReference tag and ignore it to clear out log.
23572 ignore NAVIGATION events to clear out log.
23574 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23576 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23577 (gst_matroska_demux_add_stream):
23578 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23579 add debug categories
23581 2004-07-16 Wim Taymans <wim@fluendo.com>
23583 * ext/libpng/Makefile.am:
23584 * ext/libpng/gstpng.c: (plugin_init):
23585 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23586 (gst_pngdec_get_type), (gst_pngdec_base_init),
23587 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23588 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23589 * ext/libpng/gstpngdec.h:
23592 2004-07-16 Julien MOUTTE <julien@moutte.net>
23594 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23595 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23596 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23597 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23598 (gst_ximagesink_buffer_alloc):
23599 * sys/ximage/ximagesink.h:
23600 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23601 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23602 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23603 (gst_xvimagesink_buffer_alloc):
23604 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23605 again. Using internal data pointer of the x(v)image to store image's
23606 data to be coherent with the buffer alloc mechanism. Investigated the
23607 image destruction code to be sure that everything gets freed correctly.
23609 2004-07-16 Wim Taymans <wim@fluendo.com>
23611 * gst-libs/gst/riff/riff-read.c:
23612 (gst_riff_read_strf_vids_with_data),
23613 (gst_riff_read_strf_auds_with_data):
23614 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23615 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23616 Make sure we don't create 0 sized subbuffers in riff-read.
23617 Signal the no more pads signal after reading the avi header.
23619 2004-07-16 Wim Taymans <wim@fluendo.com>
23621 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23622 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23623 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23624 (gst_decode_bin_init), (gst_decode_bin_dispose),
23625 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23626 (no_more_pads), (close_link), (type_found),
23627 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23628 (gst_decode_bin_change_state), (plugin_init):
23629 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23630 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23631 (gst_play_base_bin_dispose), (queue_overrun),
23632 (gen_preroll_element), (remove_prerolls), (unknown_type),
23633 (no_more_pads), (new_stream), (setup_source),
23634 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23635 (play_base_eos), (gst_play_base_bin_change_state),
23636 (gst_play_base_bin_add_element),
23637 (gst_play_base_bin_remove_element),
23638 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23639 (gst_play_base_bin_unlink_stream),
23640 (gst_play_base_bin_get_streaminfo):
23641 * gst/playback/gstplaybasebin.h:
23642 Better error recovery. Added configurable preroll queue size. Faster
23643 detection of no-more-pads.
23645 2004-07-16 Wim Taymans <wim@fluendo.com>
23647 * gst-libs/gst/video/video.h:
23648 Added 32 bits RGBA. Not sure if we should use another mime-type
23649 for alpha rgb. Currently the presence of the alpha_mask property
23650 signals an alpha channel.
23652 2004-07-16 Wim Taymans <wim@fluendo.com>
23654 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23655 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23656 FPS seems to be 0.0 to MAX everywhere else.
23658 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23660 * gst-libs/gst/riff/riff-media.c:
23661 (gst_riff_create_video_caps_with_data):
23662 mp42/mp43 (no caps) exist too.
23663 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23664 Set pixel_width/height; we've got them in-caps.
23665 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23666 * gst/wavparse/gstwavparse.c: (plugin_init):
23667 Both are valid primary.
23668 * sys/oss/gstossmixer.c:
23669 Remove i18n hack and enable translations.
23671 2004-07-15 Benjamin Otte <otte@gnome.org>
23673 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23674 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23675 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23677 2004-07-15 Benjamin Otte <otte@gnome.org>
23679 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23680 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23681 (gst_alsa_close_audio):
23682 disable some of the debugging code for now. Writing debugging to a
23683 buffer is broken in current alsalib releases.
23685 2004-07-12 Benjamin Otte <otte@gnome.org>
23687 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23690 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23692 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23693 (theora_dec_src_query), (theora_dec_event):
23694 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23695 add debugging categories. Remove \n's.
23697 2004-07-13 Johan Dahlin <johan@gnome.org>
23699 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23700 (gst_play_bin_get_property): Impl.
23702 2004-07-13 Wim Taymans <wim@fluendo.com>
23704 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23705 When trying to find the stream length, seek back N pages
23706 instead of just one, where N is the number of streams in
23709 2004-07-13 Wim Taymans <wim@fluendo.com>
23711 * gst-libs/gst/riff/riff-media.c:
23712 (gst_riff_create_audio_caps_with_data),
23713 (gst_riff_create_audio_caps),
23714 (gst_riff_create_audio_template_caps):
23715 * gst-libs/gst/riff/riff-media.h:
23716 * gst-libs/gst/riff/riff-read.c:
23717 (gst_riff_read_strf_vids_with_data),
23718 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23719 * gst-libs/gst/riff/riff-read.h:
23720 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23721 (gst_avi_demux_add_stream):
23722 Set codec_data on caps for avidemuxer.
23724 2004-07-12 David Schleef <ds@schleef.org>
23726 * configure.ac: Fix test for Objective C
23728 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23729 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23730 (gst_gdk_pixbuf_chain):
23731 Add svg and pcx to template caps, and ensure that getcaps returns a
23732 subset of the template caps.
23733 Copy each row manually for output, as gdkpixbuf may pad the
23734 rowstride to a 32-bit word boundary.
23736 2004-07-12 Wim Taymans <wim@fluendo.com>
23738 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23739 (gst_riff_create_video_template_caps):
23740 Fix the template caps to include some more media types.
23742 2004-07-12 Wim Taymans <wim@fluendo.com>
23744 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23745 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23746 (compare_ranks), (print_feature), (gst_decode_bin_init),
23747 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23748 (try_to_link_1), (new_pad), (close_link), (type_found),
23749 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23750 (gst_decode_bin_change_state), (plugin_init):
23751 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23752 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23753 (gst_play_base_bin_dispose), (queue_overrun),
23754 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23755 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23756 (gst_play_base_bin_get_property), (play_base_eos),
23757 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23758 (gst_play_base_bin_remove_element),
23759 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23760 (gst_play_base_bin_unlink_stream),
23761 (gst_play_base_bin_get_streaminfo):
23762 * gst/playback/gstplaybasebin.h:
23763 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23764 (gst_play_bin_class_init), (gst_play_bin_init),
23765 (gst_play_bin_dispose), (gst_play_bin_set_property),
23766 (gst_play_bin_get_property), (gen_video_element),
23767 (gen_audio_element), (remove_sinks), (setup_sinks),
23768 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23769 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23770 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23771 (gst_play_bin_query), (plugin_init):
23772 * gst/playback/test4.c: (main):
23773 More fixes on reusing of the element.
23775 2004-07-11 Benjamin Otte <otte@gnome.org>
23777 * ext/mad/gstmad.c: (normal_seek):
23778 allow seeking for other methods than just SET
23780 2004-07-11 Andy Wingo <wingo@pobox.com>
23782 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23783 float, "any" caps -> buffer_frames=[0,MAX].
23785 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23786 doesn't intersect our caps with the template any more. Do it
23788 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23790 2004-07-09 Wim Taymans <wim@fluendo.com>
23792 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23793 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23794 (compare_ranks), (print_feature), (gst_decode_bin_init),
23795 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23796 (try_to_link_1), (new_pad), (close_link), (type_found),
23797 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23798 (gst_decode_bin_change_state), (plugin_init):
23799 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23800 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23801 (gst_play_base_bin_dispose), (queue_overrun),
23802 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23803 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23804 (gst_play_base_bin_get_property), (play_base_eos),
23805 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23806 (gst_play_base_bin_remove_element),
23807 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23808 (gst_play_base_bin_unlink_stream),
23809 (gst_play_base_bin_get_streaminfo):
23810 * gst/playback/gstplaybasebin.h:
23811 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23812 (gst_play_bin_class_init), (gst_play_bin_init),
23813 (gst_play_bin_dispose), (gst_play_bin_set_property),
23814 (gst_play_bin_get_property), (gen_video_element),
23815 (gen_audio_element), (remove_sinks), (setup_sinks),
23816 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23817 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23818 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23819 (gst_play_bin_query), (plugin_init):
23820 * gst/playback/test4.c: (main):
23821 Work on object reuse and seeking.
23823 2004-07-09 Wim Taymans <wim@fluendo.com>
23825 * examples/seeking/seek.c: (iterate):
23826 Don't consume all CPU in the idle loop.
23828 2004-07-09 Wim Taymans <wim@fluendo.com>
23830 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23831 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23832 Add pad to element *after* setting the pad functions so that
23833 the scheduler can use the correct ones.
23835 2004-07-09 Wim Taymans <wim@fluendo.com>
23837 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23838 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23839 Sync to keyframe after seek
23841 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23843 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23844 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23845 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23846 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23847 * ext/libvisual/visual.c: (gst_visual_change_state):
23848 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23849 * ext/theora/theoradec.c: (theora_dec_change_state):
23850 * ext/theora/theoraenc.c: (theora_enc_change_state):
23851 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23852 * gst-libs/gst/navigation/navigation.c:
23853 * gst/adder/gstadder.c: (gst_adder_change_state):
23854 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23855 (gst_audio_convert_get_buffer):
23856 * gst/multipart/multipartdemux.c:
23857 (gst_multipart_demux_change_state):
23858 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23859 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23860 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23861 * gst/videoscale/gstvideoscale.c:
23862 (gst_videoscale_handle_src_event):
23863 * gst/volume/gstvolume.c: (volume_chain_int16):
23864 don't assert in state change, this should be done by the base
23866 various debugging fixes.
23868 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23871 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23872 (gst_play_dispose), (gst_play_set_location),
23873 (gst_play_set_data_src), (gst_play_set_video_sink),
23874 (gst_play_set_audio_sink), (gst_play_set_visualization),
23875 (gst_play_connect_visualization), (gst_play_get_sink_element),
23876 (gst_play_get_all_by_interface):
23877 * gst-libs/gst/play/play.h:
23878 add new method to get elements implementing an interface.
23879 add various error logging
23881 2004-07-08 Wim Taymans <wim@fluendo.com>
23883 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23884 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23885 (make_playerbin_pipeline), (query_durations_elems),
23886 (query_durations_pads), (query_positions_elems),
23887 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23889 Added playbin seeking example.
23891 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23893 * gst-libs/gst/play/play.c: (gst_play_set_location),
23894 (gst_play_set_data_src), (gst_play_set_video_sink),
23895 (gst_play_set_audio_sink), (gst_play_set_visualization),
23896 (gst_play_connect_visualization), (gst_play_get_framerate):
23897 use a macro to look up elements from hash table
23899 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23901 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23902 (gst_play_get_length_callback), (gst_play_set_location),
23903 (gst_play_seek_to_time), (gst_play_set_data_src),
23904 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23905 (gst_play_set_visualization), (gst_play_connect_visualization),
23906 (gst_play_get_sink_element):
23907 - add debugging info
23908 - fix looking up sink elements by iterating over complete caps
23909 - put everything except for source and autoplugger in a complete bin
23911 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23913 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23914 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23915 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23916 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23917 * ext/alsa/gstalsasink.h:
23918 - add debugging info
23919 - clean up schizophrenia of data/buffer/event
23920 - fix double event unref error
23922 2004-07-08 Wim Taymans <wim@fluendo.com>
23924 * gst/playback/Makefile.am:
23925 Add headers to noinst
23927 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23929 * tools/gst-launch-ext-m.m:
23930 * tools/gst-launch-ext.1.in:
23931 convert to the third millenium
23933 2004-07-07 David Schleef <ds@schleef.org>
23935 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23937 2004-07-07 Wim Taymans <wim@fluendo.com>
23939 * gst/playback/Makefile.am:
23940 * gst/playback/README:
23941 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23942 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23943 (compare_ranks), (print_feature), (gst_decode_bin_init),
23944 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23945 (try_to_link_1), (new_pad), (close_link), (type_found),
23946 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23948 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23949 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23950 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23951 (gen_preroll_element), (no_more_pads), (new_stream),
23952 (setup_source), (gst_play_base_bin_set_property),
23953 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23954 (gst_play_base_bin_add_element),
23955 (gst_play_base_bin_remove_element),
23956 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23957 (gst_play_base_bin_unlink_stream),
23958 (gst_play_base_bin_get_streaminfo):
23959 * gst/playback/gstplaybasebin.h:
23960 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23961 (gst_play_bin_class_init), (gst_play_bin_init),
23962 (gst_play_bin_dispose), (gst_play_bin_set_property),
23963 (gst_play_bin_get_property), (gen_video_element),
23964 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23965 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23966 (gst_play_bin_get_formats), (gst_play_bin_convert),
23967 (gst_play_bin_get_query_types), (gst_play_bin_query),
23969 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23970 (gst_stream_info_get_type), (gst_stream_info_class_init),
23971 (gst_stream_info_init), (gst_stream_info_new),
23972 (gst_stream_info_dispose), (gst_stream_info_set_property),
23973 (gst_stream_info_get_property):
23974 * gst/playback/gststreaminfo.h:
23975 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23977 * gst/playback/test2.c: (main):
23978 * gst/playback/test3.c: (update_scale), (main):
23979 More playbin fixes. Added README. Do better element filtering.
23980 Added base class to preroll media. Added test apps.
23982 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23984 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23985 * ext/mpeg2dec/gstmpeg2dec.h:
23986 various debugging improvements. Reset stream to next picture
23987 instead of sequence header, otherwise seeks cannot work.
23989 2004-07-07 Wim Taymans <wim@fluendo.com>
23991 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23992 (gst_video_box_class_init), (gst_video_box_set_property),
23993 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23994 Use pad_alloc where possible.
23996 2004-07-07 Wim Taymans <wim@fluendo.com>
23998 * sys/oss/gstosselement.c: (gst_osselement_reset),
23999 (gst_osselement_parse_caps):
24000 * sys/oss/gstosselement.h:
24001 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24002 Fix offset on osssrc.
24004 2004-07-07 Wim Taymans <wim@fluendo.com>
24006 * ext/theora/theora.c: (plugin_init):
24007 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
24008 (theora_dec_src_query), (theora_dec_chain):
24009 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24010 (theora_enc_sink_link), (theora_buffer_from_packet),
24011 (theora_push_packet), (theora_enc_chain):
24012 Fix theora granulepos calculation.
24013 Fix overflow in duration/position calculation.
24014 Bump rank to PRIMARY for theoradec.
24015 Use granulepos of last packet to calculate position.
24016 Set keyframe flag on buffers when needed.
24018 2004-07-06 David Schleef <ds@schleef.org>
24020 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
24021 serious? (Fixed, obviously.)
24023 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
24027 added Czech translation (Miloslav Trmac)
24029 2004-07-05 Wim Taymans <wim@fluendo.com>
24031 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
24032 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
24033 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
24034 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
24035 (close_link), (type_found), (gst_decode_bin_set_property),
24036 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
24037 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
24038 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
24039 (gst_decode_bin_query), (plugin_init):
24040 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
24041 (gst_play_bin_class_init), (gst_play_bin_init),
24042 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
24043 (get_video_element), (new_pad), (setup_source),
24044 (gst_play_bin_set_property), (gst_play_bin_get_property),
24045 (gst_play_bin_change_state), (gst_play_bin_add_element),
24046 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
24047 (gst_play_bin_send_event), (gst_play_bin_get_formats),
24048 (gst_play_bin_convert), (gst_play_bin_get_query_types),
24049 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
24050 * gst/playback/test.c: (main):
24051 More fixes, cleaned up playbin, make it use decodebin. Added
24052 threaded property to playbin.
24054 2004-07-05 Wim Taymans <wim@fluendo.com>
24057 * gst/playback/Makefile.am:
24058 * gst/playback/decodetest.c: (main):
24059 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
24060 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
24061 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
24062 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
24063 (close_link), (type_found), (gst_decode_bin_set_property),
24064 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
24065 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
24066 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
24067 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
24069 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
24070 (gst_play_bin_class_init), (gst_play_bin_init),
24071 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
24072 (collect_sink_pads), (find_compatibles), (close_pad_link),
24073 (try_to_link_1), (new_pad), (close_link), (type_found),
24074 (setup_source), (gst_play_bin_set_property),
24075 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
24076 (compare_ranks), (gst_play_bin_collect_factories),
24077 (gst_play_bin_change_state), (gst_play_bin_add_element),
24078 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
24079 (gst_play_bin_send_event), (gst_play_bin_get_formats),
24080 (gst_play_bin_convert), (gst_play_bin_get_query_types),
24081 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
24082 * gst/playback/test.c: (main):
24083 Added some playback helper elements and some test apps, very alpha
24086 2004-07-04 Benjamin Otte <otte@gnome.org>
24088 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24089 only restart audio when we indeed have an xrun to fix repeated
24090 xruns. Fix suggested by Giuliano Pochini.
24092 2004-07-03 David Schleef <ds@schleef.org>
24094 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
24095 call to gst_debug_log() if debugging is disabled (bug #145118)
24097 2004-07-03 Benjamin Otte <otte@gnome.org>
24099 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24100 use our own functions for restarting the alsa device.
24101 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24102 I should apply patches myself - use MIN for the third argument, not
24103 the second, this fixes seeking
24105 2004-07-02 David Schleef <ds@schleef.org>
24107 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24108 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
24111 2004-07-02 David Schleef <ds@schleef.org>
24113 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
24114 output buffers. Fix logic mistake. (bug #144866)
24116 2004-07-02 David Schleef <ds@schleef.org>
24118 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
24119 on X. (bug #144753)
24121 2004-07-02 David Schleef <ds@schleef.org>
24123 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
24124 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
24126 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24127 (gst_osselement_rate_probe_check): Add another workaround for
24128 buggy drivers (bug #145336)
24130 2004-07-02 David Schleef <ds@schleef.org>
24132 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
24133 Most systems don't have MSG_NOSIGNAL.
24135 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
24138 * gst-libs/gst/colorbalance/Makefile.am:
24139 * gst-libs/gst/mixer/Makefile.am:
24140 * gst-libs/gst/play/Makefile.am:
24141 * gst-libs/gst/tuner/Makefile.am:
24142 (hopefully) fix both install and dist and make error message useful.
24143 needs testing across automakes.
24145 2004-07-02 Benjamin Otte <otte@gnome.org>
24147 * ext/ogg/gstogg.c: (plugin_init):
24148 we require bytestream now
24149 * ext/ogg/gstoggdemux.c:
24150 huge diff to implement chain setup in a fast and generic way. This
24151 improves tag reading and startup of huge files (read: Theora videos)
24152 quite a bit. It probably contains bugs, too, so please test.
24153 Seeking is not improved to the fast method.
24155 2004-06-29 Wim Taymans <wim@fluendo.com>
24157 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24158 * ext/ogg/gstoggmux.c:
24159 Fix memleak in oggdemux when running unconnected pads.
24160 doc update in mux, start working on keyframe mode.
24162 2004-06-29 Benjamin Otte <otte@gnome.org>
24164 * sys/oss/gstosssink.c:
24165 * sys/oss/gstosssrc.c:
24166 advertise correct template caps - we indeed do non-native endianness
24167 and 8bit audio has no endianness
24168 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
24169 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
24170 avoid (wrong) duplications in getcaps function and return
24173 2004-06-29 Wim Taymans <wim@fluendo.com>
24175 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24176 (gst_multifdsink_class_init), (gst_multifdsink_add),
24177 (gst_multifdsink_remove), (gst_multifdsink_clear),
24178 (gst_multifdsink_client_remove),
24179 (gst_multifdsink_handle_client_read),
24180 (gst_multifdsink_client_queue_data),
24181 (gst_multifdsink_client_queue_caps),
24182 (gst_multifdsink_client_queue_buffer),
24183 (gst_multifdsink_handle_client_write),
24184 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24185 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24186 (gst_multifdsink_init_send), (gst_multifdsink_close):
24187 Fix wrong GList iteration that could crash the server when
24188 more then 2 clients disconnect at the same time. Read all the
24189 pending commands in one batch to recover from command storms under
24192 2004-06-28 Wim Taymans <wim@fluendo.com>
24194 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24195 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24196 (gst_videomixer_pad_set_property),
24197 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24198 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24199 (gst_videomixer_class_init), (gst_videomixer_init),
24200 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
24201 (pad_zorder_compare), (gst_videomixer_sort_pads),
24202 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24203 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
24204 (gst_videomixer_update_queues), (gst_videomixer_loop),
24206 Avoid divide by zero, choose masterpad as the pad with the highest
24209 2004-06-27 Julien Moutte <julien@moutte.net>
24211 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24212 (gst_ximagesink_xwindow_new):
24213 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24214 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
24215 function directly. We might want to call it from somewhere else one day.
24217 2004-06-27 Julien Moutte <julien@moutte.net>
24219 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24220 (gst_ximagesink_xwindow_new):
24221 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24222 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
24223 window decorations.
24225 2004-06-27 Wim Taymans <wim@fluendo.com>
24227 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
24228 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
24229 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
24230 (gst_dvdec_set_property), (gst_dvdec_get_property):
24231 * ext/dv/gstdvdec.h:
24232 Implement drop_factor property to lower the framerate with
24235 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
24237 * gst-libs/gst/colorbalance/Makefile.am:
24238 * gst-libs/gst/mixer/Makefile.am:
24239 * gst-libs/gst/play/Makefile.am:
24240 * gst-libs/gst/tuner/Makefile.am:
24241 unbreak Company's fix that didn't install the -enum.h files
24243 2004-06-27 Wim Taymans <wim@fluendo.com>
24245 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24246 (gst_dvdec_change_state):
24247 * ext/dv/gstdvdec.h:
24248 Fix timestamp, duration and offset of the buffers.
24250 2004-06-27 Wim Taymans <wim@fluendo.com>
24252 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24253 (gst_multifdsink_class_init), (gst_multifdsink_add),
24254 (gst_multifdsink_remove), (gst_multifdsink_clear),
24255 (gst_multifdsink_client_remove),
24256 (gst_multifdsink_handle_client_read),
24257 (gst_multifdsink_client_queue_data),
24258 (gst_multifdsink_client_queue_caps),
24259 (gst_multifdsink_client_queue_buffer),
24260 (gst_multifdsink_handle_client_write),
24261 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24262 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24263 (gst_multifdsink_init_send), (gst_multifdsink_close):
24264 * gst/tcp/gstmultifdsink.h:
24265 * gst/tcp/gsttcpserversink.c:
24266 (gst_tcpserversink_handle_server_read),
24267 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24268 More multifdsink fixes, more recovery policy fixes.
24269 Removed stupid g_print
24271 2004-06-26 Wim Taymans <wim@fluendo.com>
24273 * gst/tcp/Makefile.am:
24274 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24275 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24276 (gst_multifdsink_class_init), (gst_multifdsink_init),
24277 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24278 (gst_multifdsink_handle_client_read),
24279 (gst_multifdsink_client_queue_data),
24280 (gst_multifdsink_client_queue_caps),
24281 (gst_multifdsink_client_queue_buffer),
24282 (gst_multifdsink_handle_client_write),
24283 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24284 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24285 (gst_multifdsink_chain), (gst_multifdsink_set_property),
24286 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24287 (gst_multifdsink_close), (gst_multifdsink_change_state):
24288 * gst/tcp/gstmultifdsink.h:
24289 * gst/tcp/gsttcpplugin.c: (plugin_init):
24290 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24291 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24292 (gst_tcpserversink_handle_server_read),
24293 (gst_tcpserversink_handle_select),
24294 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24295 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24296 * gst/tcp/gsttcpserversink.h:
24297 Added multifdsink, made tcpserversink a subclass of fdsink, removed
24298 one of the locks, added recovery policy to multifdsink.
24300 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24302 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24303 fix decision for when getting frames with same timestamp
24304 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24305 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24306 (gst_v4lsrc_get_property):
24307 * sys/v4l/gstv4lsrc.h:
24308 add latency offset property
24310 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24312 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24314 fix debugging. add category.
24316 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24318 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24321 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24323 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24324 (gst_alsa_src_get_time), (gst_alsa_src_loop),
24325 (gst_alsa_src_change_state):
24326 return a time that is in sync with the element's processing
24328 2004-06-25 Wim Taymans <wim@fluendo.com>
24330 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24331 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24332 (gst_tcpserversink_client_remove),
24333 (gst_tcpserversink_handle_client_read),
24334 (gst_tcpserversink_client_queue_data),
24335 (gst_tcpserversink_client_queue_caps),
24336 (gst_tcpserversink_client_queue_buffer),
24337 (gst_tcpserversink_handle_client_write),
24338 (gst_tcpserversink_queue_buffer),
24339 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24340 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24341 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24342 (gst_tcpserversink_close):
24343 * gst/tcp/gsttcpserversink.h:
24344 Serversink rewrite. Really do non blocking writes to clients and
24345 maintain an internal queue to handle slower clients while not
24346 disturbing fast clients.
24348 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24350 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24351 better debug, don't override OFFSET and OFFSET_END
24353 2004-06-25 Iain <iain@prettypeople.org>
24355 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24356 name=source for the wavparse pipeline.
24358 2004-06-24 Johan Dahlin <johan@gnome.org>
24360 * ext/theora/theoraenc.c (theora_enc_chain): Call
24361 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24362 streamheader caps are set correctly.
24364 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24366 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24367 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24368 respect minimum bitrate; same could be done for max bitrate
24370 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24372 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24373 (gst_vorbisenc_setup):
24374 fix sample rate range
24376 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24378 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24379 (gst_oggvorbisenc_setup):
24380 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24381 (gst_vorbisenc_setup):
24382 resolve ambiguities in code and description
24384 2004-06-24 Wim Taymans <wim@fluendo.com>
24386 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24387 * ext/alsa/gstalsa.h:
24388 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24389 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24390 Use alsa trigger_tstamp to get the timestamp of the first
24391 sample in the buffer for more precise sync. Some cleanups.
24393 2004-06-24 Wim Taymans <wim@fluendo.com>
24395 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24396 (gst_audiorate_init), (gst_audiorate_chain),
24397 (gst_audiorate_set_property), (gst_audiorate_get_property):
24398 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24399 (gst_videorate_chain):
24400 Added some logging, fixed an overflow bug in videorate.
24402 2004-06-24 Benjamin Otte <otte@gnome.org>
24404 * ext/kio/Makefile.am:
24405 fix for builddir != srcdir and distcheck
24407 2004-06-24 Benjamin Otte <otte@gnome.org>
24409 * gst-libs/gst/colorbalance/Makefile.am:
24410 * gst-libs/gst/mixer/Makefile.am:
24411 * gst-libs/gst/play/Makefile.am:
24412 * gst-libs/gst/tuner/Makefile.am:
24413 * gst/tcp/Makefile.am:
24414 * sys/dxr3/Makefile.am:
24415 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24417 Also add all *.list files that were missing.
24419 add a distcheck hook to ensure the above doesn't happen again.
24421 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
24423 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24425 2004-06-23 Colin Walters <walters@redhat.com>
24427 * m4/Makefile.am: Distribute gst-fionread.m4.
24429 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24431 * configure.ac: back to dev
24433 2004-06-23 Wim Taymans <wim@fluendo.com>
24435 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24436 (gst_alsa_xrun_recovery):
24437 * ext/alsa/gstalsa.h:
24438 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24439 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24440 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24441 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24442 (gst_alsa_src_loop):
24443 Add clock to alsasrc. Take new capture timestamp when
24444 restarting after an overrun. Split up some functions between
24445 alsasrc and alsasink.
24447 === release 0.8.2 ===
24449 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24451 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24452 (gst_alsa_change_state), (gst_alsa_update_avail),
24453 (gst_alsa_xrun_recovery):
24454 * ext/alsa/gstalsa.h:
24455 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24456 merge back changes from release
24458 2004-06-23 Wim Taymans <wim@fluendo.com>
24460 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24461 (gst_audiorate_init), (gst_audiorate_chain),
24462 (gst_audiorate_set_property), (gst_audiorate_get_property):
24463 Implement sample dropping and notify
24465 2004-06-22 Wim Taymans <wim@fluendo.com>
24467 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24468 (theora_enc_sink_link), (theora_buffer_from_packet),
24469 (theora_push_packet), (theora_enc_chain):
24470 Some cleanups, make sure the timestamps are correct.
24472 2004-06-22 Wim Taymans <wim@fluendo.com>
24474 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24475 (gst_alsa_change_state), (gst_alsa_update_avail),
24476 (gst_alsa_xrun_recovery):
24477 * ext/alsa/gstalsa.h:
24478 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24479 Cleanups, take queued samples into account when reporting
24482 2004-06-22 Wim Taymans <wim@fluendo.com>
24484 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24485 (gst_videorate_init):
24486 Initialize the property as well.
24488 2004-06-22 Wim Taymans <wim@fluendo.com>
24490 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24491 (gst_videorate_init), (gst_videorate_chain),
24492 (gst_videorate_set_property), (gst_videorate_get_property):
24493 Add property to make videorate silent.
24494 Add property to prefer new frames over old ones.
24496 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24498 * sys/osxvideo/Makefile.am:
24499 Workaround so that the osxvideo .so file gets linked with the
24500 Cocoa, OpenGL and QuickTime frameworks
24502 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24504 * sys/osxaudio/Makefile.am:
24505 Workaround so that the osxaudio .so file gets linked with the
24506 CoreAudio framework
24508 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24511 Whoops, my fault...fixed build issues
24513 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24516 Add objective-c support if running in Darwin/Mac OS X
24519 * sys/osxvideo/Makefile.am:
24520 * sys/osxvideo/osxvideosink.h:
24521 * sys/osxvideo/osxvideosink.m:
24522 * sys/osxvideo/cocoawindow.h:
24523 * sys/osxvideo/cocoawindow.m:
24524 Add osxvideosink, a cocoa-based osx video sink
24527 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24528 * ext/dvdnav/gst-dvd:
24529 Grab the gconf key from the right spot
24530 * gst/debug/gstnavseek.c: (gst_navseek_init),
24531 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24532 (gst_navseek_chain):
24533 * gst/debug/gstnavseek.h:
24534 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24535 and loop parameters of a segment seek.
24536 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24537 (gst_videotestsrc_get_event_masks),
24538 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24539 * gst/videotestsrc/gstvideotestsrc.h:
24540 Add seeking support to videotestsrc
24541 Initialise the timestamp_offset variable.
24543 2004-06-18 Wim Taymans <wim@fluendo.com>
24545 * ext/sidplay/gstsiddec.cc:
24546 Fix negotiation and set correct end offset.
24548 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24550 * configure.ac: branch and prerelease
24552 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24554 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24555 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24556 (gst_tcpclientsrc_init_receive):
24557 * gst/tcp/gsttcpclientsrc.h:
24558 read caps when connecting to server for GDP so we set them correctly
24560 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24562 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24563 notify drops and duplicates
24564 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24565 no good reason to limit ourselves to 100x100
24567 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24569 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24570 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24571 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24572 (gst_v4lsrc_get_property):
24573 * sys/v4l/gstv4lsrc.h:
24574 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24575 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24576 (gst_v4l_set_audio):
24577 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24578 (gst_v4lsrc_try_capture):
24579 * sys/v4l/v4lsrc_calls.h:
24580 change try_palette to more general try_capture
24581 add autoprobe option so we can turn off autoprobing
24584 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24588 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24589 (gst_ximagesink_class_init):
24590 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24591 (gst_xvimagesink_class_init):
24592 run them as finalize, not dispose, since dispose can be invoked
24595 2004-06-17 Wim Taymans <wim@fluendo.com>
24597 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24598 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24599 * ext/alsa/gstalsa.h:
24600 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24601 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24602 (gst_alsa_src_change_state):
24603 * ext/alsa/gstalsasrc.h:
24604 Make the xrun code timestamp and offset the buffers correctly.
24605 moved the clock to the base class, use alsa methods to get time.
24606 Do correct timestamping on outgoing buffers.
24608 2004-06-17 Wim Taymans <wim@fluendo.com>
24610 * gst/audiorate/Makefile.am:
24611 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24612 (gst_audiorate_base_init), (gst_audiorate_class_init),
24613 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24614 (gst_audiorate_set_property), (gst_audiorate_get_property),
24615 (gst_audiorate_change_state), (plugin_init):
24616 Added an audiorate converter that fills in gaps.
24618 2004-06-17 Johan Dahlin <johan@gnome.org>
24620 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24622 2004-06-16 Wim Taymans <wim@fluendo.com>
24624 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24625 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24626 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24627 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24628 (gst_v4lsrc_get_property):
24629 * sys/v4l/gstv4lsrc.h:
24630 Added a copy mode to v4lsrc where it will output a copied version
24631 of its internal hardware buffer.
24632 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24635 2004-06-16 Wim Taymans <wim@fluendo.com>
24637 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24640 2004-06-16 Wim Taymans <wim@fluendo.com>
24642 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24643 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24644 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24645 (gst_v4lsrc_get_property):
24646 * sys/v4l/gstv4lsrc.h:
24647 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24648 Added a sync mode enum property to control v4lsrc timestamp method
24649 Removed the use-fixed-fps property and moved functionality in
24651 Don't error on an error value from v4l-conf, it might not always
24654 2004-06-16 Wim Taymans <wim@fluendo.com>
24656 * gst/videorate/Makefile.am:
24657 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24658 (gst_videorate_base_init), (gst_videorate_class_init),
24659 (gst_videorate_getcaps), (gst_videorate_link),
24660 (gst_videorate_init), (gst_videorate_chain),
24661 (gst_videorate_set_property), (gst_videorate_get_property),
24662 (gst_videorate_change_state), (plugin_init):
24663 Added a video timestamp corrector.
24665 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24667 fixed a potential leak with previous commit
24669 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24671 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24673 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24674 Added missing refcount, fixes bug #144425
24675 Cheers Tim for finding the bug
24677 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24679 * sys/v4l/gstv4l.c: (plugin_init):
24680 * sys/v4l/gstv4lcolorbalance.c:
24681 * sys/v4l/gstv4lcolorbalance.h:
24682 * sys/v4l/gstv4lelement.c:
24683 * sys/v4l/gstv4lelement.h:
24684 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24685 * sys/v4l/gstv4lmjpegsink.h:
24686 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24687 * sys/v4l/gstv4lmjpegsrc.h:
24688 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24689 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24690 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24691 * sys/v4l/gstv4lsrc.h:
24692 * sys/v4l/gstv4ltuner.c:
24693 * sys/v4l/gstv4ltuner.h:
24694 * sys/v4l/gstv4lxoverlay.c:
24695 * sys/v4l/gstv4lxoverlay.h:
24696 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24697 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24698 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24699 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24700 (gst_v4l_set_audio):
24701 * sys/v4l/v4l_calls.h:
24702 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24703 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24704 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24705 (gst_v4lmjpegsink_playback_init),
24706 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24707 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24708 (gst_v4lmjpegsink_playback_stop),
24709 (gst_v4lmjpegsink_playback_deinit):
24710 * sys/v4l/v4lmjpegsink_calls.h:
24711 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24712 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24713 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24714 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24715 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24716 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24717 * sys/v4l/v4lmjpegsrc_calls.h:
24718 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24719 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24720 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24721 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24722 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24723 (gst_v4lsrc_try_palette):
24724 * sys/v4l/v4lsrc_calls.h:
24725 bunch of paranoia cleanups
24727 2004-06-14 David Schleef <ds@schleef.org>
24729 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24730 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24731 Send discont events and change timestamps appropriately when
24732 we get a seek event. (bug #144240)
24733 * ext/cdparanoia/gstcdparanoia.h:
24735 2004-06-14 Benjamin Otte <otte@gnome.org>
24737 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24738 snd_pcm_hw_params_set_rate since the latter fails for no good
24739 reason on some setups.
24741 2004-06-14 David Schleef <ds@schleef.org>
24743 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24744 standard. Thank you for playing.
24746 2004-06-14 Wim Taymans <wim@fluendo.com>
24748 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24749 Patch 1.3 broke the ordering of the colorspace info and
24750 made the plugin basically work by coincidence, reordered
24753 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24755 * ext/lame/gstlame.c:
24756 * ext/mad/gstmad.c:
24757 sync caps. Make sure mad can only output a list of rates, not
24758 a full range. In the future, have three caps lists for each of the
24759 mpeg versions. Change mpegversion to a double as well.
24761 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24763 * gst/volume/.cvsignore:
24764 * gst/volume/Makefile.am:
24765 * gst/volume/demo.c: (value_changed_callback), (idler),
24766 (setup_gui), (main):
24767 added small demo app
24769 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24770 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24771 * ext/esd/esdsink.h:
24772 Close the esd connection on pause, because esd will just wait -
24773 blocking all other esd clients indefinitely.
24775 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24777 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24778 previous commit with GST_DEBUG
24780 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24783 add a header check for a dvdread header in dvdnav. Fixes #133002
24785 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24787 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24788 * gst/tcp/gsttcpclientsink.h:
24789 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24790 * gst/tcp/gsttcpclientsrc.h:
24791 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24792 (gst_tcpserversink_handle_server_read),
24793 (gst_tcpserversink_init_send):
24794 * gst/tcp/gsttcpserversink.h:
24795 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24796 * gst/tcp/gsttcpserversrc.h:
24797 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24800 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24803 Added ogg library so that OSX detects libtheora properly
24805 2004-06-11 Wim Taymans <wim@fluendo.com>
24807 * ext/theora/theoradec.c: (theora_dec_chain),
24808 (theora_dec_change_state):
24809 Don't try to decode frames before we received a keyframe.
24811 2004-06-11 Wim Taymans <wim@fluendo.com>
24813 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24814 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24815 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24816 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24817 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24818 Added property to set the maximum delay of a page.
24820 2004-06-10 Wim Taymans <wim@fluendo.com>
24822 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24823 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24824 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24825 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24826 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24827 Added max-delay property to control the maximum amount
24828 of data to put in one page.
24830 2004-06-10 Wim Taymans <wim@fluendo.com>
24832 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24833 (gst_theora_enc_init), (theora_enc_sink_link),
24834 (theora_buffer_from_packet), (theora_enc_set_property),
24835 (theora_enc_get_property):
24836 Set duration on encoded buffer, added some more properties
24838 2004-06-10 Wim Taymans <wim@fluendo.com>
24840 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24841 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24842 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24843 * ext/theora/theoraenc.c: (theora_enc_chain):
24844 Fix refcounting bugs
24846 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24848 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24849 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24850 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24851 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24852 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24853 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24854 (gst_asf_demux_change_state):
24855 * gst/asfdemux/gstasfdemux.h:
24856 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24857 feels like. I think we should set a new requirement for demuxers
24858 from now on to implement sane loop functions, data loops, query
24859 and seek functions before first commit into CVS. And this commit
24860 fixes all of the above.
24862 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24864 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24865 vorbis comments are properly encoded in UTF-8 before adding them
24868 2004-06-09 Benjamin Otte <otte@gnome.org>
24870 * ext/alsa/gstalsa.c: (add_channels):
24871 handle min <= max correctly
24872 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24873 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24874 add fixation functions so we fixate correctly. No preferring of alaw
24875 anymore because it's the first structure.
24876 * ext/alsa/gstalsa.h:
24877 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24878 (gst_alsa_hw_params_dump):
24879 add functions to ease debugging in alsalib
24880 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24881 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24882 (gst_alsa_start_audio):
24883 only specify hw params if we really setup a format (fixes #134007 -
24884 or at least works around it)
24886 2004-06-09 Wim Taymans <wim@fluendo.com>
24888 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24889 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24890 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24891 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24892 (gst_ogg_mux_loop):
24893 Use stream caps to setup the initial pages in the ogg stream.
24894 Correctly set the streamheader caps on the srcpad.
24896 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24898 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24899 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24900 (gst_v4lsrc_getcaps):
24901 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24902 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24903 add querying of fps lists for webcams. Negotiating to a framerate
24906 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24908 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24909 (theora_push_buffer), (theora_push_packet),
24910 (theora_set_header_on_caps), (theora_enc_chain):
24911 mark buffers and put on streamheader, raw theora streaming
24912 now works too, whee
24914 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24916 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24917 (gst_tcp_gdp_read_caps):
24918 do a looping read for caps and GDP headers too
24920 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24922 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24923 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24924 return EOS instead of NULL in _get
24926 2004-06-08 Wim Taymans <wim@fluendo.com>
24928 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24929 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24930 (gst_tcp_gdp_write_caps):
24931 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24932 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24933 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24936 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24938 * ext/vorbis/Makefile.am:
24939 * ext/vorbis/vorbis.c: (plugin_init):
24940 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24941 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24942 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24943 (vorbis_parse_change_state):
24944 * ext/vorbis/vorbisparse.h:
24945 adding a vorbisparse element that marks the buffers, streaming
24946 raw vorbis using GDP now works, whee
24948 2004-06-08 Wim Taymans <wim@fluendo.com>
24950 * ext/jpeg/Makefile.am:
24952 * ext/jpeg/gstjpeg.c: (plugin_init):
24953 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24954 (gst_smokedec_base_init), (gst_smokedec_class_init),
24955 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24956 * ext/jpeg/gstsmokedec.h:
24957 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24958 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24959 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24960 (gst_smokeenc_resync), (gst_smokeenc_chain),
24961 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24962 * ext/jpeg/gstsmokeenc.h:
24963 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24964 (smokecodec_flush_destination), (smokecodec_term_destination),
24965 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24966 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24967 (smokecodec_term_source), (smokecodec_encode_new),
24968 (smokecodec_decode_new), (smokecodec_info_free),
24969 (smokecodec_set_quality), (smokecodec_get_quality),
24970 (smokecodec_set_threshold), (smokecodec_get_threshold),
24971 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24972 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24973 (smokecodec_parse_header), (smokecodec_decode):
24974 * ext/jpeg/smokecodec.h:
24975 Added a new simple jpeg based codec
24977 2004-06-08 Wim Taymans <wim@fluendo.com>
24979 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24980 (gst_multipart_mux_loop):
24983 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24985 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24986 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24987 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24988 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24989 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24990 * gst/tcp/gsttcpserversink.h:
24991 take streamheader into account
24993 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24995 * gst/level/Makefile.am:
24996 * gst/level/gstlevel.c: (gst_level_class_init):
24997 clean up marshal generation
24999 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
25001 * gst/tcp/Makefile.am:
25002 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
25003 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
25004 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
25005 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25006 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
25007 (gst_tcpclientsrc_get_property):
25008 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25009 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
25010 (gst_tcpserversink_handle_client_read),
25011 (gst_tcpserversink_handle_client_write),
25012 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
25013 * gst/tcp/gsttcpserversink.h:
25014 add signals client-added and client-removed
25015 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25016 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
25017 (gst_tcpserversrc_get_property):
25018 uniformized, change default protocol to NONE
25019 * gst/tcp/gsttcp-marshal.list: added
25020 2004-06-07 Benjamin Otte <otte@gnome.org>
25022 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25023 handle discont events if they happen before caps nego
25025 2004-06-07 Wim Taymans <wim@fluendo.com>
25027 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25028 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25029 (gst_multipart_demux_plugin_init):
25030 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25031 (gst_multipart_mux_init), (gst_multipart_mux_loop),
25032 (gst_multipart_mux_change_state):
25033 Small updates, fix a memleak
25035 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25037 * configure.ac: OSS portability
25038 * ext/arts/gst_arts.c: idem
25039 * sys/oss/gstosselement.c: idem
25040 * sys/oss/gstossmixer.c: idem
25041 * sys/oss/gstosssink.c: idem
25042 * sys/oss/gstosssrc.c: idem
25043 * sys/oss/oss_probe.c: idem
25044 - check for soundcard.h in different places for some BSD
25046 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
25049 Add me to the authors file
25051 Increase the libdv requirement to >= version 0.100
25052 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
25053 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
25054 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
25055 * ext/dv/gstdvdec.h:
25056 Add support for the new_media flag when sending DISCONT events
25057 Make the querying work when video pad is not linked
25059 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
25061 reviewed by Benjamin Otte <otte@gnome.org>
25063 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
25064 create a NULL-initialized array of pads, so we don't think they
25065 exist already. (fixes #143130)
25067 2004-06-07 Benjamin Otte <otte@gnome.org>
25069 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
25070 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
25071 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
25072 don't use // coments
25074 2004-06-07 Benjamin Otte <otte@gnome.org>
25076 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
25077 cast to GstClockTime to get higher granularity
25078 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25079 use gst_element_set_time_delay to get the exact time
25080 * ext/mad/gstmad.c: (gst_mad_chain):
25081 use the negotiated rate instead of the current frame's rate which
25082 might be wrong because of bit errors. This avoids emitting totally
25083 bogus timestamps and screwing sync.
25086 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
25088 reviewed by Benjamin Otte <otte@gnome.org>
25090 * gst/adder/gstadder.c: (gst_adder_loop):
25091 properly error out when no negotiation has happened yet. (fixes
25094 2004-06-06 Benjamin Otte <otte@gnome.org>
25096 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
25097 forward correctly transformed offset in discont events. Based on
25098 patch by Arwed v. Merkatz. (fixes #142851)
25100 2004-06-06 David Schleef <ds@schleef.org>
25102 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
25103 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
25104 problems on several systems.
25106 2004-06-06 Benjamin Otte <otte@gnome.org>
25108 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
25109 use explicit caps on the srcpad
25110 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25111 properly error out if caps couldn't be set (fixes #142764)
25113 2004-06-06 Benjamin Otte <otte@gnome.org>
25115 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
25116 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
25117 (gst_alsa_start_audio):
25118 - don't call set_periods_integer anymore, it breaks the
25119 configuration randomly
25120 - call snd_pcm_hw_params_set_access directly instead of using masks
25121 - don't fail if the sw_params can't be set, just use the default
25122 params and hope it works. Alsalib has weird issues when you touch
25123 sw_params and does no proper error reporting about what failed.
25124 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25125 (gst_alsa_close_audio):
25126 make our alsa debugging go via gst debugging and not conditionally
25128 * ext/alsa/gstalsa.h:
25129 add ALSA_DEBUG_FLUSH macro
25130 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
25132 wrap alsa errors to be printed via the gst debugging system and not
25135 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
25137 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
25138 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
25139 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
25140 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
25141 (qtdemux_parse_trak):
25142 * gst/qtdemux/qtdemux.h:
25143 Bitch. Also known as seeking, querying & co.
25144 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25145 (gst_osssink_change_state):
25146 * sys/oss/gstosssink.h:
25147 Resyncing is for weenies, this hack is no longer needed and was
25148 broken anyway (since it - unintendedly - always leaves resync to
25151 2004-06-05 Andrew Turner <zxombie@hotpop.com>
25153 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
25154 * gst/tcp/gsttcpclientsrc.h: idem
25155 - define MSG_NOSIGNAL if not done
25156 - include unistd.h for off_t
25159 2004-06-05 Benjamin Otte <otte@gnome.org>
25162 * ext/kio/Makefile.am:
25163 check for qt's moc preprocessor explicitly and use it
25165 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25167 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
25168 don't get a signal for EPIPE on socket writes
25169 (somebody check if this works on other platforms)
25171 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
25173 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
25174 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25175 check error condition on available samples correctly
25177 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
25179 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
25181 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
25182 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
25183 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
25184 (gst_tcpserversrc_gdp_read_header):
25185 use ssize_t over size_t since the former is signed and thus the
25186 check for error codes can work
25188 2004-06-02 Wim Taymans <wim@fluendo.com>
25192 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25193 (gst_multipart_mux_loop):
25196 2004-06-02 Wim Taymans <wim@fluendo.com>
25198 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25199 (gst_multipart_mux_init), (gst_multipart_mux_loop),
25200 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25201 (gst_multipart_mux_change_state):
25202 Added configurable boundary specifier, added the value as a
25203 caps field as well.
25205 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25207 * gst/tcp/gsttcp.c:
25208 * gst/tcp/gsttcpclientsrc.c:
25209 * gst/tcp/gsttcpclientsrc.h:
25210 * gst/tcp/gsttcpserversrc.c:
25211 - portability fix, to compile on OSX
25214 * sys/osxaudio/gstosxaudioelement.c:
25215 * sys/osxaudio/gstosxaudiosink.c:
25216 * sys/osxaudio/gstosxaudiosrc.c:
25217 - compilation warnings on OSX
25220 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25222 * ext/vorbis/vorbisdec.c : sign warning fixes
25224 * gst-libs/gst/mixer/mixertrack.c :
25225 do no use defines which are glib 2.4 specific
25227 2004-06-01 Christophe Fergeau <teuf@gnome.org>
25229 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
25230 buffer since libflac doesn't expect it (reports a sync error when
25231 it encounters that)
25234 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
25236 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
25237 * gst-libs/gst/mixer/mixertrack.c:
25238 (gst_mixer_track_get_property), (get_mixer_track_init),
25239 (get_mixer_track_get_property): Added property accessors
25240 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
25241 * gst-libs/gst/mixer/mixeroptions.c:
25242 (gst_mixer_options_get_values): Added
25243 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25244 * gst-libs/gst/mixer/mixer.c: Fixed comment
25247 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25249 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25250 improve error messages on open
25253 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
25255 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25256 check if v4l-conf is in path
25258 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
25260 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25261 change assert to a more readable error message
25263 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25265 * gst-libs/gst/tuner/tunerchannel.h:
25266 - add a freq_multiplicator field to make the conversion
25267 between internal frequency unit and Hz
25268 * sys/v4l/gstv4lelement.c:
25269 * sys/v4l2/gstv4l2element.c:
25270 - change default video device to /dev/video0
25271 * sys/v4l/v4l_calls.c:
25272 * sys/v4l2/v4l2_calls.c:
25273 - we only expose frequency to the user in Hz instead of
25274 bastard v4lX unit (either 62.5kHz or 62.5Hz)
25276 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
25277 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25278 Initialise b_o_s and e_o_s variables
25279 * gst-libs/gst/riff/riff-media.c:
25280 (gst_riff_create_video_caps_with_data):
25281 Add some unusual fourcc's from mplayer avi's
25282 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25283 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25286 2004-05-28 Wim Taymans <wim@fluendo.com>
25289 * gst/alpha/Makefile.am:
25290 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25291 (gst_alpha_get_type), (gst_alpha_base_init),
25292 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25293 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25294 (gst_alpha_chroma_key), (gst_alpha_chain),
25295 (gst_alpha_change_state), (plugin_init):
25296 A plugin to add an alpha channel to I420 video. Can optionally do
25298 * gst/multipart/Makefile.am:
25299 * gst/multipart/multipart.c: (plugin_init):
25300 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25301 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25302 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25303 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25304 (gst_multipart_demux_change_state),
25305 (gst_multipart_demux_plugin_init):
25306 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25307 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25308 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25309 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25310 (gst_multipart_mux_pad_unlink),
25311 (gst_multipart_mux_request_new_pad),
25312 (gst_multipart_mux_handle_src_event),
25313 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25314 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25315 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25316 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25317 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25318 send multipart jpeg images to a browser.
25319 * gst/videobox/Makefile.am:
25320 * gst/videobox/README:
25321 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25322 (gst_video_box_get_type), (gst_video_box_base_init),
25323 (gst_video_box_class_init), (gst_video_box_init),
25324 (gst_video_box_set_property), (gst_video_box_get_property),
25325 (gst_video_box_sink_link), (gst_video_box_i420),
25326 (gst_video_box_ayuv), (gst_video_box_chain),
25327 (gst_video_box_change_state), (plugin_init):
25328 Crops or adds borders around an image. can do alpha channel
25330 * gst/videomixer/Makefile.am:
25331 * gst/videomixer/README:
25332 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25333 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25334 (gst_videomixer_pad_get_sink_event_masks),
25335 (gst_videomixer_pad_get_property),
25336 (gst_videomixer_pad_set_property),
25337 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25338 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25339 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25340 (gst_videomixer_base_init), (gst_videomixer_class_init),
25341 (gst_videomixer_init), (gst_videomixer_request_new_pad),
25342 (gst_videomixer_handle_src_event),
25343 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25344 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25345 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25346 (gst_videomixer_loop), (gst_videomixer_get_property),
25347 (gst_videomixer_set_property), (gst_videomixer_change_state),
25349 Generic video mixer plugin, can handle multiple inputs all with
25350 different framerates and video sizes. Is fully alpha channel
25353 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25355 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25356 Select first track as master track. Not sure how else to handle
25358 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25359 Discard discont events. Should fix #142962.
25361 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
25363 * ext/alsa/Makefile.am:
25364 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25365 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25366 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25367 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25368 (gst_alsa_mixer_get_option):
25369 * ext/alsa/gstalsamixer.h:
25370 * ext/alsa/gstalsamixeroptions.c:
25371 (gst_alsa_mixer_options_get_type),
25372 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25373 (gst_alsa_mixer_options_new):
25374 * ext/alsa/gstalsamixeroptions.h:
25375 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25376 * ext/alsa/gstalsamixertrack.h:
25377 Add enumerations (as GstMixerOptions). Make correct distinction
25378 between input/output tracks. Add capture/playback private flag.
25379 Use flag to decide on whether to set capture or playback volumes
25380 or switches. Use playback and record switches.
25381 * gst-libs/gst/mixer/Makefile.am:
25382 * gst-libs/gst/mixer/mixer-marshal.list:
25383 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25384 (gst_mixer_set_option), (gst_mixer_get_option),
25385 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25386 (gst_mixer_volume_changed), (gst_mixer_option_changed):
25387 * gst-libs/gst/mixer/mixer.h:
25388 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25389 (gst_mixer_options_class_init), (gst_mixer_options_init),
25390 (gst_mixer_options_dispose):
25391 * gst-libs/gst/mixer/mixeroptions.h:
25392 Add GstMixerOptions.
25393 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25394 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25395 broken device detection on computers with multiple OSS sound
25398 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
25400 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25401 fixate nicely even when the peer is not negotiating
25403 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
25405 * gst/audioconvert/gstaudioconvert.c:
25406 (gst_audio_convert_parse_caps):
25407 make sure we don't allow depth > width
25408 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25409 fixate endianness to G_BYTE_ORDER as default
25410 * gst/audioscale/gstaudioscale.c:
25411 we don't handle another endianness as host-endianness
25413 2004-05-25 David Schleef <ds@schleef.org>
25415 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
25417 2004-05-24 Benjamin Otte <otte@gnome.org>
25419 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25420 (gst_oggvorbisenc_setup):
25421 properly fail when we can't setup the vorbis encoder due to
25422 unsupported settings
25423 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25424 (gst_vorbisenc_setup):
25426 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25427 fix case where warnings occured when one pad was unlinked while the
25428 other's link function was called
25430 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
25432 * gst/tcp/Makefile.am:
25435 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25437 * gst-libs/gst/resample/private.h:
25438 don't use optimizations that are #if 0'ed
25440 2004-05-24 Wim Taymans <wim@fluendo.com>
25442 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25443 Fix potential division by zero error and hopefully get
25444 the position query right to get correct timestamps on avi
25447 2004-05-24 Wim Taymans <wim@fluendo.com>
25449 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25450 (gst_videoscale_scale_nearest_str2),
25451 (gst_videoscale_scale_nearest_str4),
25452 (gst_videoscale_scale_nearest_32bit),
25453 (gst_videoscale_scale_nearest_24bit),
25454 (gst_videoscale_scale_nearest_16bit):
25455 Fix the scaling algorithm and avoid a buffer overflow.
25456 removed the while loop in the scaling function as it
25457 was used for point sampling only.
25459 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25461 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25462 (gst_id3_tag_class_init), (gst_id3_tag_init),
25463 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25464 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25465 (gst_id3_tag_send_tag_event):
25466 lots of fixes to make id3mux work and id3demux work correctly
25468 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25471 add rules to build shout2send (was removed by accident
25472 when this module was no more marked experimental/broken)
25474 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25476 * ext/shout2/gstshout2.c:
25477 * ext/shout2/gstshout2.h:
25478 adding a "connection problem" signal to shout2send
25481 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25483 * ext/kio/kioreceiver.cpp:
25484 * ext/kio/kioreceiver.h:
25485 fix sign comparison issues
25487 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25489 * gst/cdxaparse/gstcdxaparse.c:
25490 * gst/cdxaparse/gstcdxaparse.h:
25492 add some checks/sanity
25493 prepare for seek addition
25495 * sys/sunaudio/gstsunaudio.c:
25496 remove exported dupe init function
25498 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25500 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25501 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25502 Fix format conversion and position querying.
25503 * gst/debug/progressreport.c: (gst_progressreport_report):
25504 Don't output a bogus total value that we didn't query.
25505 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25506 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25507 only a blank window after xine has been used.
25509 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25512 sync with upstream version to fix test on FC2
25513 readd with -ko to preserve Id header
25515 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25518 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25519 * gst/tcp/gsttcpclientsrc.c: idem
25520 * gst/tcp/gsttcpserversink.c: idem
25521 * gst/tcp/gsttcpserversrc.c: idem
25522 * m4/gst-fionread.m4: idem
25524 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25526 * configure.ac: enable speex plugin for speex 1.1.5+
25527 * ext/speex/gstspeexenc.c: fix cast warning
25529 * ext/esd/README: fix typo
25531 2004-05-20 David Schleef <ds@schleef.org>
25533 * configure.ac: Minor cosmetic change to convince the buildbot to
25535 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25536 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25537 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25538 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25539 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25540 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25541 More hacking. Plays audio now.
25543 2004-05-20 David Schleef <ds@schleef.org>
25548 2004-05-20 David Schleef <ds@schleef.org>
25550 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25551 * sys/osxaudio/gstosxaudio.c:
25552 * sys/osxaudio/gstosxaudioelement.c:
25553 * sys/osxaudio/gstosxaudioelement.h:
25554 * sys/osxaudio/gstosxaudiosink.c:
25555 * sys/osxaudio/gstosxaudiosink.h:
25556 * sys/osxaudio/gstosxaudiosrc.c:
25557 * sys/osxaudio/gstosxaudiosrc.h:
25559 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25561 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25562 (gst_vorbisenc_chain):
25563 put the codec headers on the caps as streamheader as well as
25566 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25568 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25569 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25570 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25571 split up push_packet into two functions
25573 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25575 * gst/tcp/.cvsignore:
25577 * gst/tcp/Makefile.am:
25579 * gst/tcp/gsttcp.c:
25580 * gst/tcp/gsttcp.h:
25581 * gst/tcp/gsttcpclientsink.c:
25582 * gst/tcp/gsttcpclientsink.h:
25583 * gst/tcp/gsttcpclientsrc.c:
25584 * gst/tcp/gsttcpclientsrc.h:
25585 * gst/tcp/gsttcpplugin.c:
25586 * gst/tcp/gsttcpserversink.c:
25587 * gst/tcp/gsttcpserversink.h:
25588 * gst/tcp/gsttcpserversrc.c:
25589 * gst/tcp/gsttcpserversrc.h:
25590 add new tcp elements
25592 2004-05-19 Wim Taymans <wim@fluendo.com>
25594 * gst/law/mulaw-conversion.c: (mulaw_encode):
25595 Fix overflow bug in ulaw encoding.
25597 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25599 * ext/mad/gstmad.c: (gst_mad_handle_event):
25600 don't unref the event twice
25602 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25605 remove -Wno-sign-compare
25607 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25610 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25611 if you want to work against glib 2.2 and 2.4
25613 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25615 * gst/tcp/Makefile.am:
25616 * gst/tcp/gsttcp.c:
25617 * gst/tcp/gsttcp.h:
25618 * gst/tcp/gsttcpsink.h:
25619 * gst/tcp/gsttcpsrc.h:
25620 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25622 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25624 * gst/debug/tests.c: (md5_get_value):
25625 fix segfault on gst-inspect
25627 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25629 * gst/debug/testplugin.c:
25630 * gst/debug/tests.c:
25631 * gst/debug/tests.h:
25632 add new extensible and configurable testing element. Current tests
25633 include buffer count, stream length, timestamp/duration matching and
25635 * gst/debug/Makefile.am:
25636 * gst/debug/gstdebug.c: (plugin_init):
25637 add infrastructure for new element
25639 2004-05-19 Johan Dahlin <johan@gnome.org>
25641 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25642 ending of the array. Fixes gst-inspect segfault on ppc.
25644 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25646 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25648 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25650 2004-05-18 David Schleef <ds@schleef.org>
25652 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25653 warnings (bugs, actually) noticed by gcc but not forte.
25655 2004-05-18 David Schleef <ds@schleef.org>
25657 * sys/sunaudio/Makefile.am:
25658 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25660 2004-05-18 David Schleef <ds@schleef.org>
25662 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25663 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25664 to allow qtdemux to use non-seekable streams. (bug #142272)
25666 2004-05-18 David Schleef <ds@schleef.org>
25668 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25669 (gst_resample_sinc_ft_float): Remove use of static temporary
25670 buffer. This code was obviously not supposed to last long, but
25671 it's stuck in our ABI, so it required a little hack to make it
25672 ABI-compatible. Fixes #142585.
25673 * gst-libs/gst/resample/resample.h: same.
25675 2004-05-18 David Schleef <ds@schleef.org>
25677 * configure.ac: Add sunaudio
25678 * examples/Makefile.am: make gstplay depend on gconf
25679 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25680 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25681 (convert_table_lookup), (img_convert): remove c99-isms
25682 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25683 unsigned, to fix a warning on Solaris
25684 * gst/mpeg1sys/systems.c: bcopy->memcpy
25685 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25686 * sys/Makefile.am: Add sunaudio
25688 2004-05-18 Wim Taymans <wim@fluendo.com>
25690 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25691 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25692 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25693 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25694 (gst_ogg_mux_loop):
25695 Fix an ugly memleak where the muxer didn't flush enough ogg
25696 pages. This also resulted in badly muxed ogg files.
25698 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25700 * gst/asfdemux/asfheaders.c :
25701 * gst/asfdemux/asfheaders.h :
25702 * gst/asfdemux/gstasfdemux.c :
25703 - fix ASF_OBJ_PADDING guid
25704 - add 3 new object guids (language list, metadata,
25705 extended stream properties)
25706 - add a function to parse extended header objects
25708 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25710 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25711 remove leftover debugging g_print
25713 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25715 * ext/mad/gstmad.c: (gst_mad_handle_event):
25716 Fix for when the first format in a discont event is not a
25717 byte-based one. Should fix #137710.
25719 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25721 * m4/a52.m4 : fix compilation with -Wall -Werror
25722 * m4/libfame.m4 : idem
25723 * m4/libmikmod.m4 : idem
25725 2004-05-17 Benjamin Otte <otte@gnome.org>
25727 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25728 signal the new tags before giving up the reference
25730 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25732 * ext/shout2/gstshout2.c:
25733 use application/ogg instead of application/x-ogg (patch by Patrick
25734 Guimond, fixes #142432)
25735 * sys/oss/gstosselement.c: (gst_osselement_reset),
25736 (gst_osselement_sync_parms):
25737 don't set fragment size unless specified (fixes #142493)
25739 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25741 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25744 2004-05-17 Benjamin Otte <otte@gnome.org>
25746 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25747 compute offsets correctly for internal buffers so timestamps are set
25748 correctly when we can't seek. Also handle cases where there are no
25749 offsets. (based on a patch by David Moore, fixes #142507)
25751 2004-05-17 Benjamin Otte <otte@gnome.org>
25753 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25754 use correct variable when determining amount of data to skip so we
25755 don't skip into the void and segfault
25757 2004-05-16 Benjamin Otte <otte@gnome.org>
25759 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25762 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25764 * gst/asfdemux/gstasfdemux.c:
25765 - fix a mem leak and always propagate tags
25766 - add WMV3 to known video codecs (but no decoder yet)
25767 - replace "surplus data" at end of audio header for what
25768 it is : codec specific data
25771 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25773 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25775 * gst-libs/gst/audio/audioclock.c:
25776 Fix wrong return type (#142205).
25778 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25780 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25781 Ignore CRCs by default (fixes #142566).
25783 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25785 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25786 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25787 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25788 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25789 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25790 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25791 Fix for cases where we fail to attach to a mixer.
25793 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25795 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25796 Don't touch events after not owning them anymore.
25797 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25798 (gst_wavparse_fmt), (gst_wavparse_other),
25799 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25800 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25801 (gst_wavparse_srcpad_event):
25802 * gst/wavparse/gstwavparse.h:
25803 Add seeking, fix querying.
25805 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25807 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25808 - process comments even if they don't end with \0\0
25809 g_convert would ignore them if present and works well without them
25811 2004-05-16 Benjamin Otte <otte@gnome.org>
25813 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25816 2004-05-16 Benjamin Otte <otte@gnome.org>
25818 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25819 don't write to memory we might not write to - g_convert does that
25820 for us anyway (fixes #142613)
25821 (gst_asf_demux_audio_caps):
25822 comment out gst_util_dump_mem
25824 2004-05-16 Benjamin Otte <otte@gnome.org>
25826 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25827 compute correct expected timestamps after seek (broken since
25829 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25830 rename element and debugging category to gdkpixbufscale
25832 2004-05-16 Benjamin Otte <otte@gnome.org>
25834 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25835 add error checking to snd_pcm_delay and remove duplicate call to
25836 snd_pcm_delay that caused issues (see inline code comments)
25837 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25838 make more readable and fix return value when snd_pcm_delay fails
25841 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25842 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25843 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25844 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25845 (gst_pixbufscale_link), (gst_pixbufscale_init),
25846 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25847 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25848 (gst_pixbufscale_get_property), (pixbufscale_init):
25849 * ext/gdk_pixbuf/pixbufscale.h:
25850 Add these files I forgot earlier
25852 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25853 * ext/gdk_pixbuf/Makefile.am:
25854 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25855 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25856 Add new pixbufscale element to scale RGB video
25857 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25858 and HYPER interpolation correctly.
25859 * ext/theora/theoraenc.c: (theora_enc_chain),
25860 Discard buffer and return if explicit caps could not be set
25861 (theora_enc_get_property):
25862 Make _get return kbps for the bitrate consistent with
25866 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25868 * ext/libvisual/visual.c: (gst_visual_chain):
25869 add missing visual_audio_analyze
25871 2004-05-14 David Schleef <ds@schleef.org>
25873 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25874 is killed while we're playing.
25875 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25876 gst_element_no_more_pads().
25878 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25880 * gst-libs/gst/riff/riff-read.c :
25881 - fix INFO tag extraction in RIFF/AVI files
25882 because gst_event_unref (event) also freed taglist
25885 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25887 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25888 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25890 * gst/auparse/gstauparse.c :
25891 - add code (commented for now) to support audio/x-adpcm on src pad
25892 (we have no decoder for those layout yet)
25894 * gst/cdxaparse/gstcdxaparse.c :
25895 * gst/cdxaparse/gstcdxaparse.h :
25896 - partial rewrite using RiffRead (ripped iain's wavparse code)
25898 * gst/rtp/gstrtpL16enc.c : typo
25899 * gst/rtp/gstrtpgsmenc.c : typo
25901 2004-05-13 Benjamin Otte <otte@gnome.org>
25904 check for exact version of libvisual, it's not supposed to be
25907 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25909 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25910 signal no-more-pads
25912 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25914 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25915 Report which format was used for GST_FORMAT_DEFAULT
25916 * gst/debug/Makefile.am:
25917 * gst/debug/gstdebug.c: (plugin_init):
25918 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25919 (gst_progressreport_class_init), (gst_progressreport_init),
25920 (gst_progressreport_report), (gst_progressreport_set_property),
25921 (gst_progressreport_get_property), (gst_progressreport_chain),
25922 (gst_progressreport_plugin_init):
25923 Add progressreport element for testing.
25925 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25927 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25928 * sys/v4l/gstv4lsrc.h:
25929 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25930 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25931 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25932 (gst_v4lsrc_grab_frame):
25934 send a discont at start
25936 2004-05-12 Colin Walters <walters@redhat.com>
25938 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25939 inflooping if we can't find a chunk. Or in other words, don't blow
25940 chunks if we don't have a chunk to blow.
25942 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25943 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25944 Remove old debug output
25945 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25946 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25947 (gst_dvdec_set_property), (gst_dvdec_get_property):
25948 Change the quality setting to an enum, so it works from gst-launch
25949 Don't renegotiate a non-linked pad. Allows audio only decoding.
25950 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25951 (gst_deinterlace_link), (gst_deinterlace_init):
25952 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25953 (gst_videodrop_link):
25954 Some caps negotiation fixes
25956 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25958 * ext/tarkin/gsttarkin.c :
25959 - Change RANK from NONE to PRIMARY
25960 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25961 - Change RANK from NONE to MARGINAL
25962 * ext/divx/gstdivxenc.c :
25963 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25965 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25967 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25968 (gst_vorbisenc_push_packet):
25969 copy a function that was added between 1.0 and 1.0.1 until we
25970 depend on worthwhile features of post-1.0
25972 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25975 enable shout2 by default
25976 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25977 (gst_shout2send_base_init), (gst_shout2send_init),
25978 (gst_shout2send_connect), (gst_shout2send_change_state):
25979 * ext/shout2/gstshout2.h:
25980 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25982 * ext/theora/theora.c: (plugin_init):
25983 don't set rank on encoders
25985 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25987 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25988 Use codec_data property instead of flag1 and flag2 for wma
25990 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25992 * gst/cdxaparse/gstcdxaparse.c :
25993 - Add mpegversion to CAPS to make it link
25994 - Rank is as GST_RANK_SECONDARY instead of NONE
25995 * gst/auparse/gstauparse.c :
25996 - Document all audio encoding we can encounter from Solaris 9
25997 headers and libsndfile information.
25998 - Increase max. rate from 48000 to 192000 (to match other elements)
25999 - Don't try to play junk data between header and samples
26001 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
26003 * ext/libvisual/visual.c: (gst_visual_getcaps):
26004 use the right caps depending on endianness (I hope)
26005 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
26006 use GST_RANK_NONE for all non-decoding elements or spider gets
26009 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26011 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
26012 Fix some odd cases and fix BE metadata parsing of unicode16 text.
26014 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
26016 * gst/switch/gstswitch.c: (gst_switch_release_pad),
26017 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
26018 (gst_switch_loop), (gst_switch_get_type):
26019 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
26020 HEADERS. Had to be said.
26022 2004-05-10 David Schleef <ds@schleef.org>
26024 * configure.ac: Add prototype Dirac support.
26026 * ext/dirac/Makefile.am:
26027 * ext/dirac/gstdirac.cc:
26028 * ext/dirac/gstdiracdec.cc:
26030 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26032 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
26033 (gst_auparse_init), (gst_auparse_chain),
26034 (gst_auparse_change_state):
26035 Hack around spider. Remove me some day please.
26037 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26039 * gst/auparse/gstauparse.c: (gst_auparse_chain):
26040 Fix for some uninitialized variables in previous patch, also
26041 makes it work. Fixes #142286 while we're at it.
26043 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26045 * gst/auparse/gstauparse.c:
26046 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
26047 only unsupported formats are ADPCM/CCITT G.72x
26049 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
26051 2004-05-10 Wim Taymans <wim@fluendo.com>
26053 * ext/vorbis/Makefile.am:
26054 * ext/vorbis/README:
26055 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
26056 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
26057 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
26058 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
26059 (gst_oggvorbisenc_convert_sink),
26060 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
26061 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
26062 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
26063 (get_constraints_string), (update_start_message),
26064 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
26065 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
26066 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
26067 * ext/vorbis/oggvorbisenc.h:
26068 * ext/vorbis/vorbis.c: (plugin_init):
26069 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
26070 (raw_caps_factory), (gst_vorbisenc_class_init),
26071 (gst_vorbisenc_init), (gst_vorbisenc_setup),
26072 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
26073 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
26074 * ext/vorbis/vorbisenc.h:
26075 Added a raw vorbis encoder to be used with the oggmuxer.
26076 We still need the old encoder for some gnome applications,
26077 read the README to find out how that works.
26078 The raw encoder is called "rawvorbisenc" until 0.9.
26080 2004-05-10 Wim Taymans <wim@fluendo.com>
26082 * ext/ogg/gstogg.c: (plugin_init):
26083 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
26085 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
26086 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
26087 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
26088 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
26089 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
26090 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
26091 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
26092 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
26093 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
26094 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
26095 Added an ogg muxer.
26096 Small typo fixes in the demuxer.
26098 2004-05-10 Wim Taymans <wim@fluendo.com>
26100 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26101 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26102 (theora_enc_change_state), (theora_enc_set_property),
26103 (theora_enc_get_property):
26104 Mark the last packet with an EOS flag which is not really needed
26106 Do some better video framerate initialisation.
26107 Update the buffer timestamp.
26109 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
26111 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
26112 Return the result of the parent state change call
26114 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26116 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
26117 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
26118 * gst/law/alaw-encode.c : (idem)
26119 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
26120 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
26121 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
26123 2004-05-09 Benjamin Otte <otte@gnome.org>
26125 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26126 don't use a fixed buffer size when writing variable length data to
26127 it. Fixes memory corruption and makes alsasrc work
26129 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
26131 * ext/gnomevfs/gstgnomevfssink.c:
26132 (_gst_boolean_allow_overwrite_accumulator),
26133 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
26134 Run glib's default signal handler (??) in RUN_CLEANUP rather than
26135 RUN_LAST, and don't use that to set the accumulator value because
26136 then it's always FALSE.
26138 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
26140 * gst-libs/gst/riff/riff-media.c:
26141 (gst_riff_create_video_caps_with_data),
26142 (gst_riff_create_audio_caps),
26143 (gst_riff_create_audio_template_caps):
26144 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26145 Fix for unaligned RIFF files (i.e. where all the chunks together
26146 in a LIST chunk are not of the same size as the size given in
26147 the LIST chunk header). Fixes several odd WAVE files. Also fix
26148 ADPCM (block_align property) in audio, so that wavparse based
26149 on this works now as it used to stand-alone.
26151 2004-05-09 Edward Hervey <bilboed@bilboed.com>
26153 reviewed by Benjamin Otte <otte@gnome.org>
26155 * ext/a52dec/gsta52dec.c:
26156 * ext/divx/gstdivxdec.c:
26157 * ext/divx/gstdivxenc.c:
26158 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
26159 * ext/faac/gstfaac.c: (gst_faac_base_init):
26160 * ext/faad/gstfaad.c: (gst_faad_base_init):
26161 * ext/ivorbis/vorbisfile.c:
26162 * ext/lame/gstlame.c:
26163 * ext/libfame/gstlibfame.c:
26164 * ext/mpeg2enc/gstmpeg2enc.cc:
26165 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
26166 * ext/sidplay/gstsiddec.cc:
26167 * ext/speex/gstspeexdec.c:
26168 * ext/speex/gstspeexenc.c:
26169 * ext/xvid/gstxviddec.c:
26170 * ext/xvid/gstxvidenc.c:
26171 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
26174 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
26176 * ext/alsa/gstalsa.c: (device_list),
26177 (gst_alsa_class_probe_devices):
26178 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
26179 Fix alsa oddness in mixer after the combination of using mixer
26180 in source/sink elements and using hw:x,y instead of just hw:x.
26182 2004-05-09 Benjamin Otte <otte@gnome.org>
26184 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
26185 (gst_wavparse_create_sourcepad):
26186 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
26189 2004-05-09 Benjamin Otte <otte@gnome.org>
26191 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26192 allow discont events before caps nego
26194 2004-05-08 Benjamin Otte <otte@gnome.org>
26196 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26199 2004-05-08 Benjamin Otte <otte@gnome.org>
26201 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26202 (gst_level_change_state), (gst_level_init):
26203 * gst/level/gstlevel.h:
26204 figure out if we're initialized directly instead of keeping a
26205 variable that's wrong in 90% of cases
26206 don't initialize pads and then leak them and use a new unitialized
26207 pad. (fixes #142084)
26208 these were bugs so n00bish I didn't find them for an hour :/
26210 2004-05-08 Iain <iain@prettypeople.org>
26212 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
26213 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
26214 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
26215 return the length that was read.
26216 (gst_riff_read_strf_auds): Allow fmt tags as well.
26218 2004-05-07 David Schleef <ds@schleef.org>
26220 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
26221 signed char assumption in faad.h.
26223 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
26225 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
26226 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
26228 2004-05-07 Colin Walters <walters@redhat.com>
26230 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
26231 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
26233 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
26234 Add dispose function.
26236 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
26237 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
26238 Fix caps nego and pad templates. RGB mode caps should
26240 * ext/dvdnav/gst-dvd:
26241 Move mpeg2dec inside the thread because otherwise the
26242 queue rejects cap changes mid-stream
26243 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26244 (gst_mpeg2dec_flush_decoder):
26245 For mpeg2dec > 0.4.0, call the flush function instead of
26246 manually extracting all in-flight frames.
26247 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26248 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26249 Change mime type video/dv go video/x-dv to match the
26250 rest of gst-plugins
26252 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
26254 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26255 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26256 (gst_alsa_sink_class_init):
26257 * ext/alsa/gstalsasink.h:
26258 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26259 (gst_alsa_src_class_init):
26260 * ext/alsa/gstalsasrc.h:
26261 Make alsasink/src a subclass of alsamixer so that mixer stuff
26262 shows up in gst-rec. Needs some finetuning.
26264 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
26266 * ext/lame/gstlame.c: (gst_lame_chain):
26268 * ext/mad/gstmad.c: (gst_mad_handle_event):
26270 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26271 be able to detect mp3 files < 4096 bytes
26273 2004-05-06 Wim Taymans <wim@fluendo.com>
26275 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26276 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26277 (theora_enc_set_property), (theora_enc_get_property):
26278 Also encode the first frame, cleanup some code.
26280 2004-05-06 Wim Taymans <wim@fluendo.com>
26282 * ext/mpeg2enc/gstmpeg2enc.cc:
26283 Forward events first before deciding that negotiation was
26286 2004-05-06 Wim Taymans <wim@fluendo.com>
26288 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26289 First process the events before deciding that negotiation
26292 2004-05-06 Wim Taymans <wim@fluendo.com>
26294 * ext/theora/Makefile.am:
26295 * ext/theora/theora.c: (plugin_init):
26296 * ext/theora/theoradec.c: (theora_dec_change_state):
26297 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26298 (gst_theora_enc_class_init), (gst_theora_enc_init),
26299 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26300 (theora_enc_chain), (theora_enc_change_state),
26301 (theora_enc_set_property), (theora_enc_get_property):
26302 Added a theora encoder, grouped the encoder and decoder into the
26305 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
26307 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26308 (gst_jpegenc_chain):
26309 fix DURATION on outgoing buffers
26310 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26311 debug using time formats
26312 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26313 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26314 (gst_xvimagesink_sink_link):
26315 windows with width/height 0 generate X errors, so don't allow them
26317 2004-05-05 Wim Taymans <wim@fluendo.com>
26319 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26320 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26321 (gst_mpeg2dec_negotiate_format):
26322 * ext/mpeg2dec/gstmpeg2dec.h:
26323 removed the static pad template so that we can add the
26324 more accurate framerate value to the caps.
26327 2004-05-04 Benjamin Otte <otte@gnome.org>
26330 check for kdemacros.h, too (should fix #141821)
26331 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26332 don't crash if no header was sent, but nicely error out (fixes part
26335 2004-05-04 Wim Taymans <wim@fluendo.com>
26337 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26338 parent dispose function to avoid segfault on destroy.
26340 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
26342 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26344 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26345 (gst_xvimagesink_sink_link):
26346 clean up debugging caps
26347 also recreate xvimage when format has changed
26349 2004-05-04 Benjamin Otte <otte@gnome.org>
26351 * ext/libvisual/Makefile.am:
26352 * ext/libvisual/visual.c: (gst_visual_class_init),
26353 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26354 (gst_visual_srclink), (gst_visual_chain),
26355 (gst_visual_change_state), (plugin_init):
26356 use a GstAdapter to correctly adapt buffer sizes - allows using a
26359 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26361 * sys/v4l/gstv4lelement.h:
26362 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26363 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26364 (gst_v4lsrc_buffer_free):
26365 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26366 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26367 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26368 (gst_v4lsrc_requeue_frame):
26369 move some debugging categories around
26370 query for fps index and set accordingly if found
26372 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26374 * ext/lame/gstlame.c:
26375 correct defaults that lame_init puts out of range
26377 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26379 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26380 (gst_divxenc_class_init):
26381 fix range since -1 is the default
26382 * gst/mpeg1sys/gstmpeg1systemencode.c:
26383 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26384 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26385 (gst_rtjpegdec_chain):
26386 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26387 (gst_rtjpegenc_chain):
26388 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26389 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26390 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26391 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26392 * sys/v4l/gstv4lsrc.c:
26393 * sys/v4l/v4l_calls.c: (gst_v4l_open):
26394 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26395 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26396 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26397 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26398 remove gst_info calls
26400 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26409 Updated translations
26411 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26413 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26414 refactor/comment code
26416 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26418 * gst/asfdemux/Makefile.am:
26419 * gst/asfdemux/asfheaders.c:
26420 * gst/asfdemux/asfheaders.h:
26421 * gst/asfdemux/gstasf.c: (plugin_init):
26422 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26423 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26424 (gst_asf_demux_setup_pad):
26425 * gst/asfdemux/gstasfdemux.h:
26426 * gst/asfdemux/gstasfmux.c:
26427 * gst/asfdemux/gstasfmux.h:
26428 Add tagging support to demuxer, split out registration in its own
26429 file instead of in demux (hacky), and prevent having some tables
26430 in our memory multiple times (in asfheaders.h).
26432 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26434 * gst/matroska/matroska-demux.c:
26435 (gst_matroska_demux_parse_metadata):
26436 * gst/matroska/matroska-ids.h:
26437 Basic tag reading support.
26439 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
26441 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26442 Really detect ac-3 audio.
26443 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26444 really detect matroska files (off-by-1).
26446 2004-04-30 David Schleef <ds@schleef.org>
26448 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26449 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26450 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26451 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26452 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26453 hackage -- parse a lot more atoms, extract a few tags. One might even
26454 mistake this for tag support. Maybe it is.
26455 * gst/qtdemux/qtdemux.h:
26457 2004-04-30 Colin Walters <walters@verbum.org>
26459 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26461 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26463 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26464 (gst_ffmpegcolorspace_getcaps):
26465 remove broken nego fix
26467 2004-04-30 Benjamin Otte <otte@gnome.org>
26471 * ext/libvisual/Makefile.am:
26472 * ext/libvisual/visual.c:
26473 add initial support for libvisual (http://libvisual.sourceforge.net)
26474 libvisual is still quite alpha, so expect crashes in there :)
26476 2004-04-29 David Schleef <ds@schleef.org>
26478 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26479 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26480 up qtdemux to make it spit out codec_data. Do _not_ look at this
26481 code; you will no longer respect me.
26483 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26485 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26486 * ext/alsa/gstalsa.h :
26487 change alsa pcm device discovery to find more than 1 device
26488 per card. code review by Ronald.
26490 2004-04-29 David Schleef <ds@schleef.org>
26492 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26493 Add a check for a driver bug on FreeBSD. (bug #140565)
26495 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26497 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26498 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26499 (gst_jpegenc_getcaps):
26500 move format setting to inner loop
26501 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26502 (gst_ffmpegcolorspace_getcaps):
26503 use GST_PAD_CAPS if available so that we use already negotiated
26505 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26506 (qtdemux_parse_moov), (qtdemux_parse):
26508 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26509 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26510 move hardcoded path to DEFINE
26512 2004-04-28 David Schleef <ds@schleef.org>
26514 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26517 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26519 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26520 Don't probe for playback device if we're a source element. Fixes
26523 2004-04-29 Benjamin Otte <otte@gnome.org>
26525 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26526 (gst_id3_tag_chain):
26527 rewrite buffer offset
26529 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26533 * ext/dts/Makefile.am:
26534 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26535 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26536 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26537 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26538 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26539 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26541 * ext/dts/gstdtsdec.h:
26543 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26544 (gst_faad_srcconnect):
26545 Add ESDS atom handling (.m4a).
26547 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26549 * ext/divx/gstdivxdec.c: (plugin_init):
26550 Remove comment that makes no sense.
26551 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26552 Fix for obvious typo that resulted in warnings during gst-register.
26553 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26554 (gst_xviddec_sink_link):
26555 Fix caps negotiation a bit better.
26556 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26557 We call this 'codec_data', not 'esds'.
26559 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26561 * gst/monoscope/gstmonoscope.c:
26562 make sure we only provide 256x128
26563 * gst/monoscope/monoscope.c: (monoscope_init):
26564 assert size of 256x128
26566 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26569 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26570 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26571 fixate to max width and height of device
26573 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26576 * sys/v4l/gstv4l.c:
26577 * sys/v4l/gstv4lsrc.c:
26578 * sys/v4l/v4l_calls.c:
26579 * sys/v4l/v4lsrc_calls.c:
26580 fix for qc-usb driver which fakes having more than one buffer
26581 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26582 buffer_free override
26585 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26588 * gst/videotestsrc/gstvideotestsrc.c:
26589 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26590 (gst_videotestsrc_init), (gst_videotestsrc_get),
26591 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26592 * gst/videotestsrc/gstvideotestsrc.h:
26593 add num-buffers property
26595 2004-04-26 Benjamin Otte <otte@gnome.org>
26597 * ext/mad/gstid3tag.c: (plugin_init):
26598 set id3mux rank to NONE so it doesn't confuse spider
26599 require audio/mpeg,mpegversion=1 in id3mux
26601 2004-04-26 Benjamin Otte <otte@gnome.org>
26604 detect faad correctly as non-working if it's indeed non-working
26606 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26609 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26610 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26611 fix _getcaps so it only negotiates to its supported format
26613 2004-04-25 Benjamin Otte <otte@gnome.org>
26615 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26618 2004-04-23 Benjamin Otte <otte@gnome.org>
26620 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26621 audio/x-raw-int with height rules! not. Now it's depth.
26623 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26625 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26626 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26627 (gst_wavparse_loop):
26628 Missing variable initialization. Add handling of DVI ADPCM. Fix
26629 mis-parsing of LIST chunks. This works around a bug where we mis-
26630 parse non-aligning LIST chunks (so LIST chunks where the contents
26631 don't align with the actual LIST size). The correct fix is to use
26632 rifflib, I'm not going to fix wavparse - too much work. All this
26635 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26637 reviewed by Benjamin Otte <otte@gnome.org>
26639 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26640 fix shoutcast not working (fixes #140844)
26642 2004-04-22 Benjamin Otte <otte@gnome.org>
26644 * ext/hermes/gsthermescolorspace.c:
26645 (gst_hermes_colorspace_caps_remove_format_info):
26646 * gst/colorspace/gstcolorspace.c:
26647 (gst_colorspace_caps_remove_format_info):
26648 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26649 (gst_ffmpegcolorspace_caps_remove_format_info):
26650 s/gst_caps_simplify/gst_caps_do_simplify/
26652 2004-04-22 Benjamin Otte <otte@gnome.org>
26654 * gst-libs/gst/riff/riff-media.c:
26655 (gst_riff_create_video_caps_with_data):
26656 mpegversion is an int
26657 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26658 don't try to create pad templates with NULL caps, use any caps
26661 2004-04-20 David Schleef <ds@schleef.org>
26663 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26664 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26667 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26669 reviewed by David Schleef
26671 * ext/mad/gstid3tag.c: Add stdlib.h
26672 * gst/rtp/gstrtpgsmenc.c: same
26673 * gst/tags/gstid3tag.c: same
26674 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26675 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26676 GST_DISABLE_LOADSAVE use.
26677 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26678 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26679 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26681 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26682 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26684 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26685 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26687 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26690 2004-04-20 David Schleef <ds@schleef.org>
26692 * gst/realmedia/rmdemux.c: This was supposed to part of the
26693 last checkin. Same idea.
26695 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26697 reviewed by David Schleef
26699 * configure.ac: bump required gstreamer version to 0.8.1.1
26700 because of following changes [--ds]
26702 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26703 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26704 (gst_riff_read_header): Use GST_READ_UINT*
26705 macros to access possibly unaligned memory.
26707 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26708 (mp3_type_find): Use GST_READ_UINT*
26709 macros to access possibly unaligned memory.
26710 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26711 (speex_type_find): Likewise
26713 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26715 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26716 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26717 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26718 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26719 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26720 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26721 macros to access possibly unaligned memory.
26723 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26726 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26727 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26729 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26732 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26733 (gst_mpeg2subt_chain_subtitle): Likewise.
26735 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26736 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26739 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26742 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26745 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26748 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26751 update required version of GStreamer because of GST_TIME_FORMAT
26753 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26755 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26756 remove leftover g_print
26757 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26758 don't try setting only a subset of the caps. We don't want to kill
26759 autoplugging on purpose
26761 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26763 * sys/ximage/ximagesink.c: (plugin_init):
26764 * sys/xvimage/xvimagesink.c: (plugin_init):
26765 add debugging categories
26767 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26771 Adding en_GB translation (Gareth Owen)
26773 2004-04-20 David Schleef <ds@schleef.org>
26775 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26776 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26777 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26778 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26779 A number of new features and hacks to extract the esds atom and
26780 put it into the caps. (bug #137724)
26782 2004-04-19 David Schleef <ds@schleef.org>
26784 * gconf/Makefile.am: Fix for non-GNU make
26785 * gst-libs/gst/Makefile.am: Change directory order to handle
26786 GstPlay linking with gstinterfaces
26787 * gst-libs/gst/audio/make_filter: make use of tr portable
26788 * gst-libs/gst/play/Makefile.am: Add intended \
26789 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26790 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26791 function prototype instead of void *.
26792 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26794 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26795 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26796 * gst/videofilter/make_filter: make use of tr portable
26797 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26799 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26803 Added Ukrainian translation (Maxim V. Dziumanenko)
26805 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26807 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26808 (gst_gsmdec_link), (gst_gsmdec_chain):
26809 Fix capsnego, simplify chain function slightly.
26810 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26813 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26815 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26816 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26817 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26818 Hack to make wavparse work with spider (always -> sometimes pad).
26819 Fixes #135862 && #140411.
26821 2004-04-18 Benjamin Otte <otte@gnome.org>
26823 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26824 (gst_osselement_rate_probe_check),
26825 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26826 get rid of \n in debug output
26828 2004-04-17 Iain <iain@prettypeople.org>
26830 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26833 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26835 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26836 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26837 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26838 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26839 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26840 (gst_id3_tag_change_state), (plugin_init):
26841 deprecate id3tag element and replace with id3demux/id3mux.
26842 great side effect: this ugly file is now even uglier, yay!
26843 * ext/mad/gstmad.h:
26844 remove non-available function
26845 update for new get_type
26847 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26850 require mpeg2dec >= 0.4.0
26852 2004-04-17 Benjamin Otte <otte@gnome.org>
26854 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26855 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26856 (gst_xvimagesink_set_xwindow_id):
26857 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26858 assorted cleanup fixes.
26860 2004-04-16 David Schleef <ds@schleef.org>
26862 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26863 * sys/xvimage/xvimagesink.h: same
26865 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26867 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26868 Fix GST_ELEMENT_ERROR with (NULL)
26870 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26872 * gst-libs/gst/riff/riff-media.c:
26873 (gst_riff_create_video_caps_with_data):
26874 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26876 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26878 * gst-libs/gst/riff/riff-media.c:
26879 (gst_riff_create_video_caps_with_data),
26880 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26881 (gst_riff_create_video_template_caps),
26882 (gst_riff_create_audio_template_caps):
26883 * gst-libs/gst/riff/riff-media.h:
26884 * gst-libs/gst/riff/riff-read.c:
26885 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26886 * gst-libs/gst/riff/riff-read.h:
26887 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26888 Add MS RLE support. I added some functions to read out strf chunks
26889 into strf chunks and the data behind it. This is usually color
26890 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26891 caps creation. Lastly, add ADPCM (similar to wavparse - which
26892 should eventually be rifflib based).
26893 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26894 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26895 * gst/matroska/matroska-demux.h:
26896 Remove placeholders for some prehistoric tagging system. Didn't add
26897 support for any tag system really anyway.
26898 * gst/qtdemux/qtdemux.c:
26899 Add support for audio/x-m4a (MPEG-4) through spider.
26900 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26901 (gst_wavparse_loop):
26902 ADPCM support (#135862). Increase max. buffer size because we
26903 cannot split buffers for ADPCM (screws references) and I've seen
26904 files with 2048 byte chunks. 4096 seems safe for now.
26906 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26908 * configure.ac: bump nano to 1
26910 === release 0.8.1 ===
26912 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26914 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26916 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26918 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26919 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26922 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26924 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26925 lower rank of dvddemux so that it's not used for mpeg playback.
26927 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26930 save libs correctly when checking mad
26932 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26934 * ext/mad/gstid3tag.c: (plugin_init):
26935 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26937 2004-04-13 David Schleef <ds@schleef.org>
26939 * common/m4/gst-feature.m4: Call -config scripts with
26940 --plugin-libs if it is supported.
26941 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26942 JPEG images are image/jpeg.
26943 * gst/debug/Makefile.am:
26944 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26945 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26946 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26947 (gst_negotiation_plugin_init): Add a property that acts like
26949 * testsuite/gst-lint: Move license checking to be a standard
26952 2004-04-13 David Schleef <ds@schleef.org>
26954 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26955 patch from Sebastien Cote (bug #139958)
26957 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26959 * examples/gstplay/Makefile.am:
26960 * examples/gstplay/player.c: (main):
26961 make the commandline player example use gconf settings
26963 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26965 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26966 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26967 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26968 init/end library during state transition, not object
26969 creation/disposal. get rid of custom dispose handler.
26972 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26974 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26977 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26979 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26980 Handle JUNK chunks inside data section. Prevents warnings.
26982 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26984 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26985 (gst_riff_create_video_template_caps):
26987 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26988 (gst_avi_demux_stream_data):
26989 Add support for "rec-list" chunks.
26991 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26993 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26994 Fix another codecname mismatch.
26996 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26998 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26999 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
27000 so that MJPEG plays back.
27002 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27004 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
27005 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
27006 * gst/mpeg1videoparse/gstmp1videoparse.h:
27007 Fix for some slight mis-cuts in buffer parsing, and for some
27008 potential overflows or faults-causers. Adds disconts. Also fixes
27009 #139105 while we're at it.
27011 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27014 * sys/v4l2/gstv4l2element.h:
27015 Workaround for missing struct v4l2_buffer declaration in Suse 9
27016 and Mandrake 10 linux/videodev2.h header file (#135919).
27018 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27020 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
27021 Bail out if no filename was given.
27023 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27025 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
27026 (gst_v4l2_fourcc_from_structure):
27027 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
27030 2004-04-09 Benjamin Otte <otte@gnome.org>
27032 * ext/gnomevfs/gstgnomevfssink.c:
27033 (_gst_boolean_allow_overwrite_accumulator),
27034 (gst_gnomevfssink_class_init):
27035 fix erase signal - if any handler returns false the file will not be
27036 overwritten. If no handler is connected, the file will not be
27037 overwritten either.
27038 renamed signal to "allow-overwrite"
27039 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
27040 free string when adding it to ID3 failed
27041 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
27042 unref event when done
27043 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
27045 * gst/typefind/gsttypefindfunctions.c:
27046 (mpeg_video_stream_type_find):
27049 2004-04-08 David Schleef <ds@schleef.org>
27051 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27052 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
27054 2004-04-08 David Schleef <ds@schleef.org>
27056 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
27057 we don't support (bug #139532)
27059 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
27061 * ext/mad/gstmad.c: (gst_mad_handle_event),
27062 (gst_mad_check_caps_reset), (gst_mad_chain),
27063 (gst_mad_change_state):
27064 only set explicit caps if they haven't been set before for
27065 this stream. MPEG-audio sample rate/channels aren't allowed
27066 to change in-stream.
27069 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27071 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
27072 (_gst_boolean_did_something_accumulator),
27073 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
27074 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
27075 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
27076 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
27077 (gst_gnomevfssink_change_state):
27078 Fix erase signal. Don't erase by default. Remove handoff signal.
27079 Remove erase property. Don't segfault. General cleanup.
27081 2004-04-07 Benjamin Otte <otte@gnome.org>
27083 * gst-libs/gst/gconf/test-gconf.c: (main):
27084 add missing gst_init
27086 2004-04-07 Benjamin Otte <otte@gnome.org>
27088 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27089 free the mutexes, too
27091 2004-04-07 Benjamin Otte <otte@gnome.org>
27093 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27094 actually free the URI string
27095 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
27096 compute offset correctly when passing discont events
27097 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27098 don't leak discont events
27099 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
27100 add some missing breaks so caps aren't copied randomly
27101 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
27102 if we realloc memory, we better use it
27104 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27106 * ext/mad/gstmad.c: (normal_seek):
27107 fix GST_FORMAT_TIME usage
27109 2004-04-05 David Schleef <ds@schleef.org>
27111 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
27112 a deprecated function (hack!)
27114 2004-04-05 Benjamin Otte <otte@gnome.org>
27116 * ext/esd/esdmon.c: (gst_esdmon_get):
27117 fix nonterminated vararg and memleak
27119 2004-04-05 Benjamin Otte <otte@gnome.org>
27121 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
27122 (gst_ladspa_init), (gst_ladspa_force_src_caps),
27123 (gst_ladspa_set_property), (gst_ladspa_get_property),
27124 (gst_ladspa_instantiate), (gst_ladspa_activate),
27125 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
27128 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
27130 reviewed by Benjamin Otte <otte@gnome.org>
27132 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
27133 check for broken LADSPA parameters (fixes #138635)
27135 2004-04-05 Benjamin Otte <otte@gnome.org>
27137 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
27138 advertise buffer-frames correctly on sinkpads
27140 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
27142 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
27143 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
27144 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
27145 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
27146 (gst_mad_check_caps_reset), (gst_mad_chain):
27147 add more debugging, only reset caps when we're not in error state
27149 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
27151 * ext/mad/gstmad.c: add debugging category, comment + cleanups
27153 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
27155 reviewed by Benjamin Otte <otte@gnome.org>
27158 fix == in test(1) operator
27160 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
27162 reviewed by Benjamin Otte <otte@gnome.org>
27165 fix --export-symblos-regex to a working regex.
27167 2004-04-04 Benjamin Otte <otte@gnome.org>
27169 * sys/oss/.cvsignore:
27172 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
27174 reviewed by Benjamin Otte <otte@gnome.org>
27176 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27177 add missing 'new_media' argument (fixes #138168)
27178 * gst/matroska/matroska-demux.c:
27179 (gst_matroska_demux_handle_seek_event):
27180 add vararg terminator (fixes #138169)
27182 2004-04-02 David Schleef <ds@schleef.org>
27184 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
27185 disted (bug #138914)
27187 2004-04-01 Benjamin Otte <otte@gnome.org>
27189 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
27190 (gst_alsa_close_audio):
27191 handle case better where a soundcard can't pause
27192 * ext/ogg/gstoggdemux.c:
27193 don't crash when we get events but don't have pads yet
27195 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27197 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27198 throw an error if we couldn't probe any caps.
27200 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
27202 * ext/dvdnav/gst-dvd:
27203 Add a really simple sample DVD player
27205 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
27207 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
27208 (gst_a52dec_push), (gst_a52dec_handle_event),
27209 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
27210 (gst_a52dec_change_state):
27211 * ext/a52dec/gsta52dec.h:
27212 Use a debug category, Output timestamps correctly
27213 Emit tag info, Handle events, tell liba52dec about cpu
27214 capabilities so it can use MMX etc.
27215 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
27216 Fix a crasher accessing invalid memory
27217 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
27218 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
27219 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27220 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
27222 Some support for byte-format seeking.
27223 Small fixes for still frames and menu button overlays
27224 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27225 (gst_mpeg2dec_alloc_buffer):
27226 Use a debug category. Adjust the report level of several items to
27227 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
27228 so it doesn't lose the GstBuffer pointer
27229 * gst/debug/Makefile.am:
27230 * gst/debug/gstdebug.c: (plugin_init):
27231 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
27232 (gst_navseek_base_init), (gst_navseek_class_init),
27233 (gst_navseek_init), (gst_navseek_seek),
27234 (gst_navseek_handle_src_event), (gst_navseek_set_property),
27235 (gst_navseek_get_property), (gst_navseek_chain),
27236 (gst_navseek_plugin_init):
27237 * gst/debug/gstnavseek.h:
27238 Add the navseek debug element for seeking back and forth in a
27239 video stream using arrow keys.
27240 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
27241 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27242 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27243 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27244 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27245 (gst_mpeg2subt_parse_header), (gst_get_nibble),
27246 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27247 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27248 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27249 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27250 * gst/mpeg2sub/gstmpeg2subt.h:
27251 Pretty much a complete rewrite. Now a loopbased element. May still
27252 require work to properly synchronise subtitle buffers.
27253 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27254 (gst_dvd_demux_send_subbuffer):
27255 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27256 Don't attempt to create subbuffers of size 0
27257 Reduce a couple of error outputs to warnings.
27258 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27259 (gst_y4mencode_chain):
27260 Output the y4m frame header correctly.
27262 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27264 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27265 throw errors instead of allowing SIGFPE
27267 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27269 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27270 (gst_gconf_render_bin_from_key):
27271 leak plugging and style fixing
27273 2004-03-31 David Schleef <ds@schleef.org>
27275 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27276 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27278 * gst/debug/Makefile.am:
27279 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27280 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
27282 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27283 (gst_negotiation_base_init), (gst_negotiation_class_init),
27284 (gst_negotiation_init), (gst_negotiation_getcaps),
27285 (gst_negotiation_pad_link), (gst_negotiation_chain),
27286 (gst_negotiation_set_property), (gst_negotiation_get_property),
27287 (gst_negotiation_plugin_init): New element to talk about random
27288 negotiation things happening in a pipeline.
27290 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27292 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27293 fix integer addition with help of Stefan Kost
27295 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27297 * po/nl.po: updated Dutch translation (Elros Cyriatan)
27299 2004-03-30 David Schleef <ds@schleef.org>
27301 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27302 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
27303 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27305 * ext/mpeg2dec/gstmpeg2dec.h:
27307 2004-03-30 David Schleef <ds@schleef.org>
27309 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27311 2004-03-30 David Schleef <ds@schleef.org>
27313 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
27314 Michael Petullo) to handle .mov
27316 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27318 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27319 (gst_osselement_rate_check_rate):
27320 probe caps correctly for sound cards that only support one format
27322 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27324 * ext/kio/kiosrc.cpp: (process_events):
27325 update handling event processing if inside KDE - untested
27327 2004-03-29 David Schleef <ds@schleef.org>
27329 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27330 by 2 to not interfere with other colorspaces.
27331 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27332 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27333 one to not interfere with ffmpeg_colorspace.
27335 2004-03-29 David Schleef <ds@schleef.org>
27337 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27338 aren't in the caps.
27339 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27340 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27342 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27344 * gst-libs/gst/riff/riff-media.c:
27345 fail on error, don't try to set stuff on NULL caps
27347 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27351 * ext/kio/Makefile.am:
27352 * ext/kio/kioreceiver.cpp:
27353 * ext/kio/kioreceiver.h:
27354 * ext/kio/kiosrc.cpp:
27355 * ext/kio/kiosrc.h:
27356 add experimental kiosrc plugin
27357 * ext/alsa/gstalsaplugin.c: (plugin_init):
27358 initialize debugging category only when we're sure registering the
27361 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27363 * examples/gstplay/player.c: (main):
27364 * gst-libs/gst/play/play.c: (gst_play_class_init),
27365 (gst_play_set_location), (gst_play_set_data_src),
27366 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27367 (gst_play_set_visualization), (gst_play_connect_visualization):
27368 check return values of element_set_state and return FALSE where
27371 2004-03-29 Benjamin Otte <otte@gnome.org>
27373 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27374 try harder to check if an event is really a discont
27376 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27378 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27381 2004-03-28 Benjamin Otte <otte@gnome.org>
27383 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27384 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27385 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27386 get rid of non-standard "..." ranges in case statements.
27388 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
27390 * gst/mpegstream/gstmpegdemux.c:
27391 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27392 specific functionality split to the new dvddemux element.
27393 * gst/mpegstream/gstdvddemux.c:
27394 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27395 streams, derived from mpegdemux.
27396 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27397 up. SCR based timestamp rewriting can be turned off (will probably
27398 completely disappear soon).
27399 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27400 hacking. General cleanup. All printf statements replaced by
27401 debugging messages. Almost complete libdvdnav support.
27402 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27403 by events. New properties for audio and subpicture languages.
27404 (dvdnavsrc_update_highlight): Now uses events.
27405 (dvdnavsrc_user_op): Cleaned up.
27406 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27407 based). Lots of cleanup, and propper support for most libdvdnav
27409 (dvdnavsrc_make_dvd_event): New function.
27410 (dvdnavsrc_make_dvd_nav_packet_event): New function.
27411 (dvdnavsrc_make_clut_change_event): New function.
27413 2004-03-26 Benjamin Otte <otte@gnome.org>
27415 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27416 fix bug where typefinding would claim it's theora whenever less then
27417 7 bytes of data were available
27419 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
27421 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27422 (gst_alawdec_base_init), (gst_alawdec_class_init),
27423 (gst_alawdec_init), (gst_alawdec_chain):
27424 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27425 (gst_alawenc_base_init), (gst_alawenc_class_init),
27426 (gst_alawenc_init), (gst_alawenc_chain):
27427 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27428 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27429 (gst_mulawdec_init), (gst_mulawdec_chain):
27430 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27431 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27432 (gst_mulawenc_init), (gst_mulawenc_chain):
27433 Fix capsnego in all four, remove the unused property functions and
27434 simplify the chain functions slightly. I guess we could use macros
27435 or something similar for those, since the code is so similar, but
27436 I'm currently too lazy...
27438 2004-03-24 David Schleef <ds@schleef.org>
27440 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27441 (gst_osselement_close_audio), (gst_osselement_probe_caps),
27442 (gst_osselement_get_format_structure),
27443 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27444 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27445 (gst_osselement_rate_int_compare): Add code to handle rate probing
27447 * sys/oss/gstosselement.h: same
27448 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27449 Use rate probing provided by osselement.
27450 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27452 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
27454 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27455 (gst_xvidenc_get_property):
27458 2004-03-24 David Schleef <ds@schleef.org>
27460 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27461 (gst_speexdec_init):
27462 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27463 (gst_speexenc_init): Create the pad template correctly (from
27464 the static pad template, not a NULL pointer.)
27466 2004-03-25 Benjamin Otte <otte@gnome.org>
27468 * gst/debug/Makefile.am:
27469 * gst/debug/breakmydata.c:
27470 add element that quasi-randomly changes bytes in the stream.
27471 Intended use is robustness checking of demuxers and decoders in
27474 2004-03-24 Benjamin Otte <otte@gnome.org>
27476 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27477 (gst_alsa_probe_hw_params):
27478 * ext/alsa/gstalsa.h:
27479 debugging output fixes
27481 2004-03-24 Benjamin Otte <otte@gnome.org>
27483 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27484 don't g_return_if_fail if element is PLAYING, fail silently as every
27486 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27487 only fix needed for cast lvalue issues in gst-plugins
27488 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27491 2004-03-24 Benjamin Otte <otte@gnome.org>
27493 * gst/level/gstlevel.c: (gst_level_init):
27494 add proxying getcaps function, so level doesn't advertise impossible
27497 2004-03-24 David Schleef <ds@schleef.org>
27499 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27500 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27501 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27502 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27503 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27504 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27505 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27506 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27507 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27508 messages. Divide the chunk size by the compression ratio
27509 (needed for MACE audio)
27511 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27513 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27514 Fix buffer overflow read error.
27516 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27518 * ext/alsa/gstalsa.h:
27519 Remove unused entry.
27520 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27522 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27523 (gst_videodrop_link), (gst_videodrop_chain):
27524 Fix, sort of. Was horribly broken with new capsnego. Bah...
27526 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27528 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27530 Add a monkeysaudio typefind function
27532 2004-03-23 Johan Dahlin <johan@gnome.org>
27534 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27535 (gst_play_video_fixate): Check so the structure has the field
27536 before trying to fixate them, this makes it possible to have
27537 fakesinks for video and audio output without printing errors on
27538 the output console.
27540 2004-03-22 David Schleef <ds@schleef.org>
27542 * sys/oss/Makefile.am:
27543 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27544 (check_rate), (add_rate): Rate probing test app.
27546 2004-03-21 Benjamin Otte <otte@gnome.org>
27548 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27549 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27550 add a fixation function that pretty much does the right thing (fixes
27553 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27555 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27557 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27559 reviewed by: Benjamin Otte <otte@gnome.org>
27561 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27562 terminate gst_event_new_discontinuous correctly (fixes parts of
27565 2004-03-19 David Schleef <ds@schleef.org>
27567 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27568 since it doesn't depend on X, and it's part of our ABI.
27570 2004-03-19 Iain <iain@prettypeople.org>
27572 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27573 is_int in the structure, not the local variable.
27575 2004-03-19 David Schleef <ds@schleef.org>
27577 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27578 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27579 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27580 Improvements in caps negotiation.
27582 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27586 adding Afrikaans (Petri Jooste)
27588 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27590 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27591 (gst_ffmpegcolorspace_chain):
27592 throw error instead of g_critical (#137588)
27594 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27598 dist common and m4 correctly
27601 2004-03-17 David Schleef <ds@schleef.org>
27603 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27606 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27610 adding Swedish translation (Christian Rose)
27612 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27614 * Makefile.am: use release.mak
27616 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27618 * common/ChangeLog:
27619 * common/gst-autogen.sh:
27620 add some explanation about the version detection
27624 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27626 * configure.ac: bump nano to 1
27628 === release 0.8.0 ===
27630 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27632 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27634 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27637 update libtool version
27638 * gst-libs/gst/media-info/Makefile.am:
27639 actually use libtool version
27641 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27643 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27645 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27648 * gst-plugins.spec.in:
27649 * pkgconfig/Makefile.am:
27650 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27651 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27652 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27653 * pkgconfig/gstreamer-libs.pc.in:
27654 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27655 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27656 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27657 * pkgconfig/gstreamer-plugins.pc.in:
27658 remove @VERSION@ from some of the pc files since core and plugins
27660 created gstreamer-plugins.pc as it's a better name, but keeping
27661 -libs around for now to get fixes upstream done first.
27663 2004-03-15 Julien MOUTTE <julien@moutte.net>
27665 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27666 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27667 * gst-libs/gst/play/play.h:
27669 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27671 * *.c, *.cc: don't mix tabs and spaces
27673 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27675 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27676 use the new ffmpegcolorspace
27677 * gst-plugins.spec.in:
27678 package new colorspace and media-info
27680 * pkgconfig/Makefile.am:
27681 fix some more disting issues
27682 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27683 * pkgconfig/gstreamer-media-info.pc.in:
27684 generate media-info pc files
27686 2004-03-15 Johan Dahlin <johan@gnome.org>
27688 * *.h: Revert indenting
27690 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27693 adding ffmpegcolorspace element
27694 * gst/ffmpegcolorspace/Makefile.am:
27695 * gst/ffmpegcolorspace/avcodec.h:
27696 * gst/ffmpegcolorspace/common.h:
27697 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27698 * gst/ffmpegcolorspace/dsputil.h:
27699 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27700 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27701 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27702 (gst_ffmpeg_caps_to_pix_fmt):
27703 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27704 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27705 (gst_ffmpegcolorspace_caps_remove_format_info),
27706 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27707 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27708 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27709 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27710 (gst_ffmpegcolorspace_set_property),
27711 (gst_ffmpegcolorspace_get_property),
27712 (gst_ffmpegcolorspace_register):
27713 * gst/ffmpegcolorspace/imgconvert.c:
27714 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27715 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27716 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27717 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27718 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27719 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27720 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27721 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27722 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27723 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27724 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27725 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27726 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27727 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27728 (img_get_alpha_info), (deinterlace_line),
27729 (deinterlace_line_inplace), (deinterlace_bottom_field),
27730 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27731 * gst/ffmpegcolorspace/imgconvert_template.h:
27732 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27733 * gst/ffmpegcolorspace/mmx.h:
27734 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27735 adding ffmpegcolorspace element supplied by Ronald after cleaning
27736 up and pulling in the right bits of upstream source.
27737 I'm sure a better C/compiler wizard could do some cleaning up (for
27738 example use GLIB's malloc stuff), but as a first pass this
27741 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27743 * ext/alsa/gstalsa.h:
27744 I assume Ronald forgot to commit the change to have cardname
27745 as a struct member. Expect some public spanking at the next
27748 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27750 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27751 (gst_alsa_open_audio), (gst_alsa_close_audio):
27752 * ext/alsa/gstalsa.c:
27753 Don't open the device if we're a mixer (= padless).
27754 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27755 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27756 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27757 Open mixer during state change rather than during object
27758 initialization. Also, get a device name. Currently in a somewhat
27759 hackish fashion, but I didn't really find something better.
27761 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27763 * *.c, *.h: run gst-indent
27765 2004-03-14 Benjamin Otte <otte@gnome.org>
27767 * gst/modplug/gstmodplug.cc:
27768 * gst/modplug/gstmodplug.h:
27769 set correct timestamps on outgoing buffers
27771 2004-03-14 Benjamin Otte <otte@gnome.org>
27773 * gst/modplug/gstmodplug.cc:
27774 handle events - don't do crap when a discont arrives that's not
27776 This allows correct loading and playback of mods in Rhythmbox
27778 2004-03-14 Benjamin Otte <otte@gnome.org>
27781 * gst-libs/gst/gconf/Makefile.am:
27782 * pkgconfig/Makefile.am:
27783 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27784 they get rebuilt properly
27786 when checking for vorbis, try pkgconfig first.
27787 * gst/modplug/gstmodplug.cc:
27788 add fixate function
27790 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27792 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27793 Fix for obvious mistake, where we first shift the offset and then
27794 read a samplesize element assuming the old offset. Note that this
27795 part still has something weird, i.e. my movies containing those
27796 don't actually play well, but at least there's something that looks
27799 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27800 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27802 Add a typefind function for speex format
27804 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27806 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27807 (gst_asf_demux_setup_pad):
27808 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27809 instead of 0. Reason is simple: some elements have a fps range
27810 of 1-max instead of 0-max. So now ASF video actually works.
27812 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27816 adding serbian as a language
27818 2004-03-13 Benjamin Otte <otte@gnome.org>
27820 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27821 return taglist correctly from _get function, don't gst_pad_push it.
27824 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27825 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27827 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27829 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27830 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27831 (gst_alsa_mixer_track_new):
27832 * ext/alsa/gstalsamixertrack.h:
27833 Fix ancient leftovers... MixerTrack is a GObject.
27835 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27837 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27838 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27839 Don't block during probing...
27841 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27843 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27844 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27845 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27846 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27847 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27848 (gst_alsa_open_audio), (gst_alsa_close_audio):
27849 * ext/alsa/gstalsa.h:
27850 Add propertyprobe interface implementation, add some device-name
27851 property, all this so that it looks good in gnome-volume-control.
27853 2004-03-12 David Schleef <ds@schleef.org>
27855 * configure.ac: the Hermes library controls hermescolorspace, not
27857 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27858 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27860 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27861 * ext/sdl/sdlvideosink.h: ditto.
27862 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27864 2004-03-12 Benjamin Otte <otte@gnome.org>
27866 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27867 (gst_x_overlay_got_xwindow_id):
27868 * gst-libs/gst/xoverlay/xoverlay.h:
27869 replace XID with unsigned long to get rid of the xlibs dependency in
27870 XOverlay (fixes #137004)
27872 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27873 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27874 (gst_agingtv_setup):
27875 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27876 (gst_dicetv_base_init), (gst_dicetv_class_init),
27877 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27878 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27879 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27880 (gst_edgetv_setup), (gst_edgetv_rgb32):
27881 * gst/effectv/gsteffectv.c:
27882 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27883 (gst_quarktv_set_property):
27884 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27885 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27886 (gst_revtv_setup), (gst_revtv_rgb32):
27887 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27888 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27889 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27890 (gst_shagadelictv_rgb32):
27891 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27892 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27893 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27894 * gst/effectv/gstwarp.c:
27895 Port everything that can be ported to videofilter and fix up the caps.
27896 Can someone with a big-endian machine please check these?
27898 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27900 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27901 (gst_osssink_chain), (gst_osssink_change_state):
27902 Latest fixes for A/V sync, audio playback and such. This is about
27903 all... MPEG playback issues are mostly related to the async build-
27904 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27906 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27908 patch from: Stephane Loeuillet
27911 use pkg-config for some libraries, falling back to the old .m4 way
27916 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27919 * tools/Makefile.am:
27920 * tools/Makefile.in:
27921 * tools/gst-launch-ext-m.m:
27922 * tools/gst-launch-ext.1.in:
27923 * tools/gst-visualise-m.m:
27924 * tools/gst-visualise.1:
27925 * tools/gst-visualise.1.in:
27926 reorganizing generation of script tools
27928 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27930 * ext/divx/gstdivxdec.c:
27931 Downgrade priority. We prefer ffdec_mpeg4.
27932 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27933 (gst_faad_chain), (gst_faad_change_state):
27934 Fix capsnego. Doesn't work for some sounds because we don't have
27935 a 5:1 to stereo element.
27936 * ext/xvid/gstxvid.c: (plugin_init):
27938 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27939 (gst_osssink_change_state):
27940 Add discont handling.
27942 2004-03-09 Colin Walters <walters@verbum.org>
27944 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27947 2004-03-09 Benjamin Otte <otte@gnome.org>
27949 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27950 the signals take 2 arguments
27952 2004-03-09 David Schleef <ds@schleef.org>
27954 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27955 (gst_alsa_fixate): Add fixate function. (bug #136686)
27956 * ext/alsa/gstalsa.h:
27957 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27959 2004-03-09 Benjamin Otte <otte@gnome.org>
27961 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27962 (gst_mikmod_change_state):
27963 * ext/mikmod/gstmikmod.h:
27964 make mikmod's loop function not loop infinitely and call
27965 gst_element_yield anymore
27966 * gst/modplug/gstmodplug.cc:
27967 fix pad negotiation (fixes #136590)
27969 2004-03-09 David Schleef <ds@schleef.org>
27971 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27972 doesn't conflict with the internal colorspace plugin.
27973 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27974 satisfy the crappy-ass shell shipped by a certain vendor.
27975 * gst/videofilter/make_filter: same (bug #135299)
27977 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27979 * configure.ac: bump nano to 1
27981 === release 0.7.6 ===
27983 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27985 * configure.in: releasing 0.7.6, "There"
27987 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27989 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27990 * pkgconfig/gstreamer-play.pc.in:
27991 synchronize the two
27993 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27995 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27996 (cdparanoia_open), (cdparanoia_event):
27997 fix/add error handling
27999 add cdparanoia source
28000 * tools/Makefile.am:
28001 make scripts executable
28003 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
28006 * ext/vorbis/Makefile.am:
28008 remove id3types, vorbisfile and xvideosink from the build (#133783)
28010 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
28012 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28013 Fix metadata read crash (#136537).
28015 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
28017 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
28018 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
28019 adding mime types, fixing the one-stop function
28021 2004-03-08 Christian Schaller <Uraeus@gnome.org>
28023 * ext/nas/nassink.c and /ext/nas/nassink.h:
28024 More NAS love from Arwed von Merkatz
28025 So lets all sing 'Can you feel the NAS tonight'
28027 2004-03-08 Christian Schaller <Uraeus@gnome.org>
28029 * tools/gst-launch-ext.in:
28030 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
28032 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
28034 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
28035 (gst_mpeg2dec_init):
28036 remove the user_data pad for now, because it is being used in
28037 fixating causing MPEG playback to fixate on 1000 Hz for playback.
28038 If someone knows how to fix this properly, please do.
28040 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
28042 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28043 (gst_osssink_get_time):
28044 add a warning, IMO this won't get triggered anymore, remove later
28046 2004-03-07 David Schleef <ds@schleef.org>
28048 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
28049 format (bug #136470)
28051 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
28053 * gst-libs/Makefile.am:
28054 * gst-libs/gst/media-info/Makefile.am:
28055 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
28056 (error_callback), (gst_media_info_error_create),
28057 (gst_media_info_error_element), (gmip_init), (gmip_reset),
28058 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
28059 * gst-libs/gst/media-info/media-info-priv.h:
28060 * gst-libs/gst/media-info/media-info-test.c: (main):
28061 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
28062 (gst_media_info_class_init), (gst_media_info_instance_init),
28063 (gst_media_info_set_source), (gst_media_info_read_with_idler),
28064 (gst_media_info_read_idler), (gst_media_info_read):
28065 * gst-libs/gst/media-info/media-info.h:
28066 fixed, should work now
28068 2004-03-07 Christian Schaller <Uraeus@gnome.org>
28070 * ext/nas/nassink.c:
28071 A bunch of NAS fixes from Arwed von Merkatz
28073 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
28075 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
28076 (qtdemux_parse_trak):
28077 Fix crash (j might be greater than n_samples, in which case we're
28078 writing outside the allocated space for the array) and memleak.
28080 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
28082 * sys/oss/gstosssink.c: (gst_osssink_chain):
28083 And another caller that couldn't handle delay < 0 (unsigned
28084 integer overflow). Video now continues playing on an audio
28085 buffer underrun, and the clock continues working. Audio still
28088 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
28090 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28091 (gst_osssink_get_time):
28092 get_delay() may return values lower than 0. In those cases, we
28093 should not actually cast to *unsigned* int64, that will break
28094 stuff horribly. In my case, it screwed up A/V sync in movies
28095 in totem rather badly.
28097 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28099 * ext/faac/gstfaac.c: (gst_faac_chain):
28100 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28101 * ext/libpng/gstpngenc.c: (user_write_data):
28102 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28103 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28104 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28105 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28106 Fix several misuse of gst_buffer_merge (it doesn't take ownership
28107 of any buffer), should fix some leaks. I hope I didn't unref buffers
28108 that shouldn't be...
28110 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28112 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
28113 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
28114 (error_callback), (gmi_reset), (gmi_seek_to_track),
28115 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
28116 (gmip_find_type_post), (gmip_find_stream_post),
28117 (gmip_find_track_streaminfo_post):
28118 * gst-libs/gst/media-info/media-info-priv.h:
28119 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
28120 (info_print), (main):
28121 * gst-libs/gst/media-info/media-info.c:
28122 (gst_media_info_error_create), (gst_media_info_error_element),
28123 (gst_media_info_instance_init), (gst_media_info_get_property),
28124 (gst_media_info_new), (gst_media_info_set_source),
28125 (gst_media_info_read_idler), (gst_media_info_read):
28126 * gst-libs/gst/media-info/media-info.h:
28127 first pass at making this work again. This seems to work on
28128 tagged ogg/vorbis and mp3 files.
28130 2004-03-06 Benjamin Otte <otte@gnome.org>
28132 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28133 fix huge leak: gst_buffer_merge doesn't unref the first argument
28136 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28138 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
28139 report layer/mode/emphasis
28141 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28143 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
28145 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28147 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
28150 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28152 * ext/vorbis/vorbis.c: (plugin_init):
28153 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28154 (gst_vorbis_dec_init), (vorbis_dec_event):
28156 make vorbisdec handle _BYTE and _TIME queries
28158 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28160 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
28161 from the xing header
28163 2004-03-06 Benjamin Otte <otte@gnome.org>
28165 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
28166 (gst_audio_convert_link), (gst_audio_convert_change_state),
28167 (gst_audio_convert_buffer_from_default_format):
28168 do conversions from/to float correctly, fix some caps nego errors,
28169 export correct supported caps in template and getcaps, use correct
28170 caps in try_set_caps functions
28172 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28174 For some reason, I only committed a ChangeLog entry yesterday and
28175 not the corresponding code...
28176 * ext/mad/gstmad.c: Fix detection of Xing headers
28177 * gst/tags/gstid3tag.c: Changes to support TLEN tags
28179 2004-03-06 Benjamin Otte <otte@gnome.org>
28181 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
28182 (gst_ogg_demux_src_query):
28183 make sure to handle the case where there's no current chain
28186 2004-03-05 David Schleef <ds@schleef.org>
28188 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
28189 Add fixate function. (bug #131128)
28190 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28191 (gst_sdlvideosink_fixate): Add fixate function.
28192 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28193 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
28194 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
28195 Fix missing break that was causing ulaw to be interpreted as
28198 2004-03-05 David Schleef <ds@schleef.org>
28200 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28201 Fix code that ignores return value of gst_buffer_merge().
28203 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
28204 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
28205 * testsuite/gst-lint: Check for above.
28207 2004-03-05 David Schleef <ds@schleef.org>
28209 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
28210 caps and throw an element error. (bug #136334)
28212 2004-03-05 David Schleef <ds@schleef.org>
28214 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
28215 (gst_faad_chain): Fix negotiation.
28216 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
28217 key and button events.
28218 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
28220 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
28222 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
28223 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28224 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
28225 function to encourage better negotiation, particularly between
28226 audioconvert and osssink.
28227 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28228 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
28230 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
28232 * gst/vbidec/vbiscreen.c: Add glib header
28233 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
28235 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
28237 * ext/mad/gstmad.c: Fix detection of Xing headers
28238 * gst/tags/gstid3tag.c: Changes to support TLEN tags
28240 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28242 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28243 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28246 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28248 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28249 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28250 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28251 files, and report the parsed length as a GST_TAG_DURATION tag.
28252 * gst/tags/gstid3tag.c: support TLEN (duration) tag
28254 2004-03-05 Benjamin Otte <otte@gnome.org>
28256 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28257 convert channels correctly. convert correctly to unsigned.
28259 2004-03-05 Julien MOUTTE <julien@moutte.net>
28261 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28262 we have a window before clearing it.
28264 2004-03-05 Julien MOUTTE <julien@moutte.net>
28266 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28267 have a window before clearing it.
28269 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
28271 * gconf/gstreamer.schemas.in:
28272 * gst-libs/gst/gconf/Makefile.am:
28273 version installation path the same way as for 0.6
28274 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28275 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28276 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28277 remove comment that was fixed
28279 2004-03-05 David Schleef <ds@schleef.org>
28281 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28282 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28283 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28284 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28285 Add prototype code for handling seeking and querying.
28287 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
28289 * examples/gstplay/player.c: (main):
28290 Initialize variables to NULL. Prevents a segfault because the
28291 (uninitialized) variable is not NULL, resulting in a crash on
28292 trying to reach error->message.
28294 2004-03-05 Benjamin Otte <otte@gnome.org>
28296 * gst/audioconvert/gstaudioconvert.c:
28297 (gst_audio_convert_buffer_to_default_format):
28298 make float=>int conversion work correctly even in cornercases.
28300 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
28302 * debian/README.Debian:
28303 * debian/build-deps:
28304 * debian/changelog:
28306 * debian/control.in:
28307 * debian/copyright:
28308 * debian/gstreamer-a52dec.files:
28309 * debian/gstreamer-aa.files:
28310 * debian/gstreamer-alsa.files:
28311 * debian/gstreamer-alsa.manpages:
28312 * debian/gstreamer-arts.files:
28313 * debian/gstreamer-artsd.files:
28314 * debian/gstreamer-audiofile.files:
28315 * debian/gstreamer-avifile.files:
28316 * debian/gstreamer-cdparanoia.files:
28317 * debian/gstreamer-colorspace.files:
28318 * debian/gstreamer-doc.files:
28319 * debian/gstreamer-dv.files:
28320 * debian/gstreamer-dvd.files:
28321 * debian/gstreamer-esd.files:
28322 * debian/gstreamer-festival.files:
28323 * debian/gstreamer-flac.files:
28324 * debian/gstreamer-gconf.conffiles:
28325 * debian/gstreamer-gconf.files:
28326 * debian/gstreamer-gconf.postinst:
28327 * debian/gstreamer-gnomevfs.files:
28328 * debian/gstreamer-gsm.files:
28329 * debian/gstreamer-http.files:
28330 * debian/gstreamer-jack.files:
28331 * debian/gstreamer-jpeg.files:
28332 * debian/gstreamer-mad.files:
28333 * debian/gstreamer-mikmod.files:
28334 * debian/gstreamer-misc.files:
28335 * debian/gstreamer-mpeg2dec.files:
28336 * debian/gstreamer-oss.files:
28337 * debian/gstreamer-plugin-apps.files:
28338 * debian/gstreamer-plugin-apps.manpages:
28339 * debian/gstreamer-plugin-libs-dev.files:
28340 * debian/gstreamer-plugin-libs.files:
28341 * debian/gstreamer-plugin-template.postinst:
28342 * debian/gstreamer-plugin-template.postrm:
28343 * debian/gstreamer-sdl.files:
28344 * debian/gstreamer-sid.files:
28345 * debian/gstreamer-vorbis.files:
28346 * debian/gstreamer-x.files:
28347 * debian/mk.control:
28349 Debian package info not maintained here.
28351 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
28353 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28354 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28355 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28356 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28357 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28358 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28359 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28360 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28361 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28362 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28363 * gst-libs/gst/colorbalance/colorbalance.c:
28364 (gst_color_balance_class_init):
28365 * gst-libs/gst/colorbalance/colorbalancechannel.c:
28366 (gst_color_balance_channel_class_init):
28367 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28368 * gst-libs/gst/play/play.c: (gst_play_class_init):
28369 * gst-libs/gst/propertyprobe/propertyprobe.c:
28370 (gst_property_probe_iface_init):
28371 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28372 * gst-libs/gst/tuner/tunerchannel.c:
28373 (gst_tuner_channel_class_init):
28374 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28375 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28376 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28377 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28378 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28379 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28380 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28381 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28382 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28383 fix signals to use - instead of _
28384 * ext/libcaca/gstcacasink.h:
28385 * ext/sdl/sdlvideosink.h:
28388 2004-03-04 David Schleef <ds@schleef.org>
28390 * testsuite/gst-lint: Add a check for bad signal names.
28392 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
28394 reviewed by David Schleef
28396 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28397 modified the alpha channel and caused a warning. (bug #136192)
28399 2004-04-03 Christian Schaller <Uraeus@gnome.org>
28401 * gst-plugins.spec.in:
28402 Change names of plugins to actually be correct. Try to keep things
28403 alphabetical to avoid getting beat up by Thomas
28405 2004-03-03 Julien MOUTTE <julien@moutte.net>
28407 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28408 Using ximagesink as a default if no gconf key found. We should
28409 probably consider using alsasink instead of osssink for the audio
28412 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28415 fix --with-plugins, don't think it ever worked before
28416 * gst-plugins.spec.in:
28419 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
28421 * ext/sdl/sdlvideosink.h:
28422 * sys/ximage/ximagesink.h:
28423 * sys/xvideo/xvideosink.h:
28424 * sys/xvimage/xvimagesink.h:
28425 Fix for move of gstvideosink.h -> videosink.h.
28427 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28429 * gst-libs/gst/xwindowlistener/Makefile.am:
28430 this is a plugin library, not a library
28432 2004-03-01 David Schleef <ds@schleef.org>
28434 * AUTHORS: Added some names. Add yourself if you're still
28437 2004-03-01 David Schleef <ds@schleef.org>
28441 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28443 * gst-plugins.spec.in: clean up spec file
28445 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28447 * gst-libs/gst/video/Makefile.am:
28448 * gst-libs/gst/video/gstvideosink.c:
28449 * gst-libs/gst/video/gstvideosink.h:
28450 rename gstvideosink.h to videosink.h to match other headers
28451 * gst/mixmatrix/Makefile.am:
28452 fix plugin filename
28453 * gst/tags/Makefile.am: fix plugin filename
28455 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28457 * gst/tags/Makefile.am: fix plugin filename
28459 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28461 * examples/gstplay/player.c: (got_time_tick), (main):
28463 display time_tick more readably
28464 * gst/mixmatrix/Makefile.am:
28465 fix plugin file name
28467 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28469 * sys/oss/gstosselement.c: (gst_osselement_probe),
28470 (device_combination_append), (gst_osselement_class_probe_devices):
28471 * sys/oss/gstosselement.h:
28472 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28473 on my system using alsa oss emulation, fixes bug #135597
28475 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28477 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28478 (gst_videodrop_chain), (gst_videodrop_change_state):
28479 * gst/videodrop/gstvideodrop.h:
28480 Work based on timestamp of input data, not based on the expected
28481 framerate from the input. The consequence is that this element now
28482 not only scales framerates, but also functions as a framerate
28483 corrector or framerate stabilizer/constantizer.
28485 2004-02-27 David Schleef <ds@schleef.org>
28487 patches from jmmv@menta.net (Julio M. Merino Vidal)
28489 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28490 GST_ELEMENT_ERROR call (bug #135634)
28491 * gst/interleave/interleave.c: (interleave_buffered_loop),
28492 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28493 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28494 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28495 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28496 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28497 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28498 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28499 Fix GST_ELEMENT_ERROR call.
28500 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28501 GST_ELEMENT_ERROR call.
28503 2004-02-27 Benjamin Otte <otte@gnome.org>
28505 * gst-libs/gst/audio/audio.h:
28506 add macro to make sure header isn't included twice
28507 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28508 don't use gst_buffer_free
28509 * gst/playondemand/filter.func:
28510 don't use gst_data_free. Free data only once.
28512 2004-02-26 David Schleef <ds@schleef.org>
28514 * gst-libs/gst/colorbalance/Makefile.am:
28515 * gst-libs/gst/mixer/Makefile.am:
28516 * gst-libs/gst/tuner/Makefile.am:
28517 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28518 should not be disted, -marshal.h files should not be installed,
28519 and -enum.h files _should_ be installed. Fix to make this the
28522 === release 0.7.5 ===
28524 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28526 * configure.ac: release 0.7.5, "Under The Sea"
28528 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28530 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28531 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28532 * gst/videoscale/gstvideoscale.c:
28533 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28534 assorted debug/warning fixes
28536 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28538 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28539 (gst_videoscale_init), (gst_videoscale_chain),
28540 (gst_videoscale_set_property), (plugin_init):
28541 * gst/videoscale/gstvideoscale.h:
28542 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28543 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28544 (gst_videoscale_planar400), (gst_videoscale_packed422),
28545 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28546 (gst_videoscale_24bit), (gst_videoscale_16bit),
28547 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28548 (gst_videoscale_scale_plane_slow),
28549 (gst_videoscale_scale_point_sample),
28550 (gst_videoscale_scale_nearest),
28551 (gst_videoscale_scale_nearest_str2),
28552 (gst_videoscale_scale_nearest_str4),
28553 (gst_videoscale_scale_nearest_32bit),
28554 (gst_videoscale_scale_nearest_24bit),
28555 (gst_videoscale_scale_nearest_16bit):
28556 add debugging category and use it properly
28557 fix use of GST_PTR_FORMAT
28559 2004-02-25 Andy Wingo <wingo@pobox.com>
28561 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28562 push only when channel->buffer is NULL. Prevents segfaults doing
28563 the state change after a nonlocal exit, like a scheme exception.
28565 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28566 Handle the case where the intersected caps is empty.
28568 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28570 * gst/law/mulaw-decode.c: (mulawdec_link):
28571 * gst/law/mulaw.c: (plugin_init):
28572 fix mulawdec so it actually works again
28574 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28576 reviewed by: David Schleef <ds@schleef.org>
28578 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28579 (gst_gamma_init), (gst_gamma_set_property),
28580 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28581 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28582 for RGB, with separate r g and b correction factors. (#131167)
28584 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28586 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28587 only signal tags for bitrate if they're > 0 (#134894)
28589 2004-02-24 David Schleef <ds@schleef.org>
28591 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28592 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28593 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28594 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28595 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28596 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28597 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28598 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28599 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28600 category. Attempt to fix timestamp calculation.
28602 2004-02-24 Johan Dahlin <johan@gnome.org>
28604 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28606 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28609 * gconf/Makefile.am:
28610 * gconf/gstreamer.schemas:
28611 * gst-libs/gst/gconf/Makefile.am:
28612 * gst-libs/gst/gconf/gconf.c:
28613 version gconf schemas and install locations
28615 2004-02-23 Benjamin Otte <otte@gnome.org>
28617 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28618 (gst_xine_input_subclass_init):
28619 call parent dispose.
28620 change pad template for CD reader correctly
28621 * ext/xine/Makefile.am:
28622 * ext/xine/gstxine.h:
28623 * ext/xine/xine.c: (plugin_init):
28624 * ext/xine/xineaudiosink.c:
28625 wrap audio sinks, too
28626 * gst-libs/gst/resample/private.h:
28627 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28628 (gst_resample_reinit), (gst_resample_scale),
28629 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28630 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28631 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28632 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28633 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28634 * gst-libs/gst/resample/resample.h:
28635 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28636 (gst_audioscale_class_init), (gst_audioscale_link),
28637 (gst_audioscale_get_buffer), (gst_audioscale_init),
28638 (gst_audioscale_chain), (gst_audioscale_set_property),
28639 (gst_audioscale_get_property):
28640 * gst/audioscale/gstaudioscale.h:
28641 s/resample_*/gst_resample_*/i to not clobber namespaces
28643 2004-02-23 Julien MOUTTE <julien@moutte.net>
28645 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28646 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28647 (gst_riff_create_video_template_caps),
28648 (gst_riff_create_audio_template_caps),
28649 (gst_riff_create_iavs_template_caps):
28650 * gst-libs/gst/riff/riff-media.h:
28651 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28652 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28653 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28654 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28655 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28656 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28657 (gst_matroska_demux_plugin_init): First batch implementing audio and
28658 video codec tags in demuxers.
28660 2004-02-22 Benjamin Otte <otte@gnome.org>
28662 * ext/xine/Makefile.am:
28663 * ext/xine/gstxine.h:
28664 * ext/xine/xine.c: (plugin_init):
28665 * ext/xine/xineinput.c:
28666 add input plugin wrapper. Playback from files, http, mms and cdda
28668 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28669 remove leftover G_GNUC_UNUSED
28670 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28671 (gst_asf_demux_identify_guid):
28672 improve debugging output
28674 2004-02-22 Benjamin Otte <otte@gnome.org>
28676 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28679 replace test -e with test -x for mkinstalldirs to be more portable.
28682 2004-02-22 Benjamin Otte <otte@gnome.org>
28684 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28686 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28687 set rank to PRIMARY
28688 * gst/volume/gstvolume.c: (plugin_init):
28692 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28694 reviewed by Benjamin Otte <otte@gnome.org>
28696 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28697 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28699 2004-02-22 Benjamin Otte <otte@gnome.org>
28702 export [_]*{gst,Gst,GST}.* symbols from plugins
28704 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28706 reviewed by: Benjamin Otte <otte@gnome.org>
28708 * ext/lame/gstlame.c: (add_one_tag):
28709 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28710 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28711 (gst_vorbisenc_metadata_set1):
28712 * gst/tags/gstid3tag.c:
28713 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28714 apply fixes from bugs #135042 (lame can't write tags) and #133817
28715 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28717 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28719 * configure.ac: Export only gst_plugin_desc from plugins.
28720 Note that this change only makes any effect with Linux using libtool
28721 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28722 fine. And don't try to have several versions of libtool in different
28725 2004-02-20 Andy Wingo <wingo@pobox.com>
28727 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28728 interleave respectively.
28730 * gst/interleave/deinterleave.c: New plugin: deinterleave
28731 (replaces on oneton).
28732 * gst/interleave/interleave.c: New plugin: interleave.
28733 * gst/interleave/plugin.h: Support file.
28734 * gst/interleave/plugin.c: Support file.
28736 * configure.ac: Remove intfloat and oneton, add interleave.
28738 * ext/sndfile/gstsf.c: Handle events better.
28740 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28741 and float2int operation. int2float has scheduling problems as
28742 noted in in2float_chain.
28744 2004-02-20 Benjamin Otte <otte@gnome.org>
28746 * ext/xine/Makefile.am:
28747 * ext/xine/gstxine.h:
28749 * ext/xine/xineaudiodec.c:
28750 * ext/xine/xinecaps.c:
28751 add first version of xine plugin wrapper. Currently only wraps the
28752 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28755 add xine plugin wrapper, disabled by default. Use --enable-xine to
28756 build. Note that it'll segfault on gst-register if you don't remove
28757 the goom and tvtime post plugins from xine.
28758 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28759 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28760 add extradata parsing for QDM2.
28761 change around debugging prints.
28763 2004-02-19 Benjamin Otte <otte@gnome.org>
28765 * ext/lame/gstlame.c: (gst_lame_chain):
28766 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28767 use gst_tag_list_insert when you want to insert tags
28769 2004-02-18 David Schleef <ds@schleef.org>
28771 * configure.ac: Move massink to gst-rotten
28773 * ext/mas/Makefile.am:
28774 * ext/mas/massink.c:
28775 * ext/mas/massink.h:
28777 2004-02-18 David Schleef <ds@schleef.org>
28779 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28780 typefinding, since it seems to be worse than nothing.
28781 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28782 atom to recognize .mp4 and .m4a files as video/quicktime.
28784 2004-02-18 David Schleef <ds@schleef.org>
28786 * gst/sine/demo-dparams.c: (quit_live),
28787 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28788 Use double dparams, not float.
28789 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28790 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28791 sync'd elements don't really work correctly.
28792 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28793 (volume_update_volume), (volume_get_property): Change dparam
28796 2004-02-18 Julien MOUTTE <julien@moutte.net>
28798 * sys/ximage/ximagesink.c:
28799 (gst_ximagesink_xwindow_update_geometry),
28800 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28801 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28802 (gst_ximagesink_init): Rework the way software video scaling works. So
28803 now we check on each chain call if the video frames are feeling the
28804 window. If not we try to renegotiate caps. On failure we memorize that
28805 and we won't try again for that PLAYING sessions.
28806 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28808 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28811 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28813 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28814 break up _link so we can give a better debug message for errors
28816 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28818 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28819 set up debug category
28821 2004-02-18 Julien MOUTTE <julien@moutte.net>
28823 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28824 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28825 the way renegotiation work. The event handling function is not taking
28826 care of external windows and renegotiate method check for pad flags
28827 NEGOTIATING. Should fix : #133209
28829 2004-02-17 Julien MOUTTE <julien@moutte.net>
28831 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28832 pad is negotiating before trying renegotiation.
28834 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28836 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28837 pass on all possible mime types as typefind hints
28839 2004-02-17 Julien MOUTTE <julien@moutte.net>
28841 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28842 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28843 possible SHM leak if we crash. All other apps using XShm are doing
28846 2004-02-17 Julien MOUTTE <julien@moutte.net>
28848 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28849 (gst_ximagesink_expose): Renegotiate size on expose.
28850 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28853 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28855 * testsuite/alsa/sinesrc.c:
28856 cosmetic fix to fix compile issue with gcc 2.95.4
28858 2004-02-16 Julien MOUTTE <julien@moutte.net>
28860 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28861 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28862 failed opening the audio device.
28863 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28864 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28865 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28866 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28867 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28868 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28869 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28870 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28871 Removing some useless g_return_if_fail like wingo suggested.
28872 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28873 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28874 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28875 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28876 (gst_xvimagesink_update_colorbalance),
28877 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28878 (gst_xvimagesink_xcontext_clear),
28879 (gst_xvimagesink_get_fourcc_from_caps),
28880 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28881 (gst_xvimagesink_set_xwindow_id),
28882 (gst_xvimagesink_colorbalance_list_channels),
28883 (gst_xvimagesink_colorbalance_set_value),
28884 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28885 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28887 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28889 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28890 throw error when not negotiated instead of asserting
28892 2004-02-15 Julien MOUTTE <julien@moutte.net>
28894 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28895 correct data refcounting.
28897 2004-02-15 Julien MOUTTE <julien@moutte.net>
28899 * gst/switch/gstswitch.c: (gst_switch_change_state),
28900 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28901 change, mostly the EOS flag.
28903 2004-02-15 Julien MOUTTE <julien@moutte.net>
28905 * examples/gstplay/player.c: (got_eos), (main): Adding some
28906 output for debugging.
28907 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28908 timeouts if we go to any state different from PLAYING.
28909 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28910 more EOS bugs in riff lib.
28912 2004-02-14 Julien MOUTTE <julien@moutte.net>
28914 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28915 visualization until i find a way to fix switch correctly.
28916 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28918 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28919 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28920 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28921 Reworked switch to get a more correct behaviour with events and refing
28922 of data stored in sinkpads.
28923 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28924 we don't pull from a pad in EOS.
28926 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28928 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28929 remove v1 tag even if we can't read it (makes sure we don't detect
28932 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28934 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28935 (gst_alsa_xrun_recovery):
28936 * ext/alsa/gstalsa.h:
28937 try xrun recovery when wait failed. Make xrun recovery function
28938 return TRUE/FALSE to indicate success. (might fix #134354)
28940 2004-02-13 David Schleef <ds@schleef.org>
28942 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28943 (dynparm_value_changed), (main): Convert from float to double.
28944 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28946 2004-02-13 David Schleef <ds@schleef.org>
28948 * gst/silence/gstsilence.c: (gst_silence_class_init),
28949 (gst_silence_set_clock), (gst_silence_get),
28950 (gst_silence_set_property), (gst_silence_get_property):
28951 * gst/silence/gstsilence.h: Add sync property.
28952 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28953 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28954 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28955 * gst/sine/gstsinesrc.h: Add sync property.
28957 2004-02-13 David Schleef <ds@schleef.org>
28959 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28960 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28962 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28966 * gst-libs/ext/Makefile.am:
28967 move ffmpeg plugin to gst-ffmpeg module
28969 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28971 * configure.ac: use GST_ARCH to detect architecture
28973 2004-02-12 Julien MOUTTE <julien@moutte.net>
28975 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28977 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28979 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28980 classify LADSPA plugins based on number of src/sink pads
28981 (#133663, Stefan Kost)
28982 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28983 fix dparams registration
28984 (#133528, Stefan Kost)
28985 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28986 fix use of isprint and use g_ascii_isprint instead
28987 (#133316, Stefan Kost)
28989 2004-02-11 David Schleef <ds@schleef.org>
28991 Convert a few inner loops to use liboil. This is currently
28992 optional, and is only enabled if liboil is present (duh!).
28993 * configure.ac: Check for liboil-0.1
28994 * gst/intfloat/Makefile.am:
28995 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28996 (gst_int2float_chain_gint16):
28997 * gst/videofilter/Makefile.am:
28998 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28999 (tablelookup_u8), (gst_videobalance_planar411):
29000 * gst/videotestsrc/Makefile.am:
29001 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
29002 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
29003 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
29004 (paint_hline_RGB565), (paint_hline_xRGB1555):
29006 2004-02-11 David Schleef <ds@schleef.org>
29008 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
29009 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
29010 (gst_colorspace_getcaps), (gst_colorspace_link),
29011 (gst_colorspace_base_init), (gst_colorspace_init),
29012 (gst_colorspace_chain), (gst_colorspace_change_state),
29013 (plugin_init): Merge Ronald's patch (bug #117897) and update
29014 for new caps and negotiation. Seems to work, although it
29015 shows off bugs in lcs.
29017 2004-02-11 David Schleef <ds@schleef.org>
29019 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
29020 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
29022 2004-02-11 David Schleef <ds@schleef.org>
29024 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
29025 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
29026 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
29027 Add server and port properties
29029 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
29034 * m4/as-liblame.m4:
29035 * m4/as-slurp-ffmpeg.m4:
29036 * m4/check-libheader.m4:
29043 * m4/gst-ivorbis.m4:
29044 * m4/gst-matroska.m4:
29046 * m4/gst-shout2.m4:
29054 fix underquotedness of macros (#133800)
29055 * m4/as-avifile.m4:
29057 removed because no longer used
29059 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
29062 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
29063 by autopoint (fixes #132996)
29065 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
29067 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
29068 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
29069 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
29070 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
29073 2004-02-11 David Schleef <ds@schleef.org>
29075 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
29076 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
29077 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
29078 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
29079 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
29080 (gst_jpegenc_class_init), (gst_jpegenc_init),
29081 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
29082 (gst_jpegenc_chain), (gst_jpegenc_set_property),
29083 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
29084 * ext/jpeg/gstjpegenc.h: Fix negotiation.
29086 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
29088 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
29089 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
29090 * ext/mikmod/gstmikmod.h:
29091 fix caps negotiation in mikmod
29092 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
29093 output debug information
29095 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
29097 * gst-libs/gst/colorbalance/Makefile.am:
29098 * gst-libs/gst/navigation/Makefile.am:
29099 * gst-libs/gst/xoverlay/Makefile.am:
29100 remove unused GST_OPT_CFLAGS from Makefiles
29101 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
29103 2004-02-07 David Schleef <ds@schleef.org>
29105 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
29106 push events to pads that haven't been created (#133508)
29108 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
29110 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29111 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
29112 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
29113 (gst_dvdec_loop), (gst_dvdec_change_state):
29114 Second attempt at committing a working dvdec element.
29116 2004-02-06 David Schleef <ds@schleef.org>
29118 Build fixes for OS X: (see #129600)
29119 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
29120 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
29121 (gst_riff_read_strf_iavs):
29122 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29123 (gst_avi_demux_stream_odml):
29124 * gst/playondemand/Makefile.am:
29125 * gst/rtp/rtp-packet.c:
29127 2004-02-05 David Schleef <ds@schleef.org>
29129 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
29130 last change, because it Just Doesn't Compile.
29132 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29134 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29135 skip undecodable id3v2 tag instead of keeping it
29137 2004-02-05 David Schleef <ds@schleef.org>
29139 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29140 Unref leaked buffer. (Noticed by Ronald)
29142 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
29144 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29145 Sync requires with other checks. >= vs =.
29147 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
29149 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29150 (gst_dvdec_video_link), (gst_dvdec_loop):
29151 * ext/dv/gstdvdec.h:
29152 rework the caps negotiation so that dvdec works again instead
29153 of just segfaulting.
29155 === release 0.7.4 ===
29157 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
29159 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
29160 * configure.ac: changed for release
29162 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
29164 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
29165 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29166 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29167 * pkgconfig/gstreamer-play-uninstalled.pc.in:
29168 reworked patch by David Lehn to fix libdir and includedir for
29169 uninstalled libraries
29170 removed play and gconf from gstreamer-libs since they have their
29171 own pkgconfig files
29173 2004-02-04 David Schleef <ds@schleef.org>
29175 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
29178 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29180 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29181 use correct GST_TAG_ENCODER tag
29183 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29185 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29186 be sure to stop the clock when going to paused
29187 * sys/oss/gstosssink.c: (gst_osssink_change_state):
29188 reset number of transmitted when going to ready.
29191 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
29193 reviewed by Benjamin Otte
29195 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29196 extract track count (fixes #133410)
29198 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
29200 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29201 that should be !=, not == (fixes #132519)
29203 2004-02-04 David Schleef <ds@schleef.org>
29205 Make sure set_explicit_caps() is called before adding pad.
29206 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29207 * gst/id3/gstid3types.c: (gst_id3types_loop):
29208 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29209 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29211 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
29214 bump nano to 2, first prerelease
29215 put back AM_PROG_LIBTOOL
29217 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
29219 * testsuite/alsa/Makefile.am:
29220 these are user test apps, not automatic testsuite tests
29222 2004-02-04 David Schleef <ds@schleef.org>
29224 Convert GST_DEBUG_CAPS() to GST_DEBUG():
29225 * gst/mpeg1videoparse/gstmp1videoparse.c:
29226 (mp1videoparse_parse_seq):
29227 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29228 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29229 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
29230 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29231 (gst_xvideosink_getcaps):
29232 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29233 * testsuite/gst-lint: more tests
29235 2004-02-04 David Schleef <ds@schleef.org>
29237 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
29238 with the code that they would expand to.
29239 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
29240 (gst_flacdec_get_src_query_types),
29241 (gst_flacdec_get_src_event_masks):
29242 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29243 (gst_gnomevfssrc_get_query_types),
29244 (gst_gnomevfssrc_get_event_mask):
29246 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
29248 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29249 (gst_sinesrc_dispose):
29250 fix memleak by properly disposing sinesrc
29252 2004-02-04 Julien MOUTTE <julien@moutte.net>
29254 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29255 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29256 an overlay to redraw the image because it has been exposed.
29257 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29258 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29259 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29260 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29262 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29263 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29264 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29265 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29268 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29270 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29271 more memleak fixage
29273 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29275 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29276 * gst/typefind/gsttypefindfunctions.c:
29277 fix memleaks shown by gst-typefind
29279 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
29281 * common/glib-gen.mak:
29282 add hack rule to touch .Plo files
29283 * gst-libs/gst/colorbalance/Makefile.am:
29284 * gst-libs/gst/mixer/Makefile.am:
29285 * gst-libs/gst/play/Makefile.am:
29286 * gst-libs/gst/tuner/Makefile.am:
29287 remove glib_root variable
29289 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29291 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29292 set explicit caps before adding the element, so the autopluggers can
29294 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29295 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29296 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29298 fix memleaks in typefind functions. gst_type_find_suggest takes a const
29301 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
29303 * gst-libs/gst/colorbalance/Makefile.am:
29304 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29305 * gst-libs/gst/colorbalance/colorbalance.c:
29306 * gst-libs/gst/colorbalance/colorbalance.h:
29307 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29308 * gst-libs/gst/mixer/Makefile.am:
29309 * gst-libs/gst/mixer/mixer-marshal.list:
29310 * gst-libs/gst/mixer/mixer.c:
29311 * gst-libs/gst/mixer/mixer.h:
29312 * gst-libs/gst/mixer/mixermarshal.list:
29313 * gst-libs/gst/play/Makefile.am:
29314 * gst-libs/gst/play/play.h:
29315 * gst-libs/gst/tuner/Makefile.am:
29316 * gst-libs/gst/tuner/tuner-marshal.list:
29317 * gst-libs/gst/tuner/tuner.c:
29318 * gst-libs/gst/tuner/tuner.h:
29319 * gst-libs/gst/tuner/tunermarshal.list:
29320 use new glib-gen.mak snippet to clean up Makefile.am
29321 fix various bugs in Makefile.am's
29323 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29325 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29326 handle chain parsing correctly in the multichain case
29327 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29328 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29329 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29330 (theora_dec_chain):
29331 handle events and queries correctly
29333 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29336 Ignore generated file _stdint.h.
29338 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29340 * gst-libs/gst/colorbalance/Makefile.am:
29341 * gst-libs/gst/colorbalance/colorbalance.h:
29342 * gst-libs/gst/mixer/Makefile.am:
29343 * gst-libs/gst/mixer/mixer.h:
29344 * gst-libs/gst/play/Makefile.am:
29345 * gst-libs/gst/play/play.h:
29346 * gst-libs/gst/tuner/Makefile.am:
29347 * gst-libs/gst/tuner/tuner.h:
29348 Generate enum type code with glib-mkenums.
29349 * gst-libs/gst/colorbalance/.cvsignore:
29350 * gst-libs/gst/mixer/.cvsignore:
29351 * gst-libs/gst/play/.cvsignore:
29352 * gst-libs/gst/tuner/.cvsignore:
29353 Ignore generated files.
29355 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29357 * gst-libs/gst/audio/.cvsignore:
29358 Ignore generated file.
29359 * gst-libs/gst/audio/Makefile.am:
29360 Do not install example filter.
29362 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29364 * examples/switch/.cvsignore:
29365 Ignore generated file.
29367 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29369 * common/m4/ax_create_stdint_h.m4:
29371 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29374 remove generated _stdint.h in DISTCLEANFILES
29375 * ext/a52dec/gsta52dec.c:
29376 include _stdint.h for a52dec. (should fix #133064)
29378 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29380 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29381 (gst_tag_to_vorbis_comments):
29382 Add replaygain support to vorbistag
29384 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29385 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29386 (gst_ffmpeg_caps_to_extradata):
29387 Fix SVQ3 caps flag properties
29388 Use glib macro for bytes swap
29390 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29392 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29393 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29394 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29395 * ext/sndfile/gstsf.c: (plugin_init):
29396 * gst/avi/gstavi.c: (plugin_init):
29397 * sys/dxr3/dxr3init.c: (plugin_init):
29398 * sys/oss/gstossaudio.c: (plugin_init):
29399 * sys/v4l/gstv4l.c: (plugin_init):
29400 * sys/v4l2/gstv4l2.c: (plugin_init):
29401 remove textdomain calls
29403 update Dutch translation
29405 2004-02-02 Julien MOUTTE <julien@moutte.net>
29407 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29408 (gst_play_set_audio_sink): Moving volume in the audio thread for
29409 instantaneous volume change. Maybe i will add another volume in front
29410 of visualization later, not sure yet though.
29412 2004-02-02 Julien MOUTTE <julien@moutte.net>
29414 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29415 (gst_ximagesink_handle_xevents): Better X events handling, only take
29416 the latest events for configure and motion.
29417 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29419 2004-02-02 Jon Trowbridge <trow@gnu.org>
29421 reviewed by: David Schleef <ds@schleef.org>
29424 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29425 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29427 2004-02-02 David Schleef <ds@schleef.org>
29429 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
29431 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29432 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29433 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29434 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29435 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29436 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29437 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29438 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29439 (gst_float2_2_int_link):
29440 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29441 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29442 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29443 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29444 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29445 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29446 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29447 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29448 * testsuite/gst-lint: Add tests for bzero and ;;
29450 2004-02-02 David Schleef <ds@schleef.org>
29452 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29454 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29456 * ext/aalib/gstaasink.c: (gst_aasink_open):
29457 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29458 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29459 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29460 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29461 (gst_afsink_close_file):
29462 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29463 (gst_afsrc_close_file):
29464 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29465 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29466 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29467 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29468 * ext/esd/esdmon.c: (gst_esdmon_get):
29469 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29470 * ext/faac/gstfaac.c: (gst_faac_chain):
29471 * ext/faad/gstfaad.c: (gst_faad_chain):
29472 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29473 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29474 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29475 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29476 (gst_flacdec_loop):
29477 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29478 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29479 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29480 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29481 (gst_gnomevfssink_close_file):
29482 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29483 (gst_gnomevfssrc_open_file):
29484 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29485 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29486 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29487 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29488 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29489 * ext/mad/gstmad.c: (gst_mad_chain):
29490 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29491 * ext/mpeg2dec/gstmpeg2dec.c:
29492 * ext/mpeg2enc/gstmpeg2enc.cc:
29493 * ext/mplex/gstmplex.cc:
29494 * ext/mplex/gstmplexibitstream.cc:
29495 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29496 (gst_ogg_demux_push):
29497 * ext/raw1394/gstdv1394src.c:
29498 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29499 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29500 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29502 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29503 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29504 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29505 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29506 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29507 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29508 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29509 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29510 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29511 (gst_riff_read_element_data), (gst_riff_read_seek),
29512 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29513 * gst/adder/gstadder.c: (gst_adder_loop):
29514 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29515 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29516 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29517 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29518 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29519 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29520 * gst/goom/gstgoom.c: (gst_goom_chain):
29521 * gst/id3/gstid3types.c: (gst_id3types_loop):
29522 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29523 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29524 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29525 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29526 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29527 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29528 (gst_ebml_read_float), (gst_ebml_read_header):
29529 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29530 (gst_matroska_demux_parse_blockgroup):
29531 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29532 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29533 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29534 * gst/silence/gstsilence.c: (gst_silence_get):
29535 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29536 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29537 * gst/speed/gstspeed.c: (speed_loop):
29538 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29539 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29540 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29541 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29542 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29543 (gst_wavparse_loop):
29544 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29545 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29546 (dxr3audiosink_close):
29547 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29548 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29549 (dxr3videosink_close), (dxr3videosink_write_data):
29550 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29551 * sys/oss/gstosssink.c: (gst_osssink_chain):
29552 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29553 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29554 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29555 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29556 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29557 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29558 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29559 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29560 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29561 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29562 (gst_v4l_set_audio):
29563 * sys/v4l/v4l_calls.h:
29564 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29565 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29566 (gst_v4lmjpegsink_playback_init),
29567 (gst_v4lmjpegsink_playback_start):
29568 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29569 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29570 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29571 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29572 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29573 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29574 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29575 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29576 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29577 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29578 (gst_v4l2_get_output), (gst_v4l2_set_output),
29579 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29580 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29581 (gst_v4l2_set_attribute):
29582 * sys/v4l2/v4l2_calls.h:
29583 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29584 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29585 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29586 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29587 (gst_v4l2src_capture_stop):
29588 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29589 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29590 (gst_ximagesink_chain):
29591 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29592 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29593 (gst_xvideosink_xwindow_new):
29594 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29595 (gst_xvimagesink_chain):
29597 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29599 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29600 (gst_volume_get_volume), (volume_class_init), (volume_init),
29601 (volume_chain_int16), (volume_update_volume):
29602 * gst/volume/gstvolume.h:
29603 make code more readable by removing magic numbers
29604 make mixer interface export 0-100 range
29605 make it internally map to 0.0-1.0 range so users don't distort
29606 output by putting the sliders at full volume
29608 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29610 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29611 (gst_play_state_change), (gst_play_seek_to_time):
29612 block the tick callback for 0.5 secs after doing a seek
29614 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29616 * gst-libs/gst/play/play.c: (gst_play_new):
29619 2004-02-01 Julien MOUTTE <julien@moutte.net>
29621 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29622 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29623 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29624 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29625 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29626 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29628 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29631 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29632 check for a function added in vorbis 1.1
29634 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29636 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29637 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29638 really start/stop clock only on PLAYING <=> PAUSED
29639 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29640 remove \n from debugging lines
29641 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29642 make it work when seeking does not
29643 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29646 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29648 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29649 start clock on PAUSED=>PLAYING, not later
29650 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29651 extract correct time for different discont formats
29652 (gst_alsa_sink_get_time):
29653 don't segfault when no format is negotiated yet, just return 0
29654 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29655 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29656 (gst_ogg_pad_push):
29657 handle flush and discont events correctly
29658 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29659 handle discont events correctly
29661 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29663 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29664 (gst_play_error_create), (gst_play_error_plugin),
29665 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29666 * gst-libs/gst/play/play.h:
29667 add error handling during creation
29668 * examples/gstplay/player.c: (main):
29669 use new gst_play_new
29672 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29674 * ext/theora/theoradec.c: (theora_dec_chain):
29676 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29677 (vorbis_dec_src_event), (vorbis_dec_chain):
29678 add encoder tag, fix tag reading to be more error tolerant, change
29679 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29680 gst_pad_event_default.
29681 * gst/tags/gstvorbistag.c:
29682 (gst_tag_list_from_vorbiscomment_buffer):
29683 undefine function specific define at end of function
29685 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29687 * ext/flac/gstflac.c: (plugin_init):
29688 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29689 * ext/flac/gstflacdec.h:
29690 * ext/flac/gstflacenc.h:
29693 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29695 * examples/gstplay/player.c: s/gstplay.h/play.h/
29697 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29699 * gst-libs/gst/play/Makefile.am:
29700 * gst-libs/gst/play/gstplay.c:
29701 * gst-libs/gst/play/gstplay.h:
29702 * gst-libs/gst/play/play.c:
29703 more surgery, operation complete
29705 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29707 * gst-libs/gst/play/play.old.c:
29708 * gst-libs/gst/play/play.old.h:
29709 after CVS surgery by moving, remove
29710 * gst-libs/gst/play/playpipelines.c:
29713 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29714 add negotiation error
29716 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29718 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29719 (gst_ogg_demux_push):
29720 add some seeking debug info
29721 send a flush when seeking
29723 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29729 * ext/theora/Makefile.am:
29730 * ext/theora/theoradec.c:
29731 add theora video decoder. Does just do simple decoding for now and
29732 has been tested against Theora cvs only. It only works when theora
29733 is compiled with --enable-static.
29734 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29735 always reset packetno on DISCONT
29737 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29739 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29742 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29744 * gst/mpegaudioparse/gstmpegaudioparse.c:
29745 (mp3_type_frame_length_from_header):
29746 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29748 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29750 * ext/esd/esdsink.c: (gst_esdsink_init):
29751 Since we have static pad template caps, we don't need to negotiate;
29752 either the core errors out or we know the format.
29754 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29756 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29757 (gst_riff_read_seek):
29758 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29759 (gst_ebml_read_seek):
29760 Fix event handling.
29762 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29764 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29765 removee video/x-theora from vp3 decoder, it doesn't handle raw
29767 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29768 fix bug with finalizing element that never went to PAUSED
29769 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29770 length and position queries were swapped
29771 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29772 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29773 (vorbis_dec_src_event):
29774 implement querying time and bytes
29776 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29778 * just about every source file:
29779 gst_element_error -> GST_ELEMENT_ERROR
29781 2004-01-29 Julien MOUTTE <julien@moutte.net>
29783 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29784 emiting FLUSH and even before DISCONT.
29785 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29786 get the best instant seeking as possible yay!
29788 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29790 * gst/mpeg1videoparse/gstmp1videoparse.c:
29791 (gst_mp1videoparse_real_chain):
29792 Committed wrong version last week... Grr... Didn't notice until now.
29794 2004-01-29 Julien MOUTTE <julien@moutte.net>
29796 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29797 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29798 have_xwindow_id signal in xwindow_create.
29800 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29802 * ext/ogg/gstoggdemux.c:
29803 lots of changes - mainly support for chained bitstreams, seeking,
29804 querying and bugfixes of course
29805 * ext/vorbis/Makefile.am:
29806 * ext/vorbis/vorbisdec.c:
29807 * ext/vorbis/vorbisdec.h:
29808 add vorbisdec raw vorbis decoder
29809 * ext/vorbis/vorbis.c: (plugin_init):
29810 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29811 * gst/intfloat/Makefile.am:
29812 * gst/intfloat/float22int.c:
29813 * gst/intfloat/float22int.h:
29814 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29815 add float2intnew plugin. It converts multichannel interleaved float to
29816 multichannel interleaved int. The name should probably be changed.
29817 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29819 add typefinding for raw theora video so oggdemux can detect it.
29821 2004-01-28 Julien MOUTTE <julien@moutte.net>
29823 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29824 sink element first.
29825 * gst/videoscale/gstvideoscale.c:
29826 (gst_videoscale_handle_src_event): Fixing src event handler.
29828 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29830 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29831 (gst_v4lsrc_open), (gst_v4lsrc_close),
29832 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29833 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29834 * sys/v4l/gstv4lsrc.h:
29835 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29836 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29837 Implement resizing... Hack. But that's why v4l is b0rked...
29839 2004-01-28 Julien MOUTTE <julien@moutte.net>
29841 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29842 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29843 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29844 (gst_ximagesink_xwindow_destroy):
29845 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29846 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29847 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29848 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29849 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29850 correctly cleaning the image created to check xshm calls on succes,
29851 added a lot of XSync calls in X11 functions, and fixed a segfault when
29852 no image format was defined before negotiation happened.
29854 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29856 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29857 use gst_element_get_time to get correct time
29859 2004-01-28 Julien MOUTTE <julien@moutte.net>
29861 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29862 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29863 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29864 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29865 (gst_xvimagesink_check_xshm_calls),
29866 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29867 X plugins are now able to detect that XShm calls will fail even if the
29868 server claims that it has XShm support (remote displays most of the
29869 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29870 so that we use non XShm functions. This feature is almost useless for
29871 xvimagesink as Xv is not supported on remote displays anyway, but
29872 it might happen than even on the local display XShm calls fail.
29874 2004-01-27 David Schleef <ds@schleef.org>
29876 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29877 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29878 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29879 changed esdsink to only use 44100,16,2, since esd sucks at rate
29880 conversion and esdsink has had difficulty negotiating.
29882 2004-01-27 Julien MOUTTE <julien@moutte.net>
29884 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29885 (gst_play_seek_to_time): Fixing the way to get current position.
29887 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29889 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29890 use gst_element_get_time to get correct time
29892 2004-01-27 Julien MOUTTE <julien@moutte.net>
29894 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29895 fix ever... Inverting 2 lines of code make spider autoplug correctly
29898 2004-01-27 David Schleef <ds@schleef.org>
29900 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29901 Use gst_pad_try_set_caps_nonfixed().
29903 2004-01-27 David Schleef <ds@schleef.org>
29905 * gst/ac3parse/gstac3parse.c: update to checklist 5
29906 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29907 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29908 * gst/audioscale/gstaudioscale.c: same
29909 * gst/auparse/gstauparse.c: same
29910 * gst/avi/gstavidemux.c: same
29912 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29914 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29915 stop processing after EOS
29917 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29919 * gst/asfdemux/asfheaders.h:
29920 * gst/asfdemux/gstasfdemux.c:
29921 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29922 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29923 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29924 lot's of fixes to make data extraction simpler and get the code
29925 architecture and compiler independant. Add debugging category
29926 * gst/goom/gstgoom.c: (gst_goom_change_state):
29927 reset channel count on PAUSED=>READY, not READY=>PAUSED
29929 2004-01-26 Colin Walters <walters@verbum.org>
29931 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29932 code to pull a bigger buffer in iradio mode. This as a side effect
29933 makes typefinding work.
29935 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29937 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29938 Fix SVQ3 decoding on PPC
29940 2004-01-26 Julien MOUTTE <julien@moutte.net>
29942 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29943 that one managed to stay there... Fixed.
29945 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29947 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29948 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29949 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29950 (qtdemux_video_caps):
29951 * gst/qtdemux/qtdemux.h:
29952 Add SVQ3 specific flags to qtdemux and ffmpeg
29954 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29956 * gst-libs/gst/audio/audio.h:
29957 remove buffer-frames from audio caps
29958 * gst/audioconvert/gstaudioconvert.c:
29959 fix plugin to really work.
29961 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29963 * gst-libs/gst/mixer/mixer.c:
29964 * gst-libs/gst/propertyprobe/propertyprobe.c:
29965 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29966 (gst_tuner_find_channel_by_name):
29967 * gst-libs/gst/tuner/tuner.h:
29968 Add gtk-doc style comments. Also fix a function name.
29970 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29972 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29973 (gst_divxdec_negotiate):
29974 Fix for new capsnego - also fixes gst-player with divxdec.
29976 2004-01-25 Julien MOUTTE <julien@moutte.net>
29978 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29979 (gst_play_identity_handoff), (gst_play_set_location),
29980 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29981 try in visualization implementation. Still have an issue with switch
29982 blocking when pulling from video_queue and only audio comes out of
29984 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29985 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29986 release method. And check if the pad is usable before pulling.
29988 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29990 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29991 (gst_videobalance_init),
29992 (gst_videobalance_colorbalance_list_channels),
29993 (gst_videobalance_colorbalance_set_value),
29994 (gst_videobalance_colorbalance_get_value),
29995 (gst_videobalance_update_properties),
29996 (gst_videobalance_update_tables_planar411),
29997 (gst_videobalance_planar411):
29998 * gst/videofilter/gstvideobalance.h:
29999 Implement lookup-tables. +/- 10x faster.
30001 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
30003 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
30004 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
30005 The index reading was broken. The rest worked fine, but the whole
30006 goal of my rewrite was to make avidemux readable, and this was
30007 not at all readable. Please use typed variables.
30009 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
30011 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30012 Additional pad usability check.
30013 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30014 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
30015 (gst_mp1videoparse_real_chain):
30016 Fix MPEG video stream parsing. The original plugin had several
30017 issues, including not timestamping streams where the source was
30018 not timestamped (this happens with PTS values in mpeg system
30019 streams, but MPEG video is also a valid stream on its own so
30020 that needs timestamps too). We use the display time code for that
30021 for now. Also, if one incoming buffer contains multiple valid
30022 frames, we push them all on correctly now, including proper EOS
30023 handling. Lastly, several potential segfaults were fixed, and we
30024 properly sync on new sequence/gop headers to include them in next,
30025 not previous frames (since they're header for the next frame, not
30026 the previous). Also see #119206.
30027 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
30029 Move caps setting so we only do it after finding several valid
30030 MPEG-1 fraes sequentially, not right after the first one (which
30031 might be coincidental).
30032 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
30033 (mpeg_video_type_find), (mpeg_video_stream_type_find),
30035 Add unsynced MPEG video stream typefinding, and change some
30036 probability values so we detect streams rightly. The idea is as
30037 follows: I can have an unsynced system stream which contains
30038 video. In the current code, I would randomly get a type for either
30039 system or video stream type found, because the probabilities are
30040 being calculated rather randomly. I now use fixed values, so we
30041 always prefer system stream if that was found (and that is how it
30042 should be). If no system stream was found, we can still identity the stream as video-only.
30044 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
30046 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
30047 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
30048 don't write to buffer. Extract data without the need of
30049 __attribute__ ((packed))
30051 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
30053 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
30054 (mpeg1_sys_type_find):
30055 Fix MPEG-1 stream typefinding.
30057 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
30059 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
30060 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
30062 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
30064 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
30065 * ext/esd/gstesd.c: (plugin_init):
30066 private debugging, better error reporting
30068 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
30070 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30071 (gst_riff_read_init), (gst_riff_read_change_state):
30072 * gst-libs/gst/riff/riff-read.h:
30073 Remove stuff fromold metadata system.
30075 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
30077 * ext/ogg/gstoggdemux.c:
30078 Fix wrong file comment.
30079 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30080 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
30081 Add metadata reading properly.
30083 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
30086 Fix nas DIST_SUBDIRS
30088 Fix bug where make distcheck doesn't get run on adding stuff to
30091 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
30093 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
30094 * ext/divx/gstdivxdec.h:
30095 Fix divx3 ("msmpeg4") playback using divxdec.
30097 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
30099 * gst/typefind/gsttypefindfunctions.c:
30100 (mp3_type_frame_length_from_header): fix bug in length computation
30101 (mp3_type_find): improve debugging output
30103 2004-01-23 Julien MOUTTE <julien@moutte.net>
30105 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30106 (gst_play_set_location), (gst_play_seek_to_time),
30107 (gst_play_set_audio_sink), (gst_play_set_visualization),
30108 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
30109 the pipeline from scratch. Visualization is back and switch went out as
30110 i realized it was not possible to use the way i wanted.
30111 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
30112 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
30113 clearing in state change from READY to NULL. So that one can clean the
30114 X ressources keeping the element.
30115 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30116 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
30117 (gst_xvimagesink_colorbalance_set_value),
30118 (gst_xvimagesink_colorbalance_get_value),
30119 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
30120 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
30121 change from READY to NULL and fixed some stupid bugs in colorbalance
30122 get/set values. Also added the following feature : when nobody tries to
30123 set some values to the colorbalance levels before the xcontext is
30124 grabbed, then when creating channels list from Xv attributes we set the
30125 internal values to the Xv defaults. This way we handle buggy Xv drivers
30126 that set default hue values far from the middle of the range (Thanks
30127 to Jon Trowbridge for pointing that issue).
30128 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
30129 colorbalance levels have been set before xcontext is grabbed.
30131 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
30133 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30134 Fix the ossmixer case where we shouldn't open /dev/dsp* because
30135 it might block operations (which is bad for a mixer).
30137 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
30139 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30140 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
30141 (gmip_find_type_pre):
30142 * gst-libs/gst/media-info/media-info-priv.h:
30143 * gst-libs/gst/media-info/media-info.c:
30144 (gst_media_info_instance_init), (gst_media_info_read_idler):
30145 add fakesink to get caps on decoder src pad again
30146 fix callback prototype to match new have_type signal signature
30148 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
30150 * gst/adder/gstadder.c: (gst_adder_link):
30151 fix non-compile and cut-n-paste code
30153 2004-01-21 David Schleef <ds@schleef.org>
30155 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
30156 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
30157 (gst_swfdec_init), (gst_swfdec_change_state):
30158 * ext/swfdec/gstswfdec.h:
30160 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
30161 (gst_adder_request_new_pad): Fix negotiation.
30162 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
30163 Add a fixate function.
30164 * gst/intfloat/gstfloat2int.c:
30165 * gst/intfloat/gstfloat2int.h:
30166 * gst/intfloat/gstint2float.c:
30167 * gst/intfloat/gstint2float.h:
30168 Completely rewrite the negotiation. Doesn't quite work yet,
30169 due to some buffer-frames problem.
30171 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
30173 * ext/gnomevfs/gstgnomevfssrc.c:
30174 * sys/v4l2/v4l2_calls.h:
30175 fix includes for distcheck
30177 2004-01-21 Christian Schaller <uraeus@gnome.org>
30180 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
30181 based on earlier patch from Laurent Vivier
30183 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
30185 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
30186 Fix wma caps property
30187 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30188 Fix typo (flags1 and flags2)
30190 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30192 * gst-libs/gst/media-info/media-info-priv.c:
30193 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
30194 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
30195 (gmip_find_stream), (gmip_find_track_metadata),
30196 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
30197 (gmip_find_track_format):
30198 * gst-libs/gst/media-info/media-info-priv.h:
30199 * gst-libs/gst/media-info/media-info-test.c: (main):
30200 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30201 (gst_media_info_read_idler), (gst_media_info_read):
30202 * gst-libs/gst/media-info/media-info.h:
30203 register debugging category and use it for debugging
30205 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30207 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
30208 (gst_vorbisfile_new_link):
30209 signal streaminfo through tags
30211 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30213 * ext/mplex/gstmplex.cc:
30214 * ext/mplex/gstmplexibitstream.cc:
30215 g++ doesn't like NULL in our i18n/error macros, should be
30216 either (NULL) or ("").
30218 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30220 * sys/dxr3/dxr3audiosink.c:
30221 * sys/dxr3/dxr3init.c:
30222 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
30223 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
30224 Fix more error error error errors (missing includes here).
30226 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30228 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30229 fix thomas' error errors.
30231 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30233 * ext/mpeg2enc/gstmpeg2enc.cc:
30236 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30238 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30239 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30240 Fix for new error system.
30242 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30244 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30245 fix for new error reporting
30247 2004-01-20 David Schleef <ds@schleef.org>
30249 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30250 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30251 (gst_ximagesink_set_xwindow_id): Change to using a framerate
30252 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30253 and neither is 100+, most likely.
30254 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30255 (gst_xvimagesink_getcaps): same
30257 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
30260 Up version requirement to 2.0.3 (not yet released) to avoid symbol
30261 clashes with ffmpeg.
30263 2004-01-20 Julien MOUTTE <julien@moutte.net>
30265 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30266 (gst_switch_init): Fixed switch element : proxying link and setting
30267 caps from src to sink on request.
30269 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30271 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30272 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30273 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30276 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30278 * sys/v4l/v4l_calls.h:
30279 * sys/v4l2/v4l2_calls.h:
30280 element_error fixes
30282 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30284 * gst-libs/gst/gst-i18n-plugin.h:
30286 remove config.h inclusion
30288 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30291 adding autopoint invocation
30294 * gst-libs/gst/gettext.h:
30295 adding gettext bits
30296 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30297 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30298 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30299 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30300 (gst_gnomevfssink_close_file):
30301 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30302 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30303 * gst-libs/gst/gst-i18n-plugin.h:
30304 * gst/avi/gstavi.c: (plugin_init):
30305 * sys/dxr3/dxr3init.c: (plugin_init):
30306 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30307 * sys/oss/gstossaudio.c: (plugin_init):
30308 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30309 * sys/v4l/gstv4l.c: (plugin_init):
30310 * sys/v4l/v4l_calls.c: (gst_v4l_open):
30311 * sys/v4l2/gstv4l2.c: (plugin_init):
30312 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30313 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30314 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30315 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30316 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30317 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30318 make sure locale and translation domain are set
30319 fix translated strings
30325 put translation files into place
30326 * sys/xvideo/imagetest.c: (main):
30327 * ext/dv/demo-play.c: (main):
30328 fix unnecessary translations
30330 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30332 * ext/sndfile/gstsf.c:
30333 * gst/avi/gstavimux.c:
30334 * ext/audiofile/gstafsink.c:
30335 * ext/audiofile/gstafsrc.c:
30336 * ext/gnomevfs/gstgnomevfssink.c:
30337 * ext/gnomevfs/gstgnomevfssrc.c:
30338 * sys/oss/gstosselement.c:
30339 * sys/v4l/v4l_calls.h:
30342 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30344 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30345 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30346 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30347 (gst_v4l2_get_output), (gst_v4l2_set_output),
30348 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30349 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30350 (gst_v4l2_set_attribute):
30351 update to new error handling
30353 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30355 * ext/sidplay/gstsiddec.cc:
30356 * gst/modplug/gstmodplug.cc:
30357 parenthese NULL because C++ seems angry about it
30359 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30361 * gst-libs/gst/gst-i18n-plugin.h:
30362 add skeleton i18n stuff, but needs to be further implemented
30364 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
30366 * examples/gstplay/player.c: (main):
30367 * ext/aalib/gstaasink.c: (gst_aasink_open):
30368 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30369 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30370 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30371 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30372 (gst_afsink_close_file):
30373 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30374 (gst_afsrc_close_file):
30375 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30376 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30377 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30378 * ext/esd/esdmon.c: (gst_esdmon_get):
30379 * ext/esd/esdsink.c: (gst_esdsink_chain):
30380 * ext/faac/gstfaac.c: (gst_faac_chain):
30381 * ext/faad/gstfaad.c: (gst_faad_chain):
30382 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30383 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30384 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30385 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30386 (gst_flacdec_loop):
30387 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30388 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30389 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30390 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30391 (gst_gnomevfssink_close_file):
30392 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30393 (gst_gnomevfssrc_open_file):
30394 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30395 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30396 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30397 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30398 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30399 * ext/mad/gstmad.c: (gst_mad_chain):
30400 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30401 * ext/mpeg2dec/gstmpeg2dec.c:
30402 * ext/mpeg2enc/gstmpeg2enc.cc:
30403 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30404 * ext/mplex/gstmplex.cc:
30405 * ext/mplex/gstmplexibitstream.cc:
30406 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30407 (gst_ogg_demux_push), (gst_ogg_pad_push):
30408 * ext/raw1394/gstdv1394src.c:
30409 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30410 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30411 * ext/sidplay/gstsiddec.cc:
30412 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30414 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30415 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30416 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30417 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30418 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30419 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30420 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30421 * gst-libs/gst/Makefile.am:
30422 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30423 (gst_riff_read_element_data), (gst_riff_read_seek),
30424 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30425 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30426 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30427 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30428 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30429 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30430 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30431 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30432 * gst/goom/gstgoom.c: (gst_goom_chain):
30433 * gst/id3/gstid3types.c: (gst_id3types_loop):
30434 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30435 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30436 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30437 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30438 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30439 (gst_ebml_read_float), (gst_ebml_read_header):
30440 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30441 (gst_matroska_demux_parse_blockgroup):
30442 * gst/modplug/gstmodplug.cc:
30443 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30444 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30445 * gst/oneton/gstoneton.c: (gst_oneton_chain):
30446 * gst/silence/gstsilence.c: (gst_silence_get):
30447 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30448 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30449 * gst/speed/gstspeed.c: (speed_loop):
30450 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30451 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30452 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30453 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30454 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30455 (gst_wavparse_loop):
30456 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30457 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30458 (dxr3audiosink_close):
30459 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30460 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30461 (dxr3videosink_close), (dxr3videosink_write_data):
30462 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30463 * sys/oss/gstosselement.h:
30464 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30465 (gst_osssink_chain):
30466 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30467 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30468 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30469 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30470 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30471 (gst_v4l_enable_overlay):
30472 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30473 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30474 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30475 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30476 (gst_v4l_set_audio):
30477 * sys/v4l/v4l_calls.h:
30478 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30479 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30480 (gst_v4lmjpegsink_playback_init),
30481 (gst_v4lmjpegsink_playback_start):
30482 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30483 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30484 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30485 (gst_v4lmjpegsrc_requeue_frame):
30486 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30487 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30488 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30489 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30490 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30491 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30492 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30493 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30494 (gst_v4l2src_capture_stop):
30495 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30496 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30497 (gst_ximagesink_chain):
30498 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30499 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30500 (gst_xvideosink_xwindow_new):
30501 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30502 (gst_xvimagesink_chain):
30503 use new error signal, function and categories
30505 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30509 * ext/musicbrainz/gsttrm.c:
30510 * ext/musicbrainz/gsttrm.h:
30511 * ext/musicbrainz/Makefile.am:
30514 2004-01-18 Julien MOUTTE <julien@moutte.net>
30516 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30517 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30518 synchronous property for debugging.
30519 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30520 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30521 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30522 smaller block, fixing indent.
30524 2004-01-16 David Schleef <ds@schleef.org>
30526 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30527 property affects the video stream.
30528 * sys/xvimage/xvimagesink.c:
30529 * sys/xvimage/xvimagesink.h:
30530 Add synchronous property for debugging. Should probably be
30531 disabled in non-CVS builds. Make sure that the Xv attribute
30532 exists before we set it (crash!). Fix a silly float bug that
30533 caused colorbalance to just not work.
30535 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30537 * tools/gst-launch-ext.in - update for new plugins
30539 2004-01-16 David Schleef <ds@schleef.org>
30541 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30542 already-freed caps.
30544 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30546 * Update spec for new colorspace plugin and libcaca plugin
30547 * Fix compilation of libcaca plugin (clock -> id)
30549 2004-01-16 Julien MOUTTE <julien@moutte.net>
30551 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30552 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30553 (gst_xvimagesink_set_xwindow_id),
30554 (gst_xvimagesink_colorbalance_set_value),
30555 (gst_xvimagesink_colorbalance_get_value),
30556 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30557 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30558 correct colorbalance properties. They can now be set when the element
30559 is still in NULL state. The values will be committed to the Xv Port
30560 when xcontext is initialized.
30561 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30562 brightness int values in the GstXvImagesink structure.
30564 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30566 * gst-libs/gst/Makefile.am:
30567 restructure so having local patches works easier.
30569 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30571 * ext/mpeg2enc/Makefile.am:
30572 * ext/mpeg2enc/gstmpeg2enc.cc:
30573 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30574 Bugfix with respect to EOS handling.
30576 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30578 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30579 Link with right caps (else, it segfaults).
30580 * ext/mplex/gstmplexjob.cc:
30581 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30583 2004-01-15 David Schleef <ds@schleef.org>
30585 * gst-libs/gst/audio/Makefile.am:
30586 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30588 * gst-libs/gst/audio/gstaudiofilter.c:
30589 * gst-libs/gst/audio/gstaudiofilter.h:
30590 Add bytes_per_sample and size and n_samples calculation.
30591 * gst-libs/gst/audio/gstaudiofilterexample.c:
30592 Remove, now autogenerated.
30593 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30594 Moved from gstaudiofilterexample, object name changed, code added
30595 so that it actually works.
30596 * gst-libs/gst/audio/make_filter:
30597 Script to build an audiofilter subclass from the template.
30598 * gst/colorspace/Makefile.am:
30599 * gst/colorspace/yuv2yuv.c:
30600 Remove file, since it's GPL, and we don't use it.
30602 2004-01-15 Julien MOUTTE <julien@moutte.net>
30604 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30605 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30606 them use the buffer free function to test how the buffer was allocated.
30608 2004-01-15 David Schleef <ds@schleef.org>
30610 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30611 that handles osssink fallback.
30612 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30613 (gst_audio_convert_getcaps):
30614 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30615 Add audio/x-qdm2 for QDM2 audio.
30616 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30617 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30618 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30619 Decrease minimum size to 16x16.
30620 * gst/wavparse/gstwavparse.c:
30621 Convert disabled pad template caps to new caps.
30622 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30623 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30624 (gst_xvimagesink_chain): Throw element error when display cannot
30625 be opened. Increase minimum framerate to 1.0. Check the data
30626 free function on a buffer to make sure it is the type we expect
30627 before manipulating it.
30629 2004-01-15 Julien MOUTTE <julien@moutte.net>
30631 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30632 (gst_videobalance_colorbalance_set_value): Implement passthru if
30633 settings are in the middle.
30634 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30636 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30638 * gst/videofilter/Makefile.am:
30639 * gst/volume/Makefile.am:
30640 Since we use videofilter symbols, link to it.
30642 2004-01-15 Julien MOUTTE <julien@moutte.net>
30644 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30645 mixer interface type to HARDWARE.
30646 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30648 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30649 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30650 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30651 (gst_volume_interface_init), (gst_volume_list_tracks),
30652 (gst_volume_set_volume), (gst_volume_get_volume),
30653 (gst_volume_set_mute), (gst_volume_mixer_init),
30654 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30655 (volume_init): Implementing mixer interface.
30656 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30657 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30658 (gst_osselement_change_state): Removing some trailing commas in
30660 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30661 interface type to HARDWARE.
30662 * sys/v4l/gstv4lcolorbalance.c:
30663 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30665 * sys/v4l2/gstv4l2colorbalance.c:
30666 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30667 interface type to HARDWARE.
30668 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30669 same code than ximagesink for event handling.
30671 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30673 * ext/snapshot/Makefile.am:
30674 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30675 (gst_snapshot_chain):
30676 * ext/snapshot/gstsnapshot.h:
30677 This has to be a joke... Snapshot should be connected to a tee,
30678 colorspace element before it and EOS after that, where the other
30679 src of the tee receives normal data.
30680 The current way is *wrong*.
30682 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30684 * ext/hermes/gsthermescolorspace.c:
30685 Fix another compile error. Same as below.
30687 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30689 * gst/colorspace/gstcolorspace.c:
30690 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30691 (gst_colorspace_i420_to_yv12):
30692 Fix compiling... Didn't test if it actually works.
30694 2004-01-15 David Schleef <ds@schleef.org>
30697 * gst/colorspace/Makefile.am:
30698 * gst/colorspace/gstcolorspace.c:
30699 * gst/colorspace/gstcolorspace.h:
30700 * gst/colorspace/yuv2rgb.c:
30701 * gst/colorspace/yuv2rgb.h:
30702 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30703 code and GPL code. Fix for new caps negotiation. Rewrite
30704 much of the format handling code, and some of the conversion
30705 code. Basically, rewrote almost everything. This element
30706 handles I420, YV12 to RGB conversions.
30707 * ext/hermes/Makefile.am:
30708 * ext/hermes/gsthermescolorspace.c:
30709 Rename colorspace to hermescolorspace. Fix negotiation issues.
30710 Remove non-Hermes related code. This element handles lots of
30711 RGB to RGB conversions, but no YUV.
30712 * ext/hermes/gstcolorspace.c:
30713 * ext/hermes/gstcolorspace.h:
30714 * ext/hermes/rgb2yuv.c:
30715 * ext/hermes/yuv2rgb.c:
30716 * ext/hermes/yuv2rgb.h:
30717 * ext/hermes/yuv2rgb_mmx16.s:
30718 * ext/hermes/yuv2yuv.c:
30719 * ext/hermes/yuv2yuv.h:
30722 2004-01-14 Colin Walters <walters@verbum.org>
30724 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30725 they've already been.
30727 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30729 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30730 assume tag mode when pad is not connected
30732 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30734 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30735 Don't update the time of the clock
30736 (gst_alsa_sink_loop):
30737 sync to the clock given to alsasink, not the own clock
30738 * sys/oss/gstosssink.c: (gst_osssink_chain):
30740 (gst_osssink_change_state):
30742 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30743 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30744 remove bogus code that made DISCONT events unhandled
30745 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30746 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30748 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30749 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30750 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30751 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30752 2nd warning in bug #131502)
30754 2004-01-14 Julien MOUTTE <julien@moutte.net>
30756 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30757 (gst_videobalance_colorbalance_set_value),
30758 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30759 for colorbalance interface implementation.
30760 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30761 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30762 (gst_ximagesink_dispose), (gst_ximagesink_init),
30763 (gst_ximagesink_class_init): Adding DISPLAY property.
30764 * sys/ximage/ximagesink.h: Adding display_name to store display.
30765 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30766 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30767 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30768 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30769 properties (they still need polishing though for gst-launch use : no
30770 xcontext yet, i ll do that tomorrow).
30771 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30773 2004-01-14 Julien MOUTTE <julien@moutte.net>
30775 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30776 (gst_play_set_location), (gst_play_set_visualization): Preparing
30777 switch integration, adding videobalance in the pipeline.
30779 2004-01-14 Julien MOUTTE <julien@moutte.net>
30781 * gst-libs/gst/colorbalance/colorbalance.c:
30782 (gst_color_balance_class_init): Adding a default type.
30783 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30785 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30786 (gst_videobalance_dispose), (gst_videobalance_class_init),
30787 (gst_videobalance_init), (gst_videobalance_interface_supported),
30788 (gst_videobalance_interface_init),
30789 (gst_videobalance_colorbalance_list_channels),
30790 (gst_videobalance_colorbalance_set_value),
30791 (gst_videobalance_colorbalance_get_value),
30792 (gst_videobalance_colorbalance_init): Implementing colorbalance
30794 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30796 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30797 bug which was triggering a BadAccess X error when setting an overlay
30798 before pad was really negotiated.
30799 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30800 Using the colorbalance type macro.
30802 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30804 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30805 (gst_flacenc_chain):
30806 handle tags correctly
30807 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30808 extract ID3v1 tags correctly
30810 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30812 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30814 Improve matroska typefinding for odd-typed headers...
30816 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30818 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30819 Fix for using incremental number on padnames.
30821 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30823 * ext/divx/gstdivxdec.c:
30824 * ext/divx/gstdivxenc.c:
30825 Set category to divx4linux instead of divx (too generic).
30826 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30827 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30828 (gst_wavparse_loop), (gst_wavparse_change_state):
30829 * gst/wavparse/gstwavparse.h:
30830 fix parsing of WAV files with non-standard fmt-tag size and fix
30831 skipping of unrecognized chunks... Someone please fix this thing
30832 to use rifflib so all this is automated.
30833 * sys/v4l/Makefile.am:
30834 * sys/v4l2/Makefile.am:
30835 Add X_CFLAGS because we depend on X (for overlay).
30837 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30839 * ext/mpeg2dec/gstmpeg2dec.c:
30840 Don't issue a timestamp unless we tagged the frame
30843 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30845 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30846 Query the audio element to get the time, not the clock. We're
30847 interested in the element's time here.
30849 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30851 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30852 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30853 * ext/esd/esdsink.c: (gst_esdsink_chain):
30854 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30855 * ext/mas/massink.c: (gst_massink_chain):
30856 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30857 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30858 (gst_matroska_demux_parse_metadata):
30859 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30860 (gst_mpeg_parse_release_locks):
30861 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30862 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30863 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30864 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30865 (gst_osssink_change_state):
30866 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30867 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30868 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30869 (gst_xvideosink_release_locks):
30870 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30872 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30873 (gst_alsa_clock_stop):
30874 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30875 (gst_audio_clock_get_internal_time):
30876 simplify for use with new clocking code.
30877 * testsuite/alsa/Makefile.am:
30878 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30879 fix testsuite for new caps system
30881 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30883 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30884 * ext/flac/gstflacenc.c: (add_one_tag):
30885 length is already host endian, no need to convert. Fixes playback of
30886 tagged files on PPC. (bug #128384)
30888 2004-01-13 Julien MOUTTE <julien@moutte.net>
30890 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30891 colorbalance interface stating if it is hardware based or software
30893 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30894 Removing a trailing comma.
30895 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30896 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30897 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30898 the documentation seems to be wrong on the -1000 to 1000 interval.
30900 2004-01-12 David Schleef <ds@schleef.org>
30902 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30903 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30904 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30905 Fix negotiation. Add a bufferalloc function for the sink pad,
30906 and generally clean up some of the code.
30908 2004-01-12 Julien MOUTTE <julien@moutte.net>
30910 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30911 (gst_color_balance_channel_dispose): Adding safety check in dispose
30913 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30914 (gst_xvimagesink_xcontext_clear),
30915 (gst_xvimagesink_interface_supported),
30916 (gst_xvimagesink_colorbalance_list_channels),
30917 (gst_xvimagesink_colorbalance_set_value),
30918 (gst_xvimagesink_colorbalance_get_value),
30919 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30920 Adding colorbalance interface support to set XV parameters such as
30921 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30922 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30925 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30927 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30928 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30929 (gst_audio_convert_init), (gst_audio_convert_set_property),
30930 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30931 (gst_audio_convert_link),
30932 (gst_audio_convert_buffer_to_default_format),
30933 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30934 - implement _getcaps and use it
30936 - remove float caps since no float conversion is actually done
30937 - remove properties and arguments that were to be used for rate
30940 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30942 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30943 (gst_audio_structure_set_int):
30944 * gst-libs/gst/audio/audio.h:
30945 add helper functions for _getcaps matching the standard audio
30948 2004-01-12 David Schleef <ds@schleef.org>
30950 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30951 Test that pad is negotiated before getting its caps.
30953 2004-01-12 Julien MOUTTE <julien@moutte.net>
30955 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30956 analyzing the pads of an element the bin is mostly in READY state so
30957 no caps were negotiated. This helper function needs to work with
30958 _get_caps directly then. I was not freeing them though, added that to
30961 2004-01-12 Julien MOUTTE <julien@moutte.net>
30963 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30964 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30965 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30966 than the free_func.
30968 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30970 * sys/oss/gstossaudio.c: (plugin_init):
30971 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30972 * sys/oss/gstosselement.h:
30973 make an oss debugging category
30974 make failure more descriptive
30976 2004-01-11 David Schleef <ds@schleef.org>
30978 * ext/ffmpeg/gstffmpeg.c:
30979 * ext/ffmpeg/gstffmpegcodecmap.c:
30980 * ext/ffmpeg/gstffmpegdec.c:
30981 * ext/ffmpeg/gstffmpegenc.c:
30982 * ext/ffmpeg/gstffmpegprotocol.c:
30983 * ext/gdk_pixbuf/gstgdkanimation.c:
30984 * ext/jpeg/gstjpeg.c:
30985 * ext/libpng/gstpng.c:
30986 * ext/mpeg2dec/perftest.c:
30987 * ext/speex/gstspeex.c:
30988 * gst-libs/gst/resample/dtos.c:
30989 * gst/intfloat/gstintfloatconvert.c:
30990 * gst/oneton/gstoneton.c:
30991 * gst/rtjpeg/RTjpeg.c:
30992 * gst/rtp/gstrtp.c:
30993 * sys/dxr3/dxr3init.c:
30994 * sys/glsink/gstgl_nvimage.c:
30995 * sys/glsink/gstgl_pdrimage.c:
30996 * sys/glsink/gstglsink.c:
30997 * testsuite/gst-lint:
30998 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
31000 2004-01-11 David Schleef <ds@schleef.org>
31002 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
31003 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
31004 * ext/gdk_pixbuf/gstgdkanimation.c:
31005 (gst_gdk_animation_iter_create_pixbuf):
31006 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31007 (gst_gdk_pixbuf_chain):
31008 * ext/gdk_pixbuf/gstgdkpixbuf.h:
31009 * ext/jack/gstjack.c: (gst_jack_change_state):
31010 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
31011 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
31012 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31013 * gst/videofilter/gstvideofilter.c:
31014 (gst_videofilter_set_output_size):
31015 Remove all usage of gst_pad_get_caps(), and replace it with
31016 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
31018 2004-01-11 David Schleef <ds@schleef.org>
31021 * ext/Makefile.am: Fixes to make ext/libcaca compile.
31022 * ext/divx/gstdivxdec.c:
31023 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31024 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
31025 handle images that span multiple buffers. Now work with both
31026 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
31027 * ext/gdk_pixbuf/gstgdkpixbuf.h:
31028 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
31029 video/video.h changes
31030 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
31031 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31032 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
31033 of GstData free function.
31034 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31037 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
31039 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
31040 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
31041 (gst_v4l2element_get_property):
31042 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
31043 add norm, channel and frequency properties.
31044 * sys/v4l2/gstv4l2tuner.c:
31045 fixes for tuner interface changes
31046 * sys/v4l2/gstv4l2element.h:
31047 * sys/v4l2/gstv4l2src.c:
31048 * sys/v4l2/gstv4l2src.h:
31049 * sys/v4l2/v4l2src_calls.c:
31050 * sys/v4l2/v4l2src_calls.h:
31051 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
31053 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
31055 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
31056 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
31057 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
31058 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
31059 * gst-libs/gst/tuner/tuner.h:
31060 GObjects aren't const.
31061 Add find_by_name functions.
31062 Add checks to _changed functions.
31063 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
31064 (gst_v4l_tuner_get_norm):
31067 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
31069 * gst-libs/gst/video/video.h:
31070 Fix caps template names to be understandable.
31071 Prefix everything with GST_VIDEO.
31072 * ext/aalib/gstaasink.c:
31073 * ext/divx/gstdivxdec.c:
31074 * ext/divx/gstdivxenc.c:
31075 * ext/gdk_pixbuf/gstgdkpixbuf.c:
31076 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
31077 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
31078 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
31079 * ext/libcaca/gstcacasink.c:
31080 * ext/libpng/gstpngenc.c: (raw_caps_factory):
31081 * ext/snapshot/gstsnapshot.c:
31082 * ext/swfdec/gstswfdec.c:
31083 * ext/xvid/gstxviddec.c:
31084 * ext/xvid/gstxvidenc.c:
31085 * gst/chart/gstchart.c:
31086 * gst/deinterlace/gstdeinterlace.c:
31087 * gst/effectv/gsteffectv.c:
31088 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31089 * gst/goom/gstgoom.c:
31090 * gst/median/gstmedian.c:
31091 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
31092 (gst_monoscope_srcconnect), (gst_monoscope_chain):
31093 * gst/overlay/gstoverlay.c:
31094 * gst/smooth/gstsmooth.c:
31095 * gst/smpte/gstsmpte.c:
31096 * gst/synaesthesia/gstsynaesthesia.c:
31097 * gst/videocrop/gstvideocrop.c:
31098 * gst/videodrop/gstvideodrop.c:
31099 * gst/y4m/gsty4mencode.c:
31100 * sys/qcam/gstqcamsrc.c:
31101 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
31102 Make them work with new video.h file.
31103 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31104 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31105 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31106 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31107 Make it work with new buffer allocation system.
31109 2004-01-11 Julien MOUTTE <julien@moutte.net>
31111 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
31112 pad_alloc_buffer implementation to use ->srcpad
31113 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
31114 pad_alloc_buffer implementation to use ->srcpad
31115 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
31116 pad_alloc_buffer implementation to use ->srcpad
31117 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31118 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31119 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31120 a reference to everything we need.
31121 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
31122 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31123 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31124 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31125 a reference to everything we need.
31126 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
31128 2004-01-11 David Schleef <ds@schleef.org>
31130 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
31131 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
31132 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
31134 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
31135 value during a resize/renegotiation.
31136 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
31137 gst_pad_alloc_buffer();
31138 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31139 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
31141 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31142 Fix for rename of buffer private structure members.
31143 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31144 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31145 Fix for rename of buffer private structure members.
31146 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31147 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31148 Fix for rename of buffer private structure members.
31150 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
31152 reviewed by: David Schleef <ds@schleef.org>
31154 * gst/videofilter/Makefile.am:
31155 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
31156 from the patch by ds to fit in with recent make_filter changes.
31158 2004-01-11 Julien MOUTTE <julien@moutte.net>
31160 * configure.ac: Adding examples/switch/Makefile
31161 * examples/Makefile.am: Adding examples/switch
31162 * examples/switch/Makefile.am: Adding switcher example.
31163 * examples/switch/switcher.c: (got_eos), (idle_iterate),
31164 (switch_timer), (main): Adding an example demonstrating switch usage
31165 with 2 videotestsrc showing different patterns.
31166 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
31167 (gst_switch_init): Fixing switch with the new caps system.
31169 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31171 * gst-libs/gst/video/video.h:
31172 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
31173 They should probably be like
31174 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
31176 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31178 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31179 (qtdemux_parse_trak):
31180 fix audio chunk size/timestamp calculation
31182 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31184 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31187 2004-01-11 Steve Baker <steve@stevebaker.org>
31189 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
31190 (gst_agingtv_base_init), (gst_agingtv_class_init),
31191 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
31192 (gst_agingtv_set_property), (gst_agingtv_get_property):
31193 Port agingTV to videofilter
31195 2004-01-09 Julien MOUTTE <julien@moutte.net>
31197 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
31198 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31200 2004-01-09 Julien MOUTTE <julien@moutte.net>
31202 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
31203 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31204 * gst-libs/gst/xoverlay/xoverlay.c:
31205 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
31206 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
31207 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31208 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31209 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31210 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31211 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
31212 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
31213 the bufferalloc_function to replace bufferpools, fixing the XOverlay
31214 interface implementation to handle xid being 0 and fix some bugs
31215 triggered by Benjamin's testcase.
31216 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31217 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
31218 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
31219 the bufferalloc_function to replace bufferpools, fixing the XOverlay
31220 interface implementation to handle xid being 0 and fix some bugs
31221 triggered by Benjamin's testcase.
31223 2004-01-09 David Schleef <ds@schleef.org>
31225 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
31226 mouse pointer events. It works.
31228 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
31230 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
31231 Use explicit caps - fix capsnego.
31232 * ext/xvid/gstxviddec.c:
31233 * ext/xvid/gstxvidenc.c:
31234 Remove macro-inside-macro which caused compile errors.
31235 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
31236 Error out if it's not a RIFF file. Else we error out without
31237 gst_element_error() which is not good...
31239 2004-01-08 David Schleef <ds@schleef.org>
31241 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31242 Fix pad_link function to handle formats that ffmpeg returns
31243 as multiple caps structures.
31244 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31245 Only complain if source buffer is _smaller_ than expected.
31246 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31247 (gst_videoscale_handle_src_event): Resize navigation events
31248 when passing them upstream.
31249 * gst/videotestsrc/gstvideotestsrc.c:
31250 * gst/videotestsrc/gstvideotestsrc.h:
31251 * gst/videotestsrc/videotestsrc.c:
31252 * gst/videotestsrc/videotestsrc.h:
31253 Rewrite many of the buffer painting functions to handle odd
31254 sizes (for many formats, size%4!=0 or size%8!=0). Most have
31255 been verified to work with my video card.
31256 * testsuite/gst-lint: Add check for elements calling
31257 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31259 2004-01-08 David Schleef <ds@schleef.org>
31261 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31262 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31264 2004-01-08 Julien MOUTTE <julien@moutte.net>
31266 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31267 configure event is not emiting the desired size signal. That fixes
31268 aspect ratio issues with gst-player.
31270 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
31272 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31275 2004-01-08 Julien MOUTTE <julien@moutte.net>
31277 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31278 public method to fire size signal.
31280 2004-01-07 Julien MOUTTE <julien@moutte.net>
31282 * examples/gstplay/Makefile.am: Adding the interface library.
31283 * gst-libs/gst/play/Makefile.am: Adding the interface library.
31284 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
31285 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31286 GST_IS_X_OVERLAY before signal connect.
31287 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31288 Removing the have_video_size signal.
31289 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31290 and associated public method.
31291 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31292 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31294 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31295 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31297 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31298 Using XOverlay public method to fire size signal.
31300 2004-01-07 David Schleef <ds@schleef.org>
31302 * gst/videofilter/Makefile.am:
31303 * gst/videofilter/gstvideotemplate.c:
31304 * gst/videofilter/make_filter:
31305 Create gstvideoexample.c in a srcdir!=builddir friendly way.
31306 Convert make_filter to /bin/sh script.
31308 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
31310 * gst/modplug/gstmodplug.cc: fix element description
31312 2004-01-07 Julien MOUTTE <julien@moutte.net>
31314 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31315 (got_video_size): Adding some new lines in g_print calls.
31316 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31317 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31318 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31319 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31320 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31321 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31322 Complete code review, reverting some stuff i disagree with, adding
31323 some fixes : time synchronization on invalid timestamps, renegotiation
31325 * sys/ximage/ximagesink.h:
31326 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31327 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31328 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31329 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31330 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31331 (gst_xvimagesink_buffer_new),
31332 (gst_xvimagesink_navigation_send_event),
31333 (gst_xvimagesink_set_xwindow_id),
31334 (gst_xvimagesink_get_desired_size),
31335 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31336 stuff i disagree with, adding some fixes : Renegotiation of private
31337 window, implementing get_desired_size.
31339 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
31341 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31342 (gst_afsink_handle_event):
31343 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31344 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31345 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31346 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31347 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31348 Fix for instantiate-test (see core). Also remove dead code from
31349 jpegenc (which still needs fixing, but that's lower on my TODO
31351 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31352 Never return NULL as caps.
31354 2004-01-07 David Schleef <ds@schleef.org>
31358 * ext/librfb/Makefile.am:
31359 * ext/librfb/gstrfbsrc.c:
31360 New source plugin based on librfb-0.1. RFB (remote framebuffer)
31361 is the protocol used by VNC.
31363 2004-01-07 David Schleef <ds@schleef.org>
31365 * gst/videofilter/gstvideotemplate.c:
31366 * gst/videofilter/gstvideotemplate.h:
31367 * gst/videofilter/make_filter:
31368 Merge videotemplate header into source file.
31369 * gst/effectv/Makefile.am:
31370 * gst/effectv/gsteffectv.c: (plugin_init):
31371 * gst/effectv/gstwarp.c:
31372 Make warpTV a subclass of videofilter.
31374 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31376 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31377 Add guard against invalid utf-8 conversions in mad. Just in case.
31379 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31381 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31382 Fix for bug shown by poisoning
31384 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31386 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31387 (gst_v4lmjpegsrc_buffer_free):
31388 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31389 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31390 (gst_v4lsrc_buffer_free):
31391 Fix for removed bufferpools.
31393 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31395 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31396 Fix caps negotiation.
31398 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31399 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31400 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31402 * ext/mpeg2dec/gstmpeg2dec.c:
31403 * gst-libs/gst/navigation/navigation.c:
31404 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31405 * gst-libs/gst/navigation/navigation.h:
31406 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31407 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31408 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31409 Super-simple first version of mouse and keyboard events. Clicking
31410 on a DVD menu now works, although it may not take you where you
31413 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31414 * gst/videotestsrc/gstvideotestsrc.c:
31415 (gst_videotestsrc_src_fixate):
31416 These fixate functions were broken - they never actually
31419 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31421 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31422 (gst_icecastsend_init):
31423 fix for new caps system.
31424 * gst-libs/gst/mixer/mixertrack.h:
31425 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31426 Add 'master track' flag (for tools like ACME that only want to
31427 change the main volume).
31429 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31431 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31432 (gst_xvid_csp_to_caps):
31433 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31434 * ext/xvid/gstxvidenc.c:
31435 ifdef out ARGB type when it isn't available
31436 in xvidcore 1.0.0beta2
31438 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31440 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31441 When we have received a new SCR right in the first buffer after
31442 a seek (so in the same cycle that handles the discont), we should
31443 handle the buffer instead of unreffing it, else we lose data.
31445 2004-01-06 Iain <iain@prettypeople.org>
31447 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31448 buffer-frames caps too.
31450 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31451 caps that we need, don't destroy them all and rebuild them. And when
31452 creating src pads, use the src pad template rather than the sink...
31454 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
31456 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31457 Add pad to element *after* setting functions such as event handler.
31458 Without this, the scheduler (opt) will link pads, set the event
31459 handler from the default event function (dispatcher in gstpad.c)
31460 and *after* that, we will set our own event function, which will
31461 thus never be used (and thus mpegdemux doesn't handle events).
31463 2004-01-04 David Schleef <ds@schleef.org>
31465 Fix the fixate functions to handle new prototype:
31466 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31467 * gst/videotestsrc/gstvideotestsrc.c:
31468 (gst_videotestsrc_src_fixate):
31469 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31470 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31471 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31473 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31475 * sys/ximage/ximagesink.h:
31476 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31477 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31478 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31479 (gst_ximagesink_xoverlay_init):
31480 assorted fixes to make (re)embedding work
31481 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31482 (gst_ximagesink_get_desired_size):
31483 implement desired size additions to XOverlay
31485 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31487 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31488 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31489 (gst_x_overlay_got_desired_size):
31490 * gst-libs/gst/xoverlay/xoverlay.h:
31491 Add optional "desired size" signal and querying.
31493 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31495 * gst/matroska/matroska-demux.c:
31496 (gst_matroska_demux_parse_blockgroup):
31497 Fix EBML-laced block parsing. Diffs are relative to previous
31498 lace, not the first lace. Thanks to Mosu from the Matroska
31499 team for detecting this.
31500 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31501 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31502 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31503 (gst_wavparse_change_state):
31504 * gst/wavparse/gstwavparse.h:
31505 Quickfix for capsnego.
31507 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31509 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31510 Fix indenting, fix pad creation.
31512 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31514 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31515 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31516 (gst_xviddec_sink_link):
31517 Implement src_getcaps() so proper size caps is negotiated.
31519 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31521 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31522 Finish flac decoder on EOS. See #116178.
31524 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31526 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31527 (gst_matroska_demux_add_stream):
31528 * gst/matroska/matroska-ids.h:
31529 Add getcaps() function to fix capsnego...
31531 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31533 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31534 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31535 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31536 Fix more integer overflows. Again, see #126967.
31538 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31540 * ext/mpeg2dec/gstmpeg2dec.c:
31541 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31544 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31547 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31548 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31549 * ext/xvid/gstxvid.h:
31550 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31551 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31552 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31553 (gst_xviddec_change_state):
31554 * ext/xvid/gstxviddec.h:
31555 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31556 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31557 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31558 (gst_xvidenc_link), (gst_xvidenc_set_property),
31559 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31560 * ext/xvid/gstxvidenc.h:
31561 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31563 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31565 * gst/rtp/rtp-packet.c:
31566 Add sys/types.h include, since OS X doesn't define in_addr_t
31567 in netinet/in.h, like it does on Linux (see #129600).
31569 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31571 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31573 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31574 Correct logic of dispose function (see #129306).
31576 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31578 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31579 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31580 (gst_mpeg_parse_init):
31581 * gst/mpegstream/gstmpegparse.h:
31582 Remove clock (which was never provided, i.e. dead code), and
31583 also fix integer overflows at high PTS values (see #126967).
31585 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31587 * ext/flac/gstflacdec.c:
31588 * ext/libpng/gstpngenc.h:
31589 * ext/mikmod/gstmikmod.h:
31590 OS X fixes (see #126628).
31592 2004-01-02 David Schleef <ds@schleef.org>
31594 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31595 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31596 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31597 (gst_mpeg_parse_class_init): Move pad template registration
31598 to class_init, since the derived class (mpegdemux) doesn't
31601 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31603 * sys/ximage/Makefile.am:
31604 * sys/xvideo/Makefile.am:
31605 * sys/xvimage/Makefile.am:
31606 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31607 after installation (see #127664).
31609 2004-01-02 David Schleef <ds@schleef.org>
31611 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31612 (gst_ffmpegenc_connect): Negotiation fixes.
31613 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31614 Remove inappropriate gst_caps_free().
31615 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31616 Reenable Ronald's internal resize code, since the core handles
31619 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31621 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31622 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31623 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31624 Fix pad template stuff.
31626 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31628 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31629 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31630 fix signed integer reading/writing.
31632 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31635 Remove outdated document
31637 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31639 * gst/cutter/gstcutter.c: (gst_cutter_init):
31640 src pad was being created twice - oops.
31642 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31644 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31645 Comment out internal resize. It doesn't handle the resulting
31646 XEvent internally, does another try_set_caps() which leads to
31647 a really nice loop.
31648 Real fix will come when Julien and Dave are awake. ;).
31650 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31652 * ext/mpeg2enc/gstmpeg2enc.cc:
31653 fix const/nonconst compile issue.
31655 2004-01-02 David Schleef <ds@schleef.org>
31657 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31658 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31659 Add fixate function and a check for bad formats.
31661 2004-01-01 David Schleef <ds@schleef.org>
31664 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31665 (gst_audiofilter_init):
31666 * gst/debug/efence.c: (gst_efence_init):
31667 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31668 (gst_deinterlace_init):
31669 * gst/volume/gstvolume.c: (volume_connect):
31671 2004-01-01 David Schleef <ds@schleef.org>
31673 Convert elements to use gst_pad_use_explicit_caps() where
31675 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31676 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31677 (gst_afparse_open_file):
31678 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31679 (gst_afsrc_open_file):
31680 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31681 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31682 (gst_ffmpegdec_chain):
31683 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31684 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31685 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31686 (gst_gdk_pixbuf_chain):
31687 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31688 (gst_jpegdec_chain):
31689 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31690 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31691 (gst_mikmod_negotiate):
31692 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31693 (gst_mpeg2dec_negotiate_format):
31694 * ext/mpeg2enc/gstmpeg2enc.cc:
31695 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31696 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31697 (gst_speexdec_sinkconnect):
31698 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31699 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31700 (gst_vorbisfile_new_link):
31701 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31702 (gst_ac3parse_chain):
31703 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31704 (gst_asf_demux_setup_pad):
31705 * gst/auparse/gstauparse.c: (gst_auparse_init),
31706 (gst_auparse_chain):
31707 * gst/id3/gstid3types.c: (gst_id3types_loop):
31708 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31709 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31710 (mp1videoparse_parse_seq):
31711 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31713 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31714 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31715 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31716 (gst_mpeg_parse_send_data):
31717 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31718 (gst_qtdemux_add_stream):
31719 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31720 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31721 (gst_wavparse_parse_fmt):
31723 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31726 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31727 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31728 it therefore uses the wrong include paths. Too bad... Note
31729 that 1.6.1.93 is not release yet. ;).
31730 Also add a check for mplex, which is now using the lib'ified
31731 mplex from mjpegtools, too.
31732 * ext/ffmpeg/gstffmpegcodecmap.c:
31733 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31734 issues. I don't think ffmpeg handles 3ivx correctly, so this
31735 probably won't work. But it won't hurt either.
31736 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31737 (gst_ffmpegdec_chain):
31738 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31739 (gst_ffmpegenc_chain_audio):
31740 Fix memleak in audio encoding. Close codec if open fails, this
31741 calls the cleanup routines so we can re-use the context.
31742 * ext/mpeg2enc/gstmpeg2enc.cc:
31743 Fix pad template names/types, fix memory issue with getcaps().
31744 * ext/mpeg2enc/gstmpeg2encoder.cc:
31745 * ext/mpeg2enc/gstmpeg2encoder.hh:
31746 Fix compile issue with new caps system (const thingy).
31747 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31748 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31749 We read a first frame right on initing, so that we have a caps
31750 when we init the output. This caps is cached in padprivate and
31751 read as first frame.
31752 * ext/mplex/Makefile.am:
31753 * ext/mplex/gstmplex.cc:
31754 * ext/mplex/gstmplex.h:
31755 * ext/mplex/gstmplex.hh:
31756 * ext/mplex/gstmplexibitstream.cc:
31757 * ext/mplex/gstmplexibitstream.hh:
31758 * ext/mplex/gstmplexjob.cc:
31759 * ext/mplex/gstmplexjob.hh:
31760 * ext/mplex/gstmplexoutputstream.cc:
31761 * ext/mplex/gstmplexoutputstream.hh:
31762 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31763 had issues, didn't do capsnego, supported only a subset of the
31764 mplex features and required a mplex fork in our local CVS. Plus
31765 that it worked agaist a very old mplex version. Rewriting was
31766 faster than updating it.
31767 * gst-libs/ext/Makefile.am:
31768 * gst-libs/ext/mplex/INSTRUCT:
31769 * gst-libs/ext/mplex/Makefile.am:
31770 * gst-libs/ext/mplex/README:
31771 * gst-libs/ext/mplex/TODO:
31772 * gst-libs/ext/mplex/ac3strm_in.cc:
31773 * gst-libs/ext/mplex/audiostrm.hh:
31774 * gst-libs/ext/mplex/audiostrm_out.cc:
31775 * gst-libs/ext/mplex/aunit.hh:
31776 * gst-libs/ext/mplex/bits.cc:
31777 * gst-libs/ext/mplex/bits.hh:
31778 * gst-libs/ext/mplex/buffer.cc:
31779 * gst-libs/ext/mplex/buffer.hh:
31780 * gst-libs/ext/mplex/fastintfns.h:
31781 * gst-libs/ext/mplex/format_codes.h:
31782 * gst-libs/ext/mplex/inputstrm.cc:
31783 * gst-libs/ext/mplex/inputstrm.hh:
31784 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31785 * gst-libs/ext/mplex/mjpeg_logging.cc:
31786 * gst-libs/ext/mplex/mjpeg_logging.h:
31787 * gst-libs/ext/mplex/mjpeg_types.h:
31788 * gst-libs/ext/mplex/mpastrm_in.cc:
31789 * gst-libs/ext/mplex/mpegconsts.cc:
31790 * gst-libs/ext/mplex/mpegconsts.h:
31791 * gst-libs/ext/mplex/mplexconsts.hh:
31792 * gst-libs/ext/mplex/multplex.cc:
31793 * gst-libs/ext/mplex/outputstream.hh:
31794 * gst-libs/ext/mplex/padstrm.cc:
31795 * gst-libs/ext/mplex/padstrm.hh:
31796 * gst-libs/ext/mplex/stillsstream.cc:
31797 * gst-libs/ext/mplex/stillsstream.hh:
31798 * gst-libs/ext/mplex/systems.cc:
31799 * gst-libs/ext/mplex/systems.hh:
31800 * gst-libs/ext/mplex/vector.cc:
31801 * gst-libs/ext/mplex/vector.hh:
31802 * gst-libs/ext/mplex/videostrm.hh:
31803 * gst-libs/ext/mplex/videostrm_in.cc:
31804 * gst-libs/ext/mplex/videostrm_out.cc:
31805 * gst-libs/ext/mplex/yuv4mpeg.cc:
31806 * gst-libs/ext/mplex/yuv4mpeg.h:
31807 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31808 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31809 We don't fork mjpegtools' mplex in our CVS anymore.
31810 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31811 (gst_avi_demux_add_stream):
31812 * gst/avi/gstavidemux.h:
31813 Add getcaps() function for proper caps nego. This makes some
31814 parts of AVI playback/reading work.
31815 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31816 Resize window on new capsnego. This is probably wrong, but
31817 I'm still committing it because with current capsnego, the
31818 first successfull capsnego is auto-fixated, therefore rounded
31819 down to the lowest values in the caps. this results in a 16x16
31820 XWindow that is not reized when real capsnego finishes.
31821 Dave, I see more cases of this, do you know a proper solution?
31822 * tools/gst-launch-ext.in:
31823 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31825 2003-12-31 David Schleef <ds@schleef.org>
31827 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31828 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31829 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31831 2003-12-30 David Schleef <ds@schleef.org>
31833 * ext/ffmpeg/gstffmpegcolorspace.c:
31834 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31835 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31836 (gst_ffmpegcsp_chain): Negotiation fixes
31837 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31838 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31839 (gst_audio_convert_link), (gst_audio_convert_channels):
31840 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31841 (gst_audioscale_link), (gst_audioscale_get_buffer),
31842 (gst_audioscale_chain): Negotiation fixes
31843 * gst/audioscale/gstaudioscale.h:
31844 * gst/videofilter/gstvideofilter.c:
31845 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31846 (gst_videofilter_link), (gst_videofilter_init),
31847 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31848 (gst_videofilter_find_format_by_structure):
31849 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31850 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31851 (gst_videoscale_link):
31852 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31853 (videoscale_find_by_structure), (gst_videoscale_setup):
31854 * gst/videoscale/videoscale.h: Negotiation fixes
31855 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31856 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31857 function, restrict resizing to a multiple of 4 (hack until
31858 everyone supports odd sizes correctly).
31860 2003-12-29 Colin Walters <walters@verbum.org>
31862 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31865 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31867 * ext/sndfile/gstsf.c: (gst_sf_loop):
31868 Fix warning about discarding const qualifier
31870 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31872 * gst/cutter/gstcutter.c:
31873 * gst/videoscale/gstvideoscale.c:
31874 * gst/volenv/gstvolenv.c:
31875 * gst-libs/gst/audio/audio.c:
31876 * gst-libs/gst/video/video.c:
31879 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31881 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31882 Don't send ALSA debugging to stderr.
31883 * ext/alsa/gstalsa.h:
31884 Use GST_WARNING instead of g_warning when ALSA functions fail.
31886 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31888 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31889 Free XVAdapterInfo correctly.
31891 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31893 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31894 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31895 Make id3tag use correct caps nego.
31897 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31899 * ext/ivorbis/vorbis.c:
31900 * ext/ivorbis/vorbisenc.h:
31901 * ext/ivorbis/vorbisfile.c:
31902 Modify so that it uses the new caps things
31904 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31906 * testsuite/spider/spider1.c: (main):
31907 * testsuite/spider/spider2.c: (main):
31908 * testsuite/spider/spider3.c: (main):
31909 Make tests compile again. They probably don't work.
31911 2003-12-24 Colin Walters <walters@verbum.org>
31913 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31914 we can't fixate the caps anymore.
31916 2003-12-23 David Schleef <ds@schleef.org>
31918 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31919 * sys/oss/gstosssink.c: (gst_osssink_init),
31920 (gst_osssink_sink_fixate): Add fixate function.
31922 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31924 * ext/ffmpeg/gstffmpegcodecmap.c:
31925 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31926 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31927 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31928 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31929 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31930 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31931 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31932 fix typo in RGB masks, and move back to "old" colorspace
31933 capsnego code until whoever wrote this new crap has actually
31934 tested it so that it works.
31935 And yes, this works, keep it that way please.
31937 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31939 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31940 (gst_divxdec_init), (gst_divxdec_negotiate):
31941 * ext/divx/gstdivxdec.h:
31942 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31943 (gst_divxenc_init):
31944 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31945 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31946 * ext/mpeg2enc/gstmpeg2enc.cc:
31947 * ext/mpeg2enc/gstmpeg2encoder.cc:
31948 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31949 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31950 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31951 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31952 (dxr3spusink_init):
31953 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31954 (dxr3videosink_init):
31955 Fix caps breakage after Dave's caps branch merge.
31957 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31959 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31960 Fix for 24bpp display.
31962 2003-12-23 Colin Walters <walters@verbum.org>
31964 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31965 a GnomeVFSHandle directly.
31967 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31969 * gst/volume/Makefile.am:
31970 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31971 (volume_base_init), (volume_init):
31972 Reenable volume element and fix to work with new caps stuff.
31973 Rhythmbox needs this.
31975 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31977 * gst/qtdemux/qtdemux.c: (plugin_init):
31978 qtdemux requires bytestream
31980 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31982 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31983 Fix remaining caps handling errors due to CAPS merge.
31985 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31987 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31988 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31989 (gst_faad_srcconnect):
31990 Port to new caps system.
31992 2003-12-21 Julien MOUTTE <julien@moutte.net>
31994 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31995 (got_video_size), (main): using g_print instead of g_message.
31996 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31997 signal which was not emitted because of "switch" element added to the
31998 bin but not connected. (Removing from the bin temporarily)
32000 2003-12-21 Julien MOUTTE <julien@moutte.net>
32002 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
32003 find X development files. I don't understand the previous tests and
32004 they fail on my debian/ppc unstable. This one works.
32005 * examples/gstplay/player.c: (main): Set the pipeline to READY before
32007 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
32008 (gst_play_set_video_sink), (gst_play_set_audio_sink),
32009 (gst_play_set_visualization): Add some safety checks in set_ methods
32010 and state_change. This was throwing some ugly CRITICAL messages when
32011 pipeline was getting disposed and casts were failing.
32013 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
32016 Improve mpeg2enc detection. This is for distributions that do
32017 ship mjpegtools, but without mpeg2enc. Also does object check
32018 for might there ever be ABI incompatibility.
32019 * ext/mpeg2enc/gstmpeg2enc.cc:
32020 Add Andrew as second maintainer (he's helping me), and also add
32021 an error if no caps was set. This happens if I pull before capsnego
32022 and that's something I should solve sometime else.
32023 * gst/matroska/matroska-demux.c:
32024 (gst_matroska_demux_parse_blockgroup):
32026 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
32027 (gst_matroska_mux_track_header):
32028 Add caps to templates.
32029 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
32030 Add mpegversion=1 to prevent confusion with MPEG/AAC.
32031 * gst/mpegstream/gstmpegdemux.c:
32032 Remove layer since it causes warnings about unfixed caps.
32033 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32034 Fix obvious typo (we error out if caps were set, we should of
32035 course error out if *no* caps were set).
32036 * sys/oss/gstosselement.c: (gst_osselement_convert):
32037 Fix format conversion, we confused bits/bytes.
32038 * sys/oss/gstosselement.h:
32039 Improve documentation for 'bps'.
32041 Remove stuff about plugins that need removing - this was done
32043 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
32044 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
32045 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
32046 (gst_v4lsrc_src_query):
32047 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
32048 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
32049 Add get_query_types(), get_formats() and query() functions.
32051 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
32053 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
32054 * moved CVS to freedesktop.org