1 2007-04-10 Thomas Vander Stichele <thomas at apestaart dot org>
3 * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
4 gst_gdp_pay_chain, gst_gdp_pay_sink_event):
5 Only stamp buffers with offset/offset_end right before they get
6 pushed. This ensures offset continuity, which was not the case
8 gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
10 2007-04-06 Wim Taymans <wim@fluendo.com>
12 * gst/playback/gstplaybin.c: (add_sink),
13 (gst_play_bin_change_state):
14 Activate sync in playbin, we are ready to handle it for live streams.
16 2007-04-06 Tim-Philipp Müller <tim at centricular dot net>
18 * tests/check/elements/playbin.c:
19 (test_sink_usage_video_only_stream), (playbin_suite):
20 Add small test for stream-info-value-array code paths.
22 2007-04-05 Wim Taymans <wim@fluendo.com>
24 * gst-libs/gst/audio/gstbaseaudiosink.c:
25 (gst_base_audio_sink_skew_slaving):
26 Don't try to create invalid calibration parameters by making the
27 internal time go backwards, instead make external time go forward.
29 2007-04-05 Wim Taymans <wim@fluendo.com>
31 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
33 * gst/playback/gstplaybasebin.c: (add_stream):
34 Fix leak in add_stream(), when g_value_set_object() increases the
35 refcount of streaminfo object. Fixes #426250.
37 2007-04-03 David Schleef <ds@schleef.org>
39 * gst/videotestsrc/gstvideotestsrc.c:
40 * gst/videotestsrc/gstvideotestsrc.h:
41 * gst/videotestsrc/videotestsrc.c:
42 * gst/videotestsrc/videotestsrc.h:
43 Add a test pattern called "circular", which has concentric
44 rings with varying radial frequency. The main purpose of this
45 pattern is to test fidelity loss in a filter or scaler element.
46 Notably, this pattern is scale invariant, and is optimally viewed
47 with a width (and height) of 400.
49 2007-04-03 Wim Taymans <wim@fluendo.com>
51 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
53 * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
54 (deactivate_free_recursive):
55 Decodebin2 doesn't unref pads it obtains in some occasions:
56 - multiqueue src pads, when either connecting further or exposing
57 - sink pads of new autoplugged elements
58 - peer pads when recursively freeing elements
61 2007-03-30 Sebastian Dröge <slomo@circular-chaos.org>
63 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
64 Add audio/x-raw-float support, now that audioconvert support
65 non-native endianness floats.
67 2007-03-30 Tim-Philipp Müller <tim at centricular dot net>
69 * docs/libs/gst-plugins-base-libs-docs.sgml:
70 gstreamer-plugins-base.pc doesn't exist, it's
71 gstreamer-plugins-base-0.10.pc.
73 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
75 Patch by: René Stadler <mail at renestadler dot de>
76 with some minor changes
78 * gst-libs/gst/floatcast/floatcast.h:
79 Use more efficient float endianness conversion functions that don't
80 involve 2 function calls per value.
81 * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
82 (check_default), (audio_convert_prepare_context):
83 * gst/audioconvert/gstaudioconvert.c:
84 (gst_audio_convert_parse_caps), (make_lossless_changes):
85 Support non-native endianness floats as input and output.
87 * tests/check/elements/audioconvert.c: (verify_convert),
89 Add unit tests for the non-native endianness float conversions.
91 2007-03-29 Wim Taymans <wim@fluendo.com>
93 * gst-libs/gst/rtp/gstbasertpdepayload.c:
94 (gst_base_rtp_depayload_base_init),
95 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
96 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
97 (gst_base_rtp_depayload_set_gst_timestamp),
98 (gst_base_rtp_depayload_change_state),
99 (gst_base_rtp_depayload_set_property),
100 (gst_base_rtp_depayload_get_property):
101 * gst-libs/gst/rtp/gstbasertpdepayload.h:
102 Add Private structure.
103 Bring element code to 2007.
104 Parse clock-base caps param and use it when generating the
106 Reset variables before going to PAUSED.
109 2007-03-29 Wim Taymans <wim@fluendo.com>
111 * docs/libs/gst-plugins-base-libs-docs.sgml:
112 * docs/libs/gst-plugins-base-libs-sections.txt:
113 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
114 (gst_base_rtp_audio_payload_get_adapter):
118 * gst-libs/gst/rtp/Makefile.am:
119 * gst-libs/gst/rtp/gstrtcpbuffer.c:
120 (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
121 (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
122 (gst_rtcp_buffer_get_packet_count), (read_packet_header),
123 (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
124 (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
125 (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
126 (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
127 (gst_rtcp_packet_sr_get_sender_info),
128 (gst_rtcp_packet_sr_set_sender_info),
129 (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
130 (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
131 (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
132 (gst_rtcp_packet_sdes_get_chunk_count),
133 (gst_rtcp_packet_sdes_first_chunk),
134 (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
135 (gst_rtcp_packet_sdes_first_item),
136 (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
137 (gst_rtcp_packet_bye_get_ssrc_count),
138 (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
139 (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
140 (gst_rtcp_packet_bye_get_reason_len),
141 (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
142 * gst-libs/gst/rtp/gstrtcpbuffer.h:
143 Add new helper object for parsing and creating RTCP messages.
145 2007-03-29 Sebastian Dröge <slomo@circular-chaos.org>
147 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
148 PCM samples with width=8 must be always unsigned, no matter what
151 2007-03-29 Andy Wingo <wingo@pobox.com>
153 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
154 perfect offsets also, not just timestamps.
156 * tests/check/elements/videorate.c (test_more): Test that given
157 any incoming offsets, that videorate produces perfect offsets.
159 2007-03-29 Wim Taymans <wim@fluendo.com>
161 * gst-libs/gst/riff/riff-ids.h:
162 Add some more RIFF formats.
164 2007-03-29 Wim Taymans <wim@fluendo.com>
166 * gst-libs/gst/rtp/gstrtpbuffer.c:
167 (gst_rtp_buffer_default_clock_rate):
168 * gst-libs/gst/rtp/gstrtpbuffer.h:
169 Fix fixed payload names and docs.
170 Added method to get the default clock rates of fixed payload types.
171 API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
173 2007-03-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
175 * tests/check/pipelines/.cvsignore:
176 Add new vorbisdec test to cvsignore.
178 2007-03-28 Wim Taymans <wim@fluendo.com>
180 * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
181 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
182 (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
183 (gst_base_audio_sink_set_property),
184 (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
185 (clock_convert_external), (gst_base_audio_sink_resample_slaving),
186 (gst_base_audio_sink_skew_slaving),
187 (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
188 (gst_base_audio_sink_async_play):
189 * gst-libs/gst/audio/gstbaseaudiosink.h:
190 Store private stuff in GstBaseAudioSinkPrivate.
191 Add configurable clock slaving modes property.
192 API:: GstBaseAudioSink::slave-method property
193 Some more latency reporting tweaks.
194 Added skew based clock slaving correction and make it the default until
195 the resampling method is more robust.
197 2007-03-27 Sebastian Dröge <slomo@circular-chaos.org>
199 * gst/audioconvert/audioconvert.c:
200 Add docs to the integer pack functions and implement proper
201 rounding. Before we had rounding towards negative infinity, i.e.
202 always the smaller number was taken. Now we use natural rounding,
203 i.e. rounding to the nearest integer and to the one with the largest
204 absolute value for X.5. The old rounding introduced some minor
205 distortions. Fixes #420079
206 * tests/check/elements/audioconvert.c: (GST_START_TEST):
207 Fix one unit test that assumed the old rounding and added unit tests
208 for checking signed/unsigned int16 <-> signed/unsigned int16 with
209 depth 8, one for signed int16 <-> unsigned int16 and one for the new
210 rounding from signed int32 to signed/unsigned int16.
212 2007-03-27 Michael Smith <msmith@fluendo.com>
214 * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
215 (gst_audio_convert_transform_caps):
216 Fix typo in debug line introduced recently, as pointed out on irc.
218 2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
220 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
221 * tests/check/libs/tag.c: (GST_START_TEST):
222 Make sure we parse floating-point numbers in vorbis comments
223 correctly with either '.' or ',' as separator, no matter what
224 the current locale is. Add unit test for this too.
226 2007-03-26 Tim-Philipp Müller <tim at centricular dot net>
228 Patch by: René Stadler <mail at renestadler de>
230 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
231 When writing out floating-point numbers to vorbis comment tags, always
232 use the same character as separator no matter what the current locale is
235 * tests/check/libs/tag.c: (GST_START_TEST):
236 Add unit tests for replaygain tags in vorbis comments (closes #423055).
238 2007-03-26 Thomas Vander Stichele <thomas at apestaart dot org>
240 * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
241 vorbis_handle_data_packet):
242 Correctly set DURATION to generate a timestamp-continuous stream.
243 One bug left at the end; see
244 ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
245 * tests/check/Makefile.am:
246 * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
247 Add a test to check this. Without the above patch this test fails.
249 2007-03-26 Jan Schmidt <thaytan@mad.scientist.com>
251 * gst-libs/gst/rtp/Makefile.am:
252 The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
254 2007-03-23 Michael Smith <msmith@fluendo.com>
256 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
257 (gst_video_rate_reset), (gst_video_rate_chain):
258 If videorate changes caps, we can no longer use the old buffer
259 (which may have a different size, incompatible with our caps).
260 So don't do that; just duplicate the new frame more times.
262 2007-03-22 Jan Schmidt <thaytan@mad.scientist.com>
264 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
265 Remove playbin's override of the set_clock vmethod. It's irrelevant
266 after Wim's commit on the 19th.
268 2007-03-22 Wim Taymans <wim@fluendo.com>
270 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
271 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
272 * ext/gnomevfs/gstgnomevfssrc.h:
273 Don't cache file sizes. Fixes #341078.
275 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
277 * gst/playback/gstplaybin.c: (add_sink):
278 Use GST_PTR_FORMAT to log caps.
280 2007-03-21 Tim-Philipp Müller <tim at centricular dot net>
282 Patch by: Young-Ho Cha <ganadist at chollian net>
284 * gst/subparse/samiparse.c: (handle_start_font):
285 Special-case some more colour names that pango doesn't handle by
286 default. Fixes #420578.
288 2007-03-20 Michael Smith <msmith@fluendo.com>
290 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
291 If we get a zero-sized input buffer, don't pass it to libvorbis, as
292 that marks EOS internally. After that, libvorbis will buffer all
293 input data, and encode none of it, eventually leading to memory
296 2007-03-19 Wim Taymans <wim@fluendo.com>
298 * gst/playback/gstdecodebin.c: (remove_fakesink):
299 Don't post STATE_DIRTY anymore.
301 * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
302 (gst_play_bin_change_state):
303 Remove stream_time reset in seek handling, core does that now.
304 Disable clocking for live pipelines by forcing a NULL clock to the
305 complete pipeline, core is too smart now for our previous hack.
306 We can always autoplug in PAUSED now.
308 2007-03-17 David Schleef <ds@schleef.org>
310 * REQUIREMENTS: Update this file, change the formatting to make
311 it more consistent, plus more machine readable.
313 2007-03-16 Michael Smith <msmith@fluendo.com>
315 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
316 (strip_width_64), (append_with_other_format):
317 Previous fix was too simplistic, and broke the tests. Use a better
318 approach; only strip 64 from widths for integer audio.
320 2007-03-16 Michael Smith <msmith@fluendo.com>
322 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
323 (gst_audio_convert_transform_caps):
324 We don't support 64 bit integer audio, so don't try to claim we can.
325 Stops us producing caps don't match our template caps.
328 2007-03-15 Michael Smith <msmith@fluendo.com>
330 * gst/audioresample/gstaudioresample.c:
331 (audioresample_check_discont), (audioresample_transform):
332 Don't trigger discontinuities for very small imperfections; a filter
333 flush will sound bad, and many plugins have rounding errors leading
336 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
338 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
339 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
340 Add min-ptime property to RTP base audio payloader. Patch by
341 olivier.crete@collabora.co.uk.
344 Indentation/whitespace/documentation fixes.
346 2007-03-14 Julien MOUTTE <julien@moutte.net>
348 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
349 (audioresample_transform_size), (audioresample_do_output),
350 (audioresample_transform), (audioresample_pushthrough): Handle
351 discontinuous streams.
352 * gst/audioresample/gstaudioresample.h:
353 * tests/check/elements/audioresample.c:
354 (test_discont_stream_instance), (GST_START_TEST),
355 (audioresample_suite): Add a test for discontinuous streams.
356 * win32/common/config.h: Updated.
358 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
373 Update translations from translation project.
375 2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
377 * gst/audioresample/debug.h:
378 * gst/audioresample/resample.c: (resample_init):
379 Since I really am not interested in a debug line for each sample
380 being processed, move the library's debugging to its own category,
383 2007-03-13 Michael Smith <msmith@fluendo.com>
385 * ext/theora/theoradec.c: (theora_handle_type_packet):
386 Since the plugin doesn't support anything other than 4:2:0 right
387 now, post an error and fail if we get something else. Won't matter
388 until libtheora supports the other pixel formats, but hopefully
391 2007-03-10 Sebastien Moutte <sebastien@moutte.net>
393 * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
394 Use gst_guint64_to_gdouble for conversion.
396 Add new files to the win32 MANIFEST.
397 * win32/common/libgstaudio.def:
398 * win32/common/libgstpbutils.def:
399 Add new exported functions.
400 * win32/vs6/gst_plugins_base.dsw:
401 * win32/vs6/libgstdecodebin.dsp:
402 * win32/vs6/libgstplaybin.dsp:
403 Change the link to libgstpbutils.lib.
404 * win32/vs6/libgstdecodebin2.dsp:
405 Add a new project for decodebin2.
406 * win32/vs6/libgstpbutils.dsp:
407 Add a new project for pbutils.
409 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
411 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
412 Also accept partial dates with only year and month,
413 like 1999-12-00 (fixes #410396 even more).
415 * tests/check/libs/tag.c: (GST_START_TEST):
416 Add unit test for the above.
418 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
420 * tests/check/elements/subparse.c: (GST_START_TEST),
422 Add unit test for MPL2 subtitle format (#413799).
424 2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
426 Patch by: Kamil Pawlowski <kamilpe gmail com>
428 * gst/subparse/Makefile.am:
429 * gst/subparse/gstsubparse.c:
430 (gst_sub_parse_data_format_autodetect),
431 (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
432 (gst_subparse_type_find):
433 * gst/subparse/gstsubparse.h:
434 * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
435 * gst/subparse/mpl2parse.h:
436 Add support for MPL2 subtitle format (#413799).
438 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
441 We require core CVS for the new buffer metadata copy functions.
443 2007-03-09 Wim Taymans <wim@fluendo.com>
445 * gst-libs/gst/tag/gstid3tag.c:
446 Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
449 Patch by: Alex Lancaster <alexl at users sourceforge net>
451 2007-03-09 Wim Taymans <wim@fluendo.com>
453 * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
454 (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
455 Improve adapter usage and comments.
457 2007-03-09 Wim Taymans <wim@fluendo.com>
459 * ext/pango/gsttextrender.c: (gst_text_render_chain):
460 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
461 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
462 Use new metadata copy function.
464 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
465 (gst_ffmpegcsp_transform):
466 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
467 Basetransform copied the metadata for us.
469 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
471 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
472 (gst_text_overlay_video_event):
473 Some more logging. Only accept newsegment events in TIME format and
474 send a WARNING message if they are not in TIME format.
476 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
477 (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
478 (gst_sub_parse_chain), (gst_sub_parse_sink_event):
479 * gst/subparse/gstsubparse.h:
480 No need to allocate GstSegment structure dynamically, just put it
481 into the instance structure; ignore newsegment events in BYTE
482 format and in particular don't let it overwrite our saved TIME
483 segment from the last seek.
485 2007-03-09 Michael Smith <msmith@fluendo.com>
487 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
488 Replace AC3 typefinder with one that isn't terrible, and actually
491 2007-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
493 * gst/audioconvert/gstaudioconvert.c:
494 (gst_audio_convert_transform):
495 fix error category and translatable string
498 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
500 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
501 * pkgconfig/gstreamer-plugins-base.pc.in:
502 Fix up utils => pbutils here too.
504 2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
506 * gst/subparse/gstsubparse.c: (handle_buffer):
507 Break out of loop in chain function as soon as possible if we get
508 a non-OK flow return.
510 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
512 * tests/check/elements/alsa.c: (GST_START_TEST):
513 Unref the mixer if the state change fails too (if the
514 alsa devices are inaccessible, for example)
516 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
518 * tests/check/Makefile.am:
519 Don't test libvisual elements in the states check, because libvisual
520 seems to leak internally.
522 Re-enable the alsa and states tests now that there's new suppressions
525 * tests/check/elements/alsa.c: (GST_START_TEST):
526 Don't leak the alsamixer we instantiated.
528 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
530 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
531 (gst_ximagesink_change_state), (gst_ximagesink_reset),
532 (gst_ximagesink_finalize):
533 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
534 (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
535 Move some cleanup stuff from the state change handler into a _reset()
536 function that can be called from _finalize(). This ensures that things
537 get freed even if (for some reason) the NULL->READY state transition
538 fails in the parent class.
539 Even if a parent state change fails, process our downward state change
540 logic instead of bailing out early.
541 Free the correct xcontext pointer in ximagesink's xcontext_clear.
543 2007-03-08 Jan Schmidt <thaytan@mad.scientist.com>
545 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
548 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
549 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
550 Use pango_font_description_set_family_static instead of
551 pango_font_description_set_family to save a string copy (it was
552 leaking due to the strdup anyway)
554 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
555 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
556 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
557 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
558 Chain up in finalize.
560 2007-03-07 Tim-Philipp Müller <tim at centricular dot net>
562 * gst-libs/gst/interfaces/mixertrack.c:
563 (gst_mixer_track_class_init), (gst_mixer_track_get_property),
564 (gst_mixer_track_set_property):
565 API: add "untranslated-label" property which should be set by
566 implementations at construct time (#414645).
568 * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
569 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
570 Set "untranslated-label" when constructing mixer track objects.
572 * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
573 Unit test to check the above.
575 2007-03-07 Wim Taymans <wim@fluendo.com>
577 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
578 Fix confusing debug message.
580 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
582 * gst-plugins-base.doap:
583 update doap file with new version
585 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
590 === release 0.10.12 ===
592 2007-03-07 Jan Schmidt <thaytan@mad.scientist.com>
595 releasing 0.10.12, "Zombie Horde"
597 2007-03-06 Jan Schmidt <thaytan@mad.scientist.com>
600 Bump version to 0.10.11.4 pre-release
602 2007-03-06 Wim Taymans <wim@fluendo.com>
604 * gst-libs/gst/audio/gstbaseaudiosink.c:
605 (gst_base_audio_sink_async_play):
606 Fix regression that made GStreamer skip the first samples of audio.
609 2007-03-05 Jan Schmidt <thaytan@mad.scientist.com>
612 Bump version to 0.10.11.3 pre-release
614 2007-03-05 Sebastian Dröge <slomo@circular-chaos.org>
617 Update paths for the rename from utils to pbutils to fix the build.
619 2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
621 * gst-libs/gst/pbutils/Makefile.am:
622 Change directory to install headers in from gst/utils to gst/pbutils
625 2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
628 * docs/libs/gst-plugins-base-libs-docs.sgml:
629 * docs/libs/gst-plugins-base-libs-sections.txt:
630 * gst-libs/gst/Makefile.am:
631 * gst-libs/gst/interfaces/mixer.c:
632 * gst-libs/gst/pbutils/Makefile.am:
633 * gst-libs/gst/pbutils/descriptions.c:
634 (gst_pb_utils_get_source_description),
635 (gst_pb_utils_get_sink_description),
636 (gst_pb_utils_get_decoder_description),
637 (gst_pb_utils_get_encoder_description),
638 (gst_pb_utils_get_element_description),
639 (gst_pb_utils_add_codec_description_to_tag_list),
640 (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
641 * gst-libs/gst/pbutils/descriptions.h:
642 * gst-libs/gst/pbutils/install-plugins.c:
643 * gst-libs/gst/pbutils/install-plugins.h:
644 * gst-libs/gst/pbutils/missing-plugins.c:
645 (gst_missing_uri_source_message_new),
646 (gst_missing_uri_sink_message_new),
647 (gst_missing_element_message_new),
648 (gst_missing_decoder_message_new),
649 (gst_missing_encoder_message_new),
650 (gst_missing_plugin_message_get_description):
651 * gst-libs/gst/pbutils/missing-plugins.h:
652 * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
653 * gst-libs/gst/pbutils/pbutils.h:
654 * gst-libs/gst/utils/Makefile.am:
655 * gst-libs/gst/utils/base-utils.c:
656 * gst-libs/gst/utils/base-utils.h:
657 * gst-libs/gst/utils/descriptions.c:
658 * gst-libs/gst/utils/descriptions.h:
659 * gst-libs/gst/utils/install-plugins.c:
660 * gst-libs/gst/utils/install-plugins.h:
661 * gst-libs/gst/utils/missing-plugins.c:
662 * gst-libs/gst/utils/missing-plugins.h:
663 * gst-plugins-base.spec.in:
664 * gst/playback/Makefile.am:
665 * gst/playback/gstdecodebin.c:
666 * gst/playback/gstdecodebin2.c:
667 * gst/playback/gstplaybasebin.c: (setup_subtitle),
668 (gen_source_element):
669 * gst/playback/gstplaybin.c: (plugin_init):
670 * tests/check/Makefile.am:
671 * tests/check/libs/pbutils.c: (GST_START_TEST),
672 (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
673 * tests/check/libs/utils.c:
674 rename utils to pbutils
676 2007-03-02 Jan Schmidt <thaytan@mad.scientist.com>
678 * docs/plugins/Makefile.am:
679 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
680 * docs/plugins/gst-plugins-base-plugins-sections.txt:
681 * docs/plugins/inspect/plugin-decodebin2.xml:
682 * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
683 Add documentation for decodebin2 that indicates that the API
686 2007-03-01 Jan Schmidt <thaytan@mad.scientist.com>
689 Update to 0.10.11.2 (0.10.12 pre-release)
691 2007-03-01 Wim Taymans <wim@fluendo.com>
693 * gst-libs/gst/audio/gstbaseaudiosink.c:
694 (gst_base_audio_sink_async_play):
695 base time is irrelevant here.
697 2007-03-01 Wim Taymans <wim@fluendo.com>
699 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
700 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
703 * gst-libs/gst/audio/gstbaseaudiosink.c:
704 (gst_base_audio_sink_query), (gst_base_audio_sink_event),
705 (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
706 Improve latency and clock slaving calculations.
707 Improve slave clock calibration.
709 * gst-libs/gst/audio/gstringbuffer.c:
710 (gst_ring_buffer_commit_full):
711 When we are asked to render N sample to 0 bytes, return N.
713 2007-03-01 Wim Taymans <wim@fluendo.com>
715 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
716 (gst_alsasink_write), (gst_alsasink_reset):
717 * ext/alsa/gstalsasink.h:
718 Remove unused dispose function.
719 Rename lock to not interfere with alsasrc lock.
721 * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
722 (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
723 (gst_alsasrc_read), (gst_alsasrc_reset):
724 * ext/alsa/gstalsasrc.h:
725 Implement finalize function.
726 Use lock to protect alsa access.
730 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
733 Convert to new AG_GST style.
735 2007-02-28 Wim Taymans <wim@fluendo.com>
737 Patch by: Ed Catmur <ed at catmur dot co dot uk>
739 * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
740 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
741 Fix race condition when rapidly switching visualisations in playbin.
744 2007-02-28 Jan Schmidt <thaytan@mad.scientist.com>
746 * tests/check/Makefile.am:
747 Include local stuff before system installed things in LDFLAGS and
750 2007-02-28 Wim Taymans <wim@fluendo.com>
752 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
755 2007-02-28 Wim Taymans <wim@fluendo.com>
757 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
758 (gst_v4lsrc_fixate), (gst_v4lsrc_query):
759 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
760 Fix duration and timestamping, taking latency into account.
761 Implement latency query.
763 2007-02-28 Wim Taymans <wim@fluendo.com>
765 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
766 (gst_audio_clock_new):
769 * gst-libs/gst/audio/gstbaseaudiosink.c:
770 (gst_base_audio_sink_init), (gst_base_audio_sink_query):
771 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
772 (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
773 (gst_base_audio_src_create):
774 Improve latency query code.
775 Use proper clock names.
777 2007-02-28 Thomas Vander Stichele <thomas at apestaart dot org>
779 * tests/check/generic/states.c: (GST_START_TEST):
780 Copy the states.c test from core again
781 * tests/check/Makefile.am:
782 ignore cdio and cdparanoiasrc
784 2007-02-28 Stefan Kost <ensonic@users.sf.net>
786 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
787 (double_hq), (audio_convert_get_func_index), (check_default),
788 (audio_convert_prepare_context), (audio_convert_convert):
789 Also make valgrind happy and avoid copying data in some cases.
791 2007-02-28 Stefan Kost <ensonic@users.sf.net>
793 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
794 (double_hq), (audio_convert_get_func_index),
795 (audio_convert_prepare_context), (audio_convert_convert):
796 * gst/audioconvert/gstaudioconvert.c:
797 (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
798 (gst_audio_convert_transform_caps):
799 * tests/check/elements/audioconvert.c: (GST_START_TEST),
800 (audioconvert_suite):
801 Don't run inplace if that overwrites source data as we go. Add more
802 tests. Fixes #339837 even more.
804 2007-02-27 Julien MOUTTE <julien@moutte.net>
806 * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
807 (msg_segment_done): Fix various seeking bugs (Slider was not
808 updating when doing a non flushing seek, Reverse playback
809 on segment seek was wrong).
811 2007-02-26 Wim Taymans <wim@fluendo.com>
813 * tests/examples/seek/seek.c: (stop_seek):
814 When we stop scrubbing, don't leave the pipeline PLAYING when we
815 requested a PAUSED state.
817 2007-02-25 Tim-Philipp Müller <tim at centricular dot net>
819 Patch by: René Stadler <mail at renestadler de>
821 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
822 Parse date strings in vorbis comments that have an invalid (zero)
823 month or day (#410396).
825 * tests/check/libs/tag.c: (GST_START_TEST):
826 Test case for the above.
828 2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
830 Patch by: Loïc Minier <lool+gnome at via ecp fr>
833 * ext/alsa/Makefile.am:
834 * gst/audiotestsrc/Makefile.am:
835 Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
837 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
839 * gst/playback/gstplaybin.c:
840 Improve docs: point out that the application needs to assist playbin
843 2007-02-23 Tim-Philipp Müller <tim at centricular dot net>
845 * gst-libs/gst/utils/install-plugins.c:
846 * gst-libs/gst/utils/missing-plugins.c:
847 * tests/check/libs/utils.c: (missing_msg_check_getters):
848 Change GStreamer marker prefix in detail string from 'gstreamer.net'
849 to just 'gstreamer'. Document the caps string component of the
850 decoder/encoder detail a bit better, since not everyone will be
851 familiar with the GStreamer media type/caps system (but they better
852 enjoy nested itemized lists).
854 2007-02-22 Tim-Philipp Müller <tim at centricular dot net>
856 * gst-libs/gst/netbuffer/gstnetbuffer.c:
857 (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
858 Fix copying of GstNetBuffer (would crash before, or at least lead to
859 invalid memory access, #410772), for now by copying the GstBuffer copy
860 code from the core over here so we can copy the GstBuffer fields on a
861 provided buffer instance (of type GstNetBuffer in this case). Would be
862 better to fix this with some support by the core though (and in the long
863 run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
865 * tests/check/Makefile.am:
866 Enable unit test for GstNetBuffer.
868 2007-02-22 Andy Wingo <wingo@pobox.com>
870 * gst-libs/gst/audio/gstbaseaudiosink.c
871 (gst_base_audio_sink_init): Disable pull-mode activation until we
872 figure out how to make audio sinks go to PLAYING.
874 2007-02-22 Stefan Kost <ensonic@users.sf.net>
876 * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
877 (double_hq), (audio_convert_get_func_index),
878 (audio_convert_prepare_context), (audio_convert_convert):
879 * gst/audioconvert/audioconvert.h:
880 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
881 (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
882 * gst/audioconvert/gstchannelmix.h:
883 * tests/check/elements/audioconvert.c: (GST_START_TEST):
884 Add float as an intermediate format, as well as float mixing. Enable
885 test that was failing before. Fixes #339837
887 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
889 * tests/examples/seek/seek.c: (do_seek):
890 Undo the previous commit: -1 as a stop time implies that the stop
891 time is the end of file, clearing any previously configured segment.
893 2007-02-21 Jan Schmidt <thaytan@mad.scientist.com>
895 * tests/examples/seek/seek.c: (do_seek):
896 Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
898 2007-02-21 Stefan Kost <ensonic@users.sf.net>
900 * gst/volume/gstvolume.c: (volume_process_int16),
901 (volume_process_int16_clamp), (volume_set_caps):
902 Unbreak volume, value remains gint.
904 2007-02-21 Stefan Kost <ensonic@users.sf.net>
906 * gst/volume/gstvolume.c: (volume_choose_func),
907 (volume_update_real_volume), (gst_volume_set_volume),
908 (gst_volume_init), (volume_process_double), (volume_process_float),
909 (volume_process_int16), (volume_process_int16_clamp),
910 (volume_set_caps), (volume_transform_ip), (volume_update_volume):
911 * gst/volume/gstvolume.h:
912 Extend float audio support (double) and some int->uint cleanups.
914 2007-02-20 Edward Hervey <edward@fluendo.com>
916 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
917 (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
918 (sort_end_pads), (gst_decode_group_expose),
919 (gst_decode_group_hide):
920 Don't free groups from the streaming threads. Just put them aside and
921 free them in dispose.
923 2007-02-20 Edward Hervey <edward@fluendo.com>
925 * gst/playback/gstdecodebin2.c: (connect_element),
926 (pad_added_group_cb), (gst_decode_group_check_if_blocked),
927 (sort_end_pads), (gst_decode_group_expose):
928 Handle dynamic pads within groups.
929 Sort pads before exposing them in order to make playbin happy.
930 There still is a race with the multiqueue filling up. This should be
934 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
936 * gst-libs/gst/utils/base-utils.c:
937 * gst-libs/gst/utils/descriptions.c:
938 * gst-libs/gst/utils/install-plugins.c:
939 * gst-libs/gst/utils/missing-plugins.c:
940 Some more docs (and descriptions for two subtitle formats).
942 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
944 * gst-libs/gst/audio/audio.c:
947 2007-02-16 Tim-Philipp Müller <tim at centricular dot net>
949 Patch by: Yves Lefebvre <ivanohe abacom com>
951 * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
952 Don't leak caps. Fixes #408278.
954 2007-02-15 Stefan Kost <ensonic@users.sf.net>
956 * ext/cdparanoia/gstcdparanoiasrc.h:
957 * ext/ogg/gstoggdemux.h:
958 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
959 (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
960 (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
961 * gst-libs/gst/audio/audio.h:
962 * gst-libs/gst/audio/gstaudiofilter.h:
963 * gst-libs/gst/interfaces/videoorientation.h:
964 * gst/adder/gstadder.h:
965 More docs coverage and some ChangeLog surgery (add missing names)
967 2007-02-15 Wim Taymans <wim@fluendo.com>
969 * sys/ximage/ximagesink.c:
970 (gst_ximagesink_calculate_pixel_aspect_ratio):
971 * sys/xvimage/xvimagesink.c:
972 (gst_xvimagesink_calculate_pixel_aspect_ratio):
973 Small constifications.
975 2007-02-15 Wim Taymans <wim@fluendo.com>
977 * gst-libs/gst/audio/gstbaseaudiosink.c:
978 (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
979 (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
980 (gst_base_audio_sink_async_play),
981 (gst_base_audio_sink_change_state):
982 Answer latency query.
983 Use configured latency when syncing.
986 * gst-libs/gst/audio/gstbaseaudiosrc.c:
987 (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
988 (gst_base_audio_src_query), (gst_base_audio_src_change_state):
989 Fix possible memleak.
990 Implement latency query.
993 2007-02-15 Wim Taymans <wim@fluendo.com>
995 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
996 Ignore errors in reset, these are not fatal. They also grab the element
997 lock which is already taking when this function is called. Fixes
1000 2007-02-13 Stefan Kost <ensonic@users.sf.net>
1003 Remove 'tests/examples/xerror/Makefile' from output files again.
1005 2007-02-13 Stefan Kost <ensonic@users.sf.net>
1008 * docs/plugins/Makefile.am:
1009 Also crossref against gst-plugins-base-libs.
1011 2007-02-12 Stefan Kost <ensonic@users.sf.net>
1014 * docs/libs/Makefile.am:
1015 * docs/plugins/Makefile.am:
1016 Add crossreferences to glib/gobject/gstream docs.
1018 * gst-libs/gst/audio/audio.h:
1021 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
1022 Add own debug category.
1024 2007-02-12 Tim-Philipp Müller <tim at centricular dot net>
1026 Patch by: René Stadler <mail at renestadler de>
1028 * gst-libs/gst/tag/gstvorbistag.c:
1029 Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
1032 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
1034 * gst/playback/gstplaybasebin.c: (setup_source):
1035 When we have external subtitles and wait for the subtitle decodebin
1036 to get up and running, we set up a (sync) bus handler for the
1037 subtitle decodebin, so we can stop waiting when it posts an error
1038 message. However, we should do that before we set the subtitle
1039 decodebin's state to playing, otherwise things are racy and we might
1040 miss error messages posted before we had a chance to set up the bus.
1041 This should finally fix totem hanging on .txt pseudo-subtitle files.
1043 2007-02-10 Sébastien Moutte <sebastien at moutte dot net>
1045 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
1046 Use gst_gdouble_to_guint64 for conversions.
1047 * win32/common/config.h.in:
1048 Add a define for GST_INSTALL_PLUGINS_HELPER
1049 * win32/common/libgstaudio.def:
1050 * win32/common/libgstcdda.def:
1051 * win32/common/libgstnetbuffer.def:
1052 * win32/common/libgstrtp.def:
1053 * win32/common/libgutils.def:
1054 Add new exported functions.
1055 * win32/vs6/gst_plugins_base.dsw:
1056 * win32/vs6/libgstdecodebin.dsp:
1057 * win32/vs6/libgstnetbuffer.dsp:
1058 * win32/vs6/libgstplaybin.dsp:
1059 * win32/vs6/libgstrtp.dsp:
1060 * win32/vs6/libgstvorbis.dsp:
1061 * win32/vs6/libgstcdda.dsp:
1062 * win32/vs6/libgstgdp.dsp:
1063 * win32/vs6/libgstutils.dsp:
1064 Update and add new project files.
1066 2007-02-10 Tim-Philipp Müller <tim at centricular dot net>
1068 * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
1069 (subrip_remove_unhandled_tags), (parse_subrip):
1070 For SubRip (.srt) subtitles, ignore all markup tags we don't
1071 handle (like font tags, for example).
1073 * tests/check/elements/subparse.c:
1076 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
1078 * gst/playback/gstdecodebin.c: (add_fakesink),
1079 (gst_decode_bin_change_state):
1080 * gst/playback/gstdecodebin2.c: (add_fakesink),
1081 (gst_decode_bin_change_state):
1082 Don't error out if there is no fakesink in the NULL to READY state
1083 change, since when decodebin is re-used, we're only adding the
1084 fakesink element in READY to PAUSED.
1086 * tests/check/elements/decodebin.c:
1087 (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
1089 Minimal unit test to make sure we can use the same decodebin
1090 instance twice (at least with audiotestsrc input).
1092 2007-02-09 Tim-Philipp Müller <tim at centricular dot net>
1094 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
1095 Try to get devic-name from device string first, and from handle only
1096 as fallback (seems to yield better results and is more robust
1097 against buggy probing code on the application side).
1099 2007-02-08 Tim-Philipp Müller <tim at centricular dot net>
1101 Based on patch by: Julien Puydt <julien.puydt at laposte net>
1103 * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
1104 (gst_alsa_find_device_name):
1105 * ext/alsa/gstalsa.h:
1106 * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
1107 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
1108 Improve device-name detection a bit, especially in the case where
1109 the device is not actually open (#405020, #405024). Move common code
1110 into gstalsa.c instead of duplicating it.
1112 2007-02-07 Tim-Philipp Müller <tim at centricular dot net>
1114 * gst/audioconvert/gstaudioconvert.c:
1115 Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
1117 2007-02-06 Julien MOUTTE <julien@moutte.net>
1119 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1120 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
1121 (gst_xvimagesink_interface_supported),
1122 (gst_xvimagesink_probe_get_properties),
1123 (gst_xvimagesink_probe_probe_property),
1124 (gst_xvimagesink_probe_needs_probe),
1125 (gst_xvimagesink_probe_get_values),
1126 (gst_xvimagesink_property_probe_interface_init),
1127 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1128 (gst_xvimagesink_init), (gst_xvimagesink_class_init),
1129 (gst_xvimagesink_get_type):
1130 * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
1131 for XVAdaptors so that one can choose the adaptor to use with
1132 gstreamer-properties.
1134 2007-02-06 Stefan Kost <ensonic@users.sf.net>
1136 * gst/audioconvert/gstaudioconvert.c:
1137 Also mention that a conversion from double to float is suboptimal still.
1139 2007-02-06 Tim-Philipp Müller <tim at centricular dot net>
1141 * gst-libs/gst/audio/gstaudiofilter.c:
1142 (gst_audio_filter_class_init), (gst_audio_filter_change_state):
1143 Clear our formats structure and free the caps contained in it when
1146 2007-02-05 Andy Wingo <wingo@pobox.com>
1148 * gst-libs/gst/audio/gstbaseaudiosink.c
1149 (gst_base_audio_sink_callback): Update basesink->offset so that we
1150 pull monotonically increasing offsets instead of, um, seeking back
1151 to 0 each time. Fixes alsasrc ! alsasink!
1153 2007-02-05 Tim-Philipp Müller <tim at centricular dot net>
1155 * gst/videoscale/gstvideoscale.c:
1156 A width and height of 1 makes us crash, so increase minimum size to
1157 2x2 pixels until someone feels like fixing this (#404512).
1159 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
1161 * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
1162 Add small test to make sure request pads are cleaned up properly
1163 even if oggmux never changes state out of NULL.
1165 2007-02-04 Tim-Philipp Müller <tim at centricular dot net>
1167 * tests/check/libs/utils.c: (GST_START_TEST):
1168 Fix unit test. Turns out things work much better when you
1169 NULL-terminate string arrays. Should make p5 build bot happy again.
1171 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1173 * gst-libs/gst/audio/Makefile.am:
1174 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1175 (gst_audio_filter_template_base_init),
1176 (gst_audio_filter_template_class_init),
1177 (gst_audio_filter_template_init),
1178 (gst_audio_filter_template_set_property),
1179 (gst_audio_filter_template_get_property),
1180 (gst_audio_filter_template_setup),
1181 (gst_audio_filter_template_filter),
1182 (gst_audio_filter_template_filter_inplace), (plugin_init):
1183 Oops, forgot to commit fixed-up example.
1185 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1187 * docs/libs/gst-plugins-base-libs-sections.txt:
1188 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1189 (gst_audio_filter_class_init), (gst_audio_filter_init),
1190 (gst_audio_filter_set_caps),
1191 (gst_audio_filter_class_add_pad_templates):
1192 * gst-libs/gst/audio/gstaudiofilter.h:
1193 Port GstAudioFilter to 0.10. This change technically breaks
1194 API and ABI (and thus also every library developer's heart),
1195 but seems justifiable on the grounds that the base class was
1196 completely unusable before (ie. would crash immediately when
1197 actually used). Fixes #403963 (and eventually also #403572).
1198 Also document all of this a bit.
1200 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1202 * gst-libs/gst/utils/install-plugins.c:
1203 (gst_install_plugins_spawn_child):
1204 * tests/check/libs/utils.c:
1205 (test_base_utils_install_plugins_do_callout):
1206 Lowering log level to see why things fail on the p5 build bot;
1207 fix some typos in unit test messages.
1209 2007-02-03 Tim-Philipp Müller <tim at centricular dot net>
1211 * tests/check/libs/utils.c:
1212 (test_base_utils_install_plugins_do_callout):
1213 Don't hard-code temp directory for test helper; use GLib functions
1214 to write out file and do error checking etc.
1216 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1218 * gst-libs/gst/utils/Makefile.am:
1219 * gst-libs/gst/utils/base-utils.h:
1220 * gst-libs/gst/utils/install-plugins.c:
1221 (gst_install_plugins_context_set_xid),
1222 (gst_install_plugins_context_new),
1223 (gst_install_plugins_context_free),
1224 (gst_install_plugins_get_helper),
1225 (gst_install_plugins_spawn_child),
1226 (gst_install_plugins_return_from_status),
1227 (gst_install_plugins_installer_exited),
1228 (gst_install_plugins_async), (gst_install_plugins_sync),
1229 (gst_install_plugins_return_get_name),
1230 (gst_install_plugins_installation_in_progress):
1231 * gst-libs/gst/utils/install-plugins.h:
1232 API: add API for applications to initiate installation of missing
1233 plugins, ie. gst_install_plugins_async() primarily.
1234 Based on libgimme-codec by Ryan Lortie.
1237 Add --with-install-plugins-helper configure option so distros can specify
1238 the path of the helper script or program to call when plugin installation
1239 is requested (distros: please do any argument munging in this helper
1240 script instead of patching GStreamer to pass arguments differently
1241 to another program directly).
1243 * docs/libs/gst-plugins-base-libs-docs.sgml:
1244 * docs/libs/gst-plugins-base-libs-sections.txt:
1245 Build and document new API.
1247 * tests/check/libs/utils.c: (result_cb),
1248 (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1249 (libgstbaseutils_suite):
1250 Some simple checks for the new API.
1252 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1254 * tests/check/elements/audioconvert.c: (test_float_conversion):
1255 Add small test for 32bit float <=> 64bit float conversion (works
1256 only one way so far, 32=>64 produces structured noise).
1258 2007-02-02 Tim-Philipp Müller <tim at centricular dot net>
1260 * gst/audioconvert/gstaudioconvert.c:
1261 (set_structure_widths_32_and_64), (make_lossless_changes):
1262 We don't support floats with a width of 40, 48 or 56 bits.
1264 2007-02-02 Stefan Kost <ensonic@users.sf.net>
1266 * gst/audioconvert/audioconvert.c: (float), (double),
1267 (audio_convert_get_func_index):
1268 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1269 (make_lossless_changes):
1270 Support for 64-bit float audio in audioconvert (#339837)
1272 2007-02-01 Tim-Philipp Müller <tim at centricular dot net>
1274 Patch by: Holger Wansing <linux wansing-online de>
1278 Add German translation (#352069).
1280 2007-02-01 Sebastian Dröge <slomo@circular-chaos.org>
1282 reviewed by: Wim Taymans <wim@fluendo.com>
1284 * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1285 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1286 Use newly added GstCollectPads API to free the allocated resources in
1287 the GstOggPad structures (#402393).
1289 2007-01-31 Jan Schmidt <thaytan@mad.scientist.com>
1291 * gst/playback/gstplaybin.c: (gen_vis_element):
1292 Add audioresample+audioconvert in front of the visualisation
1293 element, so that elements like libvisual 0.4 that don't support all
1294 samplerates can work.
1298 2007-01-30 Tim-Philipp Müller <tim at centricular dot net>
1300 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1301 (gst_play_base_bin_get_streaminfo_value_array):
1302 Take some locks and make a copy of the streaminfo value array we
1303 maintain while holding the lock, so that the application can
1304 retrieve the stream-info as a value array in a thread-safe way.
1306 2007-01-30 Wim Taymans <wim@fluendo.com>
1308 * gst/audioconvert/gstaudioconvert.c:
1309 Don't fail on 0 sized buffers. Fixes #396835.
1311 2007-01-29 David Schleef <ds@schleef.org>
1313 * gst/typefind/gsttypefindfunctions.c:
1314 Detect BBCD as video/x-dirac, so we can play raw dirac
1317 2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
1319 * ext/theora/theoraenc.c: (theora_enc_chain):
1320 Check return value of theora_encode_header(), or we might try to
1321 allocate a random number of bytes. theora_encode_header() can fail
1322 if libtheora has been compiled with encoding support disabled.
1325 2007-01-29 Wim Taymans <wim@fluendo.com>
1327 * tests/check/gst/.cvsignore:
1328 Do as buildbot says.
1330 2007-01-29 Wim Taymans <wim@fluendo.com>
1332 * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1333 Fix strides in libvisual. Gst uses X strides.
1334 Inspired by: <ed at catmur dot co dot uk> and
1335 <tim at centricular dot net>
1338 2007-01-27 Wim Taymans <wim@fluendo.com>
1340 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1341 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1342 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1343 (gst_ogg_demux_perform_seek),
1344 (gst_ogg_demux_bisect_forward_serialno),
1345 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1346 (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1347 (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1348 (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1349 * ext/ogg/gstoggdemux.h:
1350 Properly propagate streaming errors when we are scanning the file for
1351 chains so that we don't crash when shut down. Might fix some crashers
1352 when quickly switching oggs in RB such as #332503 and #378436.
1354 2007-01-26 Tim-Philipp Müller <tim at centricular dot net>
1356 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1357 Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1360 2007-01-25 Wim Taymans <wim@fluendo.com>
1362 * gst/playback/gstplaybasebin.c: (remove_source):
1363 Don't try to disconnect a signal from a finalized object.
1365 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1367 * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1368 Cast lock macro parameters to make sure we're actually accessing the
1369 lock member at the right class level. Free list itself in _dispose()
1370 as well and NULL it in case dispose gets called multiple times.
1372 2007-01-25 Edward Hervey <edward@fluendo.com>
1374 * gst/playback/gstdecodebin2.c:
1375 (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1376 Free GstDecodeGroups no longer used.
1377 (gst_decode_group_expose):
1378 Don't unlock too many times !
1379 (deactivate_free_recursive):
1380 Free iterator once we're done with it.
1381 Fix for recursively deactivating elements (stop at ghostpads).
1383 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1385 * gst/playback/gstplaybin.c: (handoff):
1386 Fix up caps on the frame buffer before we save it and potentially
1387 make it accessible to other threads via g_object_get; also use
1388 gst_buffer_replace() instead of gst_mini_object_replace().
1390 2007-01-25 Tim-Philipp Müller <tim at centricular dot net>
1392 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1393 Make getting the current frame thread-safe.
1395 2007-01-25 Edward Hervey <edward@fluendo.com>
1397 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1398 (gst_decode_group_new), (gst_decode_group_free):
1399 Set queues to bigger sizes to cope with HD contents.
1400 Fix some mutex freeing and add comment about MT safe methods.
1402 2007-01-24 Tim-Philipp Müller <tim at centricular dot net>
1404 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1405 (gst_text_overlay_text_event):
1406 Don't unnecessarily ref (and then leak) upstream events if the text
1407 pad is not linked. Fixes #399948.
1409 * tests/check/gst-plugins-base.supp:
1410 Add suppression for pango on edgy/x86 for textoverlay test.
1412 2007-01-24 Wim Taymans <wim@fluendo.com>
1414 * gst-libs/gst/rtp/gstrtpbuffer.h:
1415 Add some more fixed payloads.
1417 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1419 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1420 Error out properly if we get an error from libogg while reading the
1421 BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1423 2007-01-23 Tim-Philipp Müller <tim at centricular dot net>
1425 * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1428 * tests/check/elements/playbin.c:
1429 (test_sink_usage_video_only_stream),
1430 (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1431 (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1432 (test_missing_suburisource_handler),
1433 (test_missing_primary_decoder), (playbin_suite):
1434 Run all tests once with decodebin and once with decodebin2.
1435 One test does not pass yet with decodebin2.
1437 2007-01-23 Edward Hervey <edward@fluendo.com>
1439 * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1440 Fix the cases where oggmux doesn't properly figure out that all
1441 sinkpads have gone EOS, and therefore doesn't push out the remaining
1442 buffers and the final EOS event.
1445 2007-01-23 Julien MOUTTE <julien@moutte.net>
1447 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1448 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1449 Don't lock on navigation event push, just on keysym to string.
1450 Fixes #397673 again.
1452 2007-01-22 Edward Hervey <edward@fluendo.com>
1454 * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1455 (get_current_group), (group_demuxer_event_probe),
1456 (gst_decode_group_expose), (deactivate_free_recursive),
1457 (gst_decode_group_free):
1459 Don't forget to emit 'no-more-pads' once a group is exposed.
1460 Cleanup elements from a DecodeGroup once we remove it.
1461 Protect call to gst_decode_group_expose() with the decodebin lock.
1463 2007-01-22 Julien MOUTTE <julien@moutte.net>
1465 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1466 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1467 Looking at Xorg code i can't figure out if that XKeysymToString
1468 function is thread sensible or not. Lock it just in case as
1469 recommended by Radek Doulik <rodo at ximian dot com>.
1471 2007-01-22 Julien MOUTTE <julien@moutte.net>
1473 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1474 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1475 Lock that X Call as well. Fixes #397673.
1477 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1479 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1480 Don't go into an endless loop if the file starts with 00 00 01 2X,
1481 like quicktime redirect files might. Fixes #396042.
1483 * tests/check/Makefile.am:
1484 * tests/check/gst/.cvsignore:
1485 * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1486 (typefindfunctions_suite):
1487 Add unit test for the above.
1489 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1491 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1492 On second thought, use "depth" field rather than "bpp" field.
1494 2007-01-22 Tim-Philipp Müller <tim at centricular dot net>
1496 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1497 Camtasia caps apparently need a bpp field (#398875).
1499 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1501 * gst/playback/gstplaybasebin.c: (setup_subtitle),
1502 (gen_source_element), (gst_play_base_bin_change_state):
1503 Attempt at a better error message in case we don't have the required
1504 URI handler installed; post missing-plugin message also when we're
1505 missing an URI handler for the subtitle URI; clean up properly also
1506 when an error occurs and we never made it to PAUSED state.
1508 * tests/check/elements/playbin.c: (GST_START_TEST),
1510 Check that we're also getting a missing-plugin messsage for a
1511 missing subtitle URI handler (and clean up properly).
1513 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1515 * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1516 Plug a few reference leaks.
1518 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1520 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1521 Lower probability a bit if the marker isn't right at the start,
1522 to decrease the chance of false positives.
1524 2007-01-19 Tim-Philipp Müller <tim at centricular dot net>
1526 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1527 Small mpeg2 system stream typefinding improvement: make typefinder
1528 probe a bit into the stream instead of just looking for a marker
1529 at the beginning. Fixes #397810.
1531 2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
1533 * gst/audioconvert/gstchannelmix.c:
1534 Remove compatibility cruft for prehistoric GLib versions.
1536 2007-01-17 Tim-Philipp Müller <tim at centricular dot net>
1538 * gst/playback/Makefile.am:
1539 * gst/playback/gstdecodebin.c: (close_pad_link):
1540 * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1541 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1542 (gst_play_base_bin_handle_message_func), (unknown_type):
1543 Let decodebin be the element to post missing-plugin messages for
1544 missing decoders (rather than playbin); make playbin implement
1545 GstBin::handle_message so we can suppress missing-plugin messages
1546 for types we're not handling on purpose (don't want to bring up an
1547 installer in those cases).
1549 2007-01-16 Tim-Philipp Müller <tim at centricular dot net>
1551 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1552 * gst-libs/gst/tag/gstvorbistag.c:
1553 (gst_tag_list_to_vorbiscomment_buffer):
1554 * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1555 Fix potentially unaligned access (#397207).
1557 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1559 * tests/examples/seek/seek.c: (set_scale), (update_scale),
1560 (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1561 (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1563 Allow to toggle looping while it plays. Fix callback prototype. Clean
1564 up code a bit more. Add copyright header.
1566 2007-01-16 Stefan Kost <ensonic@users.sf.net>
1568 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1569 Red and blue mask was swapped (spotted by Dan Williams).
1571 2007-01-15 Stefan Kost <ensonic@users.sf.net>
1573 * gst-libs/gst/tag/gstid3tag.c:
1574 * gst-libs/gst/tag/gstvorbistag.c:
1575 Use new beats-per-minute tag from core.
1577 2007-01-15 Tim-Philipp Müller <tim at centricular dot net>
1580 Add new files with translatable strings, so they actually make it
1581 into the template file one day.
1583 2007-01-12 Andy Wingo <wingo@pobox.com>
1585 * gst-libs/gst/audio/gstbaseaudiosink.c
1586 (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1587 (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1588 stuff, as the base class handles this now. Actually tell the ring
1590 (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1591 How did this work before? Maybe I'm not as awesome a programmer as
1594 * gst-libs/gst/audio/gstbaseaudiosrc.c
1595 (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1598 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1600 * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1601 Remove more fields so that the application can better blacklist
1602 formats that have been tried before.
1604 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1606 * gst-libs/gst/audio/mixerutils.h:
1607 Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1608 used when compiling with c++ compilers as well.
1610 2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
1612 * gst/typefind/gsttypefindfunctions.c:
1615 2007-01-11 Tim-Philipp Müller <tim at centricular dot net>
1617 * gst/playback/gstplaybin.c: (post_missing_element_message),
1618 (gen_video_element), (gen_text_element), (gen_audio_element),
1620 Post missing-plugin messages also when we error out because
1621 converters, textoverlay or auto*sinks are missing (#161922).
1623 2007-01-10 Wim Taymans <wim@fluendo.com>
1625 * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1626 (is_demuxer_element), (new_caps):
1627 * gst/playback/gstplaybasebin.c: (source_new_pad):
1628 Fix the case where we try to ref a NULL element when we delay a link
1629 because of unfixed caps.
1630 Set the state of autoplugged decodebins to PAUSED.
1631 RTSP now works in playbin, we can remove it from the blacklist.
1633 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1635 * gst/playback/Makefile.am:
1636 * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1637 (unknown_type), (setup_subtitle), (gen_source_element):
1638 * gst/playback/gstplaybin.c: (plugin_init):
1639 Post missing-plugin messages on the bus for missing sources and
1640 missing decoders/demuxers/depayloaders; fix error code used when
1641 we're missing an URI handler source; for media types that we are not
1642 handling on purpose at the moment, don't print "don't know how to
1643 handle xyz" messages to the terminal or post missing-plugin
1644 messages on the bus.
1646 * tests/check/elements/playbin.c: (create_playbin),
1647 (GST_START_TEST), (gst_codec_src_uri_get_type),
1648 (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1649 (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1650 (gst_codec_src_init_type), (gst_codec_src_base_init),
1651 (gst_codec_src_create), (gst_codec_src_class_init),
1652 (gst_codec_src_init), (plugin_init), (playbin_suite):
1653 Add some tests for the missing-plugin stuff.
1655 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1658 * gst-libs/gst/Makefile.am:
1659 * gst-libs/gst/utils/Makefile.am:
1660 * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1661 * gst-libs/gst/utils/base-utils.h:
1662 * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1663 (find_format_info), (caps_are_rtp_caps),
1664 (gst_base_utils_get_source_description),
1665 (gst_base_utils_get_sink_description),
1666 (gst_base_utils_get_decoder_description),
1667 (gst_base_utils_get_encoder_description),
1668 (gst_base_utils_get_element_description),
1669 (gst_base_utils_add_codec_description_to_tag_list),
1670 (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1671 * gst-libs/gst/utils/descriptions.h:
1672 * gst-libs/gst/utils/missing-plugins.c:
1673 (missing_structure_get_type), (copy_and_clean_caps),
1674 (gst_missing_uri_source_message_new),
1675 (gst_missing_uri_sink_message_new),
1676 (gst_missing_element_message_new),
1677 (gst_missing_decoder_message_new),
1678 (gst_missing_encoder_message_new),
1679 (missing_structure_get_string_detail),
1680 (missing_structure_get_caps_detail),
1681 (gst_missing_plugin_message_get_installer_detail),
1682 (gst_missing_plugin_message_get_description),
1683 (gst_is_missing_plugin_message):
1684 * gst-libs/gst/utils/missing-plugins.h:
1685 API: add new libgstbaseutils library with functions
1686 - to create and parse missing-plugins messages
1687 - that provide (translated) descriptions for caps/decoders/sources/etc.
1690 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1691 * pkgconfig/gstreamer-plugins-base.pc.in:
1694 * docs/libs/gst-plugins-base-libs-docs.sgml:
1695 * docs/libs/gst-plugins-base-libs-sections.txt:
1696 Generate docs for new lib and API.
1698 * tests/check/Makefile.am:
1699 * tests/check/libs/.cvsignore:
1700 * tests/check/libs/utils.c: (missing_msg_check_getters),
1701 (GST_START_TEST), (libgstbaseutils_suite):
1702 Add some basic unit tests.
1704 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1706 * ext/ogg/Makefile.am:
1707 Dist gstoggdemux.h to fix 'make distcheck'.
1709 * sys/v4l/Makefile.am:
1710 Fix 'make distcheck' even more.
1712 2007-01-09 Wim Taymans <wim@fluendo.com>
1714 * docs/plugins/Makefile.am:
1715 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1716 * docs/plugins/gst-plugins-base-plugins-sections.txt:
1717 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1718 (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1719 (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1720 (gst_ogg_demux_perform_seek):
1721 * ext/ogg/gstoggdemux.h:
1723 Add some more comments.
1726 2007-01-09 Wim Taymans <wim@fluendo.com>
1728 * ext/theora/theoradec.c:
1729 * ext/vorbis/vorbisdec.c:
1730 * gst-libs/gst/audio/gstringbuffer.c:
1731 (gst_ring_buffer_commit_full):
1732 * gst-libs/gst/audio/gstringbuffer.h:
1733 * gst-libs/gst/rtp/gstrtpbuffer.c:
1734 * gst-libs/gst/tag/gstvorbistag.c:
1735 Small documentation updates/fixes
1737 2007-01-09 Tim-Philipp Müller <tim at centricular dot net>
1740 Require core CVS HEAD for Andy's basesrc/sink API additions.
1742 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1744 Patch by: Günter Thelen <daedalus dot inc at gmx net>
1746 * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1748 Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1749 on flac.sf.net (there appear to be other versions of the first
1750 ogg page in the wild) (#391365).
1752 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1755 Check if localtime_r() is available.
1757 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1758 If localtime_r() is not available, fall back to localtime(). Should
1759 fix build on MingW (#393310).
1761 2007-01-08 Tim-Philipp Müller <tim at centricular dot net>
1763 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1764 * gst/subparse/gstsubparse.h:
1765 Remove spurious 1000 subtrahend when calculating the timestamp from
1766 the frame number and the frame rate . Also, use the frames/second
1767 value specified in the first line of the file, if one is specified
1768 there. Should fix #357503.
1770 * tests/check/elements/subparse.c: (do_test),
1771 (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1773 Add some basic unit tests for the microdvd subtitle format.
1775 2007-01-07 Julien MOUTTE <julien@moutte.net>
1777 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1778 (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1779 (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1780 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1781 (gst_xvimagesink_set_xwindow_id),
1782 (gst_xvimagesink_set_event_handling),
1783 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1784 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1785 Patch by : Young-Ho Cha <ganadist at chollian dot net>
1787 Add an adaptor property to select a specific XV adaptor.
1788 * sys/xvimage/xvimagesink.h:
1790 2007-01-07 Julien MOUTTE <julien@moutte.net>
1792 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1793 (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1794 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1795 (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1796 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1797 (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1798 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1799 (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1800 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1801 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1802 (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1803 (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1804 Use flow_lock much more to protect every access to xwindow.
1805 Try to catch erros while creating images in case some drivers are
1806 just generating an XError when the requested image is too big.
1807 Should fix : #354698, #384008, #384060.
1808 * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1809 Implement some stress testing of setting window xid.
1811 2007-01-07 Sébastien Moutte <sebastien@moutte.net>
1813 * win32/common/libgsaudio.def:
1814 Add new exported function.
1815 * win32/common/libgstogg.dsp:
1816 Add gstoggaviparse.c to the build.
1817 * win32/common/libgstvideoscale.dsp:
1818 Add vs_4tap.c to the build.
1819 * win32/common/libgstvorbis.dsp:
1820 Add vorbistag.c to the build.
1822 2007-01-06 Andy Wingo <wingo@pobox.com>
1824 * gst-libs/gst/audio/gstbaseaudiosink.c
1825 (gst_base_audio_sink_class_init)
1826 (gst_base_audio_sink_init):
1827 (gst_base_audio_sink_activate_pull): Add an activate_pull function
1828 to baseaudiosink, and tell basesink that we can work in pull mode.
1829 This way the ring buffer thread drives the pipeline directly, if
1830 pull mode is possible. There is some lingering nastiness regarding
1832 (gst_base_audio_sink_callback): Implement the callback to pull
1833 data. This interface is a bit light, though -- it should get a
1834 GstFlowReturn return value at least.
1836 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1838 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1839 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1840 * gst/playback/gstdecodebin2.c:
1841 (gst_decode_group_check_if_blocked):
1842 Printf format and missing argument fixes.
1844 2007-01-05 Jan Schmidt <thaytan@mad.scientist.com>
1846 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1847 (gst_ogm_parse_change_state):
1848 Activate pads before adding them to the element.
1850 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1852 * tests/examples/seek/scrubby.c: (main):
1853 * tests/examples/seek/seek.c: (main):
1854 Call g_thread_init() first thing in main() (see #391278).
1856 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1858 * tests/check/Makefile.am:
1859 * tests/check/libs/.cvsignore:
1860 * tests/check/libs/netbuffer.c: (GST_START_TEST),
1862 Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1863 for the time being, since it's broken, see #393099.
1865 2007-01-05 Tim-Philipp Müller <tim at centricular dot net>
1867 * tests/check/Makefile.am:
1868 Update to use GST_PLUGINS_BASE_CFLAGS as well.
1870 2007-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
1873 split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1874 so that GST_BASE_CFLAGS can go inbetween them, making sure
1875 we use uninstalled gst-libs headers
1876 * docs/libs/Makefile.am:
1877 * ext/alsa/Makefile.am:
1878 * ext/cdparanoia/Makefile.am:
1879 * ext/gnomevfs/Makefile.am:
1880 * ext/libvisual/Makefile.am:
1881 * ext/ogg/Makefile.am:
1882 * ext/theora/Makefile.am:
1883 * ext/vorbis/Makefile.am:
1884 * gst-libs/gst/audio/Makefile.am:
1885 * gst-libs/gst/cdda/Makefile.am:
1886 * gst-libs/gst/interfaces/Makefile.am:
1887 * gst-libs/gst/riff/Makefile.am:
1888 * gst-libs/gst/rtp/Makefile.am:
1889 * gst-libs/gst/tag/Makefile.am:
1890 * gst/adder/Makefile.am:
1891 * gst/audioconvert/Makefile.am:
1892 * gst/audiorate/Makefile.am:
1893 * gst/audioresample/Makefile.am:
1894 * gst/playback/Makefile.am:
1895 * gst/tcp/Makefile.am:
1896 * gst/videoscale/Makefile.am:
1897 * gst/volume/Makefile.am:
1898 * sys/ximage/Makefile.am:
1899 * sys/xvimage/Makefile.am:
1900 * tests/icles/Makefile.am:
1903 2007-01-04 Julien MOUTTE <julien@moutte.net>
1905 * gst-libs/gst/interfaces/xoverlay.c:
1906 (gst_x_overlay_handle_events):
1907 * gst-libs/gst/interfaces/xoverlay.h:
1908 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1909 (gst_ximagesink_set_xwindow_id),
1910 (gst_ximagesink_set_event_handling),
1911 (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1912 (gst_ximagesink_get_property), (gst_ximagesink_init),
1913 (gst_ximagesink_class_init):
1914 * sys/ximage/ximagesink.h:
1915 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1916 (gst_xvimagesink_set_xwindow_id),
1917 (gst_xvimagesink_set_event_handling),
1918 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1919 (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1920 (gst_xvimagesink_class_init):
1921 * sys/xvimage/xvimagesink.h:
1922 * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1923 Add a method to the XOverlay interface to allow disabling of
1924 event handling in x[v]imagesink elements. This will let X events
1925 propagate to parent windows which can be usefull in some cases.
1926 Be carefull that the application is then responsible of pushing
1927 navigation events and expose events to the video sink.
1930 2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
1932 * gst-libs/gst/tag/gstvorbistag.c:
1933 * tests/check/libs/tag.c: (GST_START_TEST):
1934 Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1937 2007-01-01 Tim-Philipp Müller <tim at centricular dot net>
1941 * docs/design/Makefile.am:
1944 2006-12-27 Julien MOUTTE <julien@moutte.net>
1946 * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1947 typo. Fixes: #390063.
1949 2006-12-27 Julien MOUTTE <julien@moutte.net>
1951 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1952 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1954 * win32/common/config.h: Updated.
1956 2006-12-22 Stefan Kost <ensonic@users.sf.net>
1958 * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1959 (setup_gdpdepay_streamheader):
1960 * tests/check/elements/gdppay.c: (cleanup_gdppay),
1961 (setup_gdppay_streamheader):
1962 Fix the dp tests, but activating the pads for the streamheader tests
1963 too and cleaning up conditionaly
1965 2006-12-22 Jan Schmidt <thaytan@mad.scientist.com>
1967 * gst/ffmpegcolorspace/avcodec.h:
1968 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1969 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1970 (gst_ffmpegcsp_avpicture_fill):
1971 * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1972 (img_get_alpha_info):
1973 Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1974 other end of the word. Fixes: #387073.
1976 Add some inconsequential branch hints in a couple of places.
1978 2006-12-21 Tim-Philipp Müller <tim at centricular dot net>
1980 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1981 (gst_ffmpeg_caps_to_smpfmt):
1982 The "signed" field in raw audio caps is of boolean type, trying to
1983 extract the value with _get_int() will fail (fix to keep in sync with
1984 the copy in gst-ffmpeg)
1986 2006-12-21 Stefan Kost <ensonic@users.sf.net>
1988 * tests/check/elements/audioresample.c: (cleanup_audioresample):
1989 * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1990 * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1992 * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1993 * tests/check/elements/subparse.c: (teardown_subparse):
1994 * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1995 * tests/check/elements/videorate.c: (cleanup_videorate):
1996 * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1997 * tests/check/elements/volume.c: (cleanup_volume):
1998 * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1999 (cleanup_vorbisdec):
2000 * tests/check/elements/vorbistag.c: (setup_vorbistag),
2001 (cleanup_vorbistag):
2002 consistent pad (de)activation
2004 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
2006 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2007 Forgot to register the extensions.
2009 2006-12-20 Tim-Philipp Müller <tim at centricular dot net>
2011 * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
2013 Add typefinder for VIVO files (my christmas present to the 90s).
2015 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
2017 * gst/playback/gstdecodebin.c: (type_found):
2018 Special-case the text/plain media type: we only want to recognise it
2019 as a 'raw' decoded media type if it comes from a demuxer or subtitle
2020 parser, but not if the entire stream is of text/plain type. If the
2021 entire stream is text/plain, we should just error out.
2023 This fixes playback of audio files with lyrics in totem. Totem can't
2024 distinguish between text files and subtitle files and passes any
2025 .txt file with the same basename as the main file to playbin as
2026 suburi, and playbin will then throw a 'subtitle found, but no video
2027 stream' error, which isn't entirely helpful. See #380342.
2029 Also, with this change we'll show a slightly more correct error
2030 message in case totem passes a playlist file to us (although a
2031 custom error message wording instead of the default text would
2032 probably not be a bad idea either).
2034 Same problem also needs to be fixed for playbin+decodebin2.
2036 * tests/check/Makefile.am:
2037 * tests/check/elements/decodebin.c: (src_handoff_cb),
2038 (decodebin_new_decoded_pad_cb), (GST_START_TEST),
2040 Add simple unit test for decodebin for the above.
2042 2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
2044 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
2045 * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
2046 Refuse to change state to READY when we failed to create any of the
2047 required elements in our instance init function.
2049 2006-12-15 Tim-Philipp Müller <tim at centricular dot net>
2051 * docs/libs/gst-plugins-base-libs-sections.txt:
2052 Small docs fixes/updates.
2054 * gst-libs/gst/video/gstvideosink.h:
2055 Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
2056 from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
2057 removed from the base sink API between 0.9.6 and 0.9.7).
2058 API: add GST_VIDEO_SINK_CAST and use it for the height/width
2059 accessor macros, so we don't do a runtime GObject type check every
2062 2006-12-15 Thomas Vander Stichele <thomas at apestaart dot org>
2065 * gst-plugins-base.doap:
2066 * gst-plugins-base.spec.in:
2069 2006-12-09 Tim-Philipp Müller <tim at centricular dot net>
2071 Patch by: Jens Granseuer <jensgr at gmx net>
2073 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2074 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2075 (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2076 (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2077 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2078 Declare variables at the beginning of a block. Fixes #383195.
2080 2006-12-07 Jan Schmidt <thaytan@mad.scientist.com>
2083 Bump version nano - back to CVS.
2086 === release 0.10.11 ===
2088 2006-12-06 Jan Schmidt <thaytan@mad.scientist.com>
2091 releasing 0.10.11, "Dumb things"
2093 2006-12-05 Jan Schmidt <thaytan@mad.scientist.com>
2095 * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
2096 (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
2097 Handle the case where an element has multiple pads with
2098 unfixed caps as well as still possibly producing more dynamic
2099 pads by storing each case as a distinct entry in the dynamic list.
2102 2006-12-04 Wim Taymans <wim@fluendo.com>
2104 * gst/playback/gstdecodebin.c: (close_pad_link):
2105 Fix #382223, add more dynamic caps handling.
2107 2006-12-04 Wim Taymans <wim@fluendo.com>
2109 reviewed by: <delete if not using a buddy>
2111 * gst-libs/gst/audio/gstringbuffer.h:
2112 * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
2113 (gst_netaddress_set_ip4_interface),
2114 (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
2115 (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
2116 (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
2117 (gst_netaddress_get_ttl):
2118 * gst-libs/gst/netbuffer/gstnetbuffer.h:
2119 * gst/playback/gstdecodebin.c: (close_pad_link):
2120 * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
2121 (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
2122 * win32/common/config.h:
2124 2006-12-01 Michael Smith <msmith@fluendo.com>
2126 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2127 Delete bad debug code.
2130 2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
2132 * gst/videoscale/vs_4tap.c:
2134 * win32/common/config.h:
2135 * win32/vs8/libgstvideoscale.vcproj:
2136 Fix compilation on win32 under VS8
2137 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2138 Partially fixes #381175
2140 2006-11-30 Michael Smith <msmith@fluendo.com>
2142 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2144 It would be very bad if, after a discont buffer, we thought every
2145 single following buffer was also discont. So, add to the test to
2146 ensure that this isn't the case.
2148 * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
2149 ... it was the case. So fix it.
2151 2006-11-28 Wim Taymans <wim@fluendo.com>
2153 * gst/playback/gstplaybasebin.c: (check_queue_event):
2156 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2157 Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
2158 padtemplate caps. Refixes #357577.
2160 2006-11-28 Wim Taymans <wim@fluendo.com>
2162 * gst/playback/gstplaybasebin.c: (check_queue_event),
2163 (queue_threshold_reached), (queue_out_of_data),
2164 (gen_preroll_element):
2165 Add event probe to see when EOS is in a queue and we can disable the
2166 underrun signals. Fixes #357577.
2168 2006-11-28 Edward Hervey <edward@fluendo.com>
2170 * gst/playback/Makefile.am:
2171 * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
2172 (_gst_boolean_accumulator), (gst_decode_bin_class_init),
2173 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2174 (gst_decode_bin_init), (gst_decode_bin_dispose),
2175 (gst_decode_bin_finalize), (gst_decode_bin_set_property),
2176 (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2177 (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2178 (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2179 (connect_element), (expose_pad), (type_found),
2180 (pad_added_group_cb), (pad_removed_group_cb),
2181 (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2182 (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2183 (are_raw_caps), (multi_queue_overrun_cb),
2184 (multi_queue_underrun_cb), (gst_decode_group_new),
2185 (get_current_group), (group_demuxer_event_probe),
2186 (gst_decode_group_control_demuxer_pad),
2187 (gst_decode_group_control_source_pad),
2188 (gst_decode_group_check_if_blocked),
2189 (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2190 (gst_decode_group_hide), (gst_decode_group_free),
2191 (gst_decode_group_set_complete), (source_pad_blocked_cb),
2192 (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2193 (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2195 New decodebin2 element.
2197 * gst/playback/gstplay-marshal.list:
2198 Added marshallers for new signals in decodebin2
2199 * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2200 Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2203 2006-11-28 Wim Taymans <wim@fluendo.com>
2205 * gst/playback/gstplaybasebin.c: (setup_source),
2206 (gst_play_base_bin_change_state):
2207 Disable rtsp:// uris for the release, it's not good enough yet.
2210 2006-11-26 Wim Taymans <wim@fluendo.com>
2212 * ext/theora/theoradec.c: (gst_theora_dec_reset),
2213 (theora_dec_push_forward), (theora_dec_push_reverse),
2214 (theora_handle_data_packet), (theora_dec_decode_buffer),
2215 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2216 (theora_dec_chain_forward), (theora_dec_chain):
2217 Implement reverse playback.
2219 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2220 (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2221 (vorbis_dec_chain_forward):
2222 Clear buffers used for reverse playback in _reset.
2223 No need to set the eos flag, we clip samples using the segment.
2225 2006-11-24 Wim Taymans <wim@fluendo.com>
2227 * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2228 (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2229 (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2230 (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2232 Handle continued pages in reverse mode.
2234 2006-11-24 Wim Taymans <wim@fluendo.com>
2236 * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2237 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2238 (vorbis_dec_flush_decode):
2240 Don't try to add invalid timestamps.
2241 Clipping will unref the buffer.
2243 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2245 * gst/adder/gstadder.h:
2246 * gst/audiotestsrc/gstaudiotestsrc.h:
2247 remove obsolete _factory_init protos
2249 2006-11-24 Stefan Kost <ensonic@users.sf.net>
2251 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2252 Fix spacing in debug message.
2254 2006-11-23 Wim Taymans <wim@fluendo.com>
2256 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2257 (gst_ogg_demux_chain):
2258 Don't just ignore return values from _pad_push().
2259 Small debug improvements.
2261 2006-11-23 Michael Smith <msmith@fluendo.com>
2263 * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2264 If our incoming buffer is marked as DISCONT, then increment the page
2265 number (so that the discontinuity is marked in the final ogg
2266 bitstream) and flush the previous page.
2268 2006-11-22 Michael Smith <msmith@fluendo.com>
2270 * ext/theora/gsttheoraenc.h:
2271 * ext/theora/theoraenc.c: (gst_theora_enc_init),
2272 (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2273 (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2274 (theora_enc_chain), (theora_enc_change_state):
2275 Mark discontinuities of > 3/4 of a frame, reinit encoder.
2277 * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2278 (GST_START_TEST), (theoraenc_suite):
2279 Enable discontinuity test, fix it.
2281 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2283 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2284 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2285 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2286 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2287 (gst_text_overlay_change_state):
2288 * ext/pango/gsttextoverlay.h:
2289 Some textoverlay fixes: for one, in the video chain function,
2290 actually wait for a text buffer to come in if there is none at the
2291 moment and there should be one; also, deal more gracefully with
2292 incoming buffers that do not have a timestamp or duration; discard
2293 text buffer when not needed any longer. Fixes #341681.
2295 * tests/check/Makefile.am:
2296 * tests/check/elements/.cvsignore:
2297 * tests/check/elements/textoverlay.c:
2298 (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2299 (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2300 (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2301 (test_video_waits_for_text_send_text_newsegment_thread),
2302 (test_video_waits_for_text_shutdown_element),
2303 (test_render_continuity_push_video_buffers_thread),
2304 (textoverlay_suite):
2305 Add some unit tests for textoverlay.
2307 2006-11-21 Tim-Philipp Müller <tim at centricular dot net>
2309 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2310 Avoid integer underflow when the found probability for mp3 is
2311 smaller than the 'penalty' we subtract if there's not a clean
2312 mp3 header sync at offset 0.
2314 2006-11-21 Stefan Kost <ensonic@users.sf.net>
2316 * docs/libs/gst-plugins-base-libs-sections.txt:
2317 Add some new symbols to the docs
2319 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2321 * tests/check/Makefile.am:
2322 * tests/check/elements/ffmpegcolorspace.c:
2323 (ffmpegcolorspace_suite):
2324 Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2325 (for now not for valgrinding though, since it takes too long).
2327 2006-11-20 Wim Taymans <wim@fluendo.com>
2329 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2330 (gst_ffmpeg_pixfmt_to_caps):
2331 Fix RGBA32 caps. Fixes #357038.
2333 2006-11-20 Tim-Philipp Müller <tim at centricular dot net>
2335 * gst-libs/gst/interfaces/mixertrack.h:
2336 Add FIXME so we can add some padding here in 0.11
2338 2006-11-19 Tim-Philipp Müller <tim at centricular dot net>
2340 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2341 Fix GstBaseRTPAudioPayload structure so the whole GObject
2342 inheritance business actually works (parent class instance structure
2343 must always come first in the derived class instance structure).
2345 2006-11-16 Tim-Philipp Müller <tim at centricular dot net>
2347 * gst/videotestsrc/Makefile.am:
2348 * tests/check/Makefile.am:
2349 Make sure our checks and the videotestsrc plugin link against the
2350 local uninstalled gst libs and not any installed gst libs that
2351 might happen to exist as well.
2353 * tests/check/elements/adder.c: (message_received),
2354 (test_event_message_received), (test_play_twice_message_received):
2355 * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2356 Fix compiler warnings when compiling against core with disabled
2359 2006-11-16 Michael Smith <msmith@fluendo.com>
2361 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2362 (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2363 Fix audiorate, so that it accurately sets offsets and timestamps.
2364 Doesn't change the fundamental algorithmic decisions; so should be
2367 * tests/check/Makefile.am:
2368 Enable audiorate test now that it passes.
2370 2006-11-09 Stefan Kost <ensonic@users.sf.net>
2372 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2373 clear xv when going to NULL, remove // commented non-existant proto
2375 * tests/examples/seek/seek.c: (main):
2376 add missing tooltip description for scrub and play_scrub
2378 2006-11-14 David Schleef <ds@schleef.org>
2381 Bump liboil requirement to 0.3.8.
2382 * gst-libs/gst/riff/riff-media.c:
2384 * gst/videoscale/vs_image.h:
2385 * gst/videoscale/vs_scanline.h:
2386 Use liboil's stdint.h.
2387 * gst/videotestsrc/videotestsrc.c:
2388 Remove liboil related ifdef's, since they aren't needed now, and
2389 won't work with future versions.
2391 2006-11-14 David Schleef <ds@schleef.org>
2393 * gst/videoscale/Makefile.am:
2394 * gst/videoscale/gstvideoscale.c:
2395 * gst/videoscale/gstvideoscale.h:
2396 * gst/videoscale/vs_4tap.c:
2397 * gst/videoscale/vs_4tap.h:
2398 * gst/videoscale/vs_image.c:
2399 * gst/videoscale/vs_image.h:
2400 * gst/videoscale/vs_scanline.c:
2401 * gst/videoscale/vs_scanline.h:
2402 Add a 4-tap image scaler. Theoretically looks much prettier.
2403 The tap calculation could use some improvement.
2405 2006-11-14 Wim Taymans <wim@fluendo.com>
2407 Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2409 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2410 (gst_riff_parse_strf_iavs):
2411 * gst/subparse/gstsubparse.c: (convert_encoding):
2412 * gst/tcp/gstmultifdsink.c:
2413 (gst_multi_fd_sink_handle_client_write):
2414 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2415 (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2416 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2417 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2418 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2419 (gst_ximagesink_ximage_new):
2420 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2421 Various gsize and gssize printf fixes. Fixes #372507.
2423 2006-11-13 Wim Taymans <wim@fluendo.com>
2425 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2426 (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2427 (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2428 (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2429 (vorbis_dec_chain_forward), (vorbis_dec_chain):
2430 * ext/vorbis/vorbisdec.h:
2431 First stab at vorbis reverse playback.
2433 2006-11-13 Wim Taymans <wim@fluendo.com>
2435 * gst-libs/gst/audio/gstbaseaudiosink.c:
2436 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2437 * gst-libs/gst/audio/gstbaseaudiosink.h:
2438 Make the clock sync code more accurate wrt resampling and playback
2441 * gst-libs/gst/audio/gstringbuffer.c:
2442 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2443 * gst-libs/gst/audio/gstringbuffer.h:
2444 Use better algorithm to interpolate sample rates.
2446 2006-11-13 Michael Smith <msmith@fluendo.com>
2448 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2449 Improve a debug line slightly.
2451 * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2452 Call gst_riff_init() in plugin_init, to avoid getting errors from
2453 the debug system (unrelated changes to another plugin made this turn
2456 2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
2458 Patch by: Sergey Scobich <sergery.scobich at gmail com>
2460 * win32/common/libgsttag.def:
2461 Add missing symbol (#366492).
2463 2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
2465 * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2466 Don't unref a NULL pad.
2468 2006-11-09 Wim Taymans <wim@fluendo.com>
2470 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2471 (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2472 (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2473 (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2474 (gst_ogg_demux_loop):
2475 Implement first stab at reverse playback.
2477 2006-11-07 Stefan Kost <ensonic@users.sf.net>
2479 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2480 (gst_riff_create_video_template_caps):
2481 add h263/h264 variants to the caps, Fixes #363118
2483 2006-11-06 Tim-Philipp Müller <tim at centricular dot net>
2485 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2486 * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2487 Use g_strerror instead of strerror so we get UTF-8.
2489 2006-11-03 David Schleef <ds@schleef.org>
2491 * ext/ogg/gstoggdemux.c:
2492 * ext/ogg/gstoggmux.c:
2493 Add/remove KW-DIRAC header here, since it is ogg-specific.
2495 2006-11-03 Michael Smith <msmith@fluendo.com>
2497 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2498 Recognise more mpeg4 elementary video streams.
2500 2006-11-02 Edward Hervey <edward@fluendo.com>
2502 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2503 Lower the probability of mp3 typefinding functions if we don't find a
2504 valid mp3 header at the start of the file.
2507 2006-11-02 Wim Taymans <wim@fluendo.com>
2509 * ext/theora/gsttheoradec.h:
2510 * ext/theora/theoradec.c: (gst_theora_dec_init),
2511 (theora_dec_sink_event), (theora_dec_chain_forward),
2512 (theora_dec_flush_decode), (theora_dec_chain_reverse),
2514 Document and partially implement an algorithm for doing reverse playback
2517 2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
2519 Patch by: Sergey Scobich <sergey.scobich at gmail com>
2521 * win32/common/config.h:
2522 * win32/common/interfaces-enumtypes.c:
2523 * win32/common/libgsttag.def:
2524 * win32/vs8/gst-plugins-base.sln:
2525 * win32/vs8/libgstaudioresample.vcproj:
2526 * win32/vs8/libgstinterfaces.vcproj:
2527 * win32/vs8/libgstogg.vcproj:
2528 * win32/vs8/libgstriff.vcproj:
2529 * win32/vs8/libgsttag.vcproj:
2530 * win32/vs8/libgsttheora.vcproj:
2531 * win32/vs8/libgstvideoscale.vcproj:
2532 * win32/vs8/libgstvorbis.vcproj:
2533 Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2534 to libgsttag.def; add missing dependencies for some vs8 projects;
2535 re-arrange placement of .def files in vs8 projects (#366334).
2537 2006-11-01 Tim-Philipp Müller <tim at centricular dot net>
2540 Remove unused variable.
2542 * ext/ogg/gstoggdemux.c:
2543 Fix Wim's surname in plugin description.
2545 2006-10-31 Wim Taymans <wim@fluendo.com>
2547 * gst-plugins-base.spec.in:
2548 spec new .h file. Fixes #368310.
2550 2006-10-31 Michael Smith <msmith@fluendo.com>
2552 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2553 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2554 (gst_multi_fd_sink_get_stats),
2555 (gst_multi_fd_sink_remove_client_link),
2556 (gst_multi_fd_sink_queue_buffer),
2557 (gst_multi_fd_sink_handle_clients):
2558 * gst/tcp/gstmultifdsink.h:
2559 Make using the remove or clear signals threadsafe.
2560 Make calling get-stats with an invalid fd not segfault.
2563 2006-10-31 Wim Taymans <wim@fluendo.com>
2565 * gst-libs/gst/rtp/Makefile.am:
2566 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2567 (gst_base_rtp_audio_payload_init):
2568 Fix and activate base audio payloader.
2570 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2572 * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2574 Add typefinder for QuickTime Image Files (see #366156).
2576 2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
2578 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2579 Another typo fix (#366212).
2581 2006-10-27 Wim Taymans <wim@fluendo.com>
2583 * gst/volume/gstvolume.c: (volume_transform_ip):
2584 Use stream time to synchronize volume property instead of rather random
2585 timestamps. This is needed when gnonlin does its time shifting.
2587 2006-10-27 Wim Taymans <wim@fluendo.com>
2589 Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2591 * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2592 Remove the pad from the element in release_pad. Fixes #364812.
2594 2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
2596 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2597 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2598 Explicitly create our custom buffer classes at a thread-safe
2599 location as well, since g_type_class_ref() doesn't seem to be
2600 entirely thread-safe either (#365501; also see #349410).
2602 2006-10-26 Tim-Philipp Müller <tim at centricular dot net>
2604 * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2605 (gst_riff_parse_info):
2606 If strings in INFO chunk are not UTF-8, do something similar to
2607 what we do for ID3v1 tags: check a number of environment variables
2608 (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2609 character sets to try, otherwise try the current locale and/or fall
2610 back on ISO-8859-1. Fixes #360552.
2612 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2614 * gst/videotestsrc/gstvideotestsrc.c:
2615 (gst_video_test_src_pattern_get_type),
2616 (gst_video_test_src_set_pattern):
2617 * gst/videotestsrc/gstvideotestsrc.h:
2618 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2619 (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2620 (gst_video_test_src_checkers8):
2621 * gst/videotestsrc/videotestsrc.h:
2622 Add a bunch of exciting new checkers patterns.
2624 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2626 * gst/subparse/Makefile.am:
2627 * gst/subparse/gstsubparse.c:
2628 (gst_sub_parse_data_format_autodetect),
2629 (gst_sub_parse_format_autodetect), (handle_buffer),
2630 (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2631 * gst/subparse/gstsubparse.h:
2632 * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2634 * gst/subparse/tmplayerparse.h:
2635 Add support for TMPlayer-type subtitles (#362845).
2637 * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2638 (GST_START_TEST), (subparse_suite):
2639 Add some basic unit tests for the above.
2641 2006-10-23 Tim-Philipp Müller <tim at centricular dot net>
2643 * tests/check/elements/audiorate.c: (test_injector_base_init),
2644 (test_injector_class_init), (test_injector_chain),
2645 (test_injector_init), (probe_cb), (do_perfect_stream_test),
2646 (GST_START_TEST), (audiorate_suite):
2647 More tests for audiorate: inject buffers to check behaviour when
2650 2006-10-21 Tim-Philipp Müller <tim at centricular dot net>
2652 * tests/check/Makefile.am:
2653 * tests/check/elements/.cvsignore:
2654 * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2655 (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2656 Add some basic unit tests for audiorate. Disabled at the moment
2657 since it doesn't pass yet (see bug #363119).
2659 2006-10-20 Tim-Philipp Müller <tim at centricular dot net>
2661 * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2662 (parse_subrip), (handle_buffer):
2663 Add missing closing tags for markup and fix broken markup,
2664 otherwise pango won't render anything (fixes #357531). Also,
2665 make sure the text we send out is always NUL-terminated
2666 (better safe than sorry etc.).
2668 * tests/check/elements/subparse.c: (test_srt_do_test),
2670 Some more tests for .srt incl. tests for the above stuff.
2672 2006-10-20 Julien MOUTTE <julien@moutte.net>
2674 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2675 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2676 Patch by: Stefan Kost <ensonic@users.sf.net>
2677 Try to redraw borders only when needed. Apparently this consumes
2678 resources on small devices... :-O (#363607)
2680 2006-10-20 Michael Smith <msmith@fluendo.com>
2682 * gst/tcp/gstmultifdsink.c:
2683 (gst_multi_fd_sink_client_queue_buffer):
2684 If caps change, then update the client's idea of the caps so that we
2685 don't end up re-sending streamheaders for every single buffer after
2688 2006-10-20 Michael Smith <msmith@fluendo.com>
2690 * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2691 (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2692 Set caps on pushed buffers; fix up refcounting of caps objects.
2694 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2696 * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2698 Typefind mmsh header data packet to application/x-mmsh (#362625).
2700 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2702 * tests/check/Makefile.am:
2703 * tests/check/elements/.cvsignore:
2704 * tests/check/elements/subparse.c: (buffer_from_static_string),
2705 (setup_subparse), (teardown_subparse), (test_srt_do_test),
2706 (GST_START_TEST), (subparse_suite):
2707 Add very simple unit test for subparse.
2709 2006-10-19 Tim-Philipp Müller <tim at centricular dot net>
2711 * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2713 Strip trailing newlines from subtitle text output.
2715 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2717 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2718 (gst_sub_parse_change_state):
2719 Fix memleak; clear subparse->textbuf n state change function.
2721 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2723 * gst/subparse/gstsubparse.c:
2724 (gst_sub_parse_data_format_autodetect):
2725 Don't require subrip (.srt) files to start with a chunk number of 1.
2727 2006-10-18 Wim Taymans <wim@fluendo.com>
2729 * gst-libs/gst/audio/gstbaseaudiosink.c:
2730 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2731 * gst-libs/gst/audio/gstbaseaudiosink.h:
2732 Extract rate from the NEWSEGMENT event.
2733 Use commit_full to also take rate adjustment into account when writing
2734 samples to the ringbuffer.
2736 * gst-libs/gst/audio/gstringbuffer.c:
2737 (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2738 (gst_ring_buffer_read):
2739 * gst-libs/gst/audio/gstringbuffer.h:
2740 Added _commit_full() to also take rate into account.
2741 Use simple interpolation algorithm to resample audio.
2742 API: gst_ring_buffer_commit_full()
2744 * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2745 * tests/examples/seek/seek.c: (segment_done):
2746 Don't try to seek with 0.0 rate, just pause instead.
2747 Remove bogus debug line.
2749 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2751 * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2753 Catch async errors when starting up the subtitle bin, so we can
2754 stop waiting and continue with the main film instead of hanging
2755 forever. Fixes #339366.
2757 * tests/check/elements/playbin.c: (playbin_suite):
2758 Enable unit test for the above.
2760 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2762 * tests/check/Makefile.am:
2763 * tests/check/elements/.cvsignore:
2764 * tests/check/elements/playbin.c: (GST_START_TEST),
2765 (gst_red_video_src_uri_get_type),
2766 (gst_red_video_src_uri_get_protocols),
2767 (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2768 (gst_red_video_src_uri_handler_init),
2769 (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2770 (gst_red_video_src_create), (gst_red_video_src_class_init),
2771 (gst_red_video_src_init), (plugin_init), (playbin_suite):
2772 Some small and basic unit tests for playbin; not very useful yet,
2773 but at least a start.
2775 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2777 * gst/playback/gstplaybin.c: (setup_sinks):
2778 The old pad activation spiel.
2780 2006-10-18 Tim-Philipp Müller <tim at centricular dot net>
2782 * gst/playback/gstplaybasebin.c: (setup_source):
2783 Don't hang forever if the subbin already fails to start up in
2784 the state change to PAUSED (#339366).
2786 2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
2788 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2789 (gst_tuner_set_channel), (gst_tuner_get_channel),
2790 (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2791 (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2792 (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2793 (gst_tuner_find_channel_by_name):
2794 Fix some function guards, add some more function guards.
2796 2006-10-17 Jan Schmidt <thaytan@mad.scientist.com>
2798 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2799 (remove_element_chain):
2800 Don't return a pad from get_our_ghost_pad unless it is actually the
2802 Change a cast in remove_element_chain slightly.
2804 2006-10-13 Julien MOUTTE <julien@moutte.net>
2806 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2807 (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2808 Segment seeking needs to use the rate and set stop to -1.
2810 2006-10-13 Wim Taymans <wim@fluendo.com>
2812 * gst-libs/gst/audio/gstbaseaudiosink.c:
2813 (gst_base_audio_sink_setcaps):
2814 Don't crash when ringbuffer is not yet created.
2815 Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2818 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2819 * gst/playback/gststreamselector.c:
2820 (gst_stream_selector_request_new_pad):
2821 Activate pads befre adding them to running elements.
2823 2006-10-13 Julien MOUTTE <julien@moutte.net>
2825 * tests/examples/seek/seek.c: (do_seek), (start_seek),
2826 (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2827 updater when we start grabing the slider. Don't wait for the
2828 pipeline to be PAUSED.
2830 2006-10-13 Tim-Philipp Müller <tim at centricular dot net>
2832 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2833 (gst_mixer_set_volume), (gst_mixer_get_volume),
2834 (gst_mixer_set_mute), (gst_mixer_set_option),
2835 (gst_mixer_get_option), (gst_mixer_mute_toggled),
2836 (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2837 (gst_mixer_option_changed):
2838 Guard mixer interface functions against bogus arguments.
2840 2006-10-12 Julien MOUTTE <julien@moutte.net>
2842 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2843 (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2844 (msg_state_changed), (main): Use state-changed messages to trigger
2845 start/stop of scale update timer. Indeed the scale slider was
2846 jumping here and there because the update timer was activated
2847 before seek completed. This fixes instant applying of rate changes
2848 by pressing the spinbutton like a crazy man !
2850 2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
2852 Patch by: Sebastien Cote <sebas642 at yahoo.ca>
2854 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2855 (gst_basertppayload_finalize):
2856 Fix two small memory leaks (#361456).
2858 2006-10-10 Julien MOUTTE <julien@moutte.net>
2860 * tests/examples/seek/seek.c: (do_seek),
2861 (rate_spinbutton_changed_cb): When changing spinbutton we try
2862 to change the rate on the fly.
2864 2006-10-10 Wim Taymans <wim@fluendo.com>
2866 * gst-libs/gst/riff/riff-ids.h:
2867 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2868 (gst_riff_create_audio_template_caps):
2871 2006-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
2873 Patch by: Josep Torre Valles <josep@fluendo.com>
2875 * ext/gnomevfs/gstgnomevfssink.c:
2876 * ext/gnomevfs/gstgnomevfssrc.c:
2877 Fix URI interface implementation return type.
2878 * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2879 Fix what looks like a copy/paste issue when assigning values.
2880 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2881 (gst_audio_filter_template_get_type):
2882 Cast to prevent Forte warnings.
2883 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2884 Fix URI interface implementation return type.
2885 gst_pad_query_position requires a signed integer pointer as
2886 3rd parameter, GstClockTime is unsigned.
2887 * gst/audioconvert/audioconvert.c:
2888 Fix integer overflow when treated as signed.
2889 * gst/audioresample/resample.c: (resample_add_input_data):
2890 Cast to prevent warnings on Forte.
2891 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2892 Fix integer overflow when treated as signed.
2893 * gst/ffmpegcolorspace/imgconvert_template.h:
2894 Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2895 * gst/playback/gstdecodebin.c: (queue_filled_cb),
2896 (cleanup_decodebin):
2897 Who initialises a guint to -1!
2898 Cast function pointers to prevent warnings on Forte.
2899 * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2900 (queue_threshold_reached):
2901 Cast function pointers correctly to prevent warnings on Forte.
2902 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2903 Cast function pointers correctly to prevent warnings on Forte.
2904 * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2905 Obvious change to unsigned, 0xEF > max signed char.
2906 * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2907 GstClockTime is unsigned, initialise correctly.
2908 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2909 Cast so pointer arithemetic doesn't cause warnings on Forte.
2910 * gst/videorate/gstvideorate.c:
2911 Use correct return value.
2912 * tests/examples/seek/scrubby.c:
2913 GstClockTime is unsigned, initialise correctly.
2915 2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
2917 Patch by: Ferenc Gerlits <fgerlits at gmail com>
2919 * gst/typefind/gsttypefindfunctions.c:
2920 Recognise XML files and XML-like files shorter than 256 bytes as
2921 well (fixes #359237).
2923 2006-10-09 Edgard Lima <edgard.lima@indt.org.br>
2925 Patch by: Renato Filho <renato.filho@indt.org.br>
2927 * gst/typefind/gsttypefindfunctions.c:
2928 Added typefind functions to video/x-nuv media.
2930 2006-10-08 Tim-Philipp Müller <tim at centricular dot net>
2932 * gst-libs/gst/interfaces/xoverlay.c:
2933 (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2934 Some more guards against invalid input.
2936 2006-10-07 Julien MOUTTE <julien@moutte.net>
2938 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event):
2940 * tests/examples/seek/seek.c: (do_seek),
2941 (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2942 seek example to experiment with rates != 1.0 (reverse playback !)
2944 2006-10-06 Stefan Kost <ensonic@users.sf.net>
2946 * gst-libs/gst/interfaces/xoverlay.c:
2947 Unref message in doc-example (spotted by Robert McQueen)
2949 2006-10-06 Wim Taymans <wim@fluendo.com>
2951 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2952 (mpeg1_parse_header), (mpeg1_sys_type_find):
2955 2006-10-06 Wim Taymans <wim@fluendo.com>
2957 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2959 * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2960 Activate dynamic pads before adding them to the element.
2962 2006-10-06 Michael Smith <msmith@fluendo.com>
2964 * gst-libs/gst/floatcast/floatcast.h:
2965 Fix obviously-bogus macros; use the correct types.
2967 2006-10-06 Wim Taymans <wim@fluendo.com>
2969 * gst-libs/gst/rtp/gstbasertpdepayload.c:
2970 (gst_base_rtp_depayload_change_state):
2971 Also call parent state change function to activate pads.
2973 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2974 (mpeg1_parse_header), (mpeg1_sys_type_find):
2975 Add some more debug info in mpeg typefinding.
2977 2006-10-06 Michael Smith <msmith@fluendo.com>
2979 * ext/theora/theoradec.c: (theora_dec_chain):
2980 Zero byte theora packets are valid and well-defined; don't warn on
2983 2006-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
2985 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2986 (gst_multi_fd_sink_get_stats), (find_limits),
2987 (gst_multi_fd_sink_queue_buffer):
2988 API: add dropped_buffers to the get-stats GValueArray
2990 2006-10-05 Tim-Philipp Müller <tim at centricular dot net>
2992 * ext/alsa/gstalsadeviceprobe.c:
2993 (gst_alsa_device_property_probe_get_values):
2994 * ext/alsa/gstalsasink.c: (set_hwparams):
2995 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2996 (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2997 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2998 (gst_ogg_mux_process_best_pad):
2999 * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
3000 (gst_ogg_parse_chain):
3001 * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3002 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3003 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
3004 (gst_vorbis_enc_buffer_check_discontinuous):
3005 * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
3006 * gst-libs/gst/audio/gstbaseaudiosink.c:
3007 (gst_base_audio_sink_render):
3008 * gst-libs/gst/cdda/gstcddabasesrc.c:
3009 (gst_cdda_base_src_handle_track_seek):
3010 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3011 (gst_base_rtp_depayload_push_full):
3012 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3013 * gst/audioresample/resample.c: (resample_input_pushthrough):
3014 * gst/playback/gstplaybasebin.c: (queue_out_of_data):
3015 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3016 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3017 (wavpack_type_find):
3018 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3019 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3020 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
3021 * tests/check/elements/volume.c: (GST_START_TEST):
3022 Printf format fixes.
3024 2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
3026 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
3027 Fix a simple mistake (see the docs)
3030 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
3032 * docs/plugins/Makefile.am:
3033 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3034 * docs/plugins/gst-plugins-base-plugins-sections.txt:
3035 * docs/plugins/gst-plugins-base-plugins.args:
3036 * docs/plugins/gst-plugins-base-plugins.hierarchy:
3037 * docs/plugins/inspect/plugin-adder.xml:
3038 * docs/plugins/inspect/plugin-alsa.xml:
3039 * docs/plugins/inspect/plugin-audioconvert.xml:
3040 * docs/plugins/inspect/plugin-audiorate.xml:
3041 * docs/plugins/inspect/plugin-audioresample.xml:
3042 * docs/plugins/inspect/plugin-audiotestsrc.xml:
3043 * docs/plugins/inspect/plugin-cdparanoia.xml:
3044 * docs/plugins/inspect/plugin-decodebin.xml:
3045 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3046 * docs/plugins/inspect/plugin-gdp.xml:
3047 * docs/plugins/inspect/plugin-gnomevfs.xml:
3048 * docs/plugins/inspect/plugin-libvisual.xml:
3049 * docs/plugins/inspect/plugin-ogg.xml:
3050 * docs/plugins/inspect/plugin-pango.xml:
3051 * docs/plugins/inspect/plugin-playbin.xml:
3052 * docs/plugins/inspect/plugin-subparse.xml:
3053 * docs/plugins/inspect/plugin-tcp.xml:
3054 * docs/plugins/inspect/plugin-theora.xml:
3055 * docs/plugins/inspect/plugin-typefindfunctions.xml:
3056 * docs/plugins/inspect/plugin-video4linux.xml:
3057 * docs/plugins/inspect/plugin-videorate.xml:
3058 * docs/plugins/inspect/plugin-videoscale.xml:
3059 * docs/plugins/inspect/plugin-videotestsrc.xml:
3060 * docs/plugins/inspect/plugin-volume.xml:
3061 * docs/plugins/inspect/plugin-vorbis.xml:
3062 * docs/plugins/inspect/plugin-ximagesink.xml:
3063 * docs/plugins/inspect/plugin-xvimagesink.xml:
3064 Add vorbistag element to docs; update version numbers to 0.10.10.1.
3066 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
3068 Patch by: James "Doc" Livingston <doclivingston at gmail com>
3070 * ext/vorbis/Makefile.am:
3071 * ext/vorbis/vorbis.c: (plugin_init):
3072 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
3073 (vorbis_parse_parse_packet), (vorbis_parse_chain):
3074 * ext/vorbis/vorbisparse.h:
3075 * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
3076 (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
3077 (gst_vorbis_tag_parse_packet):
3078 * ext/vorbis/vorbistag.h:
3079 Add new vorbistag element which derives from vorbisparse
3080 and is essentially the same as well, only that it implements
3081 the GstTagSetter interface and can modify the stream's
3082 vorbiscomment on the fly (#335635).
3084 * tests/check/Makefile.am:
3085 * tests/check/elements/.cvsignore:
3086 * tests/check/elements/vorbistag.c: (setup_vorbistag),
3087 (cleanup_vorbistag), (buffer_probe), (start_pipeline),
3088 (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
3089 (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
3090 Add unit test for new vorbistag element.
3092 2006-10-03 Tim-Philipp Müller <tim at centricular dot net>
3094 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
3095 (vorbis_parse_push_headers), (vorbis_parse_chain):
3096 Set BOS flag in packet structure to fix 'jump depends
3097 on unitialized value' errors in valgrind; various minor
3100 2006-09-30 Jan Schmidt <thaytan@mad.scientist.com>
3102 * gst/playback/gstdecodebin.c: (close_pad_link):
3103 Fix typo in a debug statement.
3105 * gst/playback/gstplaybasebin.c: (probe_triggered),
3106 (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
3107 (gen_source_element), (source_new_pad), (analyse_source),
3109 When handling no_more_pads in new_decoded_pad, make sure to treat
3110 subtitle pads correctly. Fixes playback with subtitle files.
3112 Move a recurring message to LOG level.
3114 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3115 The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
3116 which ends up as -1 when cast to an int. Make the logic handle the
3117 max value as an unsigned mask and only change the colorkey when it's
3118 a value we recognise.
3120 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3122 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3123 Removed empty * between paragraphs
3125 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3127 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3128 * gst-libs/gst/rtp/README:
3129 Moved some documentation into .c file
3131 2006-09-29 Wim Taymans <wim@fluendo.com>
3133 * gst/playback/gstdecodebin.c: (no_more_pads):
3136 2006-09-29 Wim Taymans <wim@fluendo.com>
3138 * gst/playback/gstdecodebin.c: (new_caps):
3141 * gst/playback/gstplaybin.c:
3144 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
3146 * tests/check/Makefile.am:
3147 Re-enable cddabasesrc test to see if it works again
3150 2006-09-29 Wim Taymans <wim@fluendo.com>
3152 * gst/playback/gstplaybasebin.c: (setup_subtitle),
3153 (gen_source_element):
3154 Handle invalid URIs a bit more gracefully.
3156 2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
3158 * tests/check/pipelines/oggmux.c:
3159 Remove obsolete comment.
3161 2006-09-29 Michael Smith <msmith@fluendo.com>
3163 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3164 (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
3165 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3166 (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
3167 (gst_ogg_mux_collected):
3168 Commit patch from James "Doc" Livingston, adds proper EOS handling
3169 in oggmux. GStreamer can, for the first time ever, create a valid
3172 * tests/check/pipelines/oggmux.c: (check_chain_final_state),
3174 Reenable tests now that they pass.
3176 2006-09-29 Wim Taymans <wim@fluendo.com>
3178 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3179 Stop reading commands when EOF (we read 0) as well.
3181 2006-09-28 Wim Taymans <wim@fluendo.com>
3183 * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3184 (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3185 (find_dynamic), (unlinked), (close_link):
3186 Implement delayed caps linking needed for element with a lot of
3187 different caps on the src pads that get fixed at runtime.
3188 Improve management of dynamic elements.
3190 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3191 (group_destroy), (group_commit), (check_queue), (queue_overrun),
3192 (gen_preroll_element), (remove_groups), (unknown_type),
3193 (add_element_stream), (no_more_pads_full), (no_more_pads),
3194 (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3195 (new_decoded_pad), (setup_subtitle), (array_has_value),
3196 (gen_source_element), (source_new_pad), (has_all_raw_caps),
3197 (analyse_source), (remove_decoders), (make_decoder),
3198 (remove_source), (setup_source), (finish_source), (prepare_output),
3199 (gst_play_base_bin_change_state):
3200 * gst/playback/gstplaybasebin.h:
3201 Use more _CAST instead of full type checking casts.
3202 Small cleanups, plug some leaks.
3203 Handle dynamic sources.
3204 Add some helper functions to create lists of strings used for
3205 blacklisting and other stuff.
3206 Refactor some code dealing with analysing the source.
3207 Re-enable sources without pads (like cd:// or other selfcontained
3210 2006-09-28 Wim Taymans <wim@fluendo.com>
3212 * gst-libs/gst/audio/gstbaseaudiosink.c:
3213 (gst_base_audio_sink_render):
3214 When we have a timestamp, we can still perform clipping.
3215 When we have no clock, we must play the sample ASAP.
3217 2006-09-28 Wim Taymans <wim@fluendo.com>
3219 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3220 Set caps on outgoing buffers.
3222 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3223 (gst_video_rate_event), (gst_video_rate_chain):
3224 * gst/videorate/gstvideorate.h:
3225 Fix videorate some more. Fixes #357977
3227 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3229 * tests/check/elements/adder.c: (adder_suite):
3230 Don't set timeout to 6 seconds when we're running
3231 in valgrind ... (and how is 6 seconds longer than
3232 the default anyway?)
3234 2006-09-28 Wim Taymans <wim@fluendo.com>
3236 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3237 (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3238 (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3239 Keep sink and src segment to keep track of time and support more
3241 Fix bogus next_offset and run_time calculation, don't understand how
3242 this could have worked before. Fixes #357976.
3243 Remove some unneeded vars.
3245 2006-09-28 Tim-Philipp Müller <tim at centricular dot net>
3247 * gst/playback/gstplaybin.c: (remove_sinks):
3248 Only remove visualisation from visbin if there is a visbin (or:
3249 don't throw warnings when closing totem without playing a file).
3251 2006-09-27 Wim Taymans <wim@fluendo.com>
3253 * gst-libs/gst/audio/gstbaseaudiosink.c:
3254 (gst_base_audio_sink_render):
3255 Add some more info in a WARNING.
3257 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3258 (gst_base_audio_src_create):
3259 Handle PAUSE in create function, use new -core addition to
3260 wait for playing. Fixes pausing and resuming capture from an
3263 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3264 (gst_ring_buffer_read):
3266 Caller supports interrupted reads now.
3268 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3270 * tests/check/Makefile.am:
3271 Another attempt to make the gen64 buildbot happy.
3273 2006-09-27 Stefan Kost <ensonic@users.sf.net>
3275 Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3277 * ext/libvisual/visual.c: (gst_visual_clear_actors),
3278 (gst_visual_chain), (gst_visual_change_state):
3279 Libvisual plugin was not passing audio data to libvisual 0.4.0
3280 correctly. Fixes #357800
3282 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3284 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3285 Add timeout to _get_state() so we see which pipeline it is
3286 that causes trouble on the gen64 build bot.
3288 2006-09-27 Wim Taymans <wim@fluendo.com>
3290 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3291 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3292 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3293 (gst_base_rtp_depayload_set_gst_timestamp):
3294 the source pad always uses fixed caps.
3296 2006-09-27 Wim Taymans <wim@fluendo.com>
3298 * docs/libs/gst-plugins-base-libs-docs.sgml:
3299 * docs/libs/gst-plugins-base-libs-sections.txt:
3300 * gst-libs/gst/audio/gstaudioclock.c:
3301 * gst-libs/gst/audio/gstaudioclock.h:
3302 * gst-libs/gst/audio/gstaudiosink.c:
3303 * gst-libs/gst/audio/gstaudiosink.h:
3304 * gst-libs/gst/audio/gstaudiosrc.c:
3305 * gst-libs/gst/audio/gstbaseaudiosink.c:
3306 (gst_base_audio_sink_render):
3307 * gst-libs/gst/audio/gstbaseaudiosink.h:
3308 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3309 * gst-libs/gst/audio/gstbaseaudiosrc.h:
3310 * gst-libs/gst/audio/gstringbuffer.h:
3311 Added docs for the audio libs.
3313 2006-09-27 Tim-Philipp Müller <tim at centricular dot net>
3315 * tests/check/Makefile.am:
3316 Temporarily disable test that fails on the bots for unknown reasons.
3318 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
3320 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3321 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3322 Moved AudioCodecType into priv
3323 Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3325 2006-09-25 Wim Taymans <wim@fluendo.com>
3327 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3328 (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3329 (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3331 Cleanups and small leak fixes.
3332 Added Depayloaders to valid list of autopluggable elements.
3334 2006-09-25 Wim Taymans <wim@fluendo.com>
3336 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3337 (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3338 (gen_video_element), (gen_text_element), (gen_audio_element),
3339 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3340 (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3341 Detect NO_PREROLL state change returns and disable clock distribution to
3342 the sinks so that sync is disabled.
3343 Avoid some type checking and do simple casts instead.
3344 Small cleanups, fix some FIXMEs.
3345 Be more robust when linking user specified elements, catch an report
3346 errors. Fixes #357404.
3347 Fix some leaks in the error paths.
3349 2006-09-25 Stefan Kost <ensonic@users.sf.net>
3352 ChangeLog surgery for missing bug-number
3354 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3356 Patch by: Peter Kjellerstedt <pkj at axis com>
3358 * gst/playback/test.c:
3359 Fix compilation with uClibc and -Werror (#357591).
3361 2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
3363 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3364 Parse dates that are followed by a time as well (#357532).
3366 * tests/check/libs/tag.c: (test_vorbis_tags):
3367 Add unit test for this.
3369 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3371 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3372 (gst_audio_convert_transform_caps):
3373 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3374 * gst/videotestsrc/videotestsrc.h:
3375 A few array const-ifications.
3377 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3379 * tests/check/Makefile.am:
3380 See if this makes the build bots happy.
3382 * tests/check/libs/cddabasesrc.c:
3385 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3387 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3389 * gst/subparse/samiparse.c: (handle_start_font),
3390 (fix_invalid_entities):
3391 More case-insensitivity for certain tags; recognise entities with
3392 decimal codes as special entities as well (#357330).
3394 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3396 * gst-libs/gst/Makefile.am:
3397 Need to build tag directory before cdda.
3399 2006-09-23 Tim-Philipp Müller <tim at centricular dot net>
3401 * docs/libs/gst-plugins-base-libs-sections.txt:
3402 * gst-libs/gst/cdda/Makefile.am:
3403 * gst-libs/gst/cdda/gstcddabasesrc.c:
3404 (gst_cdda_base_src_base_init):
3405 * gst-libs/gst/cdda/gstcddabasesrc.h:
3406 * gst-libs/gst/tag/tag.h:
3407 * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3408 (gst_tag_register_musicbrainz_tags):
3409 Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3410 depend on libgsttag. This is required so we can extract/read tags like
3411 DISCID without depending on libgstcddabasesrc (which used to register
3414 * gst-libs/gst/tag/gstvorbistag.c:
3415 Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3416 tags (also see #347848).
3418 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3419 Log vorbis comments we are actually writing. Const-ify array.
3421 2006-09-23 Wim Taymans <wim@fluendo.com>
3423 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3424 Improve buffering a bit by avoiding a deadlock because we cannot assume
3425 the underrun is always called.
3427 2006-09-23 Wim Taymans <wim@fluendo.com>
3429 Patch by: Young-Ho Cha <ganadist at chollian dot net>
3431 * gst-libs/gst/riff/riff-ids.h:
3432 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3433 (gst_riff_create_audio_template_caps):
3434 Added MPEG-4 AAC and id and caps. Fixes #357289
3435 Added WMA9 Lossless id.
3437 2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
3439 * ext/gnomevfs/gstgnomevfssrc.c:
3440 Fix misleading docs addition.
3442 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3443 Get rid of compiler warning the right way.
3445 2006-09-22 Wim Taymans <wim@fluendo.com>
3447 * gst-libs/gst/rtp/gstbasertpdepayload.c:
3448 (gst_base_rtp_depayload_finalize),
3449 (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3450 (gst_base_rtp_depayload_push_full),
3451 (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3452 (gst_base_rtp_depayload_process),
3453 (gst_base_rtp_depayload_set_gst_timestamp),
3454 (gst_base_rtp_depayload_queue_release):
3455 * gst-libs/gst/rtp/gstbasertpdepayload.h:
3458 Refactored the process method and added methods to push from the process
3460 Use _scale functions.
3461 API: gst_base_rtp_depayload_push_ts
3462 API: gst_base_rtp_depayload_push
3464 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3465 timestamps are uint.
3467 2006-09-22 Stefan Kost <ensonic@users.sf.net>
3469 * gst-libs/gst/interfaces/xoverlay.c:
3470 Remove unused statement from doc example.
3472 2006-09-21 Stefan Kost <ensonic@users.sf.net>
3474 * gst-libs/gst/interfaces/videoorientation.c:
3475 (gst_video_orientation_iface_init),
3476 (gst_video_orientation_get_hflip),
3477 (gst_video_orientation_get_vflip),
3478 (gst_video_orientation_get_hcenter),
3479 (gst_video_orientation_get_vcenter),
3480 (gst_video_orientation_set_hflip),
3481 (gst_video_orientation_set_vflip),
3482 (gst_video_orientation_set_hcenter),
3483 (gst_video_orientation_set_vcenter):
3484 Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3487 2006-09-21 Tim-Philipp Müller <tim at centricular dot net>
3489 * tests/check/Makefile.am:
3490 * tests/check/elements/.cvsignore:
3491 * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3492 (create_rgb_conversions), (rgb_conversion_free),
3493 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3494 (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3495 Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3496 but disable for now since it doesn't pass (something wrong with
3499 2006-09-21 Wim Taymans <wim@fluendo.com>
3501 * gst/playback/gstplaybasebin.c: (group_commit),
3502 (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3503 (queue_out_of_data), (gen_preroll_element),
3504 (preroll_remove_overrun), (probe_triggered):
3505 Refactor handling of overrun detection.
3506 Separate handling of group completion and deadlock detection when doing
3507 network buffering. This should fix some deadlocks that were not detected
3508 because the group was completed.
3509 Add more comments, improve debugging.
3511 2006-09-21 Wim Taymans <wim@fluendo.com>
3513 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3514 * tests/check/libs/audio.c:
3515 Some more compilation fixes.
3517 2006-09-21 Wim Taymans <wim@fluendo.com>
3519 * gst-libs/gst/audio/gstringbuffer.c:
3520 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3521 (gst_ring_buffer_read):
3522 Early morning compilation fix.
3524 2006-09-20 Wim Taymans <wim@fluendo.com>
3526 * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3527 * tests/check/elements/multifdsink.c: (GST_START_TEST):
3528 * tests/check/elements/videorate.c: (GST_START_TEST):
3529 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3530 * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3533 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3535 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3536 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3537 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3538 Handcrafted merge to help CVS understanding what I changed and what
3541 2006-09-20 Stefan Kost <ensonic@users.sf.net>
3543 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3544 (gst_xvimagesink_get_times):
3545 change colorkey behaviour back according to #354773 comment 6/7
3547 2006-09-19 Michael Smith <msmith@fluendo.com>
3549 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3550 (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3551 (gst_multi_fd_sink_recover_client),
3552 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3553 (gst_multi_fd_sink_get_property):
3554 * gst/tcp/gstmultifdsink.h:
3555 Implement stubbed out properties unit-type, units-soft-max,
3556 units-max, to allow specifying maximum sizes in units other than
3560 2006-09-19 Wim Taymans <wim@fluendo.com>
3562 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3563 (gst_riff_create_audio_template_caps):
3564 Reorder the audio formats a bit for clarity.
3565 Detect and create caps for MSGSM and MSN (WAV49).
3568 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3569 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3570 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3571 Small cleanups, move error handling out of normal flow for clarity.
3573 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3575 * docs/libs/gst-plugins-base-libs-docs.sgml:
3576 * docs/libs/gst-plugins-base-libs.types:
3577 * gst-libs/gst/interfaces/Makefile.am:
3578 * gst-libs/gst/interfaces/videoorientation.c:
3579 (gst_video_orientation_get_type),
3580 (gst_video_orientation_iface_init),
3581 (gst_video_orientation_get_hflip),
3582 (gst_video_orientation_get_vflip),
3583 (gst_video_orientation_get_hcenter),
3584 (gst_video_orientation_get_vcenter),
3585 (gst_video_orientation_set_hflip),
3586 (gst_video_orientation_set_vflip),
3587 (gst_video_orientation_set_hcenter),
3588 (gst_video_orientation_set_vcenter):
3589 * gst-libs/gst/interfaces/videoorientation.h:
3590 API: Add new interface to control video orientation (fixes #354908)
3592 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3594 * gst/videotestsrc/gstvideotestsrc.c:
3595 Use G_UNLIKELY in _create and log one more detail.
3597 (gst_video_test_src_get_times), (gst_video_test_src_create):
3598 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3599 Use gst_util_uint64_scale_int in _get_times().
3601 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3603 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3604 Give better warning message (add object and detail).
3606 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3608 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3609 (gst_xvimagesink_get_times):
3610 xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3611 #354773), use gst_util_uint64_scale_int in _get_times()
3613 2006-09-18 Michael Smith <msmith@fluendo.com>
3615 * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3616 Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3617 always true, leading to dropping all timestamps.
3619 2006-09-18 Stefan Kost <ensonic@users.sf.net>
3621 * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3622 (gst_visual_chain), (gst_visual_change_state):
3623 update to work also with libvisual 0.4 API, fix double unref (#355914)
3625 * tools/gst-launch-ext.1.in:
3626 * tools/gst-visualise.1.in:
3627 remove references to old man-pages
3629 * tests/examples/seek/seek.c: (main):
3630 add real meadi-buttons, add tool-tips for the seek-options, arrange
3631 seek options in a table
3633 2006-09-18 Michael Smith <msmith@fluendo.com>
3635 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3636 (gst_ogg_mux_push_buffer):
3637 Don't generate out-of-order timestamps from oggmux, instead clamp
3638 output timestamps to be >= the previously output ts.
3641 2006-09-18 Michael Smith <msmith@fluendo.com>
3643 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3644 (gst_multi_fd_sink_class_init):
3645 Updates, fixes, and typo corrections for multifdsink. No functional
3648 2006-09-17 Michael Smith <msmith@fluendo.com>
3650 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3651 Don't crash on truncated files - check that we got an 8 byte buffer
3652 before trying to memcmp it.
3654 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3656 * gst/playback/gstplaybasebin.c: (get_active_source):
3657 Make stream-switching appear instant to the application
3658 (ie. make sure that a g_object_get on 'current-foo' returns
3659 the stream previously set with g_object_set(). Totem needs
3660 this to update stream-related meta-info (like audio-codec)
3661 correctly when switching streams.
3663 2006-09-17 Tim-Philipp Müller <tim at centricular dot net>
3665 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3666 (gst_alsa_mixer_ensure_track_list):
3667 Try harder to guess which mixer track is the master mixer
3668 track (instead of just taking the first one that has a pvolume).
3671 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3673 reviewed by: <delete if not using a buddy>
3675 * gst-libs/gst/audio/audio.h:
3676 * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3678 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3680 * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3681 (gst_audio_convert_transform_caps):
3682 Get structure-name just once.
3684 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3686 * tests/check/elements/audioresample.c: (GST_START_TEST):
3687 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3688 * tests/check/elements/volume.c: (GST_START_TEST):
3689 * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3690 * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3691 (test_pipeline), (GST_START_TEST):
3692 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3693 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3694 Fix big batch of compiler warnings.
3696 2006-09-17 Stefan Kost <ensonic@users.sf.net>
3698 * ext/gnomevfs/gstgnomevfssrc.c:
3699 Add docs about icydemux usage in connection with gnomevfssrc
3701 * ext/libvisual/visual.c:
3702 * ext/ogg/gstoggaviparse.c:
3703 * ext/ogg/gstoggdemux.c:
3704 * ext/ogg/gstoggmux.c:
3705 * ext/ogg/gstoggparse.c:
3706 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3707 * gst-libs/gst/audio/gstaudiosink.c:
3708 * gst-libs/gst/audio/gstaudiosrc.c:
3709 * gst/audiorate/gstaudiorate.c:
3710 More G_OBJECT macro fixing.
3712 * gst/audiotestsrc/gstaudiotestsrc.h:
3713 Fix wrong info in header due to copy & paste
3715 2006-09-15 Wim Taymans <wim@fluendo.com>
3717 * gst-libs/gst/audio/gstbaseaudiosink.c:
3718 (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3719 * gst-libs/gst/audio/gstbaseaudiosrc.c:
3720 (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3721 (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3722 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3723 Do the delay calculation in the source/sink base classes as this is
3724 specific for the capture/playback mode.
3725 Try to fixate a bit better, like round depth up to a multiple of 8
3727 Handle underruns correctly by marking DISCONT on buffers and adjusting
3728 timestamps to handle the gap.
3729 Set offset/offset_end correctly on buffers.
3731 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3732 (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3733 (gst_ring_buffer_read):
3734 Remove resync and underrun recovery from the ringbuffer.
3735 Fix ringbuffer read code on under/overrun.
3737 2006-09-15 Wim Taymans <wim@fluendo.com>
3739 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3740 (gst_play_base_bin_init), (fill_buffer), (check_queue),
3741 (queue_threshold_reached), (gst_play_base_bin_set_property),
3742 (gst_play_base_bin_get_property):
3743 * gst/playback/gstplaybasebin.h:
3744 Don't use a 0 low watermark when buffering, it is catching starvation
3745 way too late. Instead, use a 3 second queue with 30 and 95
3746 percent low/high watermarks.
3747 Added queue-min-threshold property to configure low watermark.
3748 Use new _buffering message API.
3749 Make queue_threshold variable big enough to store a uint64 time value.
3750 API: playbin::queue-min-threshold property.
3752 2006-09-15 Wim Taymans <wim@fluendo.com>
3755 We require 0.10.10.1 now because of _wait_preroll().
3757 * gst-libs/gst/audio/gstbaseaudiosink.c:
3758 (gst_base_audio_sink_render):
3759 Use gst_base_sink_wait_preroll().
3761 2006-09-15 Wim Taymans <wim@fluendo.com>
3763 * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3764 * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3765 Use DEBUG_OBJECT more.
3767 === release 0.10.10 ===
3769 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3771 patch by: Michael Smith <msmith at fluendo dot com>
3773 * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3774 (gst_multi_fd_sink_client_queue_buffer),
3775 (gst_multi_fd_sink_new_client):
3776 * tests/check/elements/multifdsink.c: (GST_START_TEST),
3777 (multifdsink_suite):
3778 Fix implementation of sync-method 'next-keyframe'
3781 2006-09-07 Thomas Vander Stichele <thomas at apestaart dot org>
3783 patch by: Wim Taymans <wim at fluendo dot com>
3785 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3786 This patch removes the RANDOM flag that was incorrectly introduced with
3787 revision 1.91. Fixes #354590
3789 2006-09-05 Tim-Philipp Müller <tim at centricular dot net>
3791 * tests/check/Makefile.am:
3792 Random variation in Makefile line to see if it makes the
3793 gen64-base-full bot any happier.
3795 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3797 * tests/check/pipelines/oggmux.c: (oggmux_suite):
3798 Disable test that fails at the moment (killed after timeout).
3800 2006-09-04 Tim-Philipp Müller <tim at centricular dot net>
3802 Patch by: James Livingston <doclivingston at gmail.com>
3804 * tests/check/Makefile.am:
3805 * tests/check/pipelines/.cvsignore:
3806 * tests/check/pipelines/oggmux.c: (get_page_codec),
3807 (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3808 (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3809 (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3810 (test_theora_vorbis), (oggmux_suite):
3811 Add simple unit test for oggmux from #337026 with checking for the
3812 EOS flags disabled for the time being.
3814 2006-09-04 Wim Taymans <wim@fluendo.com>
3816 patch by: Alessandro Dessina <alessandro nnva org>
3818 * ext/ogg/gstoggmux.c:
3819 Add cmml caps to oggmux. Fixes #353912
3821 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3823 * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3824 Returning a return value often helps. In this case, we
3825 don't need the return value anyway, so just get rid of it.
3826 Should make build bots much happier.
3828 2006-09-02 Tim-Philipp Müller <tim at centricular dot net>
3830 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3831 (paint_get_structure), (gst_video_test_src_get_size),
3832 (gst_video_test_src_smpte), (gst_video_test_src_snow),
3833 (gst_video_test_src_unicolor), (paint_setup_AYUV),
3834 (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3835 (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3836 * gst/videotestsrc/videotestsrc.h:
3837 Add support for AYUV and the various RGBA formats. Initialise
3838 fields of paintinfo structs allocated on the stack.
3840 * tests/check/elements/videotestsrc.c: (right_shift_colour),
3841 (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3842 (check_rgb_buf), (videotestsrc_suite):
3843 Add unit tests for videotestsrc's RGB output.
3845 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3847 * gst/videotestsrc/gstvideotestsrc.c:
3848 (gst_video_test_src_pattern_get_type),
3849 (gst_video_test_src_set_pattern):
3850 * gst/videotestsrc/gstvideotestsrc.h:
3851 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3852 (gst_video_test_src_black), (gst_video_test_src_white),
3853 (gst_video_test_src_red), (gst_video_test_src_green),
3854 (gst_video_test_src_blue):
3855 * gst/videotestsrc/videotestsrc.h:
3856 Add more uni-colour patterns ("white", "red", "green", and "blue").
3858 2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
3860 * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3861 Fix stride for YVYU, should be word-aligned (#353658).
3863 2006-08-31 Tim-Philipp Müller <tim at centricular dot net>
3865 * gst/adder/gstadder.c: (gst_adder_src_event):
3868 2006-08-31 Edward Hervey <edward@fluendo.com>
3870 * gst/adder/gstadder.c: (forward_event_func),
3871 (gst_adder_src_event), (gst_adder_collected),
3872 (gst_adder_change_state):
3873 * gst/adder/gstadder.h:
3874 Remember the start position asked in the incoming seeks, so we can
3875 output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3876 of assuming it will always be 0).
3878 2006-08-31 Edward Hervey <edward@fluendo.com>
3880 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3881 (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3882 (gst_ogg_demux_loop):
3883 Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3885 2006-08-30 Tim-Philipp Müller <tim at centricular dot net>
3887 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3888 (gst_ffmpegcsp_get_unit_size):
3889 Return FALSE instead of returning a random false unit
3890 size when the format isn't known/supported (even if
3891 this shouldn't happen under normal circumstances).
3893 2006-08-29 Wim Taymans <wim@fluendo.com>
3895 Patch by: Tim-Philipp Müller <tim at centricular dot net>
3897 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3898 (gst_gnome_vfs_src_start):
3899 Try harder to get the size from a uri by using _info_uri() when
3900 _info_from_handle() does not give us enough info.
3901 Also follow symlinks when getting the size.
3902 Partially Fixes #332864.
3904 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3906 Patch by: Viktor Peters <viktor dot peters at gmail dot com>
3908 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3909 (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3910 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3911 (gst_alsa_mixer_set_record):
3912 * ext/alsa/gstalsamixertrack.c:
3913 (gst_alsa_mixer_track_update_alsa_capabilities),
3914 (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3915 (gst_alsa_mixer_track_update):
3916 * ext/alsa/gstalsamixertrack.h:
3917 Improve and fix mixer track handling, in particular better handling
3918 of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3919 separate track objects for tracks that have both capture and playback
3920 volume (and label them differently as well so they're not mistakenly
3921 assumed to be duplicates); classify mixer tracks that only affect
3922 the audible volume of something (rather than the capture volume)
3923 as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3924 for capture tracks to correspond to alsa-pswitch alsa-cswitch
3925 (following the meaning documented in the mixer interface header
3926 file); add support for alsa's exclusive cswitch groups; update/sync
3927 state/flags better if mixer settings are changed by another
3928 application. Fixes #336075.
3930 2006-08-29 Tim-Philipp Müller <tim at centricular dot net>
3932 * gst/playback/gstplaybin.c:
3933 Improve docs: add section about BUFFERING messages sent by playbin.
3935 2006-08-29 Michael Smith <msmith@fluendo.com>
3937 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3938 (gst_vorbis_enc_buffer_check_discontinuous),
3939 (gst_vorbis_enc_chain):
3940 Ignore explicit DISCONT marked on buffers (which is often spurious,
3941 particularly when using multiple segments), in favour of solely
3942 using the timestamps/durations.
3944 2006-08-29 Edward Hervey <edward@fluendo.com>
3946 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3947 Don't rely on incoming buffers offset anymore, since it is completely
3948 broken when using multiple segments.
3949 Instead convert the incoming buffers timestamp to running time, and
3950 then convert that value to the offsets.
3951 Also inform GstSegment of the last outputted stop position, which is
3952 needed if we received several segments with an unknown stop value.
3954 2006-08-29 Thomas Vander Stichele <thomas at apestaart dot org>
3956 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3957 fix buffer unreffing on a header push failure
3959 2006-08-28 Wim Taymans <wim@fluendo.com>
3961 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3962 (gst_audio_rate_chain):
3963 Make the metadata of the buffer writable before changing its
3966 2006-08-28 Wim Taymans <wim@fluendo.com>
3968 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3969 (gst_audio_rate_setcaps), (gst_audio_rate_init),
3970 (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3971 (gst_audio_rate_chain), (gst_audio_rate_change_state):
3972 Fix audiorate some more.
3973 Reset and resync counters on flush and READY.
3974 Handle the DISCONT flag correctly.
3975 Use GstSegment to track position.
3976 Fail when not negotiated.
3979 2006-08-25 Michael Smith <msmith@fluendo.com>
3981 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3983 Remove accidently included debug line.
3985 2006-08-25 Wim Taymans <wim@fluendo.com>
3987 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3989 If a buffer is received with no caps, make the buffer metadata
3990 writable and set the caps, making sure that we don't screw up the
3993 2006-08-25 Michael Smith <msmith@fluendo.com>
3995 * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3996 (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3997 Fix memory leaks and misleading debug messages, add a couple of
4000 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
4001 (gst_multi_fd_sink_render):
4002 Do not use gst_buffer_make_writable() in a basesink render method,
4003 as it may incorrectly unref the buffer. Instead, use convoluted
4004 dance to avoid copying the buffer except when we need to.
4006 2006-08-25 Michael Smith <msmith@fluendo.com>
4008 * ext/vorbis/vorbisenc.c:
4009 (gst_vorbis_enc_buffer_check_discontinuous):
4010 Allow very small discontinuities in the timestamps. These we can't
4011 do anything useful with anyway (because vorbis's timestamps have
4012 only sample granularity), and are commonly produced by elements with
4013 minor bugs. Allow up to 1/2 a sample out.
4016 2006-08-24 Wim Taymans <wim@fluendo.com>
4018 * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
4019 (play_scrub_toggle_cb), (main):
4020 Add a checkbox to enable play scrubbing. Makes it possible to disable
4023 2006-08-23 Stefan Kost <ensonic@users.sf.net>
4025 * tests/check/elements/.cvsignore:
4028 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
4030 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
4031 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
4032 (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
4033 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4034 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4035 (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
4036 (gst_ogm_text_parse_strip_trailing_zeroes),
4037 (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
4038 (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
4039 Refactor ogm parse, do better input checking, misc. clean-ups.
4040 Cache incoming events and push them once the source pad has
4041 been created. Don't pass unterminated strings to sscanf().
4042 Strip trailing zeroes from subtitle text output, since they
4043 are not valid UTF-8. Don't push vorbiscomment packets on
4044 the subtitle text pad. Output perfect streams if possible.
4046 2006-08-23 Wim Taymans <wim@fluendo.com>
4048 * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
4049 Waits for tasks to settle down so that we clean up correctly for
4052 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
4054 * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
4055 Unit test fixes: \377 is more likely to fit into 8 bits than \777;
4056 actually return return value in taglists_are_equal.
4058 2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
4060 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4061 Fix crash due to broken bitstream parsing on x86-64: can't make
4062 any assumptions about sizeof(struct) due to alignment/packing
4063 differences on different architectures. Fixes #351790.
4065 2006-08-22 Wim Taymans <wim@fluendo.com>
4067 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4068 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4069 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4070 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4071 (gst_riff_parse_info):
4072 Protect public functions against bad input.
4076 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4078 * gst-libs/gst/riff/riff-ids.h:
4079 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4080 Add voxware audio IDs (even if we can't play it) (#351795).
4082 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4084 * gst-libs/gst/riff/riff-media.c:
4085 (gst_riff_create_video_template_caps),
4086 (gst_riff_create_audio_template_caps),
4087 (gst_riff_create_iavs_template_caps):
4088 Const-ify some arrays and use G_N_ELEMENTS instead
4089 of wasting oodles of RAM on terminator bits.
4091 2006-08-22 Tim-Philipp Müller <tim at centricular dot net>
4093 * gst-libs/gst/tag/gstvorbistag.c:
4094 (gst_tag_list_to_vorbiscomment_buffer):
4095 * tests/check/libs/tag.c: (GST_START_TEST):
4096 And the same for _to_vorbiscomment_buffer(): allow
4097 id_data_len == 0 for speex.
4099 2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
4102 * docs/plugins/Makefile.am:
4103 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4104 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4105 * docs/plugins/inspect/plugin-gdp.xml:
4106 * gst/gdp/Makefile.am:
4107 * tests/check/Makefile.am:
4108 Move GDP plugin to -base from -bad. Closes #347783.
4110 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
4112 * gst-libs/gst/tag/gstvorbistag.c:
4113 (gst_tag_list_from_vorbiscomment_buffer):
4114 Allow id_data_len == 0 (needed for vorbis comments in Speex files).
4115 Also add some checks to make sure we don't memcmp() beyond the end of
4116 vorbiscomment buffer if the ID to check for is larger than the buffer.
4118 * tests/check/libs/tag.c: (GST_START_TEST):
4119 Some more tests for gst_tag_list_from_vorbiscomment_buffer().
4121 2006-08-21 Tim-Philipp Müller <tim at centricular dot net>
4123 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
4124 (gst_vorbis_enc_set_metadata):
4125 Use vorbis comment utility functions from libgsttag
4126 instead of re-inventing the wheel (partially fixes #347091).
4128 2006-08-21 Jan Schmidt <thaytan@mad.scientist.com>
4130 * tests/check/elements/audioconvert.c: (GST_START_TEST):
4131 Fix leaks. Wait for state transitions that might happen ASYNC, as well
4134 2006-08-21 Wim Taymans <wim@fluendo.com>
4136 * docs/libs/Makefile.am:
4137 * docs/libs/gst-plugins-base-libs-sections.txt:
4138 * docs/libs/gst-plugins-base-libs.types:
4139 Don't try to GObject scan the netbuffer as it's not a GObject.
4142 * gst-libs/gst/netbuffer/gstnetbuffer.c:
4143 * gst-libs/gst/netbuffer/gstnetbuffer.h:
4144 Document GstNetBuffer.
4146 2006-08-21 Stefan Kost <ensonic@users.sf.net>
4148 * tests/check/elements/audioconvert.c: (GST_START_TEST),
4149 (audioconvert_suite):
4150 Add testcase for caps-size-explosion
4152 2006-08-20 Stefan Kost <ensonic@users.sf.net>
4154 * gst/audioconvert/gstaudioconvert.c:
4155 (gst_audio_convert_get_unit_size), (set_structure_widths):
4156 Lower debug, use g_assert in _get_unit_size
4158 * gst/audioresample/gstaudioresample.c:
4159 (audioresample_get_unit_size):
4160 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4161 (gst_ffmpegcsp_get_unit_size):
4162 * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
4163 use g_assert in _get_unit_size
4165 2006-08-18 Wim Taymans <wim@fluendo.com>
4167 * docs/libs/gst-plugins-base-libs-sections.txt:
4168 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
4169 (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
4170 (gst_rtp_buffer_get_payload_buffer):
4171 * gst-libs/gst/rtp/gstrtpbuffer.h:
4172 Document GstRTPBuffer.
4173 Added function to efficiently strip payload headers.
4174 API: gst_rtp_buffer_get_payload_subbuffer()
4176 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
4178 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4179 (gst_tag_to_vorbis_comments):
4180 Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4181 tags and deserialise them properly as well (#347091).
4182 Add some more gtk-doc blurbs and also some g_return_if_fail().
4184 * tests/check/libs/tag.c: (GST_START_TEST),
4185 (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4188 2006-08-17 Wim Taymans <wim@fluendo.com>
4190 * ext/ogg/Makefile.am:
4191 * ext/ogg/gstogg.c: (plugin_init):
4192 * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4193 (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4194 (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4195 (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4196 (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4197 (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4198 Added ogg-in-avi parser element. Fixes #140139.
4200 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4201 Fixed a bug in oggdemux debug code.
4203 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4204 (gst_riff_create_audio_template_caps):
4205 Recognise Ogg in the AVI extensible wave format.
4207 2006-08-17 Tim-Philipp Müller <tim at centricular dot net>
4209 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4210 Make buffer durations add up (duration should be next_ts-ts for
4211 perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4214 * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4215 (test_buffer_timestamps), (cddabasesrc_suite):
4216 Add unit test for the above.
4218 * tests/check/Makefile.am:
4219 Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4220 to see what happens.
4222 2006-08-16 Wim Taymans <wim@fluendo.com>
4224 * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4225 (gst_alsasink_open):
4226 * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4228 Avoid setting and using a NULL device name.
4229 Print more info when we fail to open a device.
4231 2006-08-16 Tim-Philipp Müller <tim at centricular dot net>
4233 * docs/libs/gst-plugins-base-libs-sections.txt:
4234 * gst-libs/gst/tag/tag.h:
4235 * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4236 API: add gst_tag_parse_extended_comment() (#351426).
4238 * tests/check/Makefile.am:
4239 * tests/check/libs/.cvsignore:
4240 * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4241 Add unit test for gst_tag_parse_extended_comment().
4243 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4245 * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4246 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4249 2006-08-15 Tim-Philipp Müller <tim at centricular dot net>
4251 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4252 * docs/plugins/gst-plugins-base-plugins-sections.txt:
4253 * docs/plugins/gst-plugins-base-plugins.args:
4254 * gst/playback/gstplaybin.c:
4257 * docs/plugins/inspect/plugin-adder.xml:
4258 * docs/plugins/inspect/plugin-alsa.xml:
4259 * docs/plugins/inspect/plugin-audioconvert.xml:
4260 * docs/plugins/inspect/plugin-audiorate.xml:
4261 * docs/plugins/inspect/plugin-audioresample.xml:
4262 * docs/plugins/inspect/plugin-audiotestsrc.xml:
4263 * docs/plugins/inspect/plugin-cdparanoia.xml:
4264 * docs/plugins/inspect/plugin-decodebin.xml:
4265 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4266 * docs/plugins/inspect/plugin-gnomevfs.xml:
4267 * docs/plugins/inspect/plugin-ogg.xml:
4268 * docs/plugins/inspect/plugin-pango.xml:
4269 * docs/plugins/inspect/plugin-playbin.xml:
4270 * docs/plugins/inspect/plugin-subparse.xml:
4271 * docs/plugins/inspect/plugin-tcp.xml:
4272 * docs/plugins/inspect/plugin-theora.xml:
4273 * docs/plugins/inspect/plugin-typefindfunctions.xml:
4274 * docs/plugins/inspect/plugin-video4linux.xml:
4275 * docs/plugins/inspect/plugin-videorate.xml:
4276 * docs/plugins/inspect/plugin-videoscale.xml:
4277 * docs/plugins/inspect/plugin-videotestsrc.xml:
4278 * docs/plugins/inspect/plugin-volume.xml:
4279 * docs/plugins/inspect/plugin-vorbis.xml:
4280 * docs/plugins/inspect/plugin-ximagesink.xml:
4281 * docs/plugins/inspect/plugin-xvimagesink.xml:
4282 Update to CVS version.
4284 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4286 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4287 (gst_play_bin_set_property), (gst_play_bin_get_property),
4288 (value_list_append_structure_list),
4289 (gst_play_bin_handle_redirect_message),
4290 (gst_play_bin_handle_message):
4291 API: GstPlayBin::connection-speed
4292 Add "connection-speed" property; re-order redirect messages with
4293 multiple redirect locations depending on the minimum bitrate if
4294 that information is available and a connection speed is set
4297 2006-08-14 Tim-Philipp Müller <tim at centricular dot net>
4299 * gst/playback/gstplaybin.c:
4300 Update max volume to the same value that the volume element uses.
4302 2006-08-14 Wim Taymans <wim@fluendo.com>
4304 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4307 2006-08-14 Wim Taymans <wim@fluendo.com>
4309 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4310 (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4311 (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4312 Add some more debug info.
4313 Don't crash when a seek failed.
4314 Actually return the result of the seek instead of TRUE.
4315 Ignore multiple BOS pages with the same serial so that we don't create
4316 the same stream multiple times.
4317 Post an error when we fail to do the initial seek.
4319 2006-08-13 Wim Taymans <wim@fluendo.com>
4321 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4322 (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4325 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4326 (gst_alsa_mixer_new):
4327 Remove hack that always set the device to hw:0*.
4328 Properly find the card name for whatever device was configured.
4329 Do some better debugging.
4332 * ext/alsa/gstalsamixerelement.c:
4333 (gst_alsa_mixer_element_set_property),
4334 (gst_alsa_mixer_element_change_state):
4336 Handle setting of a NULL device name better.
4338 2006-08-11 Wim Taymans <wim@fluendo.com>
4340 * gst/adder/gstadder.c:
4341 Don't clip float values. Fixes #350900.
4343 2006-08-11 Andy Wingo <wingo@pobox.com>
4345 * gst/tcp/gsttcp.c: Really fix the build?
4347 * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4350 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4352 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4353 Float caps shouldn't have a "signed" field.
4355 2006-08-10 Tim-Philipp Müller <tim at centricular dot net>
4357 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4358 Implement SEEKING query in its most basic form, so that we can
4359 at least check if we're seekable or not (#350655).
4361 2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
4363 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4364 The checks here are not even close to anything that would
4365 justify MAXIMUM probability, lowering to POSSIBLE until someone
4366 fixes the checks (case at hand: quicktime redirection files
4367 might start with 00 00 01 XX and pass the checks here just
4370 2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
4372 Patch by: Sjoerd Simons <sjoerd at luon net>
4374 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4375 Better detection for multipart/x-mixed-replace: accept leading
4376 whitespaces before the boundary marker as well (as our very own
4377 multipartmux used to produce) (#349068).
4379 2006-08-07 Tim-Philipp Müller <tim at centricular dot net>
4381 Patch by: Young-Ho Cha <ganadist at chollian net>
4383 * gst-libs/gst/riff/riff-ids.h:
4384 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4385 (gst_riff_create_audio_template_caps):
4386 Detect DTS audio streams (#350157).
4388 2006-08-05 Andy Wingo <wingo@pobox.com>
4390 * ext/theora/gsttheoraparse.h:
4391 * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4392 (theora_parse_dispose, theora_parse_set_property)
4393 (theora_parse_get_property, theora_parse_munge_granulepos)
4394 (theora_parse_push_buffer, theora_parse_change_state):
4395 API: GstTheoraParse::synchronization-points
4396 Add a property 'synchronization-points' to fix badly synchronized oggs.
4398 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4400 * tests/check/Makefile.am:
4401 * tests/check/libs/.cvsignore:
4402 * tests/check/libs/audio.c: (structure_contains_channel_positions),
4403 (fixed_caps_have_channel_positions), (GST_START_TEST),
4404 (audio_suite), (main):
4405 Add a few tests for the channel position stuff in libgstaudio.
4407 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4409 * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4410 (gst_alsa_detect_channels):
4411 * ext/alsa/gstalsasink.c:
4412 Add support for cards that (only) do more than 8 channels,
4413 like the Delta 44 (#345188).
4415 * gst-libs/gst/audio/multichannel.c:
4416 (gst_audio_check_channel_positions):
4417 * gst-libs/gst/audio/multichannel.h:
4418 API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4419 unspecified channel position and cannot be combined with any
4420 of the other audio channel positions; adjust position layout
4421 checks accordingly (#345188).
4423 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4425 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4426 Recognise ancient RealAudio files (see #349779).
4428 2006-08-03 Tim-Philipp Müller <tim at centricular dot net>
4430 Patch by: Jens Granseuer <jensgr at gmx net>
4432 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4433 Add typefinder for Interplay's MVE format (#348973).
4435 2006-08-02 Wim Taymans <wim@fluendo.com>
4437 Patch by: Marcel Moreaux <marcelm at luon dot net>
4439 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4440 (gst_base_rtp_depayload_add_to_queue):
4441 * gst-libs/gst/rtp/gstbasertpdepayload.h:
4442 Handle RTP sequence number rollover.
4443 Disable jitterbuffer by default.
4445 2006-07-28 Jan Schmidt <thaytan@mad.scientist.com>
4447 * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4448 (audioresample_set_caps):
4449 Don't leak references to the incoming caps. Clean them up when
4452 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4453 (gst_video_scale_finalize):
4454 Don't leak our temporary pixel buffer.
4456 * tests/check/Makefile.am:
4457 * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4458 (GST_START_TEST), (simple_launch_lines_suite):
4460 Fix leaks and re-enable the test for valgrind checking.
4462 2006-07-28 Tim-Philipp Müller <tim at centricular dot net>
4464 Patch by: Sjoerd Simons <sjoerd at luon net>
4466 * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4468 Add typefind function for multipart/x-mixed-replace (#348916).
4470 2006-07-28 Wim Taymans <wim@fluendo.com>
4472 * gst/adder/gstadder.c: (gst_adder_setcaps),
4473 (gst_adder_query_duration):
4474 Fix leak in duration query.
4475 Reflow some docs and notes.
4477 2006-07-28 Michael Smith <msmith@fluendo.com>
4479 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4481 Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4484 2006-07-28 Michael Smith <msmith@fluendo.com>
4486 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4487 (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4488 (gst_vorbis_enc_push_buffer),
4489 (gst_vorbis_enc_buffer_check_discontinuous),
4490 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4491 * ext/vorbis/vorbisenc.h:
4492 Handle discontinuities in the input vorbis stream correctly,
4493 so that the output is properly timestamped (and has good granulepos
4494 values). Needs some oggmux fixes too.
4496 2006-07-27 Wim Taymans <wim@fluendo.com>
4498 patch by: Kai Vehmanen <kv2004 eca cx>
4500 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4501 (gst_base_rtp_depayload_chain),
4502 (gst_base_rtp_depayload_handle_sink_event),
4503 (gst_base_rtp_depayload_change_state):
4504 Don't send multiple newsegments with different formats.
4507 2006-07-26 Wim Taymans <wim@fluendo.com>
4509 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4510 (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4511 Make seeking in ogg more accurate again by doing the more correct
4512 granuletime to stream time conversion.
4514 2006-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
4516 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4517 (gst_multi_fd_sink_new_client):
4518 debug a little more understandably
4519 do not use goto as a substitute for break, especially if
4520 break is also being used
4522 2006-07-26 Tim-Philipp Müller <tim at centricular dot net>
4524 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4525 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4526 Remove GLib-2.6 compatibility cruft.
4528 2006-07-24 Wim Taymans <wim@fluendo.com>
4530 * gst-libs/gst/audio/gstbaseaudiosink.c:
4531 (gst_base_audio_sink_render):
4532 Don't try to align a sample to an unknown value.
4534 2006-07-24 Wim Taymans <wim@fluendo.com>
4536 * gst-libs/gst/audio/gstbaseaudiosink.c:
4537 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4538 When the audio clock is slaved to another clock, never try to align
4539 samples but trust the rate interpolation algorithm.
4541 2006-07-24 Wim Taymans <wim@fluendo.com>
4543 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4544 Don't try to calculate silence samples, base class does this much
4547 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4548 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4549 (gst_ring_buffer_acquire):
4550 Calculate silence samples correctly.
4552 * gst-libs/gst/audio/gstringbuffer.h:
4555 2006-07-22 Tim-Philipp Müller <tim at centricular dot net>
4557 * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4558 Limit search for the first markup tag to the first few kB of
4559 the file. If we don't find one there, it's highly unlikely that
4560 this is an XML(-ish) file.
4562 2006-07-21 Andy Wingo <wingo@pobox.com>
4564 * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4565 test to the one in vorbisenc. Also commented out.
4567 * tests/check/pipelines/vorbisenc.c:
4568 (test_discontinuity): New test, commented out until Mike lands
4569 some elite vorbisenc patches.
4571 * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4572 Bufferstraw was actually factored out of these tests. Now we share
4575 * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4576 for bufferstraw addition to gstcheck.
4578 2006-07-21 Wim Taymans <wim@fluendo.com>
4580 * ext/theora/theoradec.c: (clip_buffer):
4583 2006-07-21 Wim Taymans <wim@fluendo.com>
4585 * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4586 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4587 (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4589 Avoid type casting when we can.
4591 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4594 2006-07-20 Tim-Philipp Müller <tim at centricular dot net>
4596 * ext/alsa/gstalsamixerelement.c:
4597 (gst_alsa_mixer_element_change_state):
4598 Make state change fail if the specified device can't be opened
4601 2006-07-20 Wim Taymans <wim@fluendo.com>
4603 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4604 (cb_newpad), (main):
4605 Example of a small audio/video player using decodebin.
4607 2006-07-20 Stefan Kost <ensonic@users.sf.net>
4609 * gst-libs/gst/riff/riff-ids.h:
4612 2006-07-19 Wim Taymans <wim@fluendo.com>
4614 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4615 (gst_base_rtp_depayload_chain),
4616 (gst_base_rtp_depayload_change_state):
4617 Don't assert when not negotiated but post a meaningfull
4618 error message. Fixes #347918.
4620 * gst-libs/gst/rtp/gstbasertppayload.c:
4621 Add comment about better default MTU size.
4623 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4624 Small cleanups, start docs.
4626 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4628 Patch by: Martin Szulecki
4630 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4631 If "device-name" is requested and the device is not
4632 open, try to temporarily open it to obtain this
4633 information (#342494).
4635 2006-07-19 Tim-Philipp Müller <tim at centricular dot net>
4637 * gst-libs/gst/tag/gstid3tag.c:
4638 Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4640 * gst-libs/gst/tag/gsttageditingprivate.h:
4641 * gst-libs/gst/tag/gstvorbistag.c:
4642 Some more random const-ifications.
4644 2006-07-18 Stefan Kost <ensonic@users.sf.net>
4646 * gst-libs/gst/riff/riff-ids.h:
4647 * gst-libs/gst/riff/riff-media.c:
4648 (gst_riff_create_video_template_caps):
4649 Add more FOURCCs (sort list to make stuff easier to find),
4650 add comment what those 16 bytes in struct _gst_riff_strh according to
4653 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4655 * gst-libs/gst/audio/multichannel.c:
4656 (gst_audio_check_channel_positions),
4657 (gst_audio_fixate_channel_positions):
4658 Const-ify two arrays.
4660 2006-07-17 Tim-Philipp Müller <tim at centricular dot net>
4662 * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4663 Fix typo, so that alsasink also advertises 8 channels
4664 if that's supported (tags: can, worms, open, alsa, ph34r).
4666 2006-07-17 Wim Taymans <wim@fluendo.com>
4668 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4669 (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4670 *sigh*, when is the compiler going to warn when the comments
4671 are out-of-sync with the code.. Refix case of busted theora
4672 headers with 0 granule pos.
4674 2006-07-14 Wim Taymans <wim@fluendo.com>
4676 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4677 (gst_base_rtp_depayload_wait),
4678 (gst_base_rtp_depayload_change_state),
4679 (gst_base_rtp_depayload_set_property),
4680 (gst_base_rtp_depayload_get_property):
4681 Fix 99% cpu load by waiting for absolute times on the
4682 clock. Fixes #347300.
4684 2006-07-14 Andy Wingo <wingo@pobox.com>
4686 * ext/theora/gsttheoraparse.h:
4687 * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4688 (theora_parse_push_headers, theora_parse_clear_queue)
4689 (theora_parse_drain_queue_prematurely, )
4690 (theora_parse_sink_event, theora_parse_change_state): Queue events
4691 until we initialized our state, like in vorbisparse.
4693 * ext/vorbis/vorbisparse.h:
4694 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4695 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4696 (vorbis_parse_drain_queue_prematurely, )
4697 (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4698 until we have initialized our state. Fixes seeking after an
4701 2006-07-14 Andy Wingo <wingo@pobox.com>
4703 Patch by: Iain Holmes <iaingnome@gmail.com>
4705 * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4707 2006-07-14 Jan Schmidt <thaytan@mad.scientist.com>
4710 Bump nano back to CVS
4712 === release 0.10.9 ===
4714 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4717 releasing 0.10.9, "I walk the line"
4719 2006-07-14 Michael Smith <msmith@fluendo.com>
4721 * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4722 Move a g_cond_signal to earlier to avoid sometimes deadlocking
4723 (commonly happens when running this test under valgrind) when trying
4724 to remove the buffer probe.
4726 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4728 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4729 Fix missing g_unlock from the previous commit
4731 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4733 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4734 (gst_ximagesink_change_state):
4735 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4736 (gst_xvimagesink_change_state):
4737 Implement a locking order to ensure we always take the object lock
4738 before the x_lock and never vice-versa.
4740 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
4742 * gst/playback/gstdecodebin.c: (find_compatibles):
4743 Fix a caps leak when linking (#347304)
4745 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4746 (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4747 (gst_ximagesink_change_state):
4748 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4749 (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4750 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4751 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4752 Don't leak shared memory resources. Use the object lock to protect
4753 against the xcontext disappearing while returning a buffer from the
4756 2006-07-12 Edward Hervey <edward@fluendo.com>
4758 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4759 (vorbis_handle_comment_packet):
4760 gst_tag_list_merge() returns a new object. Take that into account when
4761 using it. This avoids memleak.
4762 Revert previous commit which is not needed.
4764 2006-07-12 Edward Hervey <edward@fluendo.com>
4766 * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4767 Reset the decoder in finalize so that all fields get cleared.
4769 2006-07-12 Wim Taymans <wim@fluendo.com>
4771 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4772 (gst_base_audio_src_set_clock),
4773 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4774 Don't try to post an error message when setting the clock fails
4775 as this can happen when adding an element to a bin which will then
4776 deadlock. Fixes #347296.
4778 2006-07-12 Edward Hervey <edward@fluendo.com>
4780 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4781 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4782 (vorbis_handle_type_packet):
4783 Post tag messages on the bus even if we're not initialized.
4784 If we're not initialized, we still postpone the event pushing of tags.
4786 2006-07-12 Wim Taymans <wim@fluendo.com>
4788 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4789 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4790 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4791 Revert last two changes that broke the freeze.
4793 2006-07-12 Wim Taymans <wim@fluendo.com>
4795 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4796 basesink calculates silence sample correctly for us.
4798 2006-07-12 Wim Taymans <wim@fluendo.com>
4800 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4801 (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4802 Calculate correct silence samples so we don't fill our ringbuffer
4805 2006-07-12 Edward Hervey <edward@fluendo.com>
4807 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4808 (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4809 (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4810 * ext/vorbis/vorbisdec.h:
4811 Delay sending events (newsegment, tags) until the decoder is properly
4815 2006-07-11 Jan Schmidt <thaytan@mad.scientist.com>
4817 * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4818 (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4819 Patch from #347221 adding a test for audioconvert
4822 2006-07-11 Tim-Philipp Müller <tim at centricular dot net>
4824 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4825 (gst_ssa_parse_parse_line):
4826 Don't include the terminating NUL in the buffer size,
4827 it's only there for extra paranoia (would add random
4828 '*' characters at the end of each subtitle since the
4829 terminator itself is not valid UTF-8 technically).
4830 Also fix indenting after boilerplate macro.
4832 2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
4834 * gst/playback/gstdecodebin.c: (close_pad_link):
4835 Also emit 'unknown-type' signal (which should really be
4836 called unhandled-type) if we found potential decoders/demuxers
4837 in the registry but none of them worked in the end (as in the
4838 case where the plugins don't exist any longer but are still
4839 listed in the registry). Fixes #329798.
4841 2006-07-08 Andy Wingo <wingo@pobox.com>
4843 * theoraparse.c (theora_parse_push_buffer)
4844 (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4845 Add some more debugging. Fix granulepos reconstruction in the face
4848 2006-07-06 Wim Taymans <wim@fluendo.com>
4850 * gst-libs/gst/audio/gstbaseaudiosink.c:
4851 (gst_base_audio_sink_class_init),
4852 (gst_base_audio_sink_provide_clock):
4853 Use gobject_class instead of G_OBJECT_CLASS (klass)
4855 * gst-libs/gst/audio/gstbaseaudiosrc.c:
4856 (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4857 (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4858 (gst_base_audio_src_get_time),
4859 (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4860 (gst_base_audio_src_create_ringbuffer):
4861 Fix latency and buffer-time constants and properties ala basesink.
4862 Implement pull based scheduling. Fixes #346527.
4863 Set default blocksize in GstBaseSrc to 0, we default to pushing out
4865 Refuse slaving to another clock instead of silently not working.
4866 Only provide a clock when we are actually able to do so.
4867 Various small cleanups and compiler hints.
4869 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4871 Patch by: Lutz Mueller <lutz at topfrose de>
4873 * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4875 Add typefinding for text/html (#346581).
4877 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4879 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4880 (xml_check_first_element), (xml_type_find), (smil_type_find):
4881 Fix SMIL typefinding, make xml_check_first_element() more
4884 2006-07-06 Tim-Philipp Müller <tim at centricular dot net>
4886 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4887 (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4888 (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4889 * gst/playback/gstplaybasebin.h:
4890 Protect list of elements with a subtitle-encoding property and
4891 the subtitle encoding member itself with a lock of their own
4892 instead of using the object lock. This prevents a dead-lock in
4893 the element-remove callback in some circumstances when shutting
4896 2006-07-05 Sebastien Moutte <sebastien@moutte.net>
4898 * win32/common/libgsttag.def:
4899 Export some new functions.
4900 * win32/vs6/libgstogg.dsp:
4901 Add a link to libgsttag-0.10.lib.
4903 2006-07-04 Tim-Philipp Müller <tim at centricular dot net>
4905 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4906 Some const-ification.
4908 2006-07-04 Wim Taymans <wim@fluendo.com>
4910 * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4911 Improve checking if we are dealing with a stream. Added some
4912 more uris that need buffering.
4914 2006-07-03 Edward Hervey <edward@fluendo.com>
4916 * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4917 Remove unused variable.
4919 2006-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
4924 add GCOV_LIBS to GST_LIBS
4926 2006-07-02 Tim-Philipp Müller <tim at centricular dot net>
4928 Patch by: Michael Sheldon <webmaster at mikeasoft com>
4930 * ext/alsa/gstalsasrc.c:
4931 Add 32 bps to template caps and increase channels range
4932 from [1,2] to [1,MAX]. See #346326.
4934 2006-06-30 Tim-Philipp Müller <tim at centricular dot net>
4936 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4937 Recognise 'WMVA' video codec fourcc (#345879).
4939 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
4941 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4942 Fixed nasty memory leak
4944 2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
4946 * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4947 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4950 2006-06-23 Jan Schmidt <thaytan@mad.scientist.com>
4952 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4953 (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4954 (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4955 Protect remove_fakesink using a mutex, so that we don't try and
4956 remove the fakesink simultaneously from multiple threads.
4958 When going from READY to PAUSED, restore the fakesink, so that
4959 it is there when decodebin gets reused.
4961 2006-06-23 Tim-Philipp Müller <tim at centricular dot net>
4963 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4964 * gst-libs/gst/rtp/gstbasertpdepayload.c:
4965 * gst-libs/gst/rtp/gstbasertppayload.c:
4966 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4967 * gst/tcp/gstmultifdsink.c:
4968 * gst/tcp/gsttcpclientsink.c:
4969 * gst/tcp/gsttcpclientsrc.c:
4970 * gst/tcp/gsttcpserversink.c:
4971 * gst/tcp/gsttcpserversrc.c:
4972 * gst/videorate/gstvideorate.c:
4973 * gst/videotestsrc/gstvideotestsrc.c:
4974 * sys/v4l/gstv4ljpegsrc.c:
4975 * sys/v4l/gstv4lmjpegsink.c:
4976 * sys/v4l/gstv4lsrc.c:
4977 * tests/examples/seek/scrubby.c:
4978 * tests/examples/seek/seek.c:
4979 Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4981 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4983 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4984 Second field in GEnumValue shouldn't be a description,
4985 but a stringified version of the enum value.
4987 2006-06-22 Wim Taymans <wim@fluendo.com>
4989 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4990 (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4991 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4992 Avoid type checking in buffer casts.
4993 Avoid caps copy in buffer_alloc when we can.
4994 Use pad_peer_accept.
4996 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
4998 * gst-libs/gst/tag/tag.h:
4999 Oops, make that 'Since: 0.10.9'.
5001 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
5003 * docs/libs/gst-plugins-base-libs-sections.txt:
5004 * gst-libs/gst/tag/tag.h:
5005 * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
5006 (gst_tag_image_type_get_type):
5007 API: add GstTagImageType enum to describe images contained
5008 in image tags (#345641).
5010 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
5012 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5013 Fix warnings with gst-inspect: "buffers-min" property
5014 should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
5015 typo in property description.
5017 2006-06-22 Tim-Philipp Müller <tim at centricular dot net>
5019 Patch by: Cody Russell <bratsche at gnome org>
5021 * gst/audioresample/gstaudioresample.c:
5022 (gst_audioresample_class_init):
5023 * gst/playback/gststreamselector.c:
5024 (gst_stream_selector_class_init):
5025 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5026 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5027 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5028 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
5029 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
5030 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
5031 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
5032 * gst/videotestsrc/gstvideotestsrc.c:
5033 (gst_video_test_src_class_init):
5034 * gst/volume/gstvolume.c: (gst_volume_class_init):
5035 Avoid unnecessary class cast check in class_init
5036 functions (#337747).
5038 2006-06-21 Tim-Philipp Müller <tim at centricular dot net>
5040 * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
5041 (gst_text_overlay_video_chain):
5042 g_markup_escape_text() REALLY doesn't like non-UTF8 input
5043 and doesn't validate its input either (and neither did
5044 textoverlay it seems). Let's do that then and fix #345206.
5046 2006-06-19 Wim Taymans <wim@fluendo.com>
5048 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5049 (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
5050 (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
5051 (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
5052 (find_syncframe), (find_limits), (assign_value),
5053 (count_burst_unit), (gst_multi_fd_sink_new_client),
5054 (gst_multi_fd_sink_handle_client_write),
5055 (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
5056 (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
5057 (gst_multi_fd_sink_change_state):
5058 * gst/tcp/gstmultifdsink.h:
5059 Added shiny new burst-on-connect methods.
5060 Add properties to control the minimal amount of data queued.
5062 API: bytes-min property
5063 API: time-min property
5064 API: buffers-min property
5065 API: burst-unit property
5066 API: burst-value property
5067 API: add-full signal
5069 * gst/tcp/gsttcp-marshal.list:
5070 Added new marshaller code for the new signal.
5072 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5073 (multifdsink_suite):
5074 Added testcases for new burst methods.
5076 2006-06-19 Edward Hervey <edward@fluendo.com>
5078 * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
5079 Implement clipping for accurate seeking.
5082 2006-06-19 Wim Taymans <wim@fluendo.com>
5084 Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
5086 * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
5087 (gst_video_scale_transform):
5088 Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
5090 2006-06-17 Tim-Philipp Müller <tim at centricular dot net>
5093 Fix --disable-external (can't set conditionals conditionally,
5096 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5098 * tests/check/elements/audioresample.c: (test_reuse),
5099 (audioresample_suite):
5100 Add test case for bug #342789 fixed below.
5102 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5104 * gst/audioresample/gstaudioresample.c:
5105 (gst_audioresample_class_init), (gst_audioresample_init),
5106 (audioresample_start), (audioresample_stop),
5107 (gst_audioresample_set_property), (gst_audioresample_get_property):
5108 Implement GstBaseTransform::start and ::stop so that audioresample
5109 can clear its internal state properly and be reused instead of
5110 causing non-negotiated errors with playbin under some circumstances
5113 * tests/check/elements/audioresample.c: (setup_audioresample),
5114 (cleanup_audioresample):
5115 Need to set element state here so that ::start and ::stop are
5118 2006-06-16 Wim Taymans <wim@fluendo.com>
5120 Patch by: Young-Ho Cha <ganadist at chollian dot net>
5122 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
5123 Parse extra data better, apparently it's right behind
5124 the normal strf header size. Fixes #343500.
5126 2006-06-16 Wim Taymans <wim@fluendo.com>
5128 * ext/alsa/gstalsasink.c: (set_hwparams):
5129 If we fail to set the buffer_time and period_time alsa
5130 parameters, post a warning and leave alsa select a
5131 default instead of failing. Fixes #342085
5133 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5135 * docs/libs/gst-plugins-base-libs-sections.txt:
5136 * gst-libs/gst/cdda/gstcddabasesrc.h:
5137 Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
5138 out in the header file and shouldn't be listed in the docs.
5140 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5141 Must dereference pointer to fourcc in the debug statement.
5143 2006-06-16 Stefan Kost <ensonic@users.sf.net>
5145 * docs/libs/Makefile.am:
5146 * docs/libs/gst-plugins-base-libs-docs.sgml:
5147 * docs/libs/gst-plugins-base-libs-sections.txt:
5148 * docs/libs/gst-plugins-base-libs.types:
5149 add remaining symbols into correct setions
5151 * gst-libs/gst/audio/gstringbuffer.c:
5154 * gst-libs/gst/audio/gstringbuffer.h:
5155 comment out not yet implemented function
5158 * gst-libs/gst/floatcast/floatcast.h:
5159 * gst-libs/gst/netbuffer/gstnetbuffer.c:
5160 add short descriptions
5163 * gst-libs/gst/interfaces/propertyprobe.c:
5164 fix return value docs
5166 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5167 simplify debug logging
5169 * gst-libs/gst/riff/riff-read.h:
5170 sync function prototype and docs
5172 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5173 remove left over symbol
5175 2006-06-16 Tim-Philipp Müller <tim at centricular dot net>
5180 Use GST_PLUGIN_DOCS macro in configure.ac, add
5181 --enable-plugin-docs default to autogen.sh and use
5182 ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5184 2006-06-15 Wim Taymans <wim@fluendo.com>
5186 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5187 (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5188 (gst_ogg_demux_loop):
5189 Combine GstFlowReturn from the source pads to give a
5190 meaningfull result to the upstream peer or to stop the
5191 processing task in case of errors.
5193 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5195 * gst/playback/gststreaminfo.c: (cb_probe):
5196 Try GST_TAG_CODEC as fallback when extracting the
5197 codec name; more debug info.
5199 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5201 * ext/ogg/Makefile.am:
5202 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5203 Extract language tags from ogm subtitle streams, so that
5204 the subtitle menu choices are labelled correctly in
5205 Totem (fixes #344708).
5207 2006-06-14 Wim Taymans <wim@fluendo.com>
5209 Patch by: Alessandro Decina <alessandro at nnva dot org>
5211 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5212 (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5213 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5214 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5215 Fix various leaks. Fixes #343699.
5216 Add x-smoke mime type.
5218 2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
5220 * gst-libs/gst/riff/riff-ids.h:
5221 Add IDs for 'bext' chunks (see #343837).
5223 2006-06-12 Tim-Philipp Müller <tim at centricular dot net>
5225 Patch by: Young-Ho Cha <ganadist at chollian net>
5227 * gst/subparse/samiparse.c: (sami_context_pop_state),
5228 (handle_start_font), (end_sami_element):
5229 Honour font face tags in SAMI subtitles (#344503).
5231 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5234 add missing files containing translatable strings
5236 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5238 * docs/libs/tmpl/.cvsignore:
5239 we don't want those *.sgml files in CVS either
5241 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5243 * docs/libs/.cvsignore:
5244 * tests/check/elements/.cvsignore:
5245 * tests/check/libs/.cvsignore:
5248 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5250 * docs/libs/Makefile.am:
5251 also commiting the changed Makefile.am (added more libs to the
5254 2006-06-11 Stefan Kost <ensonic@users.sf.net>
5256 * docs/libs/gst-plugins-base-libs-docs.sgml:
5257 * docs/libs/gst-plugins-base-libs-sections.txt:
5258 * docs/libs/gst-plugins-base-libs.types:
5259 first batch of reordering things, add index & hierarchy
5261 2006-06-11 Thomas Vander Stichele <thomas at apestaart dot org>
5264 use GST_PKG_CHECK_MODULES, cleans up output
5266 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5268 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5269 Add support for burn:// URIs (#343385); const-ify things a bit,
5270 use G_N_ELEMENTS instead of hard-coded array size.
5272 2006-06-10 Tim-Philipp Müller <tim at centricular dot net>
5274 Patch by: Young-Ho Cha <ganadist at chollian net>
5276 * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5277 Fix up broken entities before passing them to libxml *sigh*.
5280 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5285 === release 0.10.8 ===
5287 2006-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
5290 releasing 0.10.8, "Moar gij ziet mij nie"
5292 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5309 * win32/common/config.h:
5312 2006-06-07 Thomas Vander Stichele <thomas at apestaart dot org>
5314 * docs/libs/tmpl/gstaudio.sgml:
5315 * docs/libs/tmpl/gstcolorbalance.sgml:
5316 * docs/libs/tmpl/gstmixer.sgml:
5317 * docs/libs/tmpl/gstringbuffer.sgml:
5318 * docs/libs/tmpl/gsttuner.sgml:
5319 * docs/libs/tmpl/gstxoverlay.sgml:
5320 * gst-libs/gst/audio/audio.c:
5321 * gst-libs/gst/audio/gstringbuffer.c:
5322 * gst-libs/gst/interfaces/colorbalance.c:
5323 * gst-libs/gst/interfaces/mixer.c:
5324 * gst-libs/gst/interfaces/tuner.c:
5325 * gst-libs/gst/interfaces/xoverlay.c:
5326 move last template doc snippets to source code and delete them
5328 2006-06-06 Michael Smith <msmith@fluendo.com>
5330 * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5331 (theora_parse_drain_queue):
5332 Mark DELTA_UNIT on non-keyframes.
5334 2006-06-03 Jan Schmidt <thaytan@mad.scientist.com>
5336 * gst-libs/gst/audio/gstbaseaudiosink.c:
5337 (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5338 * gst-libs/gst/audio/gstbaseaudiosink.h:
5339 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5340 (gst_ring_buffer_samples_done):
5341 * gst-libs/gst/audio/gstringbuffer.h:
5342 Document better the fact that latency_time and buffer_time are values
5343 stored in microseconds, and not the usual GStreamer nanoseconds.
5344 Change the variables (compatibly) that store them from GstClockTime
5345 to guint64 to make it more clear that they're not storing clock times.
5346 Also, remove the bogus property description that says the user can
5347 specify -1 to get the default value, since that's never been the case.
5349 When computing the default segment size for the ring buffer, make it
5350 an integer number of samples.
5352 When the sub-class indicates a delay greater than the number of
5353 samples we've written return 0 from the audio sink get_time method.
5355 2006-06-02 Michael Smith <msmith@fluendo.com>
5357 * tests/check/elements/audioconvert.c: (set_channel_positions),
5358 (get_float_mc_caps), (get_int_mc_caps):
5359 * tests/check/elements/audioresample.c:
5360 * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5361 * tests/check/elements/videorate.c:
5362 * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5363 * tests/check/elements/volume.c:
5364 * tests/check/elements/vorbisdec.c:
5365 * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5366 Don't busy-wait in tests; this was causing test timeouts very
5367 frequently when running under valgrind.
5369 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5372 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5373 (gst_multi_fd_sink_remove_client_link),
5374 (gst_multi_fd_sink_client_queue_caps),
5375 (gst_multi_fd_sink_client_queue_buffer),
5376 (gst_multi_fd_sink_handle_client_write),
5377 (gst_multi_fd_sink_render):
5378 * gst/tcp/gstmultifdsink.h:
5379 make multifdsink properly deal with streamheader:
5380 - streamheader is taken from caps
5381 - buffers marked with IN_CAPS are not sent
5382 - streamheaders are sent, on connection, from the caps of the
5383 buffer where the client gets positioned to
5384 - further streamheader changes are done every time the client
5385 will receive a buffer with different caps
5386 * tests/check/elements/multifdsink.c: (GST_START_TEST),
5387 (gst_multifdsink_create_streamheader):
5390 2006-06-02 Michael Smith <msmith@fluendo.com>
5392 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5393 Reinstate limit on channel count. Vorbis does not define the meaning
5394 of > 6 channels, so they're just independent channels. Gstreamer
5395 currently has no mechanism to represent N independent channels.
5397 2006-06-02 Michael Smith <msmith@fluendo.com>
5399 * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5400 Don't arbitrarily restrict channel counts and rate in vorbis.
5401 In terms of effects likely on real-world files, this fixes 96kHz
5404 2006-06-02 Michael Smith <msmith@fluendo.com>
5406 * gst/audioconvert/audioconvert.c: (float):
5407 More correct float->int conversion.
5409 2006-06-02 Michael Smith <msmith@fluendo.com>
5411 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5412 Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5413 value. Fixes g-critical on trying to play back ogg containing
5416 2006-06-02 Wim Taymans <wim@fluendo.com>
5418 * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5420 * gst/playback/gstplaybasebin.h:
5421 Make the subtitle detection work from any thread so we don't
5422 deadlock. Fixes #343397.
5424 2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
5426 * gst/volume/Makefile.am:
5427 Seriously, it's not *that* hard to get compilation right. Even
5428 a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5430 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5432 * gst/volume/gstvolume.c: (volume_choose_func),
5433 (volume_update_real_volume), (gst_volume_class_init),
5434 (gst_volume_init), (volume_process_float), (volume_process_int16),
5435 (volume_process_int16_clamp), (volume_set_caps),
5436 (volume_transform_ip), (plugin_init):
5437 * gst/volume/gstvolume.h:
5438 rewrite the passthrough check, split _int16 and _int16_clamp, fix
5439 another property desc., remove unused param from process function
5441 * tests/check/elements/volume.c: (volume_suite):
5442 reactivate the passthrough test
5444 2006-06-01 Stefan Kost <ensonic@users.sf.net>
5446 * ext/alsa/gstalsamixerelement.h:
5447 * ext/alsa/gstalsamixeroptions.h:
5448 * ext/alsa/gstalsamixertrack.h:
5449 * ext/gnomevfs/gstgnomevfssink.h:
5450 * ext/gnomevfs/gstgnomevfssrc.h:
5451 * ext/theora/gsttheoradec.h:
5452 * ext/theora/gsttheoraenc.h:
5453 * ext/theora/gsttheoraparse.h:
5454 * ext/vorbis/vorbisparse.h:
5455 * gst-libs/gst/audio/gstaudioclock.h:
5456 * gst-libs/gst/audio/gstaudiofilter.h:
5457 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5458 * gst/audioconvert/gstaudioconvert.h:
5459 * gst/audioresample/gstaudioresample.h:
5460 * gst/audiotestsrc/gstaudiotestsrc.h:
5461 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5462 * gst/playback/gststreamselector.h:
5463 * gst/tcp/gstmultifdsink.h:
5464 * gst/tcp/gsttcpclientsink.h:
5465 * gst/tcp/gsttcpclientsrc.h:
5466 * gst/tcp/gsttcpserversink.h:
5467 * gst/tcp/gsttcpserversrc.h:
5468 * gst/videorate/gstvideorate.h:
5469 * gst/videoscale/gstvideoscale.h:
5470 * gst/videotestsrc/gstvideotestsrc.h:
5471 * gst/volume/gstvolume.h:
5472 * sys/v4l/gstv4ljpegsrc.h:
5473 * sys/v4l/gstv4lmjpegsink.h:
5474 * sys/v4l/gstv4lmjpegsrc.h:
5475 * sys/v4l/gstv4lsrc.h:
5476 * sys/ximage/ximagesink.h:
5477 * sys/xvimage/xvimagesink.h:
5478 * tests/old/testsuite/alsa/sinesrc.h:
5479 Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5481 2006-05-31 Wim Taymans <wim@fluendo.com>
5483 * ext/libvisual/visual.c: (gst_visual_reset),
5484 (gst_visual_sink_setcaps), (gst_visual_sink_event),
5485 (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5487 Use running time before doing QoS.
5490 2006-05-31 Thomas Vander Stichele <thomas at apestaart dot org>
5492 * docs/libs/Makefile.am:
5493 set a magic variable to indicate we know the docs are incomplete
5495 2006-05-30 Sebastien Moutte <sebastien@moutte.net>
5497 * win32/common/libgstvideo.def:
5498 export gst_video_calculate_display_ratio
5499 * win32/vs6/libgstvideoscale.dsp:
5500 add link to libgstvideo-0.10.lib
5502 2006-05-30 Tim-Philipp Müller <tim at centricular dot net>
5504 * gst/playback/gstplaybasebin.c: (gen_source_element):
5505 Throw a more comprehensible error for rtsp:// URIs (rather
5506 than erroring out with a negotiation error later on) until
5507 we fix playbin to handle rtspsrc etc.
5509 2006-05-30 Wim Taymans <wim@fluendo.com>
5511 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5512 (gst_text_overlay_text_event):
5515 2006-05-30 Wim Taymans <wim@fluendo.com>
5517 * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5518 (gst_adder_request_new_pad), (gst_adder_release_pad):
5519 * gst/adder/gstadder.h:
5520 Implement release_request_pad.
5521 Make padcounter atomic.
5523 * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5524 Added check for release_pad in adder.
5526 2006-05-30 Wim Taymans <wim@fluendo.com>
5528 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5531 2006-05-30 Thomas Vander Stichele <thomas at apestaart dot org>
5533 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5534 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5535 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5536 (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5537 (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5538 (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5539 (gst_ogg_demux_bisect_forward_serialno),
5540 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5541 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5543 clean up printf formats for granulepos and serialno
5545 2006-05-30 Michael Smith <msmith@fluendo.com>
5547 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5548 (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5549 (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5550 (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5551 (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5552 * ext/vorbis/vorbisenc.h:
5553 Multi-channel caps negotiation, so we can do proper multichannel
5554 vorbis encoding, negotiated through audioconvert.
5556 2006-05-30 Wim Taymans <wim@fluendo.com>
5558 * tests/check/elements/adder.c: (test_event_message_received),
5559 (test_play_twice_message_received), (GST_START_TEST),
5561 Added check to show that #339935 is fixed with ongoing
5562 adder and collectpads fixes.
5564 2006-05-29 Wim Taymans <wim@fluendo.com>
5566 * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5567 Don't leak pad name.
5569 2006-05-29 Wim Taymans <wim@fluendo.com>
5571 * gst/adder/gstadder.c: (gst_adder_query_duration),
5572 (forward_event_func), (forward_event), (gst_adder_src_event):
5574 Make query/seeking code threadsafe.
5576 * tests/check/Makefile.am:
5577 * tests/check/elements/adder.c: (test_event_message_received),
5578 (GST_START_TEST), (test_play_twice_message_received):
5579 Fix adder test case.
5581 2006-05-29 Tim-Philipp Müller <tim at centricular dot net>
5583 Patch by: Young-Ho Cha <ganadist at chollian net>
5585 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5586 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5587 (set_encoding_element), (decodebin_element_added_cb),
5588 (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5589 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5590 * gst/playback/gstplaybasebin.h:
5591 Add 'subtitle-encoding' property to playbin, so applications can
5592 force a subtitle encoding for non-UTF8 subtitles (#342268).
5594 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5595 (gst_sub_parse_set_property):
5596 Rename recently-added 'encoding' property to 'subtitle-encoding'
5597 (so it can be proxied by playbin/decodebin in a generic way
5598 with less danger of false positives).
5600 2006-05-29 Michael Smith <msmith@fluendo.com>
5602 * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5603 (append_with_other_format), (set_structure_widths),
5604 (gst_audio_convert_transform_caps):
5605 Patch from #341562: give more specific audio caps in get_caps, so
5606 that basetransform can make better decisions on what caps to
5609 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5611 * tests/check/elements/volume.c:
5612 make it compile again
5614 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5616 * tests/check/elements/volume.c: (volume_suite):
5617 disable test until #343196 gets resolved
5619 2006-05-28 Stefan Kost <ensonic@users.sf.net>
5621 * gst/adder/gstadder.c: (gst_adder_get_type):
5622 Make it easier to copy&paste
5624 * gst/volume/Makefile.am:
5625 * gst/volume/gstvolume.c: (volume_update_real_volume),
5626 (gst_volume_set_volume), (gst_volume_set_mute),
5627 (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5628 (volume_transform_ip), (volume_update_mute),
5629 (volume_update_volume):
5630 * gst/volume/gstvolume.h:
5631 Add own debug category, move duplicate code to helper function, fix
5632 property texts, add more comments and prepare ffor liboil-goodness
5634 * tests/check/Makefile.am:
5635 * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5636 add test for mute and passtrough case, be a bit more verbose to track
5639 * tests/check/generic/states.c: (GST_START_TEST):
5640 catch elements that fail to instantiate
5642 2006-05-28 Edward Hervey <edward@fluendo.com>
5644 * tests/check/pipelines/simple-launch-lines.c:
5645 * tests/check/pipelines/theoraenc.c:
5646 * tests/check/pipelines/vorbisenc.c:
5647 Comment out tests using parse_launch() if core was built without
5648 parsing capabilities.
5650 2006-05-27 Edward Hervey <edward@fluendo.com>
5652 * tests/check/Makefile.am:
5653 Extra bonus points for whoever explains to ensonic that you are meant
5654 to test unit tests thoroughly before commiting them, especially if
5655 you know it's going to break.
5656 De-activated element/adder tests.
5658 2006-05-27 Edward Hervey <edward@fluendo.com>
5660 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5661 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5662 Marking caps conversion issues as GST_WARNING is way too verbose,
5663 Moving them to GST_LOG.
5665 2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
5668 Replace current README (containing the release notes from
5669 some 0.9.x version) with a proper README taken from the core.
5671 2006-05-26 Wim Taymans <wim@fluendo.com>
5673 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5674 (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5675 (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5676 (vorbis_dec_change_state):
5679 Clip output samples to segment boundaries.
5681 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5683 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5684 (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5685 Improve the errors produced on bad output, including some human
5686 readable description strings.
5687 Handle the (theoretical for ximagesink) case where the XServer
5688 has a different idea about the size required for a particular
5689 frame and gives us too small a memory allocation.
5691 2006-05-26 Jan Schmidt <thaytan@mad.scientist.com>
5693 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5694 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5695 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5696 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5697 Improve the errors produced on bad output, including some human
5698 readable description strings.
5699 Handle RGB Xv formats properly by transforming them into our
5700 big-endian caps description.
5701 Use gst_caps_truncate to ensure that we never try and choose a
5702 non-fixed caps in buffer_alloc.
5703 Handle the case where the XServer has a different idea about the size
5704 required for a particular frame and gives us too small a memory
5706 Use -1 to indicate 'no image format', because 0 is a valid XServer
5707 image format number.
5708 Put RGB Xv formats at the end of the caps, so that we always prefer
5710 Iterate the available Xv Encodings to determine the maximum width and
5711 height, and then return that in our caps.
5712 (Closes #315312, #337544)
5714 2006-05-25 Jan Schmidt <thaytan@mad.scientist.com>
5716 * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5717 When there is only one unfinished pad and it receives an event that
5718 doesn't match our requirements, we need to set alldone=FALSE so that
5719 the fakesink is not removed yet.
5721 2006-05-25 Tim-Philipp Müller <tim at centricular dot net>
5723 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5724 Use gst_type_find_helper_for_buffer() to find the type
5725 of stream from the first packet.
5728 Bump requirements to core CVS (needed for vorbis
5729 typefinding to work).
5731 2006-05-24 Edward Hervey <edward@fluendo.com>
5733 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5734 Added the 'prfl' atom type which MQV (no, it's not a typo) files
5735 contain. Else they play perfectly fine with qtdemux.
5737 2006-05-23 Stefan Kost <ensonic@users.sf.net>
5739 * ext/theora/theoradec.c:
5740 * ext/theora/theoraenc.c:
5741 * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5742 * gst/audiorate/gstaudiorate.c:
5743 make more debug catagories static
5745 * tests/check/Makefile.am:
5746 * tests/check/elements/adder.c: (message_received),
5747 (test_event_message_received), (GST_START_TEST),
5748 (test_play_twice_message_received), (adder_suite):
5749 added test case for using element twice, extra bonus points for anyone
5750 who can make these test run reliably
5752 2006-05-23 Tim-Philipp Müller <tim at centricular dot net>
5754 * ext/theora/theoradec.c: (theora_dec_chain):
5755 Make work with time-stamped input buffers that do not
5756 have a granulepos in BUFFER_OFFSET_END (like theora
5757 buffers coming from matroskademux). Fixes #342448.
5759 2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
5761 Patch by: Peter Kjellerstedt <pkj at axis com>
5763 * gst/tcp/Makefile.am:
5764 fdstresstest doesn't need Gtk+, fix compilation if
5765 gtk is not available (#342566).
5767 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5769 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5771 Removed redundant floor()
5773 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5775 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5776 On second thought, just skip JUNK chunks automatically, so
5777 the caller doesn't have to handle this. Fixes #342345.
5778 Also, return GST_FLOW_UNEXPECTED if we get a short read,
5781 2006-05-19 Tim-Philipp Müller <tim at centricular dot net>
5783 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5784 Don't bail out on JUNK chunks with a size of 0 (would try to
5785 pull_range 0 bytes before, which sources don't like too much).
5788 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5790 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5791 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5792 Use the gstutil scaling function to preserve 64 bits while calculating
5793 output width and height from the display-aspect-ratio. (A continuation
5796 2006-05-19 Jan Schmidt <thaytan@mad.scientist.com>
5798 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5799 (gst_xvimagesink_buffer_alloc):
5800 * sys/xvimage/xvimagesink.h:
5801 When performing buffer allocations, remember the caps and image format
5802 we return so that if the same caps are asked for next time we can
5803 return them immediately without doing any caps intersections.
5805 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
5807 * gst-libs/gst/rtp/README:
5808 Some new documentation
5809 * gst-libs/gst/rtp/gstrtpbuffer.h:
5810 Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children
5811 * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5812 * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5813 New RTP audio base payloader class. Supports frame or sample based
5814 codecs. Not enabled in Makefile.am until approved.
5816 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5818 * tests/check/elements/alsa.c: (test_device_property_probe):
5819 Fix test case: don't try to free NULL GValueArray when there
5822 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5824 * tests/check/Makefile.am:
5825 * tests/check/elements/alsa.c: (test_device_property_probe),
5826 (alsa_suite), (main):
5827 Add simple test that runs a device property probe on alsasrc,
5828 alsasink and alsamixer. Disable valgrind check for now (too
5829 many leaks in libasound, and valgrind ignored my suppressions
5832 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5834 * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5835 (gst_alsa_device_property_probe_probe_property),
5836 (gst_alsa_device_property_probe_needs_probe),
5837 (gst_alsa_device_property_probe_get_values),
5838 (gst_alsa_type_add_device_property_probe_interface):
5839 * ext/alsa/gstalsadeviceprobe.h:
5840 * ext/alsa/gstalsamixerelement.c:
5841 (gst_alsa_mixer_element_init_interfaces):
5842 * ext/alsa/gstalsamixerelement.h:
5843 Clean up and simplify alsa device probing. Make it actually work
5844 for multiple classes. Don't cache results any longer.
5846 * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5847 (gst_alsasink_init):
5848 * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5849 (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5850 (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5851 Make alsasink and alsasrc implement the GstPropertyProbe interface
5852 for device probing (#342181).
5853 Patch by: Martin Szulecki <gnomebugzilla at sukimashita com>
5855 2006-05-18 Tim-Philipp Müller <tim at centricular dot net>
5857 * gst/subparse/samiparse.c: (handle_start_font):
5858 Don't ignore return value of strtol (++compiler_happiness).
5860 2006-05-17 Tim-Philipp Müller <tim at centricular dot net>
5862 Patch by: Young-Ho Cha <ganadist chollian net>
5864 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5865 (gst_sub_parse_class_init), (gst_sub_parse_init),
5866 (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5868 * gst/subparse/gstsubparse.h:
5869 Add 'encoding' property (#341681).
5871 * gst/subparse/samiparse.c: (characters_sami):
5872 Output is pango markup, so we need to escape text
5873 between tags (#342143).
5875 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5877 * gst-libs/gst/audio/multichannel.c:
5878 (gst_audio_check_channel_positions):
5879 It's okay to have caps with channels=1 and a channel position
5880 different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5881 (deinterleavers might want to keep the position in the caps,
5882 so that they can be re-interleaved again properly later).
5883 Leave check for unexpected 2-channel layouts intact for now.
5885 2006-05-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
5887 * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5888 Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5889 basesrc can do its job correctly.
5891 2006-05-16 Tim-Philipp Müller <tim at centricular dot net>
5893 * ext/alsa/Makefile.am:
5894 * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5895 (gst_alsa_detect_formats), (get_channel_free_structure),
5896 (caps_add_channel_configuration), (gst_alsa_detect_channels),
5897 (gst_alsa_probe_supported_formats):
5898 * ext/alsa/gstalsa.h:
5899 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5900 Refactor and improve caps probing code: probe signedness
5901 when we probe the supported formats/widths; set endianness
5902 to the one we actually probed for (ie. cpu endianness).
5904 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5905 (gst_alsasrc_close):
5906 * ext/alsa/gstalsasrc.h:
5907 Implement caps probing for alsasrc.
5909 2006-05-15 Wim Taymans <wim@fluendo.com>
5911 * ext/theora/theoradec.c: (gst_theora_dec_reset),
5912 (theora_dec_src_query), (theora_dec_src_event),
5913 (theora_dec_sink_event), (theora_handle_comment_packet),
5914 (theora_handle_data_packet), (theora_dec_change_state):
5915 Cleanups, add some G_LIKELY.
5916 Use segment helpers instead of our own wrong code.
5917 Clear queued buffers on seek and READY.
5919 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5920 (vorbis_dec_convert), (vorbis_dec_src_query),
5921 (vorbis_dec_src_event), (vorbis_dec_sink_event),
5922 (vorbis_handle_comment_packet), (vorbis_dec_push),
5923 (vorbis_handle_data_packet), (vorbis_dec_chain),
5924 (vorbis_dec_change_state):
5925 * ext/vorbis/vorbisdec.h:
5926 Remove old useless packetno variable.
5927 Do position query properly.
5929 Do cleanup of queued buffers in new helper function
5932 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5934 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5935 Query supported sample rates. Fixes #341732.
5937 2006-05-15 Julien MOUTTE <julien@moutte.net>
5939 * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5940 (gst_decode_bin_change_state): Make decodebin reusable
5941 when going from PAUSE_TO_READY and then back to PAUSED.
5944 2006-05-15 Wim Taymans <wim@fluendo.com>
5946 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5947 (vorbis_dec_convert), (vorbis_dec_src_query),
5948 (vorbis_dec_sink_query), (vorbis_dec_src_event),
5949 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5950 (vorbis_dec_clean_queued), (vorbis_dec_push),
5951 (vorbis_handle_data_packet), (vorbis_dec_change_state):
5952 Cleanups. Use refcounting and DEBUG_OBJECT.
5953 Reset segment on flush, use code methods instead of our
5955 Fix potential memleak.
5957 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5959 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5960 (gst_alsasink_init):
5961 * ext/alsa/gstalsasink.h:
5962 Don't leak allocated snd_output_t structure if there's
5963 more than one alsasink instance at a time (#341873).
5964 Also fix GObject macros in header file.
5966 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5968 * gst/subparse/gstsubparse.c:
5969 (gst_sub_parse_data_format_autodetect):
5970 Don't use libxml functions in the typefinding code.
5972 2006-05-15 Wim Taymans <wim@fluendo.com>
5974 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5975 Fix seeking performance in the case where a non-header
5976 packet has a 0 granulepos (busted theora case).
5978 (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5979 the first place, you limelight stealer you)
5981 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5983 * gst/subparse/gstsubparse.c:
5984 (gst_sub_parse_data_format_autodetect):
5985 Improve SAMI typefinding: handle case where there are
5986 whitespaces or newlines in front of the first <SAMI>
5989 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5992 Build video4linux plugin even if there's no XVIDEO, just
5993 without implementing the GstXOverlay interface (#334002).
5995 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
5998 * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
6000 Add tentative support for libvisual-0.4 (#336881).
6002 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
6004 Patch by: Young-Ho Cha <ganadist at chollian net>
6006 * gst/subparse/samiparse.c: (handle_start_font):
6007 Need to map "silver" colour explicitly (#169936).
6009 2006-05-15 Tim-Philipp Müller <tim at centricular dot net>
6011 Patch by: Young-Ho Cha <ganadist at chollian net>
6013 * gst/subparse/Makefile.am:
6014 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6015 (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
6016 (gst_sub_parse_format_autodetect), (feed_textbuf),
6017 (gst_subparse_type_find), (plugin_init):
6018 * gst/subparse/gstsubparse.h:
6019 * gst/subparse/samiparse.c:
6020 * gst/subparse/samiparse.h:
6021 Add support for SAMI subtitles (#169936).
6023 2006-05-14 Michael Smith <msmith@fluendo.com>
6025 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
6026 Fix #341696: crash when mixing L+R+C to mono or stereo.
6027 * tests/check/Makefile.am:
6028 * tests/check/elements/audioconvert.c: (set_channel_positions),
6029 (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
6030 (audioconvert_suite):
6031 Add test for the above, including some generic framework bits for
6032 testing multichannel things.
6034 === release 0.10.7 ===
6036 2006-05-14 Jan Schmidt <thaytan@mad.scientist.com>
6039 releasing 0.10.7, "Leave the gun"
6041 2006-05-13 Jan Schmidt <thaytan@mad.scientist.com>
6043 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6044 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6047 2006-05-12 Jan Schmidt <thaytan@mad.scientist.com>
6049 * docs/libs/gst-plugins-base-libs-docs.sgml:
6050 * docs/libs/gst-plugins-base-libs-sections.txt:
6051 * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
6052 * gst-libs/gst/video/video.h:
6053 * gst/videoscale/Makefile.am:
6054 * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6055 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6056 * tests/check/Makefile.am:
6057 * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
6059 Fix integer overflow problem with pixel-aspect-ratio calculations
6060 in videoscale and xvimagesink (#341542)
6062 2006-05-12 Tim-Philipp Müller <tim at centricular dot net>
6064 * gst-libs/gst/tag/gstid3tag.c:
6065 Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
6067 2006-05-12 Sebastien Moutte <sebastien@moutte.net>
6070 update win32 files listing
6072 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
6074 patch by: Sjoerd Simons (sjoerd@luon.net)
6076 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6077 (group_create), (group_destroy), (add_stream),
6078 (gst_play_base_bin_get_property),
6079 (gst_play_base_bin_get_streaminfo_value_array):
6080 * gst/playback/gstplaybasebin.h:
6081 API: GstPlayBaseBin::stream-info-value-array property
6082 use a more bindings-friendly way of exposing streaminfo
6083 using a GValueArray. Tested in ipython.
6086 2006-05-11 Wim Taymans <wim@fluendo.com>
6088 * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
6089 (queue_underrun_cb), (queue_filled_cb):
6090 Also catch queue underruns but don't do anything yet.
6091 Refactor and comment queue enlarging code a bit.
6093 * gst/playback/gstplaybasebin.c: (queue_overrun),
6094 (queue_threshold_reached), (queue_out_of_data),
6095 (gen_preroll_element):
6096 If a queue over/underruns check that we don't create nasty
6097 deadlocks when the min-threshold is not reached but the
6098 max-bytes is. In those cases disable max-bytes when we
6099 know that the queue is fed timed data.
6102 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
6104 * gst/playback/gstplaybin.c: (gen_audio_element):
6105 Make playbin automatically plug an 'audioresample'
6106 element before the audio sink as well. This solves
6107 problems with sinks that only accept a very specific
6108 sample rate, like esdsink (e.g. #340379).
6110 2006-05-11 Tim-Philipp Müller <tim at centricular dot net>
6112 * gst/playback/gstplaybasebin.c: (gen_source_element):
6113 Make http sources send special headers so that we receive
6114 icecast metadata if the http stream is an icecast stream
6115 (otherwise the server will just ignore them). This also
6116 means that from now on users will need the 'icydemux'
6117 element from gst-plugins-good installed if they want to
6118 listen to icecast radio streams. (#341432, #333657).
6120 2006-05-11 Thomas Vander Stichele <thomas at apestaart dot org>
6122 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
6123 (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
6124 remove stupid example from docs - it should come with a simple
6127 * tests/check/elements/multifdsink.c: (wait_bytes_served),
6128 (fail_if_can_read), (GST_START_TEST),
6129 (gst_multifdsink_create_streamheader), (multifdsink_suite):
6130 add a test for changing streamheader which exposes a bug in
6133 2006-05-11 Michael Smith <msmith@fluendo.com>
6135 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
6136 (gst_gnome_vfs_src_received_headers_callback):
6137 * ext/gnomevfs/gstgnomevfssrc.h:
6138 Don't set icy-caps unless we have a sane interval value. Move
6139 interval to a local variable; we never use it outside this function.
6141 2006-05-11 Wim Taymans <wim@fluendo.com>
6143 * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6144 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6145 Register special buffer types along with the objects so
6146 that they are not registered at runtime from N different
6147 streaming threads since they are not threadsafe.
6149 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
6151 * tests/check/elements/multifdsink.c: (wait_bytes_served),
6152 (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
6153 add two more tests, one doing streamheader
6155 2006-05-10 Thomas Vander Stichele <thomas at apestaart dot org>
6157 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
6158 clean up the bufqueue when shutting down
6159 * tests/check/Makefile.am:
6160 * tests/check/elements/multifdsink.c: (setup_multifdsink),
6161 (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
6163 add a test for the leak that was just fixed
6165 2006-05-10 Wim Taymans <wim@fluendo.com>
6167 * gst/adder/gstadder.c: (gst_adder_setcaps),
6168 (gst_adder_query_duration), (gst_adder_query), (forward_event),
6169 (gst_adder_src_event), (gst_adder_sink_event),
6170 (gst_adder_class_init), (gst_adder_finalize),
6171 (gst_adder_request_new_pad), (gst_adder_collected):
6172 * gst/adder/gstadder.h:
6173 Updated some docs. Added comments and FIXMEs all over the place.
6174 Improve debugging info.
6175 Fix leak on finalize by not calling the parent.
6176 Implement duration query.
6177 Make event forwarding threadsafe.
6178 Correctly send NEWSEGMENT at start and after flush.
6179 Handle EOS correctly.
6180 Post error when not negotiated.
6182 * tests/check/elements/adder.c: (GST_START_TEST):
6183 Added FIXME in the test.
6185 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6187 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6188 (gst_text_overlay_halign_get_type),
6189 (gst_text_overlay_wrap_mode_get_type):
6190 * ext/theora/theoradec.c: (theora_handle_type_packet),
6191 (theora_handle_data_packet):
6192 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6193 (theora_enc_sink_setcaps), (theora_enc_chain):
6194 * gst-libs/gst/cdda/gstcddabasesrc.c:
6195 (gst_cdda_base_src_mode_get_type):
6196 * gst/audiotestsrc/gstaudiotestsrc.c:
6197 (gst_audiostestsrc_wave_get_type):
6198 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6199 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6200 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6201 (gst_sync_method_get_type), (gst_unit_type_get_type),
6202 (gst_client_status_get_type):
6203 * gst/videoscale/gstvideoscale.c:
6204 (gst_video_scale_method_get_type):
6205 * gst/videotestsrc/gstvideotestsrc.c:
6206 (gst_video_test_src_pattern_get_type):
6207 * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6208 (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6209 (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6210 (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6211 (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6212 (paint_setup_RGB565), (paint_setup_xRGB1555):
6213 Const-ify GEnumValue and GFlagsValue arrays. Use
6214 GST_ROUND_UP_* macros instead of home-made ones.
6216 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6219 Require core CVS for the new newsegment stuff.
6221 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6223 Patch by: Sjoerd Simons <sjoerd at luon net>
6225 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6226 Register nick for enum value (#341160).
6228 2006-05-09 Stefan Kost <ensonic@users.sf.net>
6230 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6232 backout typefind patch #340375
6234 * tests/check/elements/adder.c: (message_received),
6235 (GST_START_TEST), (adder_suite):
6236 redo, signal-handling of test
6238 2006-05-09 Wim Taymans <wim@fluendo.com>
6240 * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6241 (gst_adder_collected):
6242 * gst/adder/gstadder.h:
6243 Remove bogus segment merging and forwarding, we don't
6244 care about timestamps anyway and we just produce a
6246 Also create a nice NEWSEGMENT event when we start.
6247 Use _scale_int some more.
6249 2006-05-09 Edward Hervey <edward@fluendo.com>
6251 * tests/icles/stress-xoverlay.c:
6252 Fix if core was built without parsing support.
6254 2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
6256 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6257 Add SEDG (Samsung MPEG-4) fourcc.
6259 2006-05-09 Edward Hervey <edward@fluendo.com>
6261 * tests/icles/stress-xoverlay.c:
6262 * tests/examples/volume/volume.c:
6263 Fix if core was built without parsing support.
6265 * tests/examples/seek/seek.c:
6266 Disable the parse_launch example if core was built without parsing
6269 2006-05-08 Edward Hervey <edward@fluendo.com>
6271 * autogen.sh: (CONFIGURE_DEF_OPT):
6272 libtoolize on Darwin/MacOSX is called glibtoolize
6274 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6276 * tests/check/Makefile.am:
6277 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6278 Disable the adder test, until the build-slaves posses the kindness to
6279 either like it or to give valid reason for not doing so
6281 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6283 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6285 Shuffle NULL state change around and raise timeout more
6287 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6289 * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6290 (mp4_type_find), (plugin_init):
6291 Add typefind to distinguish between "audio/x-m4a" and new type
6292 "video/mp4". Fixes #340375
6294 * tests/check/elements/adder.c: (adder_suite):
6295 Raise timeout to make buildbot happy
6297 2006-05-07 Stefan Kost <ensonic@users.sf.net>
6299 * gst/adder/gstadder.c: (gst_adder_sink_event),
6300 (gst_adder_request_new_pad), (gst_adder_change_state):
6301 * gst/adder/gstadder.h:
6302 * tests/check/Makefile.am:
6303 * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6304 (adder_suite), (main):
6305 Add sink-event handling to adder. It tries to merge incomming
6306 newsegment-events. Added test to check if segment_done is comming
6307 through. Fixes #340060
6309 2006-05-05 Andy Wingo <wingo@pobox.com>
6311 * ext/theora/theoraparse.c (gst_theora_parse_init)
6312 (theora_parse_src_convert, theora_parse_src_query):
6313 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6314 (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6315 query functions on the source pads of the theora and vorbis parse
6316 elements. Fixes position querying when doing a remux.
6318 2006-05-05 Michael Smith <msmith@fluendo.com>
6320 * ext/theora/theoraparse.c: (parse_granulepos),
6321 (theora_parse_drain_queue_prematurely),
6322 (theora_parse_queue_buffer), (theora_parse_sink_event):
6324 Fix invalid granulepos outputs when starting with a non-keyframe.
6326 2006-05-05 Jan Schmidt <thaytan@mad.scientist.com>
6328 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6329 (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6330 Rearrange MPEG system stream detection, fixing some memleaks in the
6332 Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6333 they clean up their data correctly.
6334 Remove unused ogganx caps and move the 'is_annodex' check to inside
6335 the 'is_ogg' if statement.
6337 2006-05-05 Wim Taymans <wim@fluendo.com>
6339 * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6340 Properly remove ghostpads. Fixes #340392
6342 2006-05-04 David Schleef <ds@schleef.org>
6344 * gst/typefind/gsttypefindfunctions.c:
6346 2006-05-03 Jan Schmidt <thaytan@mad.scientist.com>
6348 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6349 (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6351 When typefinding an MP3 in push-based mode, don't penalise the
6352 probability down to 74% when we found 5 valid frames just because we
6353 can't peek the end of the file.
6355 Make the probability for detecting MPEG Transport Streams based on the
6356 number of sequential headers we successfully detected.
6358 2006-05-03 Wim Taymans <wim@fluendo.com>
6360 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6361 (vorbis_dec_push), (vorbis_dec_chain):
6362 Still produce an error when we receive an empty packet.
6364 2006-05-03 Wim Taymans <wim@fluendo.com>
6366 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6367 (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6368 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6369 Mark buffers with DISCONT after seek and after activating new
6372 * ext/theora/gsttheoradec.h:
6373 * ext/theora/theoradec.c: (gst_theora_dec_reset),
6374 (theora_get_query_types), (theora_dec_sink_event),
6375 (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6376 (theora_dec_change_state):
6378 Detect and mark DISCONT buffers.
6380 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6381 (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6382 (vorbis_dec_change_state):
6383 * ext/vorbis/vorbisdec.h:
6385 Detect and mark DISCONT buffers.
6386 Don't crash on 0 sized buffers.
6388 2006-05-03 Wim Taymans <wim@fluendo.com>
6390 * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6391 (volume_transform_ip):
6392 Increase "volume" property to 10.0. Fixes #340369.
6393 Set the process function to NULL when capsnego fails so that
6394 we properly error out.
6396 2006-05-02 Stefan Kost <ensonic@users.sf.net>
6398 * gst/playback/gstplaybin.c: (add_sink):
6399 * gst/playback/test.c: (main):
6400 * gst/playback/test5.c: (dump_element_stats):
6401 * gst/playback/test6.c: (main):
6402 free caps using gst_caps_unref, don't leak caps-strings
6404 2006-05-01 Tim-Philipp Müller <tim at centricular dot net>
6406 * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6408 Refine musepack typefinding a bit. Return MAXIMUM
6409 probability when we detect stream version 7 to make
6410 sure the mpeg audio typefinder doesn't trump us.
6412 2006-04-29 Tim-Philipp Müller <tim at centricular dot net>
6414 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6415 Protect against unexpected NULL strf_data buffer.
6417 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6419 * tests/check/elements/audioconvert.c: (verify_convert),
6421 interpret the out[] buffer in the order the bytes are actually
6422 put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6423 Other tests should use BYTE_ORDER since the array is filled in
6426 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6428 * tests/check/elements/audioconvert.c: (verify_convert),
6430 when a test fails, give an indication of which it is
6432 2006-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
6434 * gst-libs/gst/cdda/gstcddabasesrc.c:
6435 compile fix; strtol() needs <stdlib.h>
6437 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6439 * ext/alsa/gstalsamixerelement.c:
6440 * ext/alsa/gstalsasrc.c:
6441 * ext/cdparanoia/gstcdparanoiasrc.c:
6442 * ext/gnomevfs/gstgnomevfssink.c:
6443 * ext/gnomevfs/gstgnomevfssrc.c:
6444 * ext/ogg/gstoggdemux.c:
6445 * ext/ogg/gstoggmux.c:
6446 * ext/ogg/gstoggparse.c:
6447 * ext/ogg/gstogmparse.c:
6448 * ext/pango/gstclockoverlay.c:
6449 * ext/pango/gsttextoverlay.c:
6450 * ext/pango/gsttextrender.c:
6451 * ext/pango/gsttimeoverlay.c:
6452 * ext/theora/theoradec.c:
6453 * ext/theora/theoraenc.c:
6454 * ext/vorbis/vorbisdec.c:
6455 * ext/vorbis/vorbisenc.c:
6456 * gst-libs/gst/audio/gstaudiofilter.c:
6457 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6458 * gst/audioconvert/gstaudioconvert.c:
6459 * gst/audiorate/gstaudiorate.c:
6460 * gst/audioresample/gstaudioresample.c:
6461 * gst/audiotestsrc/gstaudiotestsrc.c:
6462 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6463 * gst/playback/gstdecodebin.c:
6464 * gst/playback/gstplaybin.c:
6465 * gst/playback/gststreamselector.c:
6466 * gst/subparse/gstsubparse.c:
6467 * gst/tcp/gstmultifdsink.c:
6468 * gst/tcp/gsttcpclientsink.c:
6469 * gst/tcp/gsttcpclientsrc.c:
6470 * gst/tcp/gsttcpserversink.c:
6471 * gst/tcp/gsttcpserversrc.c:
6472 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6473 * gst/videorate/gstvideorate.c:
6474 * gst/videoscale/gstvideoscale.c:
6475 * gst/videotestsrc/gstvideotestsrc.c:
6476 * gst/volume/gstvolume.c:
6477 * sys/v4l/gstv4ljpegsrc.c:
6478 * sys/v4l/gstv4lmjpegsink.c:
6479 * sys/v4l/gstv4lmjpegsrc.c:
6480 * sys/v4l/gstv4lsrc.c:
6481 * sys/ximage/ximagesink.c:
6482 * sys/xvimage/xvimagesink.c:
6483 * tests/check/libs/cddabasesrc.c:
6484 make GstElementDetails const
6486 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6488 * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6490 send events from src-pad to all sink-pads fixes #338657
6492 2006-04-28 Stefan Kost <ensonic@users.sf.net>
6494 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6495 (alsasink_parse_spec):
6496 query width capabilities from alsa, fixes #338919
6498 2006-04-28 Wim Taymans <wim@fluendo.com>
6500 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6501 (gst_multi_fd_sink_remove_client_link):
6502 * gst/tcp/gstmultifdsink.h:
6503 Fix race condition in multifdsink that can lead to spurious
6504 duplicate clients. this patch adds a new signal that is fired when
6505 multifdsink has removed all references to the fd.
6507 Updated documentation.
6508 API: client-fd-removed signal added
6510 2006-04-28 Michael Smith <msmith@fluendo.com>
6512 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6513 When asking g_value_array_new to prealloc elements, we may as well
6514 ask for the right number of elements.
6516 2006-04-28 Wim Taymans <wim@fluendo.com>
6518 * gst-libs/gst/audio/gstbaseaudiosink.c:
6519 (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6520 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6521 patch to make timestamp checking more tollerant to rounding
6522 errors given that real discontinuities are to be marked on
6523 buffers. Fixes some asf files and #338778.
6524 Also avoid some crashers when we receive an event in the
6527 2006-04-28 Michael Smith <msmith@fluendo.com>
6529 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6530 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6531 (gst_gnome_vfs_src_get_property),
6532 (gst_gnome_vfs_src_send_additional_headers_callback),
6533 (gst_gnome_vfs_src_received_headers_callback),
6534 (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6535 (gst_gnome_vfs_src_stop):
6536 * ext/gnomevfs/gstgnomevfssrc.h:
6537 Remove ICY handling (mostly) from gnomevfssrc, in favour of
6538 proper shared support within icydemux.
6540 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6542 * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6543 (gst_video_rate_swap_prev), (gst_video_rate_chain):
6545 fix a leak when no caps negotiated
6546 fix counting of input frames
6547 * tests/check/elements/.cvsignore:
6548 * tests/check/elements/videorate.c: (assert_videorate_stats),
6549 (GST_START_TEST), (videorate_suite):
6552 2006-04-28 Wim Taymans <wim@fluendo.com>
6554 * gst-libs/gst/audio/gstringbuffer.c:
6555 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6556 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6557 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6558 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6559 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6560 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6561 (gst_ring_buffer_commit), (gst_ring_buffer_read),
6562 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6563 (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6564 Check arguments passed to public functions instead of
6567 2006-04-28 Wim Taymans <wim@fluendo.com>
6569 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6570 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6571 GstBaseAudioSrc must be live or it does not work.
6573 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6574 Don't set live to TRUE as this is the default in the parentclass.
6576 2006-04-28 Wim Taymans <wim@fluendo.com>
6578 * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6579 (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6580 Videoscale doesn't pass on pixel-aspect ratio. Handle all
6581 fixation cases better. Fixes #338991
6583 2006-04-28 Wim Taymans <wim@fluendo.com>
6585 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6586 Handle 0/1 framerate correctly Fixes #331901.
6588 2006-04-28 Wim Taymans <wim@fluendo.com>
6590 * tests/check/elements/audioconvert.c: (get_float_caps),
6591 (GST_START_TEST), (audioconvert_suite):
6592 Added check for correct clipping when doing float samples
6595 2006-04-28 Wim Taymans <wim@fluendo.com>
6597 * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6598 (gst_video_rate_chain):
6599 Print more debugging info.
6601 2006-04-28 Wim Taymans <wim@fluendo.com>
6603 * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6604 (resample_set_state_from_caps):
6605 Add support for other formats audioresample can handle such as
6606 32 bits in and float and 64 bits float. Fixes #301759
6608 2006-04-28 Wim Taymans <wim@fluendo.com>
6610 * gst/audioconvert/audioconvert.c: (float):
6611 correctly clip float samples > 1.0. Fixes #338718
6613 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6615 Patch by: Young-Ho Cha <ganadist at chollian net>
6617 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6618 (gst_text_overlay_render_text):
6619 Don't strip newlines from the text. Also, center lines
6620 within multi-line paragraphs (#339405).
6622 2006-04-28 Tim-Philipp Müller <tim at centricular dot net>
6624 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6625 Fix wavpack typefinding to work in more cases (don't peek
6626 for chunks of multiple hundred kBs at once, but process
6627 things step-by-step in smaller units). Fixes #339786.
6629 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6634 === release 0.10.6 ===
6636 2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
6639 releasing 0.10.6, "Chao"
6641 2006-04-26 David Schleef <ds@schleef.org>
6643 * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6646 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6649 * win32/common/config.h:
6652 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6654 patch by: Wim Taymans
6656 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6657 (gst_ogg_demux_perform_seek):
6658 make sure correct newsegments are sent, so that the decoder
6659 and the demuxer agree on timestamps. Fixes playback of a lot
6660 of Ogg files that do not start from 0. Fixes #339833.
6662 2006-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
6664 Patch by: Edward Hervey <edward@fluendo.com>
6666 * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6667 * tests/check/Makefile.am:
6668 * tests/check/elements/videorate.c: (assert_videorate_stats),
6669 (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6670 (videorate_suite), (main):
6671 Fix an infinite loop if frames are passed in with wrongly ordered
6672 timestamps. Fixes #339013.
6674 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6676 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6678 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6679 fix typefinding on some ISO files. Fixes #339212.
6681 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6683 Patch by: Tim-Philipp Müller <tim at centricular dot net>
6685 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6686 add another H264 fourcc. Fixes #339047.
6688 2006-04-22 Thomas Vander Stichele <thomas at apestaart dot org>
6690 Patch by: Jan Schmidt
6692 * gst/playback/gststreamselector.c:
6693 (gst_stream_selector_bufferalloc):
6694 Restore old StreamSelector behaviour.
6697 2006-04-12 Thomas Vander Stichele <thomas at apestaart dot org>
6700 * win32/common/config.h:
6703 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6705 Patch by: Antoine Tremblay <hexa00 at gmail dot com>
6707 * gst-libs/gst/rtp/gstbasertpdepayload.c:
6708 (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6709 Fix some memory leaks: on finalize, free buffers left in the queue
6710 before destroying the queue; in _push(), unref rtp_buf even if
6711 the process vfunc returned a NULL buffer as output buffer (#337548);
6712 demote some recuring debug messages to LOG level.
6714 2006-04-11 Wim Taymans <wim@fluendo.com>
6716 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6717 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6718 (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6719 (gst_ogg_demux_loop):
6721 Respect segment stop when emiting EOS or SEGMENT_DONE.
6724 2006-04-11 Tim-Philipp Müller <tim at centricular dot net>
6726 * gst/playback/gststreamselector.c:
6727 (gst_stream_selector_get_property):
6728 Don't leak pad name.
6730 2006-04-10 Michael Smith <msmith@fluendo.com>
6732 * tests/check/Makefile.am:
6733 * tests/check/gst-plugins-base.supp:
6734 Suppress an old libtheora bug (fixed in more recent versions), so
6735 that FC4 buildslaves can pass.
6737 2006-04-10 Wim Taymans <wim@fluendo.com>
6739 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6740 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6741 (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6742 (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6743 (gst_ogg_demux_loop):
6745 Remember what error we got when finding chains, if we
6746 were shutdown, that would not be an error.
6748 2006-04-10 Wim Taymans <wim@fluendo.com>
6750 * gst-libs/gst/audio/gstbaseaudiosink.c:
6751 (gst_base_audio_sink_event):
6752 Starting the ringbuffer when we did not acquire it can cause
6753 a deadlock, is pointless and causes nasty things for
6755 Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6757 2006-04-10 Wim Taymans <wim@fluendo.com>
6759 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6760 (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6761 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6762 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6763 (gst_ogg_demux_deactivate_current_chain),
6764 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6765 (gst_ogg_demux_bisect_forward_serialno),
6766 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6767 Add some more debugging.
6769 2006-04-10 Wim Taymans <wim@fluendo.com>
6771 * ext/theora/theoradec.c: (theora_dec_src_event),
6772 (theora_handle_data_packet):
6773 Some more debug info.
6775 * tests/examples/seek/seek.c: (start_seek), (main):
6776 Print element messages too.
6778 2006-04-09 Sebastien Moutte <sebastien@moutte.net>
6780 * gst/audioresample/debug.h:
6781 replace debug macros with variable number of parameters
6782 by a simple alias to gstreamer standard debug macros
6783 (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6784 supported by MSVC 6.0 and 7.1)
6785 * gst/audioresample/resample.h:
6786 define M_PI and rint for WIN32
6787 * win32/common/libgstaudio.def:
6788 * win32/common/libgstriff.def:
6789 * win32/common/libgsttag.def:
6790 * win32/common/libgstvideo.def:
6791 add new exported functions
6793 update project files
6795 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6797 * ext/alsa/gstalsamixeroptions.c:
6798 (gst_alsa_mixer_options_class_init):
6799 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6800 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6801 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6802 * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6803 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6804 * gst-libs/gst/audio/gstaudiofilter.c:
6805 (gst_audio_filter_class_init):
6806 * gst-libs/gst/audio/gstaudiosink.c:
6807 (gst_audioringbuffer_class_init):
6808 * gst-libs/gst/audio/gstaudiosrc.c:
6809 (gst_audioringbuffer_class_init):
6810 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6811 * gst-libs/gst/interfaces/colorbalancechannel.c:
6812 (gst_color_balance_channel_class_init):
6813 * gst-libs/gst/interfaces/mixeroptions.c:
6814 (gst_mixer_options_class_init):
6815 * gst-libs/gst/interfaces/mixertrack.c:
6816 (gst_mixer_track_class_init):
6817 * gst-libs/gst/interfaces/tunerchannel.c:
6818 (gst_tuner_channel_class_init):
6819 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6820 * gst-libs/gst/netbuffer/gstnetbuffer.c:
6821 (gst_netbuffer_class_init):
6822 * gst-libs/gst/rtp/gstbasertppayload.c:
6823 (gst_basertppayload_class_init):
6824 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6825 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6826 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6827 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6828 * gst/playback/gststreamselector.c:
6829 (gst_stream_selector_class_init):
6830 * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6831 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6832 * sys/v4l/gstv4lcolorbalance.c:
6833 (gst_v4l_color_balance_channel_class_init):
6834 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6835 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6836 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6837 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6838 (gst_v4l_tuner_norm_class_init):
6839 * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6840 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6841 * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6842 Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6844 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6846 * ext/pango/gsttextrender.h:
6847 * gst-libs/gst/audio/gstaudiosink.h:
6848 * gst-libs/gst/audio/gstaudiosrc.h:
6849 * gst-libs/gst/audio/gstbaseaudiosink.h:
6850 * gst-libs/gst/audio/gstbaseaudiosrc.h:
6851 * gst-libs/gst/audio/gstringbuffer.h:
6852 * gst-libs/gst/rtp/gstbasertpdepayload.h:
6853 * gst-libs/gst/rtp/gstbasertppayload.h:
6854 * gst-libs/gst/video/gstvideofilter.h:
6855 * gst-libs/gst/video/gstvideosink.h:
6856 * gst/playback/gstplaybasebin.h:
6857 * gst/tcp/gstmultifdsink.h:
6858 * sys/v4l/gstv4lelement.h:
6859 Fix broken GObject macros
6861 2006-04-08 Stefan Kost <ensonic@users.sf.net>
6863 * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6864 More debug to trace why my USB headset is not working with gst
6866 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6868 * gst/playback/gstplaybasebin.c: (group_destroy):
6869 Clean up our group elements properly in the case where it never
6870 got committed - it still got added unconditionally to the bin.
6872 2006-04-07 Wim Taymans <wim@fluendo.com>
6874 * ext/theora/theoradec.c: (theora_dec_sink_event),
6875 (theora_handle_data_packet), (theora_dec_chain):
6876 Unref unhandled events.
6877 Protect against empty buffers.
6878 Perform QoS on running time.
6880 2006-04-07 Michael Smith <msmith@fluendo.com>
6882 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6883 (gst_vorbis_enc_chain):
6884 Remove leaks from vorbisenc.
6885 Mostly minor changes, the only significant one is that now the
6886 buffers we set as 'streamheader' on the caps are copies of the
6887 original buffers, to avoid circular refcounting problems.
6889 2006-04-07 Jan Schmidt <thaytan@mad.scientist.com>
6891 * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6892 Don't remove our mute-probe if someone else already did so.
6893 Don't set a 2nd one if there is already one pending on the pad.
6895 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6897 When a seek fails, ensure that playbin is still set back to playing.
6899 * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6900 (mpeg_ts_type_find), (plugin_init):
6901 Add a typefind function for mpeg-ts streams. (Closes: #336617)
6903 2006-04-06 Andy Wingo <wingo@pobox.com>
6905 * gst/videorate/gstvideorate.c (gst_video_rate_reset)
6906 (gst_video_rate_init): Caps-related parameters should not be reset
6907 by a flush -- move their inits to the instance init function.
6908 (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6909 is not OK, just return the result.
6911 * gst/audiotestsrc/gstaudiotestsrc.c
6912 (gst_audio_test_src_class_init)
6913 (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6914 broken by Stefan's commit on 24 March.
6916 * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6917 buffers being pushed out. Fixes oggmux ! multifdsink.
6919 2006-04-05 Tim-Philipp Müller <tim at centricular dot net>
6921 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6922 (gst_vorbis_dec_init), (vorbis_dec_finalize):
6923 * ext/vorbis/vorbisdec.h:
6924 * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6925 (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6926 (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6927 (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6928 (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6929 (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6930 (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6931 (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6932 (gst_vorbis_enc_buffer_from_packet),
6933 (gst_vorbis_enc_buffer_from_header_packet),
6934 (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6935 (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6936 (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6937 (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6938 (gst_vorbis_enc_change_state):
6939 * ext/vorbis/vorbisenc.h:
6940 Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6941 vorbisenc adhere to the official nomenclature; use boilerplate
6944 2006-04-04 Andy Wingo <wingo@pobox.com>
6946 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6947 Whoops, fix bug introduced. Bad hacker!
6949 * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6950 Properly handle the case where you get EOS before any buffers are
6951 received. Use gst_buffer_make_metadata_writable where appropriate.
6953 * ext/theora/theoradec.c (theora_handle_data_packet): This value
6954 is often negative -- make it signed so as not to wrap around.
6955 Fixes segfaults introduced on 9 March.
6957 2006-04-03 Wim Taymans <wim@fluendo.com>
6959 * ext/theora/gsttheoradec.h:
6960 * ext/theora/theoradec.c: (theora_dec_src_event):
6961 Don't try to store a gdouble in a gboolean.
6964 2006-04-03 Michael Smith <msmith@fluendo.com>
6966 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6968 Make it suck slightly less by writing out the final page.
6969 Still can't encode a vorbis-in-ogg file correctly, though.
6971 2006-04-03 Andy Wingo <wingo@pobox.com>
6973 * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6976 * ext/theora/theora.c (plugin_init): Register theoraparse.
6978 * ext/theora/gsttheoraparse.h:
6979 * ext/theora/theoraparse.c: New files implementing a theora
6980 parser. Now we can properly remux ogg/theora+vorbis, yay.
6982 * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6984 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6986 * gst/audiotestsrc/gstaudiotestsrc.c:
6987 Fixed the sample pipeline (see #323798)
6989 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
6992 * win32/common/config.h:
6993 * win32/common/config.h.in:
6994 use AS_VERSION and AS_NANO
6997 2006-03-31 Andy Wingo <wingo@pobox.com>
6999 * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
7000 uninitialized variable return that would happen.
7002 * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
7003 uninitialized variable return that would never happen.
7005 * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
7006 (vorbis_parse_sink_event): Add an event function to flush our
7007 state on a seek, and to drain buffers on a premature EOS.
7008 (vorbis_parse_push_headers, vorbis_parse_clear_queue)
7009 (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely)
7010 (vorbis_parse_chain, vorbis_parse_queue_buffer)
7011 (vorbis_parse_drain_queue): Queue up buffers until we can set
7012 their timestamps and granulepos values.
7014 * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
7015 and keep track of data needed for deriving granulepos and
7016 timestamps for buffers.
7018 2006-03-29 Wim Taymans <wim@fluendo.com>
7020 Patch by: j^ <j at bootlab dot org>
7022 * ext/alsa/gstalsamixerelement.c:
7023 (gst_alsa_mixer_element_class_init):
7024 * ext/alsa/gstalsasink.c:
7025 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
7026 * ext/ogg/gstoggdemux.c:
7027 * ext/ogg/gstoggmux.c:
7028 * ext/ogg/gstoggparse.c:
7029 * ext/pango/gstclockoverlay.c:
7030 * ext/pango/gsttextoverlay.c:
7031 * ext/pango/gsttextrender.c:
7032 * ext/pango/gsttimeoverlay.c:
7033 * ext/theora/theoradec.c:
7034 * ext/theora/theoraenc.c:
7035 * ext/vorbis/vorbisdec.c:
7036 * ext/vorbis/vorbisenc.c:
7037 * gst/audioconvert/gstaudioconvert.c:
7038 * gst/subparse/gstsubparse.c:
7039 * gst/tcp/gstmultifdsink.c:
7040 * gst/tcp/gsttcpclientsink.c:
7041 * gst/tcp/gsttcpclientsrc.c:
7042 * gst/tcp/gsttcpserversink.c:
7043 * gst/tcp/gsttcpserversrc.c:
7044 better/unified long descriptions
7047 2006-03-29 Wim Taymans <wim@fluendo.com>
7049 * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
7051 Don't let double and triple clicks mess up our state.
7053 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
7055 * gst/playback/gstplaybin.c: (gen_video_element),
7056 (gen_text_element), (gen_audio_element), (gen_vis_element):
7057 Error out gracefully when we can't create any of the usual
7058 conversion elements for some reason. Also, don't try to
7059 create an audioscale (sic) element that's not used anyway.
7061 2006-03-28 Tim-Philipp Müller <tim at centricular dot net>
7063 * gst/playback/gstplaybasebin.c: (setup_source):
7064 Don't post RESOURCE_NOT_FOUND error when we can't find a source
7065 element for a particular protocol, that's confusing for users.
7066 Instead, post a RESOURCE_FAILED error, so that our own error
7067 message is actually shown in totem etc. (#336303).
7069 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
7071 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7073 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
7074 (gst_gnome_vfs_src_get_icy_metadata):
7075 Fix some minor memory leaks (#336194).
7077 2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
7079 * ext/gnomevfs/gstgnomevfs.c:
7080 (gst_gnome_vfs_location_to_uri_string):
7081 * ext/gnomevfs/gstgnomevfs.h:
7082 * ext/gnomevfs/gstgnomevfssink.c:
7083 (gst_gnome_vfs_sink_set_property):
7084 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
7085 Make gnomevfssink accept filenames as well as URIs for the
7086 "location" property, just like gnomevfssrc does (and
7087 filesrc/filesink do) (#336190).
7089 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
7091 * tests/check/generic/clock-selection.c: (GST_START_TEST):
7092 set to NULL before unreffing, fixes a valgrind leak.
7093 Why was this not triggering the error that an object needs to
7094 be NULL before unreffing ?
7095 * win32/common/config.h:
7098 2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
7100 * gst/subparse/gstsubparse.c: (convert_encoding),
7101 (gst_sub_parse_change_state):
7102 * gst/subparse/gstsubparse.h:
7103 Text subtitle files may or may not be UTF-8. If it's not, we
7104 don't really want to see '?' characters in place of non-ASCII
7105 characters like accented characters. So let's assume the input
7106 is UTF-8 until we come across text that is clearly not. If it's
7107 not UTF-8, we don't really know what it is, so try the following:
7108 (a) see whether the GST_SUBTITLE_ENCODING environment variable
7109 is set; if not, check (b) if the current locale encoding is
7110 non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
7111 the current locale encoding is UTF-8 and the environment variable
7112 was not set to any particular encoding. Not perfect, but better
7113 than nothing (and better than before, I think) (fixes #172848).
7115 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
7118 update core requirement to 0.10.4.1 because of async_playback
7119 vmethod on GstBaseSink
7121 2006-03-24 Stefan Kost <ensonic@users.sf.net>
7123 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
7124 * gst/adder/gstadder.c: (gst_adder_init):
7125 use DEBUG_FUNCPTR for collectpads
7127 2006-03-24 Stefan Kost <ensonic@users.sf.net>
7129 * docs/plugins/Makefile.am:
7130 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7131 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7132 * ext/cdparanoia/gstcdparanoiasrc.c:
7133 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
7134 (gst_gnome_vfs_sink_class_init):
7135 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
7136 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
7137 * ext/ogg/gstoggmux.c:
7138 * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
7139 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7140 (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
7141 * ext/pango/gsttextoverlay.c:
7142 * ext/pango/gsttextrender.c:
7143 * ext/theora/theoradec.c:
7144 * ext/theora/theoraenc.c:
7145 * ext/vorbis/vorbisdec.c:
7146 * ext/vorbis/vorbisenc.c:
7147 * gst-libs/gst/audio/gstaudiofilter.c:
7148 (gst_audio_filter_base_init):
7149 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7150 (gst_audio_filter_template_base_init):
7151 * gst/adder/gstadder.c: (gst_adder_get_type):
7152 * gst/adder/gstadder.h:
7153 * gst/audioconvert/gstaudioconvert.c:
7154 * gst/audiotestsrc/gstaudiotestsrc.c:
7155 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
7156 (gst_audio_test_src_create):
7157 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7158 * gst/playback/gstdecodebin.c:
7159 * gst/playback/gstplaybin.c:
7160 * gst/playback/gststreamselector.c:
7161 (gst_stream_selector_base_init):
7162 * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
7163 * gst/volume/gstvolume.c:
7164 * sys/v4l/gstv4lmjpegsink.c:
7165 * sys/v4l/gstv4lmjpegsrc.c:
7166 * tests/check/libs/cddabasesrc.c:
7167 * tests/old/examples/gob/gst-identity2.gob:
7168 Add docs for adder, use GST_ELEMENT_DETAILS macro,
7169 define GstElementDetails at the top
7171 2006-03-23 Sebastien Moutte <sebastien@moutte.net>
7173 * win32/common/libgstinterfaces.def:
7174 Add a lot of export functions for gst-python
7175 * win32/vs6/libgstinterfaces.dsp:
7176 Add a missing include folder in the project configuration
7178 2006-03-23 Wim Taymans <wim@fluendo.com>
7180 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7181 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7182 (gst_base_audio_src_change_state):
7183 Fix audio sources, forgot to make the ringbuffer
7186 2006-03-23 Wim Taymans <wim@fluendo.com>
7188 * gst-libs/gst/audio/gstbaseaudiosrc.c:
7189 (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7190 (gst_base_audio_src_change_state):
7191 unparent instead of unref the ringbuffer.
7193 2006-03-23 Wim Taymans <wim@fluendo.com>
7195 * gst-libs/gst/audio/gstbaseaudiosink.c:
7196 (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7197 (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7198 Implement new async_play vmethod to start slaving and allow
7199 playback start in case of async PLAY state changes.
7201 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7202 Enable QoS with new method in base class.
7204 2006-03-23 Wim Taymans <wim@fluendo.com>
7206 Patch by: Julien MOUTTE <julien at moutte dot net>
7208 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7209 (gst_video_test_src_do_seek), (gst_video_test_src_create):
7210 Partially handle 0 framerate, only EOS after the first frame
7213 2006-03-23 Wim Taymans <wim@fluendo.com>
7215 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7217 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7218 (gst_riff_create_video_template_caps):
7219 * gst/ffmpegcolorspace/avcodec.h:
7220 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7221 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7222 (gst_ffmpegcsp_avpicture_fill):
7223 * gst/ffmpegcolorspace/imgconvert.c:
7224 Patch for support of YVU9 AVI files (#334822)
7226 2006-03-22 Edward Hervey <edward@fluendo.com>
7228 * docs/design/design-decodebin.txt:
7229 Added design document for new decodebin
7230 (Target Caps): text/x-pango-markup is also a default target caps.
7232 2006-03-22 Wim Taymans <wim@fluendo.com>
7234 * gst-libs/gst/audio/gstbaseaudiosink.c:
7235 (gst_base_audio_sink_dispose):
7236 Since we _parent the ringbuffer, we also need to
7237 _unparent instead of a plain _unref.
7239 2006-03-22 Wim Taymans <wim@fluendo.com>
7241 * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7242 (stop_seek), (scrub_toggle_cb), (main):
7245 2006-03-21 Tim-Philipp Müller <tim at centricular dot net>
7247 * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7248 (gst_ogg_parse_chain):
7249 Fix very inefficient usage of linked lists (#335365).
7251 2006-03-21 Edward Hervey <edward@fluendo.com>
7253 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7254 * gst/playback/gstplaybin.c: (handoff):
7255 * gst/playback/gststreamselector.c:
7256 (gst_stream_selector_set_property):
7257 gcc 4.1 unreferenced pointer fixes.
7258 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7259 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7260 gst_buffer_ref() now takes a GstBuffer*.
7262 2006-03-20 Julien MOUTTE <julien@moutte.net>
7264 * sys/xvimage/xvimagesink.c:
7265 (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7268 2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
7270 * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7271 (id3v1_type_find), (apetag_type_find), (plugin_init):
7272 Can't do tag preferences via probability, as tags would then
7273 lose against types that are recognised with MAXIMUM probability
7274 (like .wav); so let all tag typefinders return MAXIMUM themselves
7275 and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7276 that we can prefer APE to ID3v1 (fixes #335028).
7278 2006-03-17 Wim Taymans <wim@fluendo.com>
7280 * gst-libs/gst/audio/gstbaseaudiosink.c:
7281 (gst_base_audio_sink_change_state):
7282 * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7283 (gst_ring_buffer_may_start):
7284 * gst-libs/gst/audio/gstringbuffer.h:
7285 Only start playback if we are playing.
7288 2006-03-17 Jan Schmidt <thaytan@mad.scientist.com>
7290 * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7291 * win32/common/config.h:
7292 Revert accidental commits to these files.
7294 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7296 Patch by: Michal Benes <michal dot benes at xeris dot cz>
7298 * tests/Makefile.am:
7299 Don't try to build tests in tests/icles if we
7300 don't have X (#323852)
7302 2006-03-16 Tim-Philipp Müller <tim at centricular dot net>
7304 * gst-libs/gst/tag/gstid3tag.c:
7305 Add TXXX frame identifiers for replaygain stuff as used
7306 by some taggers (see #323721).
7308 2006-03-16 Jan Schmidt <thaytan@mad.scientist.com>
7310 * gst/playback/gststreamselector.c:
7311 (gst_stream_selector_set_property),
7312 (gst_stream_selector_bufferalloc):
7313 Preserve the existing buggy streamselector behaviour by performing
7314 a fallback buffer allocation when downstream isn't linked yet.
7315 This should really be fixed in playbin by blocking pads until it's
7317 Also, use gst_pad_alloc_buffer instead of
7318 gst_pad_alloc_buffer_and_set.
7320 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7322 * gst-libs/gst/tag/gstid3tag.c:
7323 Don't crash on unknown ID3v2 TXXX frames.
7325 2006-03-15 Jan Schmidt <thaytan@mad.scientist.com>
7327 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7328 Chain up to the parent finalize method.
7329 Add 32-bit sample size to the template caps.
7331 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7332 (gst_riff_create_video_template_caps):
7333 Add the fourcc that the VMWare codec uses.
7335 * gst/playback/gststreamselector.c:
7336 (gst_stream_selector_set_property),
7337 (gst_stream_selector_bufferalloc),
7338 (gst_stream_selector_request_new_pad):
7339 For the active pad, forward buffer-alloc requests, otherwise
7340 return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7341 having to memcpy every frame when used by playbin.
7343 * gst/tcp/gstmultifdsink.c:
7344 (gst_multi_fd_sink_handle_client_write):
7345 Get negotiated caps from the sink pad, rather than the sink
7348 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7350 Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7352 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7353 Don't forget to set src->callbacks_pushed to FALSE again when
7354 popping them, otherwise re-activation in a different mode won't
7357 2006-03-15 Tim-Philipp Müller <tim at centricular dot net>
7359 Patch by: Sebastien Moutte <sebastien moutte net>
7361 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7362 (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7363 (gst_ffmpeg_smpfmt_to_caps):
7364 Replace __VA_ARGS__ caps creation macros with varargs functions.
7365 Makes things compile on MSVC (#320765), looks nicer, and we can
7366 tell the compiler to check for the NULL terminator.
7368 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7370 Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7372 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7373 Make sure the buffer we copy into is really always big
7374 enough, this time for real (#333488).
7376 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7378 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7379 Add support for 24bpp DIB (#305279).
7381 2006-03-14 Wim Taymans <wim@fluendo.com>
7383 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7384 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7385 * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7386 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7387 (gst_video_scale_init), (gst_video_scale_src_event):
7388 Re-enable QoS after the release.
7389 Rework videoscale to use the base class src_event handler.
7391 2006-03-14 Tim-Philipp Müller <tim at centricular dot net>
7396 === release 0.10.5 ===
7398 2006-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
7401 releasing 0.10.5, "Net"
7403 2006-03-13 Tim-Philipp Müller <tim at centricular dot net>
7405 * docs/plugins/Makefile.am:
7406 Part of previous cdparanoiasrc docs fixes, forgot to commit.
7408 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7410 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7411 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7412 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7413 Add cdparanoiasrc to docs.
7415 * gst-libs/gst/cdda/gstcddabasesrc.c:
7416 More GstCddaBaseSrc docs.
7418 2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
7420 * docs/libs/gst-plugins-base-libs-sections.txt:
7421 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7422 * gst-libs/gst/tag/tag.h:
7423 API: libgsttag: new method gst_tag_from_id3_user_tag().
7425 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7427 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7428 NULL-terminate array of mpeg4 video file extensions.
7429 Fixes crash on PPC (#334226).
7431 2006-03-11 Tim-Philipp Müller <tim at centricular dot net>
7433 * ext/gnomevfs/gstgnomevfssrc.c:
7434 (gst_gnome_vfs_src_check_get_range):
7435 gnome_vfs_uri_is_local() alone is not a good indicator
7436 whether we can operate in pull-mode with a specific URI,
7437 as it returns FALSE for file:// URIs that point to an
7438 NFS-mounted path. Be more conservative here: whitelist
7439 local files, blacklist http URIs and use the old
7440 mechanism for anything else (fixes #334216).
7442 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7447 === release 0.10.4 ===
7449 2006-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
7452 releasing 0.10.4, "Power"
7454 2006-03-10 Jan Schmidt <thaytan@mad.scientist.com>
7456 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7457 Disable max-lateness by setting it to -1 for now, so that
7458 we can bed QoS stuff in thoroughly between now and the next
7461 2006-03-10 Tim-Philipp Müller <tim at centricular dot net>
7463 Patch by: Fabrizio Gennari
7465 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7466 Make sure we don't read beyond the palette buffer in case of
7467 broken or manipulated files (#333488)
7469 2006-03-10 Edward Hervey <edward@fluendo.com>
7471 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7472 Fix for variable not initialized.
7474 2006-03-09 Wim Taymans <wim@fluendo.com>
7476 * ext/libvisual/visual.c: (gst_visual_get_type),
7477 (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7481 * ext/theora/gsttheoradec.h:
7482 * ext/theora/theoradec.c: (gst_theora_dec_init),
7483 (gst_theora_dec_reset), (_theora_granule_time),
7484 (theora_dec_src_convert), (theora_dec_sink_convert),
7485 (theora_dec_src_query), (theora_dec_src_event),
7486 (theora_dec_sink_event), (theora_handle_comment_packet),
7487 (theora_handle_header_packet), (theora_dec_push),
7488 (theora_handle_data_packet), (theora_dec_chain),
7489 (theora_dec_change_state):
7492 2006-03-09 Wim Taymans <wim@fluendo.com>
7494 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7495 (audiocast_register_listener), (gst_gnome_vfs_src_start):
7498 2006-03-09 Wim Taymans <wim@fluendo.com>
7500 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7501 Don't try to activate NULL chains.
7503 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7505 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7506 Fix invalid memory access to region before peek'd data (#332964).
7508 2006-03-09 Wim Taymans <wim@fluendo.com>
7510 Patch by: Christophe Fergeau
7512 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7513 * ext/pango/gsttextrender.c: (gst_text_render_init):
7514 * gst/adder/gstadder.c: (gst_adder_init):
7515 Don't leak padtemplates, closes #333510.
7517 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7519 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7520 Fix invalid memory access: make sure string passed to
7521 regexec() is NUL-termianted.
7523 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7525 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7527 Refactor mpeg/audio typefinding to make it more maintainable
7528 and easier to fine-tune. Make probing into middle of the file
7529 work properly (fixes #333900, also see #152688).
7531 2006-03-09 Tim-Philipp Müller <tim at centricular dot net>
7533 * gst/typefind/gsttypefindfunctions.c:
7534 (utf8_type_find_have_valid_utf8_at_offset):
7535 Remove part from previous commit that was bogus:
7536 g_utf8_validate() does in fact not accept embedded
7537 zeroes, so we don't need to check for those (thanks
7538 to Mike for the hint).
7540 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7542 * gst/typefind/gsttypefindfunctions.c:
7543 (utf8_type_find_count_embedded_zeroes),
7544 (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7545 Make plain/text typefinder more conservative: firstly, check
7546 for embedded zeroes, which are perfectly valid UTF-8 characters,
7547 but also a fairly good sign that something is not a plain text
7548 file; secondly, probe into the middle of the file if possible.
7549 If we can't probe into the middle, limit the probability value
7550 to be returned to TYPE_FIND_POSSIBLE (see #333900).
7552 2006-03-08 Michael Smith <msmith@fluendo.com>
7554 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7555 Make typefind function name for mpeg4 video unique.
7557 2006-03-08 Wim Taymans <wim@fluendo.com>
7559 * ext/libvisual/visual.c: (gst_visual_init),
7560 (gst_visual_clear_actors), (gst_visual_dispose),
7561 (gst_visual_reset), (gst_visual_src_setcaps),
7562 (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7563 (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7564 (gst_visual_chain), (gst_visual_change_state):
7565 Cleanups, post nice errors.
7566 Handle sink and src events.
7567 Implement simple QoS.
7569 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7570 Use new basesink methods to configure max-lateness.
7573 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7574 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7575 Debug statement cleanups.
7577 * gst/volume/gstvolume.c: (gst_volume_class_init):
7580 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7582 * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7583 (gst_text_overlay_init), (gst_text_overlay_set_property),
7584 (gst_text_overlay_get_property):
7585 Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7586 as string type properties, but mark them deprecated. Add
7587 'halignment' and 'valignment' properties that use enums
7590 2006-03-08 Tim-Philipp Müller <tim at centricular dot net>
7592 Patch by: Fabrizio Gennari
7594 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7595 Allow palettes with less than 256 colours in AVI files
7598 2006-03-07 Julien MOUTTE <julien@moutte.net>
7600 * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7601 (gst_text_overlay_video_event): Fix wrong EOS handling on text
7602 pad. We were releasing the queued text buffer when we should keep
7603 it until video pad gets EOS or discard the text buffer because it's
7604 too old. That was eating the last subtitle buffer. Add some more
7607 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7609 * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7610 (gst_text_overlay_video_chain):
7611 Fix invalid memory access (we can't access a buffer after it's been
7612 pushed downstream without taking a reference); fix memory leak (if
7613 there's no text to render, bail out before allocating stuff).
7615 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7617 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7618 (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7619 * ext/pango/gsttextoverlay.h:
7620 If input is plain text, escape it before passing it to
7621 pango_layout_set_markup().
7623 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7625 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7626 Don't ignore flow return from gst_pad_push().
7628 2006-03-07 Tim-Philipp Müller <tim at centricular dot net>
7630 Patch by: Fabrizio Gennari
7632 * ext/libvisual/visual.c: (gst_visual_getcaps),
7633 (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7634 * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7635 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7636 (gst_vorbisenc_convert_sink):
7637 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7638 (gst_audio_duration_from_pad_buffer):
7639 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7640 (gst_audio_filter_chain):
7641 * gst-libs/gst/rtp/gstbasertpdepayload.c:
7642 (gst_base_rtp_depayload_setcaps):
7643 * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7644 (gst_video_get_size):
7645 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7646 Don't leak references returned by gst_pad_get_parent()
7649 2006-03-06 Stefan Kost <ensonic@users.sf.net>
7651 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7652 change location param details
7653 * gst/volume/gstvolume.c: (plugin_init):
7654 correct plugin description
7656 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7658 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7659 (gst_gnome_vfs_src_check_get_range):
7660 Override GstBaseSrc::check_get_range() in order to avoid opening
7661 the resource just to check whether we can operate in pull-mode or
7662 not - we can predict that pretty well from the URI alone. Should
7663 fix problems with last.fm (#331690). (Requires latest core CVS).
7665 2006-03-06 Wim Taymans <wim@fluendo.com>
7667 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7668 (gst_video_sink_class_init):
7669 Throw away frames that are later than 20 ms.
7671 2006-03-06 Tim-Philipp Müller <tim at centricular dot net>
7673 Patch by: Fabrizio Gennari
7675 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7676 Set depth on WMA caps (#333545)
7678 2006-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
7680 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7681 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7682 put Theora BOS pages before others. This hardcodes
7683 the Ogg/Theora I profile, but hey.
7685 2006-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
7688 updated with some examples
7689 * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7690 (granulepos_add), (theora_buffer_from_packet):
7691 * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7692 (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7693 (gst_vorbisenc_chain):
7694 implement strategy from ext/ogg/README
7695 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7696 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7697 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7698 (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7699 Fix muxer so that oggz-validate is happy with all streams;
7700 except for no eos mark, and the BOS page ordering
7701 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7702 (check_buffer_granulepos):
7703 * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7704 update tests to check for OFFSET being set as requested
7705 fixed type of granulepos, it's not a ClockTime
7707 2006-03-05 Julien MOUTTE <julien@moutte.net>
7709 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7710 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7711 Check that the xvimage we are creating has a correct size
7712 before returning it. (#314897)
7714 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7716 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7717 Give id3 and ape tag typefinders a rank slightly higher
7718 than PRIMARY to ensure they're always run before any of
7719 the other typefinders (in particular wav and mp3) (#324186).
7721 2006-03-05 Tim-Philipp Müller <tim at centricular dot net>
7723 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7724 Add support for '3IVD' fourcc (#333403).
7726 2006-03-04 Tim-Philipp Müller <tim at centricular dot net>
7729 Bump requirements to GStreamer CVS for the new error enum.
7731 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7732 Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7733 space left on the device (fixes #333352).
7735 2006-03-04 Sebastien Moutte <sebastien@moutte.net>
7738 add a project file for libgstvolume
7739 update the workspace
7741 2006-03-03 Thomas Vander Stichele <thomas at apestaart dot org>
7743 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7744 * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7746 Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7747 Set IN_CAPS on header buffers
7749 2006-03-02 Wim Taymans <wim@fluendo.com>
7751 * docs/plugins/Makefile.am:
7752 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7753 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7754 Add audioresample to docs.
7756 * gst/audioconvert/gstaudioconvert.c:
7759 * gst/audioresample/gstaudioresample.c:
7760 (gst_audioresample_base_init), (gst_audioresample_class_init),
7761 (gst_audioresample_init), (gst_audioresample_dispose),
7762 (audioresample_get_unit_size), (audioresample_transform_caps),
7763 (resample_set_state_from_caps), (audioresample_transform_size),
7764 (audioresample_set_caps), (audioresample_event),
7765 (audioresample_do_output), (audioresample_transform),
7766 (audioresample_pushthrough), (gst_audioresample_set_property),
7767 (gst_audioresample_get_property), (plugin_init):
7768 * gst/audioresample/gstaudioresample.h:
7770 Small code cleanups.
7772 2006-03-02 Wim Taymans <wim@fluendo.com>
7774 * docs/plugins/Makefile.am:
7775 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7776 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7777 Added videoscale to docs.
7779 * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7780 (gst_video_rate_swap_prev), (gst_video_rate_event),
7781 (gst_video_rate_chain):
7784 * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7785 (gst_video_scale_init), (gst_video_scale_prepare_size),
7786 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7787 (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7788 * gst/videoscale/gstvideoscale.h:
7789 Added docs, examples.
7791 Post errors instead of g_warning.
7793 2006-03-02 Wim Taymans <wim@fluendo.com>
7795 * docs/libs/gst-plugins-base-libs-docs.sgml:
7796 * docs/libs/gst-plugins-base-libs-sections.txt:
7797 * docs/libs/gst-plugins-base-libs.types:
7798 * docs/plugins/Makefile.am:
7799 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7800 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7801 Added some more docs to libs and plugins.
7803 * gst-libs/gst/audio/gstringbuffer.c:
7804 (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7805 * gst-libs/gst/audio/gstringbuffer.h:
7806 Document ringbuffer some more.
7808 * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7809 (gst_video_rate_setcaps), (gst_video_rate_reset),
7810 (gst_video_rate_init), (gst_video_rate_flush_prev),
7811 (gst_video_rate_swap_prev), (gst_video_rate_event),
7812 (gst_video_rate_chain), (gst_video_rate_change_state):
7813 * gst/videorate/gstvideorate.h:
7814 Fix videorate to use segments.
7815 Make it work with 0/1 framerates (closes #331903)
7816 Handle EOS correctly.
7819 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7821 * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7822 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7823 (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7824 In state change function, first chain up to parent class,
7825 then handle downwards state change stuff. Remove some
7826 commented out cruft from 0.8 code.
7828 2006-03-02 Tim-Philipp Müller <tim at centricular dot net>
7830 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7831 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7832 (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7833 (gst_ogm_parse_chain):
7834 Don't remove/re-add source pad if the new caps are the same as
7835 the old caps anyway (#333042). When removing source pad, don't
7836 unref it afterwards - we didn't ref it when adding. Sprinkle some
7837 GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7838 after using gst_pad_get_parent(). Return downstream flow return
7839 value in chain function.
7841 2006-03-02 Wim Taymans <wim@fluendo.com>
7843 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7844 * docs/plugins/gst-plugins-base-plugins.args:
7845 * docs/plugins/gst-plugins-base-plugins.hierarchy:
7846 * docs/plugins/gst-plugins-base-plugins.interfaces:
7847 * docs/plugins/gst-plugins-base-plugins.signals:
7848 Fix hierarchy, added some more elements to the docs.
7850 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7851 (gst_ffmpegcsp_get_type):
7852 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7853 Fix docs for ffmpegcolorspace.
7855 2006-03-01 Tim-Philipp Müller <tim at centricular dot net>
7857 * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7858 (apetag_type_find), (ape_type_find), (plugin_init):
7859 Some typefinding fine-tuning:
7860 - rank ID3/APE tags in order of preference via probabilities, so that
7861 ID3v2 > APEv2 > APEv1 > ID3v1.
7862 - three or four bytes don't really justify MAXIMUM probability,
7863 change those to 'very likely' (musepack and monkeysaudio).
7865 2006-03-01 Wim Taymans <wim@fluendo.com>
7867 * docs/plugins/Makefile.am:
7868 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7869 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7870 * ext/alsa/gstalsamixer.c:
7871 * ext/alsa/gstalsamixer.h:
7872 * ext/alsa/gstalsamixerelement.c:
7873 (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7874 * ext/alsa/gstalsamixerelement.h:
7875 * ext/alsa/gstalsasink.c:
7876 * ext/alsa/gstalsasink.h:
7877 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7879 * ext/alsa/gstalsasrc.h:
7881 Small code cleanups.
7883 2006-03-01 Wim Taymans <wim@fluendo.com>
7885 * ext/theora/Makefile.am:
7886 Dist new header too,
7888 2006-03-01 Wim Taymans <wim@fluendo.com>
7890 * docs/plugins/Makefile.am:
7891 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7892 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7893 * ext/gnomevfs/gstgnomevfssink.h:
7894 * ext/gnomevfs/gstgnomevfssrc.h:
7895 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7896 * ext/vorbis/vorbisdec.h:
7897 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7898 * ext/vorbis/vorbisenc.h:
7899 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7900 (vorbis_parse_chain), (vorbis_parse_change_state):
7901 * ext/vorbis/vorbisparse.h:
7902 * gst/audioconvert/gstaudioconvert.h:
7903 * gst/tcp/gsttcpserversink.h:
7904 * gst/videotestsrc/gstvideotestsrc.c:
7905 * gst/videotestsrc/gstvideotestsrc.h:
7906 * gst/volume/gstvolume.c:
7907 * gst/volume/gstvolume.h:
7909 Added docs for vorbisdec and vorbisparse.
7912 2006-03-01 Wim Taymans <wim@fluendo.com>
7914 * docs/plugins/Makefile.am:
7915 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7916 * docs/plugins/gst-plugins-base-plugins-sections.txt:
7917 * ext/pango/gstclockoverlay.h:
7918 * ext/pango/gsttextoverlay.h:
7919 * ext/pango/gsttextrender.h:
7920 * ext/pango/gsttimeoverlay.h:
7921 * ext/theora/gsttheoradec.h:
7922 * ext/theora/gsttheoraenc.h:
7923 * ext/theora/theoradec.c:
7924 * ext/theora/theoraenc.c:
7925 * gst/audioconvert/gstaudioconvert.h:
7926 * gst/audiotestsrc/gstaudiotestsrc.h:
7927 * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7928 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7929 * gst/tcp/gstmultifdsink.h:
7930 Updated/added documentation.
7932 * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7933 (gst_text_overlay_halign_get_type),
7934 (gst_text_overlay_wrap_mode_get_type),
7935 (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7936 (gst_text_overlay_init), (gst_text_overlay_set_property),
7937 (gst_text_overlay_get_property):
7938 Fix up properties to be enums instead of string to make bindings,
7939 introspection and automatic GUI creation possible.
7940 Add getters for the properties.
7942 2006-02-28 Sebastien Moutte <sebastien@moutte.net>
7944 * gst/audiotestsrc/gstaudiotestsrc.c:
7945 added defines of M_PI and M_PI_2
7946 * gst/ffmpegcolorspace/avcodec.h:
7947 removed #include "stdint.h" for win32 as _stdint.h is
7948 autogenerated to win32/common
7949 * win32/common/libgstaudio.def:
7950 * win32/common/libgsttag.def:
7953 some project files bugs corrected
7955 project files are reset to the default vs7 configuration
7956 (they link to msvcr71.dll using default optimizations)
7958 2006-02-28 Wim Taymans <wim@fluendo.com>
7960 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7963 2006-02-28 Edward Hervey <edward@fluendo.com>
7965 * ext/alsa/gstalsasrc.c:
7966 Set proper class on the ElementDetails:
7967 Source/Audio instead of Src/Audio/
7969 2006-02-28 Edward Hervey <edward@fluendo.com>
7971 * gst/videoscale/vs_scanline.c:
7972 (vs_scanline_resample_nearest_RGBA):
7973 Revert optimization in videoscale. It should go in liboil and have
7974 an appropriate liboil function.
7976 2006-02-28 Wim Taymans <wim@fluendo.com>
7978 * gst-libs/gst/audio/gstbaseaudiosink.c:
7979 (gst_base_audio_sink_provide_clock):
7980 Don't try to provide a clock in the NULL state.
7982 2006-02-28 Wim Taymans <wim@fluendo.com>
7984 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7985 (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7986 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7987 (gst_ogg_demux_deactivate_current_chain),
7988 (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7989 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7990 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7991 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7992 Use GstSegment infrastructure to remove duplicated code
7993 and handle more seek cases correctly.
7995 2006-02-28 Wim Taymans <wim@fluendo.com>
7997 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7998 (gst_ffmpegcsp_transform):
7999 Don't ignore return code from ffmpeg convert function.
8001 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
8002 Split out some long statements to ease debugging.
8004 2006-02-27 Jan Schmidt <thaytan@mad.scientist.com>
8006 * ext/libvisual/visual.c: (gst_visual_init),
8007 (gst_vis_src_negotiate), (get_buffer), (plugin_init):
8008 Don't use gst_pad_use_fixed_caps, because it prevents downstream from
8009 being able to renegotiate the size. Instead, use the negotiation
8010 algorithm from the goom plugin to pick an initial output caps.
8012 Also, allow theoretical libvisual plugins that might support non-GL
8013 output even if they also do GL.
8015 2006-02-26 Julien MOUTTE <julien@moutte.net>
8017 * ext/libvisual/visual.c: (gst_visual_init),
8018 (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
8019 (plugin_init): Load only non GL plugins. Fix some memleaks and
8020 possible negotiation issues.
8022 2006-02-25 Julien MOUTTE <julien@moutte.net>
8024 * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
8026 2006-02-24 Michael Smith <msmith@fluendo.com>
8028 * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
8029 (cmml_type_find), (plugin_init):
8030 Fix CMML type find function to not require a specific minor version
8033 Add an MPEG4 video elementary stream typefind function.
8035 2006-02-04 Michael Smith <msmith@fluendo.com>
8037 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
8038 (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
8039 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8040 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8041 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
8042 (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
8043 Annodex support in ogg demuxer. Doesn't do very much without the
8044 other annodex patches (to come).
8046 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8048 Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
8050 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8051 Pick up palette for MS video v1 (#327028)
8053 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8055 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8056 (gst_ffmpegcsp_caps_remove_format_info),
8057 (gst_ffmpegcsp_get_unit_size):
8058 The 'palette_data' field from incoming RGB caps shouldn't be
8059 proxied on outgoing YUV caps; also, restrict unit size
8060 adjustment in case of paletted data only to the unit that
8061 actually has a palette. Fixes #330711.
8063 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8065 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8066 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8067 (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
8068 (gst_ffmpegcsp_get_unit_size):
8069 Plug some memory leaks.
8071 2006-02-24 Tim-Philipp Müller <tim at centricular dot net>
8073 * sys/ximage/Makefile.am:
8074 * sys/xvimage/Makefile.am:
8075 Add some _CFLAGS and _LIBS that seem to be missing
8076 and/or required for Cygwin (see #317048).
8078 2006-02-22 Wim Taymans <wim@fluendo.com>
8080 * ext/alsa/gstalsasrc.c:
8081 Fix description as pointed out by caugier.
8083 2006-02-22 Tommi Myöhänen <ext-tommi do myohanen at nokia dot com>
8085 Reviewed by : Edward Hervey <edward@fluendo.com>
8087 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8089 Better 3gp typefinding (#331526).
8091 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
8093 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8094 Don't send EOS event here, the base class will send one for us.
8096 * gst/playback/gstplaybasebin.c: (prepare_output):
8097 Subpictures without video stream aren't allowed either.
8099 * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
8100 Fix debug statement copy'n'paste-o.
8102 2006-02-21 Tim-Philipp Müller <tim at centricular dot net>
8104 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
8105 Fix issues with mixer keeping state when muting/unmuting
8106 and when changing the volume whilst muted (see #331763
8109 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
8111 * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
8112 (parse_subrip), (gst_sub_parse_format_autodetect):
8113 Set right caps given that we send escaped text. Also,
8114 honour <i></i>, <b></b> and <u></u> markers that can be found
8115 in .srt files (fixes #310202).
8117 2006-02-20 Tim-Philipp Müller <tim at centricular dot net>
8119 * gst-libs/gst/audio/mixerutils.c:
8120 (element_factory_rank_compare_func):
8121 Make order in which elements are tried more determinable.
8123 2006-02-20 Julien MOUTTE <julien@moutte.net>
8125 * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
8126 (remove_element_chain), (cleanup_decodebin),
8127 (gst_decode_bin_change_state): Make decodebin reusable by
8128 fixing remove_element_chain first and then introduce a
8129 cleaner in state change to ->NULL. (Closes #331678)
8131 2006-02-19 Wim Taymans <wim@fluendo.com>
8133 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
8134 use 0666 mask when creating files so umask gets applied
8135 correctly. Fixes #331295.
8137 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
8139 * gst/subparse/Makefile.am:
8140 * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8141 (gst_ssa_parse_dispose), (gst_ssa_parse_init),
8142 (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
8143 (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
8144 (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
8145 (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
8146 * gst/subparse/gstssaparse.h:
8147 * gst/subparse/gstsubparse.c: (plugin_init):
8148 Add very basic parser for SSA subtitle streams (as often
8149 found in matroska files).
8151 2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
8153 * gst/playback/gstdecodebin.c: (mimetype_is_raw):
8154 That should be text/x-pango-markup, not text/x-pango-layout.
8156 2006-02-19 Julien MOUTTE <julien@moutte.net>
8158 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
8161 2006-02-19 Julien MOUTTE <julien@moutte.net>
8163 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8164 (gst_text_overlay_finalize), (gst_text_overlay_init),
8165 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8166 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8167 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8168 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8169 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8170 Fix state change deadlock.
8172 2006-02-19 Julien MOUTTE <julien@moutte.net>
8174 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8175 (gst_text_overlay_finalize), (gst_text_overlay_init),
8176 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8177 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8178 (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8179 (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8180 (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8181 * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8182 and subtitles files.
8184 2006-02-19 Julien MOUTTE <julien@moutte.net>
8186 * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8187 should be considered as raw.
8189 2006-02-19 Julien MOUTTE <julien@moutte.net>
8191 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8193 * gst/playback/gststreaminfo.h: Introduce language informations.
8195 2006-02-18 Jan Schmidt <thaytan@mad.scientist.com>
8197 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8198 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8199 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8200 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8201 Set shared memory segments to be deleted as soon as we have attached,
8202 that way they get cleaned up automatically if we crash.
8204 2006-02-18 Julien MOUTTE <julien@moutte.net>
8206 * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text):
8207 * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8208 functions are called with lock held.
8210 2006-02-18 Julien MOUTTE <julien@moutte.net>
8212 * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8213 (gst_text_overlay_finalize), (gst_text_overlay_init),
8214 (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8215 (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8216 (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8217 (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8218 (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8219 (gst_text_overlay_change_state): Refactoring of textoverlay
8220 without collectpads. This now supports sparse subtitles coming
8221 from a demuxer instead of a sub file. Seeking is still broken
8222 though. Need to discuss with wtay some more on how to handle
8224 * ext/pango/gsttextoverlay.h:
8225 * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8226 subtitles coming from the demuxer.
8228 2006-02-17 Wim Taymans <wim@fluendo.com>
8230 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8231 (gst_vorbisenc_convert_sink):
8232 Use some more scaling functions.
8234 2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
8236 * ext/cdparanoia/gstcdparanoiasrc.c:
8237 (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8238 (gst_cd_paranoia_paranoia_callback),
8239 (gst_cd_paranoia_src_signal_is_being_watched),
8240 (gst_cd_paranoia_src_read_sector):
8241 * ext/cdparanoia/gstcdparanoiasrc.h:
8242 Add back 'transport-error' and 'uncorrected-error' signals and
8243 make them actually be fired when bad stuff happens (#319340).
8245 2006-02-17 Wim Taymans <wim@fluendo.com>
8247 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8248 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8249 (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8250 (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8251 (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8252 (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8253 (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8254 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8255 (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8256 (gst_ring_buffer_clear):
8258 Added some G_LIKELY.
8260 2006-02-17 Wim Taymans <wim@fluendo.com>
8262 * gst-libs/gst/audio/TODO:
8265 * gst-libs/gst/audio/gstbaseaudiosink.c:
8266 (gst_base_audio_sink_get_offset):
8267 When trying to play samples ASAP and we don't have a
8268 previous sample, try to play at position 0 instead of
8269 an invalid position.
8271 2006-02-17 Wim Taymans <wim@fluendo.com>
8273 * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8274 (gst_alsasink_reset):
8275 Also release lock when we get an error in _reset();
8276 fix an error message.
8278 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8280 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8281 (gst_alsasink_init), (get_channel_free_structure),
8282 (caps_add_channel_configuration), (gst_alsasink_getcaps),
8283 (gst_alsasink_close):
8284 * ext/alsa/gstalsasink.h:
8285 Add support for more than 2 channels (#326720).
8287 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8289 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8290 Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8291 with 4 or 6 channels, assume a default channel layout to make things
8292 work (not sure there's anything else we can do in those cases).
8294 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8296 * gst-libs/gst/audio/multichannel.c:
8299 * gst-libs/gst/riff/Makefile.am:
8300 * gst-libs/gst/riff/riff-ids.h:
8301 * gst-libs/gst/riff/riff-media.c:
8302 (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8303 Add support for WAVEFORMATEX, eg. PCM audio with more than two
8304 channels and a channel layout map.
8306 2006-02-16 Mathieu Garcia <b0nk at free dot fr>
8308 Reviewed by Edward Hervey <edward@fluendo.com>
8310 * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA):
8311 C-level optimization of the RGBA nearest neighbour function.
8312 Eventually this might end up in liboil with vectorized versions.
8314 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8316 * gst-libs/gst/audio/multichannel.c:
8317 (gst_audio_get_channel_positions):
8318 When we have more than 2 channels, but no channel layout is
8319 specified in the caps, return some default channel layout
8320 to the caller and warn about about a possibly buggy element
8321 (could be buggy filtercaps as well of course) (#317038).
8323 2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
8325 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8326 Add gst-libs/gst/cdda to list of lib search paths.
8328 2006-02-15 Andy Wingo <wingo@pobox.com>
8330 * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8331 timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8332 to the Lord Jesus that I do not have to touch the ogg muxer ever
8335 2006-02-15 Edward Hervey <edward@fluendo.com>
8337 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8338 quicktime movie files can also contain 'uuid' atoms.
8340 2006-02-14 Tim-Philipp Müller <tim at centricular dot net>
8342 * gst/audioconvert/plugin.c: (plugin_init):
8343 Register the GstAudioChannelPosition enum type with the type
8344 system in the plugin_init function, so that it is known before
8345 any element actually makes use of multi-channel stuff. This is
8346 required for example if one wants to be able to deserialise/use
8347 a caps string with channel positions before any pipeline has
8348 been setup and started, like with gst-launch.
8350 2006-02-14 Wim Taymans <wim@fluendo.com>
8352 * gst-libs/gst/audio/gstringbuffer.c:
8353 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8354 (gst_ring_buffer_samples_done), (wait_segment),
8355 (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8356 Add some compiler G_(UN_)LIKELY help.
8357 SIGNAL the ringbuffer waiters when going to PAUSED as well to
8358 make sure they can exit their functions. Should fix #330748
8360 2006-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
8365 * win32/common/_stdint.h:
8366 Windows does not have long long; copy the generated _stdint.h
8367 * win32/common/interfaces-enumtypes.c:
8368 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8369 (gst_mixer_track_flags_get_type),
8370 (gst_tuner_channel_flags_get_type):
8371 * win32/common/multichannel-enumtypes.c:
8372 (gst_audio_channel_position_get_type):
8375 2006-02-13 Wim Taymans <wim@fluendo.com>
8377 * gst-libs/gst/audio/gstbaseaudiosink.c:
8378 (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8379 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8380 Always sync on first sample we receive when starting.
8382 2006-02-13 Wim Taymans <wim@fluendo.com>
8384 * gst/playback/gstplaybin.c: (gen_vis_element):
8385 Update vis bin docs.
8386 Move queue after tee so we don't queue video buffers but
8387 audio samples instead. Fixes problems where the video queue
8388 is filled and the audio queue empty.
8390 2006-02-13 Tim-Philipp Müller <tim at centricular dot net>
8392 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8393 No need to push an EOS event here, GstBaseSrc will do that for us
8394 when we return FLOW_UNEXPECTED.
8396 2006-02-12 Wim Taymans <wim@fluendo.com>
8398 * gst-libs/gst/audio/gstbaseaudiosink.c:
8399 (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8400 (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8401 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8402 Use scale functions when possible.
8404 Free clockid when after waiting for EOS.
8405 Use G_(UN_)LIKLY when it makes sense.
8406 Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8408 2006-02-12 Edward Hervey <edward@fluendo.com>
8410 * gst/playback/gstplaybasebin.c: (prepare_output):
8411 Remove stray semi-colon (fixes #330888).
8413 2006-02-12 Jan Schmidt <thaytan@mad.scientist.com>
8415 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8416 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8417 Fix up the XShm call testing so that we catch errors, and don't
8418 cause new ones by attempting to detach from a segment we failed
8419 to attach to. Fixes #312439.
8421 2006-02-10 Edward Hervey <edward@fluendo.com>
8423 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8424 Added flv file typefind (video/x-flv).
8426 2006-02-10 Edward Hervey <edward@fluendo.com>
8428 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8429 (gst_riff_create_video_template_caps):
8430 Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8431 Also added the caps to the default set of riff video caps.
8433 2006-02-09 Andy Wingo <wingo@pobox.com>
8435 * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8436 time and the end time of the last packet in the page.
8437 (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8438 on the pages in our queue, set the duration as well. Reflow a
8440 (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8441 Fixes bad muxing order.
8443 2006-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
8445 * gst-libs/gst/rtp/gstbasertppayload.c:
8446 (gst_basertppayload_setcaps), (gst_basertppayload_push):
8447 update seqnum before setting it on the packet; this makes sure
8448 that the timestamp and seqnum properties match after pushing
8451 2006-02-09 Andy Wingo <wingo@pobox.com>
8453 * gst-libs/gst/audio/gstringbuffer.c
8454 (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8455 overflow after 13.5 hours of recording. Kapow!
8457 * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8458 the buffer size -- we don't care about underrun/overrun reporting
8459 right now, just need to return a useful value.
8461 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8466 === release 0.10.3 ===
8468 2006-02-09 Jan Schmidt <thaytan@mad.scientist.com>
8471 releasing 0.10.3, "Under Pressure"
8473 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8476 Drat. Bump libtool version number for new API.
8477 Prelease 0.10.2.3 (of 0.10.3)
8479 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8482 * win32/common/config.h:
8483 0.10.2.2 prerelease (of 0.10.3).
8485 2006-02-08 Jan Schmidt <thaytan@mad.scientist.com>
8487 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8488 Revert Andy's newsegment change pending a more correct
8491 2006-02-08 Thomas Vander Stichele <thomas at apestaart dot org>
8493 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8494 (qt_type_find), (plugin_init):
8495 detect more files as 3gp
8496 group and reorder the iso file formats
8498 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8500 * ext/vorbis/vorbis.c: (plugin_init):
8501 Register musicbrainz tags, so apps don't have to.
8503 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8505 * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8506 (gst_tag_to_vorbis_tag):
8507 Make sure we called gst_tag_register_musicbrainz_tags()
8508 before possibly mapping a vorbiscomment string from/to a
8511 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8513 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8514 In case we can't find the required number of consecutive
8515 mpeg audio frames to positively identify an MPEG audio
8516 stream, check if there's at least a valid mpeg audio
8517 frame right at offset 0 and if so suggest mpeg/audio
8518 caps with a very low probability (#153004).
8520 2006-02-07 Andy Wingo <wingo@pobox.com>
8522 * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8523 a TIME segment if we get timestamped buffers. Requires recent
8524 fixes in core to work properly.
8526 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8528 * gst/playback/gstplaybasebin.c: (prepare_output):
8529 Don't print the URI as part of the error message, it
8530 makes error dialogs look rather ugly, especially if
8531 the URI is very long or has characters in it that
8534 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8536 * gst/playback/gstplaybasebin.c: (prepare_output):
8537 Error out if we have only text or subtitles, but nothing
8538 else. Also error out if we have subtitles but no video
8541 2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
8543 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8544 Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8545 Post an error message on the bus when we encounter an
8546 error, which will hopefully be more meaningful than the
8547 'Internal Flow Error' message users get to see if we
8548 just return GST_FLOW_ERROR.
8550 2006-02-07 Andy Wingo <wingo@pobox.com>
8552 * configure.ac (GST_MAJORMINOR): Update core version req to
8553 0.10.2.2, for the collectpads API addition (#330244).
8555 2006-02-06 Tim-Philipp Müller <tim at centricular dot net>
8557 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8558 Return FALSE from plugin_init() when GnomeVFS can't
8559 be initialised for some reason (#328423).
8561 2006-02-06 Julien MOUTTE <julien@moutte.net>
8563 * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event):
8564 Stick to seeking theory until i find the bug.
8565 * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8567 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8569 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8570 (theora_enc_finalize), (theora_enc_sink_setcaps),
8571 (theora_set_header_on_caps), (theora_enc_chain),
8572 (theora_enc_change_state):
8573 * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8574 Make theoraenc and the tests leak free. Like, really.
8576 2006-02-06 Jan Schmidt <thaytan@mad.scientist.com>
8578 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8579 (theora_enc_finalize), (theora_enc_sink_setcaps):
8580 Add a finalize method to ensure we clean up state even if
8581 someone omitted the state change back to NULL.
8583 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8584 (gst_vorbisenc_chain):
8585 Free some more leaked bits.
8587 * tests/check/pipelines/theoraenc.c: (start_pipeline),
8589 Wait for state changes to happen if they're ASYNC.
8591 This ought to teach those fancy pants buildbots a lesson.
8593 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8595 * gst-libs/gst/tag/gstid3tag.c:
8596 Add mapping for ID3 International Standard Recording Code
8599 2006-02-05 Jan Schmidt <thaytan@mad.scientist.com>
8601 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8602 Don't leak tag names.
8604 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8606 * docs/libs/gst-plugins-base-libs-docs.sgml:
8607 * docs/libs/gst-plugins-base-libs-sections.txt:
8608 * gst-libs/gst/tag/gstid3tag.c:
8609 * gst-libs/gst/tag/gstvorbistag.c:
8610 * gst-libs/gst/tag/tags.c:
8611 Split libgsttag docs into multiple sections.
8613 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8615 * docs/libs/Makefile.am:
8616 * docs/libs/gst-plugins-base-libs-docs.sgml:
8617 * docs/libs/gst-plugins-base-libs-sections.txt:
8618 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8619 * gst-libs/gst/tag/gstvorbistag.c:
8620 * gst-libs/gst/tag/tag.h:
8621 * gst-libs/gst/tag/tags.c:
8622 Add libgsttag to the docs.
8624 2006-02-05 Julien MOUTTE <julien@moutte.net>
8626 * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8627 (gst_text_overlay_init), (gst_text_overlay_src_event),
8628 (gst_text_overlay_collected): Fix clockoverlay.
8630 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8632 * docs/libs/compiling.sgml:
8633 Fix typo: it's pkg-config, not pkg-gconfig
8635 * docs/libs/gst-plugins-base-libs-docs.sgml:
8636 * docs/libs/gst-plugins-base-libs-sections.txt:
8637 * docs/libs/tmpl/gstgconf.sgml:
8638 There is no libgstgconf in 0.10, remove it
8641 2006-02-05 Julien MOUTTE <julien@moutte.net>
8643 * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8644 * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8645 (gst_text_overlay_src_event), (gst_text_overlay_collected):
8646 * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8647 (gst_sub_parse_class_init), (gst_sub_parse_init),
8648 (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8649 (parse_mpsub), (parser_state_init), (handle_buffer),
8650 (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8651 * gst/subparse/gstsubparse.h: Introduce seeking code.
8653 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8655 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8656 Add comment about LANGUAGE tag inconsistency (we want
8657 ISO-639-1, but extract three-letter identifiers?)
8660 Add two translatable files.
8662 2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
8664 * gst-libs/gst/tag/Makefile.am:
8665 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8666 * gst-libs/gst/tag/tag.h:
8667 * gst-libs/gst/tag/tags.c:
8668 (gst_tag_register_musicbrainz_tags_internal),
8669 (gst_tag_register_musicbrainz_tags):
8670 Forward-port some tags stuff from the 0.8 branch. This is
8671 mostly the addition of musicbrainz tags and their mapping
8672 to vorbistags, and a vorbistag mapping of the language tag.
8674 2006-02-05 Julien MOUTTE <julien@moutte.net>
8676 * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8679 2006-02-04 David Schleef <ds@schleef.org>
8681 * ext/ogg/gstoggmux.c:
8682 * gst/typefind/gsttypefindfunctions.c:
8683 Add Dirac typefinding and add dirac format to oggmux.
8685 2006-02-03 Tim-Philipp Müller <tim at centricular dot net>
8687 * gst/playback/gstdecodebin.c: (try_to_link_1):
8688 Don't put essential function call into
8689 g_return_*() macro, otherwise it'll all be
8690 replaced by NOOPs when compiling with
8691 G_DISABLE_CHECKS defined.
8693 2006-02-03 Edgard Lima <edgard.lima@indt.org.br>
8695 * ext/ogg/gstoggdemux.c:
8696 * ext/ogg/gstoggparse.c:
8697 * gst/tcp/gsttcpserversink.c:
8698 * sys/v4l/v4lsrc_calls.c:
8699 * sys/v4l/v4lsrc_calls.h:
8700 Just make it compile with --disable-gst-debug.
8702 2006-02-03 Wim Taymans <wim@fluendo.com>
8704 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8705 (gst_alsasink_class_init), (gst_alsasink_init),
8706 (gst_alsasink_write), (gst_alsasink_reset):
8707 * ext/alsa/gstalsasink.h:
8708 Add lock to protect alsa calls.
8709 Implement reset to flush samples ASAP, does not work
8712 2006-02-02 Wim Taymans <wim@fluendo.com>
8714 * gst-libs/gst/audio/gstbaseaudiosink.c:
8715 (gst_base_audio_sink_provide_clock):
8716 Ugh.. getting late I guess...
8718 2006-02-02 Wim Taymans <wim@fluendo.com>
8720 * gst-libs/gst/audio/gstbaseaudiosink.c:
8721 (gst_base_audio_sink_provide_clock),
8722 (gst_base_audio_sink_set_property),
8723 (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8724 Don't try to provide a clock when we are not negotiated since
8725 we might not be able to make it run.
8727 2006-02-02 Tim-Philipp Müller <tim at centricular dot net>
8729 * gst/playback/gstdecodebin.c: (try_to_link_1):
8730 Unlinking two source pads is ... hard.
8732 2006-02-02 Wim Taymans <wim@fluendo.com>
8734 * gst-libs/gst/audio/TODO:
8737 * gst-libs/gst/audio/gstbaseaudiosink.c:
8738 (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8739 On EOS, wait till the last sample is played before posting EOS.
8741 2006-02-01 Philippe Kalaf <burger at speedy dot org>
8743 * gst-libs/gst/rtp/gstbasertpdepayload.c:
8744 Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8745 setting queue_delay to zero. Also avoid thread being started if
8746 queue_delay is zero.
8748 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8750 * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8751 Make test work again by connecting fakesinks to each decoded pad,
8752 which makes the pipeline wait until each fakesink has a buffer
8753 queued before going to PAUSED state. At that point we know the
8754 decodebin pads are negotiated.
8756 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8758 * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8759 (gst_cdda_base_src_handle_event):
8760 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8761 Pass unhandled queries to the parent class's query function.
8763 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8765 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8766 (gst_ogg_pad_src_query):
8767 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8768 * ext/theora/theoradec.c: (theora_dec_src_query),
8769 (theora_dec_sink_query):
8770 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8771 (vorbis_dec_sink_query):
8772 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8773 (gst_vorbisenc_sink_query):
8774 * gst/adder/gstadder.c: (gst_adder_query):
8775 Pass unhandled queries upstream instead of just
8776 dropping them (#326447). Also, fix supported
8777 query types list for some elements.
8779 2006-02-01 Tim-Philipp Müller <tim at centricular dot net>
8781 * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8782 (paris_type_find), (ilbc_type_find), (plugin_init):
8783 Fix typefinding for audio/x-au, audio/x-paris and
8784 audio/iLBC-sh. We cannot use the START_WITH macros
8785 here, because there can only be one typefind factory
8786 with the same name (caps), so the second one would
8787 replace the first one and the first one would never
8788 be called when doing typefinding (see #161712).
8791 2006-01-31 Wim Taymans <wim@fluendo.com>
8793 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8794 (vorbis_handle_header_packet), (vorbis_dec_push),
8795 (vorbis_handle_data_packet):
8796 Use scale_int when we can, add some more scaling.
8797 Check packettype before parsing it.
8799 2006-01-31 Wim Taymans <wim@fluendo.com>
8801 * ext/theora/theoradec.c: (_theora_granule_time),
8802 (theora_dec_src_convert), (theora_dec_sink_convert):
8803 Call right _scale functions.
8804 Use parameter instead of some other random value.
8806 2006-01-31 Wim Taymans <wim@fluendo.com>
8808 * ext/theora/theoradec.c: (_theora_granule_frame),
8809 (_theora_granule_time), (_inc_granulepos),
8810 (theora_dec_src_convert), (theora_dec_sink_convert),
8811 (theora_handle_type_packet), (theora_handle_data_packet),
8813 Use higher precision timestamps calculation.
8814 Convert some other conversions to _scale.
8816 2006-01-31 Stefan Kost <ensonic@users.sf.net>
8818 * gst/audiotestsrc/gstaudiotestsrc.c:
8819 (gst_audio_test_src_create_sine_table), (plugin_init):
8820 * gst/volume/gstvolume.c: (plugin_init):
8821 initialize gst_controller before using
8823 2006-01-31 Jan Schmidt <thaytan@mad.scientist.com>
8825 * tests/check/pipelines/theoraenc.c:
8826 * tests/check/pipelines/vorbisenc.c:
8827 Define constant using G_GINT64_CONSTANT to avoid errors when
8828 passing it around - otherwise it gets truncated to 32 bits.
8830 Fixes failing tests.
8832 2006-01-31 Andy Wingo <wingo@pobox.com>
8834 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8835 caps being set doesn't have a framerate value. Basically a stopgap
8838 * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8839 technically correct enough to put into core though.
8840 (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8841 DURATION. Fixes theoraenc ! oggmux.
8843 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8844 fraction, not double.
8846 2006-01-31 Sebastien Moutte <sebastien@moutte.net>
8849 add vs7 project files created by Sergey Scobich
8851 2006-01-30 Sebastien Moutte <sebastien@moutte.net>
8854 add vs8 project files created by Sergey Scobich
8856 2006-01-30 Andy Wingo <wingo@pobox.com>
8858 * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8859 timestamp + duration, not just timestamp -- ogg pages should be
8860 ordered by stop time. Necessary fix given the change in vorbis
8863 * ext/theora/theoraenc.c (theora_enc_sink_setcaps)
8864 (gst_theora_enc_init): Pull the granule shift out of the encoder.
8865 (granulepos_add): New function, handles the messiness of adjusting
8867 (theora_buffer_from_packet):
8869 (theora_enc_sink_event): Use granulepos_add, not +.
8871 * tests/check/pipelines/theoraenc.c
8872 (check_buffer_granulepos_from_starttime): Just check the frame
8873 count, not the actual granulepos -- we can't dictate to the
8874 encoder when it should be placing keyframes.
8876 2006-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
8878 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8879 SERVICE_NOT_AVAILABLE happens for example when you're trying to
8880 play an http:// stream from a server that's not serving
8882 2006-01-30 Andy Wingo <wingo@pobox.com>
8884 * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET):
8885 * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8886 remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8889 * ext/theora/gsttheoraenc.h:
8890 * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8891 although theoraenc was timestamping correctly. Added handling of
8892 streams that start with nonzero timestamps.
8894 * tests/check/Makefile.am:
8895 * tests/check/pipelines/theoraenc.c: New file, basically does same
8898 * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8900 2006-01-30 Wim Taymans <wim@fluendo.com>
8902 * gst-libs/gst/audio/gstaudiosink.c:
8903 (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8904 (gst_audioringbuffer_pause):
8905 Implement pause that does not wait for completion.
8907 * gst-libs/gst/audio/gstbaseaudiosink.c:
8908 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8909 Don't drop buffers when going to PAUSED but perform preroll on
8910 remaining samples now that core base class supports this.
8912 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8913 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8914 (gst_ring_buffer_commit):
8915 Pause should not signal waiters.
8916 Implement return value of _commit correctly.
8918 2006-01-30 Andy Wingo <wingo@pobox.com>
8920 * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8922 * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8923 updated to timestamp from the first sample, not the last.
8924 (gst_vorbisenc_buffer_from_header_packet): New function, takes
8925 special care of granulepos and timestamp for header packets.
8926 (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8927 when the first buffer has a nonzero timestamp.
8929 * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8930 (GstVorbisEnc.subgranule_offset): New members. Take care of the
8931 case when the first audio buffer we get has a nonzero timestamp.
8932 (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8933 properly timestamp vorbis buffers with the time of the first
8934 sample, not the last.
8936 * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8937 vorbis_granule_time_copy -- now it takes the granule/subgranule
8938 offset into account.
8940 * tests/check/pipelines/vorbisenc.c: New test for correctness of
8941 timestamps, durations, and granulepos on buffers produced by
8944 2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
8946 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8947 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8948 Patch from Eric Jonas to support conversions to/from UYVY
8951 2006-01-30 Julien MOUTTE <julien@moutte.net>
8953 * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8954 (setup_subtitle), (setup_source), (set_active_source):
8955 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8956 (gen_text_element), (gen_audio_element), (gen_vis_element),
8957 (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8959 2006-01-29 Sebastien Moutte <sebastien@moutte.net>
8961 * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8962 * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8963 use gst_guint64_to_gdouble to be compliant with vs6
8964 * gst/playback/gstdecodebin.c: (try_to_link_1)
8965 * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8966 use G_GINT64_CONSTANT for int64 constants
8967 * win32/common/libgstinterfaces.def:
8968 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8970 update and add new project files
8972 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8976 * win32/common/interfaces-enumtypes.c:
8977 (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8978 (gst_mixer_track_flags_get_type),
8979 (gst_tuner_channel_flags_get_type):
8980 * win32/common/interfaces-enumtypes.h:
8981 * win32/common/multichannel-enumtypes.c:
8982 (gst_audio_channel_position_get_type):
8983 * win32/common/multichannel-enumtypes.h:
8984 add a win32-update rule like in core, and copy over enumtypes files
8986 2006-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
8989 * win32/common/config.h:
8990 * win32/common/config.h.in:
8991 add config files just like in core
8993 2006-01-28 Tim-Philipp Müller <tim at centricular dot net>
8995 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8996 Make gcc-4.1 happy (part of #327357).
8998 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
9000 * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
9001 (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
9002 (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
9003 * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
9004 (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
9005 (gst_alsasrc_unprepare), (gst_alsasrc_read):
9006 Update all error messages. All of them should either use
9007 the default translated message, or actually provide a
9008 translatable string.
9009 Make the string for channel count problems meaningful.
9011 2006-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
9013 * sys/v4l/v4l_calls.c: (gst_v4l_open):
9014 check for and throw RESOURCE_BUSY
9016 2006-01-27 David Schleef <ds@schleef.org>
9018 * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
9019 checked in this change -- it requires liboil features not
9020 in 0.3.6. Revert parts.
9022 2006-01-27 David Schleef <ds@schleef.org>
9025 * configure.ac: update liboil requirement to 0.3.6
9026 * gst/videoscale/Makefile.am:
9027 * gst/videoscale/vs_scanline.c: liboilify
9029 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
9031 * ext/libvisual/visual.c: (get_buffer):
9032 When pad_alloc returns a GstFlowReturn other
9033 than GST_FLOW_OK, make sure it is passed upstream.
9035 2006-01-27 Jan Schmidt <thaytan@mad.scientist.com>
9037 * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9038 (gst_alsasink_class_init):
9039 Free the device name string.
9041 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9042 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
9043 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
9044 Don't remove a pad from the collectpads structure until it
9045 is released - it's a request pad, and may receive data again
9046 if the element gets moved back to PLAYING state.
9048 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9049 Ensure we turn on double buffering on the Xv port, and
9050 set the colour key to something dark and mysterious that
9053 2006-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
9055 * ext/alsa/gstalsaplugin.c: (plugin_init):
9056 * ext/cdparanoia/gstcdparanoiasrc.c:
9057 (gst_cd_paranoia_src_base_init), (plugin_init):
9058 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9059 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
9060 - a library should not call setlocale. see "Libraries" node in
9062 - make sure all plugins that use translation do bindtextdomain
9063 to point to the localedir
9064 * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
9065 (setup_sinks), (plugin_init):
9066 all this, and check for NULL when creating sinks
9068 2006-01-27 Julien MOUTTE <julien@moutte.net>
9070 * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
9071 (plugin_init): Make typefinding of subtitles work again.
9073 2006-01-26 Tim-Philipp Müller <tim at centricular dot net>
9075 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9076 (mp3_type_frame_length_from_header), (mp3_type_find),
9077 (wavpack_type_find), (m4a_type_find), (ircam_type_find),
9079 Backport a bunch of typefinding fixes from the 0.8 branch.
9080 Also, improve wavpack typefinding: if we can't peek the
9081 entire wavpack block, try to parse the bits we can get and
9082 see if we find what we're looking for in those.
9084 2006-01-26 Julien MOUTTE <julien@moutte.net>
9086 * sys/ximage/ximagesink.c:
9087 (gst_ximagesink_calculate_pixel_aspect_ratio):
9088 * sys/xvimage/xvimagesink.c:
9089 (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
9090 more cases of pixel aspect ratio.
9092 2006-01-26 Edward Hervey <edward@fluendo.com>
9094 * gst/playback/gstdecodebin.c: (pad_probe):
9095 Also consider the flush-start and tag events as unblockers
9098 2006-01-26 Julien MOUTTE <julien@moutte.net>
9100 * gst/playback/gstplaybin.c: (gst_play_bin_init),
9101 (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
9102 (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9103 On the fly visualisation switch, works disabling, enabling as
9104 well but it won't be able to enable vis in a playbin that was
9105 created with no visualisation.
9107 2006-01-25 Wim Taymans <wim@fluendo.com>
9109 * gst-libs/gst/audio/gstbaseaudiosink.c:
9110 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9111 Undo previous commit that returned WRONG_STATE sooner, it breaks
9114 2006-01-25 Wim Taymans <wim@fluendo.com>
9116 * gst-libs/gst/audio/gstbaseaudiosink.c:
9117 (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
9118 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
9120 Post error when caps cannot be parsed.
9121 Resync on discontinuity in the stream.
9122 Clip samples to segment boundaries.
9123 return WRONG_STATE sooner when we are flushing.
9125 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9126 (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9127 Make audiosrc operate in TIME.
9128 Set TIMESTAMP and DURATION on buffers.
9130 2006-01-24 Tim-Philipp Müller <tim at centricular dot net>
9132 * tests/examples/seek/seek.c: (main):
9133 Output tag messages as well.
9135 2006-01-23 Edward Hervey <edward@fluendo.com>
9137 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9138 (free_pad_probes), (remove_fakesink), (pad_probe),
9139 (close_pad_link), (gst_decode_bin_change_state):
9140 Replace GstPadBlockCallback with pad probes that detect
9141 first buffer AND eos before removing fakesink.
9142 Fixes hang with demuxers doing EOS while pre-rolling.
9145 2006-01-23 Andy Wingo <wingo@pobox.com>
9147 * ext/alsa/gstalsasink.c:
9148 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9149 (gst_base_rtp_depayload_setcaps),
9150 (gst_base_rtp_depayload_add_to_queue),
9151 (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
9153 Patch by: Jens Granseuer <jensgr at gmx dot net>
9155 2006-01-22 Julien MOUTTE <julien@moutte.net>
9157 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9158 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9159 (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some
9160 frames. We might get a frame destroyed after changing state to
9161 NULL, adding a safety check on xcontext.
9163 2006-01-22 Tim-Philipp Müller <tim at centricular dot net>
9165 * gst-libs/gst/interfaces/xoverlay.c:
9166 Fix prepare-xwindow-id code example in the docs - we need to
9167 ignore all messages that aren't element messages as well.
9169 2006-01-21 Julien MOUTTE <julien@moutte.net>
9171 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9172 I think one day i'll completely undestand how caps negotiation
9173 is supposed to work. This refactoring handles buffer_alloc
9174 called with caps we can't handle. We definitely don't want a
9175 set_caps with those caps, so we define and allocate a buffer
9176 we would like to receive.
9178 2006-01-19 Tim-Philipp Müller <tim at centricular dot net>
9180 * gst/playback/gstplaybasebin.c: (setup_source):
9181 Free iterator when done.
9183 2006-01-17 Jan Schmidt <thaytan@mad.scientist.com>
9185 * gst-libs/gst/audio/gstbaseaudiosink.c:
9186 (gst_base_audio_sink_render):
9187 Fix playback of non-synchronised streams by assuming a rate
9188 of 1.0 instead of a random one.
9190 Makes this work again:
9192 gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9193 endianness=(int)4321, signed=(boolean)true, width=(int)16,
9194 depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9195 audioresample ! alsasink
9197 === release 0.10.2 ===
9199 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
9202 releasing 0.10.2, "Then the devil is six"
9204 2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
9206 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9207 * gst/playback/gststreamselector.c:
9208 (gst_stream_selector_set_property):
9209 Comment out broken code that connects to the state-changed signal.
9210 At this point, changing current stream selection is broken, but
9211 stuff like gst-launch playbin current-audio=1 works and filters
9212 to the chosen stream.
9214 2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
9216 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9217 Fix #327216 (null dereference in vorbisdec)
9219 2006-01-16 Tim-Philipp Müller <tim at centricular dot net>
9221 * ext/theora/theoradec.c: (theora_handle_comment_packet):
9222 Post taglist actually on bus instead of just freeing it
9223 (fixes #327114 and totem bug #327080).
9225 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9226 Use gst_element_found_tags_for_pad(), so that the tags
9227 are sent downstream as an event as well.
9229 2006-01-15 Thomas Vander Stichele <thomas at apestaart dot org>
9231 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9232 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9233 (gst_ximagesink_buffer_alloc):
9234 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9235 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9236 (gst_xvimagesink_buffer_alloc):
9237 move all regularly occurring messages to GST_LOG level
9238 add some more object logs
9240 2006-01-14 Thomas Vander Stichele <thomas at apestaart dot org>
9242 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9243 fix a silly segfault
9245 2006-01-14 Tim-Philipp Müller <tim at centricular dot net>
9247 * docs/libs/gst-plugins-base-libs-docs.sgml:
9248 * docs/libs/gst-plugins-base-libs-sections.txt:
9249 * gst-libs/gst/audio/mixerutils.c:
9250 * gst-libs/gst/audio/mixerutils.h:
9251 Add docs for mixerutils stuff.
9253 2006-01-13 Tim-Philipp Müller <tim at centricular dot net>
9255 * gst/playback/gstplaybasebin.c: (setup_source):
9256 Fix playback for sources that emit raw audio or
9257 raw video streams (e.g.: cd audio sources) (#325984).
9259 2006-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
9261 * gst-libs/gst/audio/mixerutils.c:
9262 (gst_audio_mixer_filter_do_filter):
9263 actually save the element we create
9265 2006-01-12 Tim-Philipp Müller <tim at centricular dot net>
9267 * gst-libs/gst/cdda/gstcddabasesrc.c:
9268 (gst_cdda_base_src_handle_track_seek):
9269 No need to post a tag message on the bus when seeking
9270 within the same track, only post it when the current
9273 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9275 * gst/playback/gstplaybasebin.c: (group_destroy),
9276 (probe_triggered), (new_decoded_pad), (mute_group_type),
9277 (set_active_source):
9278 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9279 * gst/playback/gststreamselector.c:
9280 (gst_stream_selector_base_init),
9281 (gst_stream_selector_set_property),
9282 (gst_stream_selector_request_new_pad):
9283 Reenable stream selection. These mechanisms need a complete overhaul
9284 in the face of 0.8->0.10 changes though.
9286 2006-01-11 Jan Schmidt <thaytan@mad.scientist.com>
9288 * ext/ogg/gstoggdemux.c:
9289 Change the pad template to src_%d to match the pads that
9290 are created from it. decodebin needs this information in order
9291 to decide that oggdemux is capable of producing multiple pads
9292 (and hence needs queues inserted).
9294 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9295 (gst_ogg_mux_collected):
9296 Make debug output more useful by using GST_PTR_FORMAT.
9298 2006-01-11 Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9300 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
9302 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9303 Set depth and width for alaw/mulaw (fixes #326601).
9305 2006-01-11 Thomas Vander Stichele <thomas at apestaart dot org>
9307 * tests/icles/Makefile.am:
9308 don't build the tests if we don't have the libs
9310 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9312 * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9313 (gst_cd_paranoia_paranoia_callback):
9314 Don't try to free NULL pointers.
9316 2006-01-10 Edward Hervey <edward@fluendo.com>
9318 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9319 (gst_audio_rate_change_state), (plugin_init):
9320 Add debugging category.
9322 Add case for incoming buffers without valid offset/offset_end.
9324 2006-01-10 Michael Smith <msmith@fluendo.com>
9326 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9327 Don't leak GCond in audio sources.
9329 2006-01-10 Jan Schmidt <thaytan@mad.scientist.com>
9331 * gst/playback/gstplaybin.c: (gen_audio_element):
9332 Don't leak an autoaudiosink/alsasink when we generate
9333 a new audio element. (old code, I guess)
9335 2006-01-10 Michael Smith <msmith@fluendo.com>
9337 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9338 Support float audio in audiorate.
9339 Use width rather than depth for selecting sample width.
9341 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9343 * gst/videotestsrc/videotestsrc.h:
9344 Use GLib types here (that way we don't have to include the
9345 generated _stdint.h header, which makes life easier for win32
9346 folks that don't use autotools for the build) (#325990, patch
9347 by: Sergey Scobich).
9349 2006-01-10 Tim-Philipp Müller <tim at centricular dot net>
9351 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9352 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9353 (gst_ring_buffer_pause), (wait_segment):
9354 * gst-libs/gst/audio/gstringbuffer.h:
9355 Name (private) union, makes Forte compiler happy (this time
9356 for real) (#324900).
9358 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9360 * gst-libs/gst/audio/Makefile.am:
9361 Link against libgstinterfaces, needed for mixer
9362 and property probe stuff.
9364 2006-01-09 Edward Hervey <edward@fluendo.com>
9366 * gst-libs/gst/Makefile.am:
9368 2006-01-09 Tim-Philipp Müller <tim at centricular dot net>
9370 * gst-libs/gst/audio/Makefile.am:
9371 * gst-libs/gst/audio/mixerutils.c:
9372 (gst_audio_mixer_filter_do_filter),
9373 (gst_audio_mixer_filter_check_element),
9374 (gst_audio_mixer_filter_probe_feature),
9375 (element_factory_rank_compare_func),
9376 (gst_audio_default_registry_mixer_filter):
9377 * gst-libs/gst/audio/mixerutils.h:
9378 Add gst_audio_default_registry_mixer_filter() utility
9381 2006-01-03 Michael Smith <msmith@fluendo.com>
9383 * gst/audioresample/resample.h:
9384 As before, but for o_buf
9386 2006-01-03 Michael Smith <msmith@fluendo.com>
9388 * gst/audioresample/resample.h:
9389 Declare struct _ResampleState.buffer as unsigned char *, not void *,
9390 since we do arithmetic on it.
9392 2006-01-02 Tim-Philipp Müller <tim at centricular dot net>
9394 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9395 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9396 (gst_ring_buffer_pause), (wait_segment):
9397 * gst-libs/gst/audio/gstringbuffer.h:
9398 Sun's Forte compiler doesn't seem to like anonymous structs,
9399 so use same setup as in GstBaseSrc (fixes #324900).
9401 2005-12-30 Stefan Kost <ensonic@users.sf.net>
9404 * gst/volume/Makefile.am:
9405 * gst/volume/demo.c:
9406 move old example to tests/examples/volume/volune.c
9407 * tests/examples/Makefile.am:
9408 * tests/examples/seek/seek.c: (main):
9409 change window-close event from "delete-event" to "destroy"
9410 * tests/examples/volume/Makefile.am:
9411 * tests/examples/volume/volume.c: (value_changed_callback),
9412 (setup_gui), (message_received), (eos_message_received), (main):
9413 fix event handling and bus usage
9415 2005-12-29 Stefan Kost <ensonic@users.sf.net>
9417 * gst/audiotestsrc/gstaudiotestsrc.c:
9418 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9419 (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9420 (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9421 (gst_audio_test_src_create_square),
9422 (gst_audio_test_src_create_saw),
9423 (gst_audio_test_src_create_triangle),
9424 (gst_audio_test_src_create_silence),
9425 (gst_audio_test_src_create_white_noise),
9426 (gst_audio_test_src_create_pink_noise),
9427 (gst_audio_test_src_init_sine_table),
9428 (gst_audio_test_src_create_sine_table),
9429 (gst_audio_test_src_change_wave),
9430 (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9431 (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9432 * gst/audiotestsrc/gstaudiotestsrc.h:
9433 update to basesrc changes, implement segmented seeking and eos
9434 handling, add a 'sine-tab' waveform for performance critical playback
9436 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9439 ... and this time the other modified file that I missed last time.
9441 2005-12-29 Michael Smith <msmith@fluendo.com>
9443 * gst/playback/gstdecodebin.c: (new_pad):
9444 Fix non-C89 variable declaration not at the start of a block. Should
9445 help some compilers.
9447 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9449 * tests/check/Makefile.am:
9450 And now fix 'make distcheck' (builddir != srcdir)
9452 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9455 * ext/cdparanoia/Makefile.am:
9456 * ext/cdparanoia/gstcdparanoia.c:
9457 * ext/cdparanoia/gstcdparanoia.h:
9458 * ext/cdparanoia/gstcdparanoiasrc.c:
9459 (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9460 (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9461 (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9462 (gst_cd_paranoia_paranoia_callback),
9463 (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9464 (gst_cd_paranoia_src_set_property),
9465 (gst_cd_paranoia_src_get_property), (plugin_init):
9466 * ext/cdparanoia/gstcdparanoiasrc.h:
9467 New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9468 plugin again (there are still fixes required to playbin to make
9469 cdda:// uris work there).
9471 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9473 * tests/check/Makefile.am:
9474 Fix test case compilation.
9476 2005-12-29 Tim-Philipp Müller <tim at centricular dot net>
9478 * gst-libs/gst/cdda/gstcddabasesrc.c:
9479 (gst_cdda_base_src_update_duration),
9480 (gst_cdda_base_src_calculate_cddb_id):
9481 An integer is not a string. Fix access to uninitialised variable.
9483 * tests/check/Makefile.am:
9484 Add cddabasesrc unit test; also actually enable the vorbis test.
9486 * tests/check/generic/states.c:
9487 Blacklist new cd audio elements as well.
9489 * tests/check/libs/cddabasesrc.c:
9490 Unit test for GstCddaBaseSrc (discid calculation mostly).
9492 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9494 * docs/libs/Makefile.am:
9495 * docs/libs/gst-plugins-base-libs-docs.sgml:
9496 * docs/libs/gst-plugins-base-libs-sections.txt:
9497 * docs/libs/gst-plugins-base-libs.types:
9498 Add docs for libgstcdda/GstCddaBaseSrc.
9500 * gst-libs/gst/interfaces/mixertrack.h:
9501 Do one struct member per line with a semicolon at the end, that way
9502 even gtk-doc might parse it without complaining.
9504 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9507 * gst-libs/gst/Makefile.am:
9508 * gst-libs/gst/cdda/Makefile.am:
9509 * gst-libs/gst/cdda/base64.c:
9510 * gst-libs/gst/cdda/base64.h:
9511 * gst-libs/gst/cdda/gstcddabasesrc.c:
9512 (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9513 (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9514 (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9515 (gst_cdda_base_src_get_property),
9516 (gst_cdda_base_src_get_track_from_sector),
9517 (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9518 (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9519 (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9520 (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9521 (gst_cdda_base_src_uri_get_protocols),
9522 (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9523 (gst_cdda_base_src_uri_handler_init),
9524 (gst_cdda_base_src_setup_interfaces),
9525 (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9526 (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9527 (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9528 (gst_cdda_base_src_add_tags),
9529 (gst_cdda_base_src_add_index_associations),
9530 (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9531 (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9532 (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9533 (gst_cdda_base_src_create):
9534 * gst-libs/gst/cdda/gstcddabasesrc.h:
9535 * gst-libs/gst/cdda/sha1.c:
9536 * gst-libs/gst/cdda/sha1.h:
9537 Add new libgstcdda with GstCddaBaseSrc class.
9539 2005-12-28 Tim-Philipp Müller <tim at centricular dot net>
9541 * ext/gnomevfs/gstgnomevfssink.h:
9542 Use GstBaseSinkClass as parent_class member for class struct, not
9545 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9547 Patch by: Michael Benes
9549 * gst/videotestsrc/gstvideotestsrc.c:
9550 (gst_video_test_src_class_init), (gst_video_test_src_start):
9551 Add start method to reset running time and number of frames sent
9552 when starting up (fixes #324696)
9554 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9556 * docs/plugins/Makefile.am:
9557 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9558 * docs/plugins/gst-plugins-base-plugins-sections.txt:
9559 * docs/plugins/gst-plugins-base-plugins.args:
9560 * docs/plugins/gst-plugins-base-plugins.hierarchy:
9561 * docs/plugins/gst-plugins-base-plugins.signals:
9562 Add docs stuff for gnomevfssrc and gnomevfssink.
9564 * ext/gnomevfs/gstgnomevfssrc.c:
9565 Fix example pipeline in gtk-doc blurb.
9567 2005-12-27 Tim-Philipp Müller <tim at centricular dot net>
9569 * ext/gnomevfs/Makefile.am:
9570 * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9571 (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9572 (gst_gnome_vfs_handle_get_type), (plugin_init):
9573 * ext/gnomevfs/gstgnomevfs.h:
9574 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9575 (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9576 (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9577 (gst_gnome_vfs_sink_set_property),
9578 (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9579 (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9580 (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9581 (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9582 (gst_gnome_vfs_sink_uri_get_type),
9583 (gst_gnome_vfs_sink_uri_get_protocols),
9584 (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9585 (gst_gnome_vfs_sink_uri_handler_init):
9586 * ext/gnomevfs/gstgnomevfssink.h:
9587 Port gnomevfssink; add gtk-doc blurb.
9589 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9590 (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9591 (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9592 (gst_gnome_vfs_src_uri_get_type),
9593 (gst_gnome_vfs_src_uri_get_protocols),
9594 (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9595 (gst_gnome_vfs_src_uri_handler_init),
9596 (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9597 (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9598 (gst_gnome_vfs_src_send_additional_headers_callback),
9599 (gst_gnome_vfs_src_received_headers_callback),
9600 (gst_gnome_vfs_src_push_callbacks),
9601 (gst_gnome_vfs_src_pop_callbacks),
9602 (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9603 (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9604 (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9605 * ext/gnomevfs/gstgnomevfssrc.h:
9606 s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9607 file; add gtk-doc blurb with example pipelines.
9609 === release 0.10.1 ===
9611 2005-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
9614 releasing 0.10.1, "Dobro Dedek"
9616 2005-12-21 Edgard Lima <edgard.lima@indt.org.br>
9618 * gst/typefind/gsttypefindfunctions.c:
9619 iLBC30 and iLBC20 added to typefind.
9621 2005-12-20 Thomas Vander Stichele <thomas at apestaart dot org>
9623 * gst-libs/gst/audio/gstbaseaudiosink.c:
9624 (gst_base_audio_sink_class_init):
9625 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9626 (gst_base_audio_src_class_init):
9627 update strings, values are in microseconds
9628 change the default sink buffer time to something that is smaller
9629 (to help software volume mixing have a slightly lower delay) but
9630 still be acceptable on Wim's laptop
9632 2005-12-20 Edward Hervey <edward@fluendo.com>
9634 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9635 Made a quack, forgot to add DUCK to the riff video template.
9637 2005-12-19 Edward Hervey <edward@fluendo.com>
9639 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9640 (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9641 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9642 (gst_ogm_parse_chain):
9643 Make sure pads are initialized correctly.
9644 * gst-libs/gst/riff/riff-ids.h:
9645 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9646 (gst_riff_create_video_template_caps):
9647 Add a whole bunch of FOURCC <=> MimeType.
9648 Extend the riff video pad template to support the newly added fourcc.
9650 2005-12-18 Jan Schmidt <thaytan@mad.scientist.com>
9652 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9653 (gst_ogg_demux_activate_chain):
9654 Extra debug output when activating/deactivating chains.
9656 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9657 (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9659 Remove a queue from our list when it becomes unlinked.
9660 Don't add queues to elements in class 'Demux' if they
9661 can only produce one pad
9663 2005-12-18 Julien MOUTTE <julien@moutte.net>
9665 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9666 (gst_video_sink_get_type): Add a debug category.
9668 2005-12-17 Philippe Khalaf <burger@speedy.org>
9670 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9671 (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9672 Handle downstream newsegment by sending our own newsegment before the
9673 next buffer to be released. (#323900)
9675 2005-12-17 Philippe Khalaf <burger@speedy.org>
9677 * gst-libs/gst/rtp/gstbasertpdepayload.c:
9678 (gst_base_rtp_depayload_set_gst_timestamp):
9679 add queue delay to new segment as well (as opposed to just the first
9680 buffer). (bug #322347)
9682 2005-12-16 Stefan Kost <ensonic@users.sf.net>
9684 * ext/libvisual/visual.c: (make_valid_name):
9685 change some char* into char[]
9686 * gst/audiotestsrc/gstaudiotestsrc.c:
9687 (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9688 (gst_audio_test_src_create):
9689 * gst/audiotestsrc/gstaudiotestsrc.h:
9690 prepare to handle EOS and SEGMENT_DONE
9692 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9694 * tests/check/generic/states.c: (GST_START_TEST):
9695 Blacklist cdparanoia element in state test.
9697 2005-12-16 Tim-Philipp Müller <tim at centricular dot net>
9699 Patch by: Benjamin Pineau
9702 * gst/tcp/gsttcpclientsink.c:
9703 * gst/tcp/gsttcpserversink.c:
9704 * gst/tcp/gsttcpserversrc.c:
9705 Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9707 2005-12-15 Michael Smith <msmith@fluendo.com>
9709 * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9710 (gst_video_rate_chain):
9711 Fix timestamping for videorate when the first buffer it sees has a
9712 non-zero timestamp. Fix some misleading debug output.
9714 2005-12-15 Michael Smith <msmith@fluendo.com>
9716 * gst/audioresample/gstaudioresample.c:
9717 Don't leak all input buffers to audioresample.
9719 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9721 * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9722 Don't operate on empty text buffers. Strip newlines and
9723 tabs only from the end of the text, but leave them intact
9724 in the middle. Fix typo in gtk-doc description.
9726 2005-12-15 Tim-Philipp Müller <tim at centricular dot net>
9728 * gst/playback/gstplaybasebin.c:
9729 * gst/playback/gstplaybin.c: (handoff):
9730 Make sure the video frame buffer we return to apps via the
9731 "frame" property always has caps set on it. Modify
9732 _gst_gvalue_set_object() macro to handle NULL objects
9735 2005-12-14 Stefan Kost <ensonic@users.sf.net>
9737 * gst/audiotestsrc/gstaudiotestsrc.c:
9738 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9739 (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9740 (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9741 (gst_audio_test_src_create):
9742 * gst/audiotestsrc/gstaudiotestsrc.h:
9743 Adjust to some recent api changes and add wtays new cool seeking
9746 2005-12-14 Tim-Philipp Müller <tim at centricular dot net>
9748 * ext/alsa/Makefile.am:
9749 * ext/alsa/gstalsadeviceprobe.c:
9750 * ext/alsa/gstalsadeviceprobe.h:
9751 Helper functions to add device probing via the GstPropertyProbe
9752 interface to a class.
9754 * ext/alsa/gstalsamixer.h:
9755 Comment out GST_ALSA_MIXER, it returns a struct that's not
9758 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9759 Add some debug info.
9761 * ext/alsa/gstalsamixerelement.c:
9762 (gst_alsa_mixer_element_interface_supported),
9763 (gst_implements_interface_init),
9764 (gst_alsa_mixer_element_init_interfaces),
9765 (gst_alsa_mixer_element_class_init),
9766 (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9767 (gst_alsa_mixer_element_set_property),
9768 (gst_alsa_mixer_element_get_property),
9769 (gst_alsa_mixer_element_change_state):
9770 * ext/alsa/gstalsamixerelement.h:
9771 Add 'device' and 'device-name' properties. Add GstPropertyProbe
9772 for device handling (gnome-volume-control will need that).
9774 2005-12-12 Christian Schaller <uraeus@gnome.org>
9776 * ext/Makefile.am: fix cdparanoia entry
9777 * gst-plugins-base.spec.in: add cdparanoia
9779 2005-12-12 Michael Smith <msmith@fluendo.com>
9781 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9782 Use the correct function to free list of typefind factories.
9784 2005-12-12 Wim Taymans <wim@fluendo.com>
9786 * gst/videotestsrc/gstvideotestsrc.c:
9787 (gst_video_test_src_class_init), (gst_video_test_src_init),
9788 (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9789 (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9790 (gst_video_test_src_create):
9791 * gst/videotestsrc/gstvideotestsrc.h:
9792 Implement seeking in videotestsrc.
9795 2005-12-12 Wim Taymans <wim@fluendo.com>
9797 * ext/cdparanoia/Makefile.am:
9798 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9799 (gst_paranoia_endian_get_type), (_do_init),
9800 (cdparanoia_class_init), (cdparanoia_init),
9801 (cdparanoia_set_property), (cdparanoia_get_property),
9802 (cdparanoia_do_seek), (cdparanoia_is_seekable),
9803 (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9804 (cdparanoia_convert), (cdparanoia_get_query_types),
9805 (cdparanoia_query), (cdparanoia_set_index),
9806 (cdparanoia_uri_set_uri):
9807 * ext/cdparanoia/gstcdparanoia.h:
9808 Partially ported cdparanoia now that basesrc can support a
9811 2005-12-12 Wim Taymans <wim@fluendo.com>
9813 * tests/examples/seek/scrubby.c: (main):
9814 Set higher priority for bus events so they don't get reordered with
9817 * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9818 (flush_toggle_cb), (main):
9819 Added checkbox to disable flushing seeks.
9820 Disable scrubbing when doing non flushing seeks.
9822 2005-12-12 Tim-Philipp Müller <tim at centricular dot net>
9824 * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9825 (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9826 (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9827 (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9828 Implement some sort of event handling that doesn't rely on
9829 g_return_if_fail; make sure we always push the last chunk of an
9830 .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9831 state change function; remove some old cruft. Seeking is still
9832 rather unlikely to work though.
9837 2005-12-11 Julien MOUTTE <julien@moutte.net>
9839 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
9840 Fixed a leak of the current image reference when cleaning up.
9841 Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9843 2005-12-09 Michael Smith <msmith@fluendo.com>
9845 * tools/Makefile.am:
9846 * tools/gst-launch-ext-m.m:
9847 Remove gst-launch-ext. It doesn't work, and is no longer
9848 particularly useful.
9850 2005-12-08 Luca Ognibene <luogni@tin.it>
9852 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9853 don't pass random values to ogmparse convert function.
9854 Make seeking possible in the exile1.ogm file.
9856 2005-12-07 Tim-Philipp Müller <tim at centricular dot net>
9858 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9859 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9860 Work around refcount problem with g_value_set_object() that occur
9861 if the core has been compiled against GLib-2.6 (g_value_set_object()
9862 will only g_object_ref() the element, but the caller will
9863 gst_object_unref() it and bad things will happen due to the way
9864 GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9865 totem for people on FC4 using Thomas's 0.10 RPMs.
9867 2005-12-07 Edward Hervey <edward@fluendo.com>
9869 Time to welcome ogm to 0.10 :)
9871 * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9872 (gst_ogg_pad_typefind):
9873 Oggdemux can now properly typefind elements with dynamic pads.
9874 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9875 Properly set caps on src pad, and set caps on outgoing buffers.
9877 2005-12-06 Thomas Vander Stichele <thomas at apestaart dot org>
9879 * ext/alsa/gstalsamixer.h:
9880 * ext/alsa/gstalsamixerelement.h:
9881 * ext/alsa/gstalsamixeroptions.h:
9882 * ext/alsa/gstalsamixertrack.h:
9883 * ext/alsa/gstalsasink.c:
9884 * ext/alsa/gstalsasink.h:
9885 * ext/alsa/gstalsasrc.c:
9886 * ext/alsa/gstalsasrc.h:
9887 * ext/cdparanoia/gstcdparanoia.h:
9888 * ext/gnomevfs/gstgnomevfsuri.h:
9889 * ext/ogg/gstoggdemux.c:
9890 * ext/ogg/gstoggmux.c:
9891 * ext/pango/gsttextoverlay.h:
9892 * ext/theora/theoradec.c:
9893 * ext/theora/theoraenc.c:
9894 * ext/vorbis/vorbisdec.h:
9895 * ext/vorbis/vorbisenc.c:
9896 * ext/vorbis/vorbisenc.h:
9897 * ext/vorbis/vorbisparse.h:
9898 * gst-libs/gst/audio/gstaudioclock.h:
9899 * gst-libs/gst/audio/gstaudiosink.c:
9900 * gst-libs/gst/audio/gstaudiosink.h:
9901 * gst-libs/gst/audio/gstaudiosrc.c:
9902 * gst-libs/gst/audio/gstaudiosrc.h:
9903 * gst-libs/gst/audio/gstbaseaudiosink.c:
9904 * gst-libs/gst/audio/gstbaseaudiosink.h:
9905 * gst-libs/gst/audio/gstbaseaudiosrc.c:
9906 * gst-libs/gst/audio/gstbaseaudiosrc.h:
9907 * gst-libs/gst/audio/gstringbuffer.h:
9908 * gst-libs/gst/audio/multichannel.h:
9909 * gst-libs/gst/floatcast/floatcast.h:
9910 * gst-libs/gst/interfaces/colorbalance.c:
9911 * gst-libs/gst/interfaces/colorbalance.h:
9912 * gst-libs/gst/interfaces/colorbalancechannel.h:
9913 * gst-libs/gst/interfaces/mixer.h:
9914 * gst-libs/gst/interfaces/mixeroptions.h:
9915 * gst-libs/gst/interfaces/mixertrack.h:
9916 * gst-libs/gst/interfaces/navigation.h:
9917 * gst-libs/gst/interfaces/propertyprobe.h:
9918 * gst-libs/gst/interfaces/tuner.h:
9919 * gst-libs/gst/interfaces/tunerchannel.h:
9920 * gst-libs/gst/interfaces/tunernorm.h:
9921 * gst-libs/gst/interfaces/xoverlay.h:
9922 * gst-libs/gst/netbuffer/gstnetbuffer.h:
9923 * gst-libs/gst/riff/riff-ids.h:
9924 * gst-libs/gst/riff/riff-media.h:
9925 * gst-libs/gst/riff/riff-read.h:
9926 * gst-libs/gst/rtp/gstbasertpdepayload.h:
9927 * gst-libs/gst/rtp/gstbasertppayload.c:
9928 * gst-libs/gst/rtp/gstbasertppayload.h:
9929 * gst-libs/gst/rtp/gstrtpbuffer.c:
9930 * gst-libs/gst/rtp/gstrtpbuffer.h:
9931 * gst-libs/gst/tag/gsttageditingprivate.h:
9932 * gst-libs/gst/tag/gstvorbistag.c:
9933 (gst_tag_list_from_vorbiscomment_buffer):
9934 * gst-libs/gst/tag/tag.h:
9935 * gst-libs/gst/video/video.h:
9936 * gst/adder/gstadder.c:
9937 * gst/adder/gstadder.h:
9938 * gst/audioconvert/audioconvert.c:
9939 * gst/audioconvert/audioconvert.h:
9940 * gst/audioconvert/gstaudioconvert.c:
9941 * gst/audioconvert/gstchannelmix.c:
9942 * gst/audioconvert/gstchannelmix.h:
9943 * gst/audiorate/gstaudiorate.c:
9944 * gst/audioresample/buffer.h:
9945 * gst/audioresample/functable.h:
9946 * gst/audioresample/gstaudioresample.c:
9947 * gst/audioresample/resample.h:
9948 * gst/ffmpegcolorspace/avcodec.h:
9949 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9950 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9951 * gst/ffmpegcolorspace/imgconvert.c:
9952 * gst/ffmpegcolorspace/imgconvert_template.h:
9953 * gst/playback/gstdecodebin.c:
9954 * gst/playback/gstplaybasebin.h:
9955 * gst/playback/gstplaybin.c:
9956 * gst/playback/gststreaminfo.h:
9957 * gst/tcp/gstfdset.c:
9958 * gst/tcp/gstfdset.h:
9959 * gst/tcp/gstmultifdsink.c:
9960 * gst/tcp/gstmultifdsink.h:
9962 * gst/tcp/gsttcpclientsrc.c:
9963 * gst/tcp/gsttcpclientsrc.h:
9964 * gst/tcp/gsttcpplugin.h:
9965 * gst/tcp/gsttcpserversink.c:
9966 * gst/tcp/gsttcpserversrc.c:
9967 * gst/typefind/gsttypefindfunctions.c:
9968 * gst/videorate/gstvideorate.c:
9969 * gst/videotestsrc/gstvideotestsrc.h:
9970 * gst/videotestsrc/videotestsrc.h:
9971 * sys/v4l/gstv4lcolorbalance.h:
9972 * sys/v4l/gstv4ltuner.h:
9973 * sys/v4l/gstv4lxoverlay.h:
9974 * sys/v4l/v4l_calls.h:
9975 * sys/v4l/videodev_mjpeg.h:
9976 * tests/check/elements/audioconvert.c:
9977 * tests/check/elements/audioresample.c:
9978 * tests/check/elements/audiotestsrc.c:
9979 * tests/check/elements/videotestsrc.c:
9980 * tests/check/elements/volume.c:
9981 * tests/examples/seek/scrubby.c:
9982 * tests/examples/seek/seek.c:
9985 === release 0.10.0 ===
9987 2005-12-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
9990 releasing 0.10.0, "Mont-d'or"
9992 2005-12-05 Jan Schmidt <thaytan@mad.scientist.com>
9994 * tests/examples/seek/Makefile.am:
9995 Build fix for when gtk is not available.
9997 2005-12-05 Andy Wingo <wingo@pobox.com>
9999 * ext/libvisual/visual.c: (get_buffer):
10000 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
10001 * ext/pango/gsttextrender.c: (gst_text_render_chain):
10002 * ext/theora/theoradec.c: (theora_handle_data_packet):
10003 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10004 (theora_enc_chain):
10005 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10006 * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10007 Update for alloc_buffer changes.
10009 2005-12-05 Andy Wingo <wingo@pobox.com>
10011 patch by: Kai Vehmanen <kv2004 eca cx>
10013 * gst-libs/gst/rtp/gstbasertpdepayload.c
10014 (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
10016 2005-12-04 Andy Wingo <wingo@pobox.com>
10018 patch by: Sebastien Cote <sebas642 yahoo ca>
10020 * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
10023 2005-12-02 Tim-Philipp Müller <tim at centricular dot net>
10025 * docs/plugins/Makefile.am:
10026 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10027 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10028 * docs/plugins/gst-plugins-base-plugins.hierarchy:
10029 * ext/pango/gstclockoverlay.c:
10030 * ext/pango/gsttextoverlay.c:
10031 * ext/pango/gsttextrender.c:
10032 * ext/pango/gsttimeoverlay.c:
10033 Add gtk-doc blurbs to pango elements.
10035 2005-12-02 Wim Taymans <wim@fluendo.com>
10037 * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
10038 * gst/audioresample/buffer.h:
10039 * gst/audioresample/gstaudioresample.c:
10040 * gst/audioresample/gstaudioresample.h:
10041 * gst/audioresample/resample.c: (resample_input_flush),
10042 (resample_input_pushthrough), (resample_input_eos),
10043 (resample_get_output_size_for_input),
10044 (resample_get_input_size_for_output), (resample_get_output_size),
10045 (resample_get_output_data):
10046 * gst/audioresample/resample.h:
10047 * gst/audioresample/resample_ref.c: (resample_scale_ref):
10048 Fix audioresample, seek torture, new segments, reverse negotiation
10051 2005-12-02 Wim Taymans <wim@fluendo.com>
10053 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10056 2005-12-02 Wim Taymans <wim@fluendo.com>
10058 * gst/audioconvert/gstaudioconvert.c:
10059 (gst_audio_convert_transform):
10062 === release 0.9.7 ===
10064 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10067 releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
10069 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10075 add win32 MANIFEST file
10076 do something to the hungarian translation
10078 2005-12-01 Tim-Philipp Müller <tim at centricular dot net>
10081 Add $(PANGO_DIR) to SUBDIRS
10083 * ext/pango/gstclockoverlay.c:
10084 * ext/pango/gsttimeoverlay.c:
10085 Fix and improve element descriptions.
10087 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10089 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10090 * docs/plugins/inspect/plugin-libvisual.xml:
10091 * docs/plugins/inspect/plugin-pango.xml:
10092 add pango plugin to docs
10094 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10098 moved pango to base
10100 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10103 * tests/Makefile.am:
10104 * tests/icles/.cvsignore:
10105 * tests/icles/Makefile.am:
10106 * tests/icles/stress-xoverlay.c: (myclock), (open_display),
10107 (close_display), (resize_window), (move_window), (create_window),
10108 (terminate_playback), (pause_playback), (start_playback), (main):
10109 add stress test for xoverlay from Julien
10111 2005-12-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10113 * docs/libs/tmpl/gstcolorbalance.sgml:
10114 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10115 * gst-libs/gst/rtp/gstbasertppayload.c:
10116 * gst-libs/gst/rtp/gstrtpbuffer.c:
10117 * gst-libs/gst/rtp/gstrtpbuffer.h:
10118 Do burger's rename for rtp payloaders and depayloaders
10120 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10123 add Visual Studio 6 build files
10125 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10127 * docs/libs/gst-plugins-base-libs-docs.sgml:
10128 * docs/libs/gst-plugins-base-libs-sections.txt:
10129 * docs/libs/tmpl/gstaudio.sgml:
10130 * docs/libs/tmpl/gstringbuffer.sgml:
10131 * gst-libs/gst/interfaces/xoverlay.c:
10132 * gst-libs/gst/video/gstvideofilter.c:
10133 * gst-libs/gst/video/gstvideosink.c:
10134 update documentation
10136 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10138 * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
10139 (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
10140 (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
10141 (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10142 (gst_multi_fd_sink_get_stats),
10143 (gst_multi_fd_sink_remove_client_link),
10144 (gst_multi_fd_sink_handle_client_read),
10145 (gst_multi_fd_sink_client_queue_data),
10146 (gst_multi_fd_sink_client_queue_caps),
10147 (gst_multi_fd_sink_client_queue_buffer),
10148 (gst_multi_fd_sink_new_client),
10149 (gst_multi_fd_sink_handle_client_write),
10150 (gst_multi_fd_sink_recover_client),
10151 (gst_multi_fd_sink_queue_buffer),
10152 (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
10153 (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
10154 (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
10155 (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
10156 * gst/tcp/gstmultifdsink.h:
10157 * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
10158 (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
10159 (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
10160 (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
10161 (gst_tcp_client_sink_set_property),
10162 (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
10163 (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
10164 * gst/tcp/gsttcpclientsink.h:
10165 * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
10166 (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
10167 (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
10168 (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
10169 (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
10170 (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
10171 * gst/tcp/gsttcpclientsrc.h:
10172 * gst/tcp/gsttcpplugin.c: (plugin_init):
10173 * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
10174 (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
10175 (gst_tcp_server_sink_finalize),
10176 (gst_tcp_server_sink_handle_server_read),
10177 (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10178 (gst_tcp_server_sink_set_property),
10179 (gst_tcp_server_sink_get_property),
10180 (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10181 * gst/tcp/gsttcpserversink.h:
10182 * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10183 (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10184 (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10185 (gst_tcp_server_src_set_property),
10186 (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10187 (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10188 * gst/tcp/gsttcpserversrc.h:
10191 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
10193 * docs/plugins/Makefile.am:
10194 * docs/plugins/gst-plugins-base-plugins.args:
10195 * docs/plugins/inspect/plugin-libvisual.xml:
10196 * gst/audioconvert/plugin.h:
10197 * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10198 (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10199 (gst_audio_rate_setcaps), (gst_audio_rate_init),
10200 (gst_audio_rate_chain), (gst_audio_rate_set_property),
10201 (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10203 * gst/audiotestsrc/gstaudiotestsrc.c:
10204 (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10205 (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10206 (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10207 (gst_audio_test_src_get_query_types),
10208 (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10209 (gst_audio_test_src_create_square),
10210 (gst_audio_test_src_create_saw),
10211 (gst_audio_test_src_create_triangle),
10212 (gst_audio_test_src_create_silence),
10213 (gst_audio_test_src_create_white_noise),
10214 (gst_audio_test_src_init_pink_noise),
10215 (gst_audio_test_src_generate_pink_noise_value),
10216 (gst_audio_test_src_create_pink_noise),
10217 (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10218 (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10219 (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10221 * gst/audiotestsrc/gstaudiotestsrc.h:
10222 * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10223 (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10224 (gst_sub_parse_init), (gst_sub_parse_formats),
10225 (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10226 (convert_encoding), (get_next_line),
10227 (gst_sub_parse_data_format_autodetect),
10228 (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10229 (gst_sub_parse_loop), (gst_sub_parse_chain),
10230 (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10232 * gst/subparse/gstsubparse.h:
10233 * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10234 (gst_video_rate_base_init), (gst_video_rate_class_init),
10235 (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10236 (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10237 (gst_video_rate_init), (gst_video_rate_event),
10238 (gst_video_rate_chain), (gst_video_rate_set_property),
10239 (gst_video_rate_get_property), (gst_video_rate_change_state),
10241 * gst/videoscale/gstvideoscale.c:
10242 (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10243 (gst_video_scale_src_template_factory),
10244 (gst_video_scale_sink_template_factory),
10245 (gst_video_scale_get_type), (gst_video_scale_base_init),
10246 (gst_video_scale_class_init), (gst_video_scale_init),
10247 (gst_video_scale_set_property), (gst_video_scale_get_property),
10248 (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10249 (gst_video_scale_prepare_size), (parse_caps),
10250 (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10251 (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10252 (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10254 * gst/videoscale/gstvideoscale.h:
10255 * gst/videotestsrc/gstvideotestsrc.c:
10256 (gst_video_test_src_pattern_get_type),
10257 (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10258 (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10259 (gst_video_test_src_set_pattern),
10260 (gst_video_test_src_set_property),
10261 (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10262 (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10263 (gst_video_test_src_event), (gst_video_test_src_get_times),
10264 (gst_video_test_src_create), (plugin_init):
10265 * gst/videotestsrc/gstvideotestsrc.h:
10266 * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10267 (gst_video_test_src_smpte), (gst_video_test_src_snow),
10268 (gst_video_test_src_black):
10269 * gst/videotestsrc/videotestsrc.h:
10271 clean up docs a little
10273 2005-11-30 Wim Taymans <wim@fluendo.com>
10275 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10276 * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10277 (gst_basertppayload_event), (gst_basertppayload_push),
10278 (gst_basertppayload_change_state):
10279 * gst-libs/gst/rtp/gstbasertppayload.h:
10282 2005-11-30 Julien MOUTTE <julien@moutte.net>
10284 * docs/libs/gst-plugins-base-libs-docs.sgml:
10285 * docs/libs/gst-plugins-base-libs-sections.txt:
10286 * gst-libs/gst/video/gstvideofilter.c:
10287 * gst-libs/gst/video/gstvideosink.c:
10288 * gst-libs/gst/video/gstvideosink.h: Adding docs.
10290 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10310 * scripts/autoplugins.sh:
10313 2005-11-30 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
10317 * examples/Makefile.am:
10318 * examples/capsfilter/Makefile.am:
10319 * examples/capsfilter/capsfilter1.c:
10320 * examples/gob/Makefile.am:
10321 * examples/gob/gst-identity2.gob:
10322 * examples/indexing/.cvsignore:
10323 * examples/indexing/Makefile.am:
10324 * examples/indexing/indexmpeg.c:
10325 * examples/seeking/.cvsignore:
10326 * examples/seeking/Makefile.am:
10327 * examples/seeking/cdparanoia.c:
10328 * examples/seeking/cdplayer.c:
10329 * examples/seeking/chained.c:
10330 * examples/seeking/scrubby.c:
10331 * examples/seeking/seek.c:
10332 * examples/stats/Makefile.am:
10333 * examples/stats/mp2ogg.c:
10334 * examples/switch/.cvsignore:
10335 * examples/switch/Makefile.am:
10336 * examples/switch/switcher.c:
10337 * tests/Makefile.am:
10338 * tests/check/generic/.cvsignore:
10339 * tests/check/pipelines/.cvsignore:
10340 * tests/examples/Makefile.am:
10341 * tests/examples/seek/Makefile.am:
10342 reorganize stuff under tests/
10344 2005-11-30 Edward Hervey <edward@fluendo.com>
10346 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10347 Go away you stupid GstStaticPadTemplate memleak.
10349 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10351 * gst-libs/gst/net/Makefile.am:
10352 * gst-libs/gst/net/README:
10353 * gst-libs/gst/net/gstnetbuffer.c:
10354 * gst-libs/gst/net/gstnetbuffer.h:
10355 this was moved to "netbuffer"
10357 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10359 * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10360 (gst_video_filter_class_init), (gst_video_filter_init):
10361 * gst-libs/gst/video/gstvideofilter.h:
10362 borgify name to bring in line with other classes
10364 2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
10366 * gst/audioscale/.cvsignore:
10367 * gst/audioscale/Makefile.am:
10368 * gst/audioscale/README:
10369 * gst/audioscale/audioscale.vcproj:
10370 * gst/audioscale/dtof.c:
10371 * gst/audioscale/dtos.c:
10372 * gst/audioscale/functable.c:
10373 * gst/audioscale/gstaudioscale.c:
10374 * gst/audioscale/gstaudioscale.h:
10375 * gst/audioscale/private.h:
10376 * gst/audioscale/resample.c:
10377 * gst/audioscale/resample.h:
10378 * gst/audioscale/test.c:
10381 2005-11-30 Edward Hervey <edward@fluendo.com>
10383 * gst-libs/gst/netbuffer/Makefile.am:
10384 really, really tired
10386 2005-11-30 Edward Hervey <edward@fluendo.com>
10388 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10389 Update for new GstTypeFindFactory _register()
10391 2005-11-30 Edward Hervey <edward@fluendo.com>
10393 * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
10394 Let's not override libgstnet from core for no reason...
10395 (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10396 Ok, maybe not so quick next time.
10398 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10401 * gst-libs/gst/Makefile.am:
10402 moved gst-libs/gst/net to netbuffer through CVS surgery
10403 remove old directory
10404 updating build to accomodate
10407 2005-11-29 Andy Wingo <wingo@pobox.com>
10409 * pkgconfig/gstreamer-plugins-base.pc.in:
10410 * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10411 * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10414 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10416 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10417 3rd time's the charm. Correct ref-counting for discarded buffers.
10419 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10421 * gst/playback/gststreamselector.c:
10422 (gst_stream_selector_class_init),
10423 (gst_stream_selector_set_property),
10424 (gst_stream_selector_get_property),
10425 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10428 2005-11-29 Tim-Philipp Müller <tim at centricular dot net>
10430 * gst/subparse/gstsubparse.c: (feed_textbuf):
10431 Don't access already unref'ed buffer.
10433 2005-11-29 Jan Schmidt <thaytan@mad.scientist.com>
10435 * gst/playback/gststreamselector.c:
10436 (gst_stream_selector_class_init), (gst_stream_selector_init),
10437 (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10438 (gst_stream_selector_get_property),
10439 (gst_stream_selector_get_linked_pad),
10440 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10441 * gst/playback/gststreamselector.h:
10442 Add the active-pad property for playbin to use shortly. Ignore buffers
10443 from any other pad, returning GST_FLOW_NOT_LINKED
10445 2005-11-29 Julien MOUTTE <julien@moutte.net>
10447 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10448 patch from bug #322704 (Alessandro Decina).
10450 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10452 * gst-libs/gst/audio/Makefile.am:
10453 folded audiofilter into the audio library
10455 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
10457 * gst/videoscale/gstvideoscale.h:
10458 * gst/videoscale/gstvideoscale.c:
10459 remove unimplemented scale methods
10461 2005-11-28 Tim-Philipp Müller <tim at centricular dot net>
10463 * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10466 2005-11-28 Julien MOUTTE <julien@moutte.net>
10468 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10469 (gst_ximagesink_setcaps):
10470 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10471 (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10472 happens (only visible on ximagesink but bug is in xv too) set_caps was
10473 destroying the internal x[v]image used to memcpy non locally alloced
10474 buffers so that it got renewed on next _chain. The issue is that
10475 _expose will try to put that image as it reffed it in _put.
10476 Using gst_buffer_unref instead of destroy fixes it !
10478 2005-11-28 Edward Hervey <edward@fluendo.com>
10480 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10481 (try_to_link_1), (queue_filled_cb):
10482 Better use of the queues. Start with a small size queue and only increase
10483 the size of the queues when the other queues are empty.
10485 2005-11-28 Thomas Vander Stichele <thomas at apestaart dot org>
10487 * gst-libs/gst/video/Makefile.am:
10488 compile in copied-over videofilter into the video library
10489 * gst-libs/gst/video/videosink.h:
10490 rename the header to gstvideosink.h since it's a base GstObject class
10491 * sys/ximage/ximagesink.h:
10492 * sys/xvimage/xvimagesink.h:
10495 2005-11-28 Wim Taymans <wim@fluendo.com>
10497 * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10498 * gst/playback/gstplaybasebin.h:
10499 Prepare to handle errors betters.
10501 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10502 Set sinks to PAUSED first before adding and linking them so that
10503 we don't interrupt dataflow.
10505 2005-11-28 Wim Taymans <wim@fluendo.com>
10507 * gst-libs/gst/audio/TODO:
10510 * gst-libs/gst/audio/gstaudiosink.c:
10511 (gst_audioringbuffer_open_device),
10512 (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10513 (gst_audioringbuffer_release):
10516 * gst-libs/gst/audio/gstbaseaudiosink.c:
10517 (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10518 (gst_base_audio_sink_change_state):
10519 Slave to the master clock when going to PLAYING and unslave when
10522 * gst-libs/gst/audio/gstringbuffer.c:
10523 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10524 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10525 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10526 (gst_ring_buffer_clear_all), (wait_segment),
10527 (gst_ring_buffer_commit), (gst_ring_buffer_read),
10528 (gst_ring_buffer_advance):
10529 * gst-libs/gst/audio/gstringbuffer.h:
10530 Add some docs and cleanups.
10532 2005-11-28 Julien MOUTTE <julien@moutte.net>
10534 * sys/xvimage/xvimagesink.c:
10535 (gst_xvimagesink_navigation_send_event): Fix navigation events
10536 coordinates translation with pixel aspect ratios.
10538 2005-11-28 Julien MOUTTE <julien@moutte.net>
10540 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10541 Use calculated video geometry from _setcaps instead of buffer
10542 caps to respect pixel aspect ratio. (fixes #322388)
10544 2005-11-28 Julien MOUTTE <julien@moutte.net>
10546 * docs/libs/tmpl/gstcolorbalance.sgml:
10547 * docs/libs/tmpl/gstmixer.sgml:
10548 * docs/libs/tmpl/gstxoverlay.sgml:
10549 * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10552 2005-11-28 Julien MOUTTE <julien@moutte.net>
10554 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10555 Refuse to create an XvImage if we can't find the format.
10557 2005-11-28 Edward Hervey <edward@fluendo.com>
10559 * gst-libs/gst/riff/riff-media.c:
10560 (gst_riff_create_audio_template_caps):
10561 Add ATRAC3 to the list of riff-possible audio caps.
10562 I know we still don't have a plugin for atrac3, but it's saner to output
10563 that than a cryptic mimetype.
10565 2005-11-27 Edward Hervey <edward@fluendo.com>
10567 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10568 Don't try to create a zero-sized subbuffer.
10570 2005-11-27 Julien MOUTTE <julien@moutte.net>
10572 * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10573 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10574 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10575 (gst_ximagesink_expose): Fixed a tricky race.
10576 * sys/ximage/ximagesink.h:
10577 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10578 (gst_xvimagesink_expose): Fixed a tricky race.
10579 * sys/xvimage/xvimagesink.h:
10581 2005-11-27 Edward Hervey <edward@fluendo.com>
10583 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10584 (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10585 Remove unused properties, and add queues between demuxers and decoders
10586 so that a lot more files can preroll properly.
10588 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10590 * gst-libs/gst/net/Makefile.am:
10591 * gst-libs/gst/rtp/Makefile.am:
10592 * gst-libs/gst/tag/Makefile.am:
10593 remove silly include
10594 * gst/tags/Makefile.am:
10595 * gst/tags/gsttagediting.c:
10596 * gst/tags/gsttageditingprivate.h:
10597 * gst/tags/tagedit.vcproj:
10598 remove directory, is as good as empty
10600 2005-11-27 Thomas Vander Stichele <thomas at apestaart dot org>
10603 added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10604 * gst-libs/Makefile.am:
10605 * gst-libs/gst/audio/Makefile.am:
10606 * gst-libs/gst/interfaces/Makefile.am:
10607 * gst-libs/gst/net/Makefile.am:
10608 * gst-libs/gst/riff/Makefile.am:
10609 * gst-libs/gst/rtp/Makefile.am:
10610 * gst-libs/gst/tag/Makefile.am:
10611 * gst-libs/gst/video/Makefile.am:
10614 2005-11-27 Julien MOUTTE <julien@moutte.net>
10616 * docs/libs/tmpl/gstcolorbalance.sgml:
10617 * docs/libs/tmpl/gstmixer.sgml:
10618 * docs/libs/tmpl/gstxoverlay.sgml:
10619 * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10620 * sys/ximage/ximagesink.h:
10621 * sys/xvimage/xvimagesink.h: More and more documentation.
10623 2005-11-26 Julien MOUTTE <julien@moutte.net>
10625 * docs/libs/gst-plugins-base-libs-docs.sgml:
10626 * docs/libs/gst-plugins-base-libs-sections.txt:
10627 * docs/libs/tmpl/gstcolorbalance.sgml:
10628 * docs/libs/tmpl/gstmixer.sgml:
10629 * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10632 2005-11-26 Julien MOUTTE <julien@moutte.net>
10634 * docs/plugins/Makefile.am:
10635 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10636 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10637 * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10639 2005-11-26 Julien MOUTTE <julien@moutte.net>
10641 * docs/plugins/Makefile.am:
10642 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10643 * docs/plugins/gst-plugins-base-plugins-sections.txt:
10644 * docs/plugins/inspect/plugin-adder.xml:
10645 * docs/plugins/inspect/plugin-alsa.xml:
10646 * docs/plugins/inspect/plugin-audioconvert.xml:
10647 * docs/plugins/inspect/plugin-audiorate.xml:
10648 * docs/plugins/inspect/plugin-audioresample.xml:
10649 * docs/plugins/inspect/plugin-audiotestsrc.xml:
10650 * docs/plugins/inspect/plugin-decodebin.xml:
10651 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10652 * docs/plugins/inspect/plugin-gnomevfs.xml:
10653 * docs/plugins/inspect/plugin-ogg.xml:
10654 * docs/plugins/inspect/plugin-playbin.xml:
10655 * docs/plugins/inspect/plugin-subparse.xml:
10656 * docs/plugins/inspect/plugin-tcp.xml:
10657 * docs/plugins/inspect/plugin-theora.xml:
10658 * docs/plugins/inspect/plugin-typefindfunctions.xml:
10659 * docs/plugins/inspect/plugin-video4linux.xml:
10660 * docs/plugins/inspect/plugin-videorate.xml:
10661 * docs/plugins/inspect/plugin-videoscale.xml:
10662 * docs/plugins/inspect/plugin-videotestsrc.xml:
10663 * docs/plugins/inspect/plugin-volume.xml:
10664 * docs/plugins/inspect/plugin-vorbis.xml:
10665 * docs/plugins/inspect/plugin-ximagesink.xml:
10666 * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10667 * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10669 2005-11-26 Edward Hervey <edward@fluendo.com>
10671 * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10672 Properly return GstFlowReturn from gst_pad_push in chain functions.
10674 2005-11-25 Michael Smith <msmith@fluendo.com>
10676 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10677 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10678 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10679 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10680 Handle various conditions better when we don't understand a stream.
10681 Removes a heap of CRITICALs on ogg streams containing unknown data.
10683 2005-11-24 Andy Wingo <wingo@pobox.com>
10685 * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10688 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10690 * configure.ac: back to HEAD
10692 === release 0.9.6 ===
10694 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10697 releasing 0.9.6, "White Eight"
10699 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10701 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10702 * docs/plugins/inspect/plugin-sine.xml:
10703 remove sinesrc some more
10705 2005-11-23 Wim Taymans <wim@fluendo.com>
10707 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10708 If we are reading too slowly, jump forward in the ringbuffer
10709 instead of blocking.
10711 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10713 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10714 (gst_visual_chain):
10715 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10716 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10717 (gst_videorate_chain):
10718 * gst/videotestsrc/gstvideotestsrc.c:
10719 (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10720 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10721 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10722 (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10723 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10724 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10725 Updates for API changes
10727 2005-11-23 Wim Taymans <wim@fluendo.com>
10729 * gst-libs/gst/audio/gstbaseaudiosink.c:
10730 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10731 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10732 Fix for calibration API change.
10734 2005-11-23 Michael Smith <msmith@fluendo.com>
10736 * gst-libs/gst/audio/multichannel.c:
10737 (gst_audio_get_channel_positions),
10738 (gst_audio_set_channel_positions),
10739 (gst_audio_set_structure_channel_positions_list),
10740 (gst_audio_fixate_channel_positions):
10741 Use gst_value_array_*() functions on value arrays, not
10742 gst_value_list_*().
10744 2005-11-23 Edward Hervey <edward@fluendo.com>
10747 eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10750 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10752 * check/Makefile.am:
10753 * check/elements/videotestsrc.c: (setup_videotestsrc),
10754 (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10756 add a test for videotestsrc
10758 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10760 * gst/sine/.cvsignore:
10761 * gst/sine/Makefile.am:
10762 * gst/sine/gstsinesrc.c:
10763 * gst/sine/gstsinesrc.h:
10764 * gst/sine/sinesrc.vcproj:
10765 and remove sinesrc from the repository. Closes #321446
10767 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10770 * gst-plugins-base.spec.in:
10771 remove sinesrc from the build
10773 2005-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
10775 * check/Makefile.am:
10776 * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10777 (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10779 add a test for audiotestsrc, testing all waves. Even seems
10780 leak-free at first glance, nice job Stefan
10782 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10798 Translation string updates
10800 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10801 (gst_v4lsrc_set_caps):
10802 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10803 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10804 * sys/v4l/v4lsrc_calls.h:
10805 Improve v4lsrc, by making it work again.
10807 2005-11-23 Jan Schmidt <thaytan@mad.scientist.com>
10809 * ext/libvisual/visual.c: (gst_visual_chain):
10810 Fix the fps calculations.
10812 * gst/ffmpegcolorspace/avcodec.h:
10813 Move structure element for clarity
10815 * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10816 * gst-libs/gst/interfaces/tunernorm.h:
10817 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10818 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10819 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10820 (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10821 (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10822 (gst_v4lmjpegsrc_getcaps):
10823 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10824 (gst_v4lsrc_set_caps):
10825 * sys/v4l/gstv4lsrc.h:
10826 * sys/v4l/v4l_calls.c: (gst_v4l_open):
10827 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10828 (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10829 * sys/v4l/v4lsrc_calls.h:
10830 Fractional framerates...
10832 2005-11-22 Wim Taymans <wim@fluendo.com>
10834 * gst-libs/gst/audio/gstbaseaudiosink.c:
10835 (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10836 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10837 And we provide a clock by default, of course...
10839 2005-11-22 Wim Taymans <wim@fluendo.com>
10841 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10842 This clock can be slaved to a master clock now.
10844 * gst-libs/gst/audio/gstbaseaudiosink.c:
10845 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10846 (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10847 (gst_base_audio_sink_set_clock),
10848 (gst_base_audio_sink_set_property),
10849 (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10850 (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10851 * gst-libs/gst/audio/gstbaseaudiosink.h:
10852 Handle slaving the internal clock to the clock selected in the
10854 Add property to make the basesink not provide a clock.
10856 * gst-libs/gst/rtp/gstbasertpdepayload.c:
10857 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10858 (gst_base_rtp_depayload_wait):
10859 * gst-libs/gst/rtp/gstbasertpdepayload.h:
10860 We can use the clock in GstElement, no need to store it ourselves.
10862 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10864 * docs/libs/tmpl/gstaudio.sgml:
10866 * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10867 (gst_paranoia_endian_get_type):
10868 * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10869 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10870 * gst/audiotestsrc/gstaudiotestsrc.c:
10871 (gst_audiostestsrc_wave_get_type):
10872 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10873 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10874 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10875 (gst_sync_method_get_type), (gst_unit_type_get_type),
10876 (gst_client_status_get_type), (gst_multifdsink_class_init),
10877 (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10878 (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10879 (gst_multifdsink_get_property):
10880 * gst/tcp/gstmultifdsink.h:
10881 * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10882 * gst/videotestsrc/gstvideotestsrc.c:
10883 (gst_videotestsrc_pattern_get_type):
10884 remove deprecated properties
10885 fix up enums to correctly have short lowercase dashed nicks
10887 2005-11-22 Michael Smith <msmith@fluendo.com>
10889 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10890 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10893 2005-11-22 Michael Smith <msmith@fluendo.com>
10895 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10896 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10897 Use utility method for scaling clocktime for fractional framerates.
10899 2005-11-22 Jan Schmidt <thaytan@mad.scientist.com>
10901 * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10902 (gst_visual_chain):
10903 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10904 * ext/theora/theoradec.c: (theora_handle_type_packet):
10905 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10906 (theora_enc_chain):
10907 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10908 * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10909 * gst-libs/gst/video/video.h:
10910 * gst/ffmpegcolorspace/avcodec.h:
10911 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10912 (gst_ffmpeg_caps_to_pixfmt):
10913 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10914 (gst_ffmpegcsp_set_caps):
10915 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10916 (gst_videorate_setcaps), (gst_videorate_blank_data),
10917 (gst_videorate_chain):
10918 * gst/videotestsrc/gstvideotestsrc.c:
10919 (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10920 (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10921 (gst_videotestsrc_event), (gst_videotestsrc_create):
10922 * gst/videotestsrc/gstvideotestsrc.h:
10923 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10924 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10925 (gst_ximagesink_get_times), (gst_ximagesink_init):
10926 * sys/ximage/ximagesink.h:
10927 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10928 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10929 (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10930 * sys/xvimage/xvimagesink.h:
10931 Convert elements to use fractions for their framerate.
10932 V4L elements to come later tonight.
10934 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
10936 * gst-libs/gst/audio/audio.c:
10937 * gst-libs/gst/audio/audio.h:
10938 remove some deprecated functions
10940 2005-11-22 Andy Wingo <wingo@pobox.com>
10942 * Update for gst_tag_setter API changes.
10944 2005-11-22 Andy Wingo <wingo@pobox.com>
10946 * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10947 (gst_ogg_demux_perform_seek):
10948 * ext/theora/theoradec.c (theora_dec_sink_event):
10949 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10952 2005-11-22 Wim Taymans <wim@fluendo.com>
10954 * examples/seeking/seek.c: (main):
10955 Give higher priority to bus signals than the gtk events
10956 to fix a race condition in the segment looping.
10958 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10960 * ext/theora/Makefile.am:
10961 * ext/vorbis/Makefile.am:
10962 * gst-libs/gst/tag/Makefile.am:
10963 * gst-plugins-base.spec.in:
10964 Rename libgsttagedit to libgsttag (#322117).
10966 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10968 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10969 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10970 Call gst_x_overlay_prepare_xwindow_id() to give applications
10971 a final chance to set their own xwindow id before the video
10972 sink creates its own window.
10974 2005-11-22 Julien MOUTTE <julien@moutte.net>
10976 * sys/xvimage/xvimagesink.c:
10977 (gst_xvimagesink_navigation_send_event): Handle navigation
10978 events correcly with borders if applicable.
10980 2005-11-22 Tim-Philipp Müller <tim at centricular dot net>
10982 Patch by: Luca Ognibene
10984 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10985 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10986 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10987 (gst_ffmpegcsp_caps_remove_format_info):
10988 * gst/ffmpegcolorspace/imgconvert.c:
10989 * gst/ffmpegcolorspace/imgconvert_template.h:
10990 Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10991 #318353); use gst_structure_has_name().
10993 2005-11-22 Julien MOUTTE <julien@moutte.net>
10995 * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10996 (gst_ximagesink_class_init): Add debug macros on functions.
10997 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10998 (gst_xvimagesink_xwindow_draw_borders),
10999 (gst_xvimagesink_xvimage_put),
11000 (gst_xvimagesink_xwindow_update_geometry),
11001 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
11002 (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
11003 (gst_xvimagesink_xcontext_clear),
11004 (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
11005 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
11006 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11007 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11008 (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
11009 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11010 * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
11011 expose while being PAUSED, out of data flow navigation events, etc..
11013 2005-11-22 Thomas Vander Stichele <thomas at apestaart dot org>
11015 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11016 * gst-libs/gst/audio/audio.h:
11017 fix prototype - wondering why the test worked regardless
11019 2005-11-21 Thomas Vander Stichele <thomas at apestaart dot org>
11021 * check/Makefile.am:
11022 * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11023 * gst-libs/gst/audio/audio.h:
11024 add a method that returns a proper GstClockTime
11026 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11028 * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
11029 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
11030 * gst-libs/gst/interfaces/xoverlay.h:
11031 Remove everything having to do with the desired size; add
11032 gst_x_overlay_prepare_xwindow_id() function; remove the
11033 'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
11034 post a message on the bus instead (#321816).
11036 * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
11037 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
11038 (gst_xvimagesink_xoverlay_init):
11039 Remove desired size stuff (#321816).
11041 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11043 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11044 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11045 (mpeg_video_type_find), (mpeg_video_stream_type_find):
11046 Terminate vararg functions with NULL instead of 0 to
11049 2005-11-21 Andy Wingo <wingo@pobox.com>
11051 patch by: Sebastien Cote <sebas642@yahoo.ca>
11053 * gst-libs/gst/rtp/gstrtpbuffer.h:
11054 * gst-libs/gst/rtp/gstrtpbuffer.c
11055 (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
11057 2005-11-21 Andy Wingo <wingo@pobox.com>
11059 * gst/playback/gstplaybin.c (gen_audio_element)
11060 (gen_video_element): Use the new MISSING_PLUGIN core error
11061 category. Closes #320060.
11063 * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event):
11064 * gst/videorate/gstvideorate.c (gst_videorate_event):
11065 * ext/theora/theoradec.c (theora_dec_sink_event):
11066 * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
11069 * gst/subparse/gstsubparse.c (gst_subparse_src_event):
11070 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
11071 stream lock changes.
11073 2005-11-21 Wim Taymans <wim@fluendo.com>
11075 * gst-libs/gst/audio/gstbaseaudiosink.c:
11076 (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
11077 (gst_base_audio_sink_provide_clock),
11078 (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
11079 (gst_base_audio_sink_change_state):
11080 * gst/audioresample/gstaudioresample.c:
11081 Segment update fix.
11083 2005-11-21 Andy Wingo <wingo@pobox.com>
11086 * *.c: Ran scripts/update-macros. Oh yes.
11088 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11090 * sys/ximage/Makefile.am:
11091 * sys/ximage/ximage.c:
11092 Rename ximage plugin to ximagesink (#321426) (Don't forget to
11093 remove your old libgstximage.* manually if necessary).
11095 2005-11-21 Michael Smith <msmith@fluendo.com>
11097 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
11098 Minimal fix for bug #320200: set the min/max bitrate in the correct
11099 units. A better fix would be to upgrade to the RATEMANAGE2
11100 interface, rather than using the deprecated interface used here, but
11101 that would require an update in our libvorbis dependency (to 1.1),
11102 which is probably undesirable.
11104 2005-11-21 Jan Schmidt <thaytan@mad.scientist.com>
11106 * ext/libvisual/visual.c: (get_buffer):
11107 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11108 (gst_base_audio_src_fixate):
11109 * gst/audioconvert/gstaudioconvert.c:
11110 (gst_audio_convert_fixate_caps):
11111 * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
11112 * gst/audiotestsrc/gstaudiotestsrc.c:
11113 (gst_audiotestsrc_src_fixate):
11114 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11115 * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
11116 * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
11117 * gst/videotestsrc/gstvideotestsrc.c:
11118 (gst_videotestsrc_src_fixate):
11119 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11120 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11121 Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11125 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11127 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11128 (gst_riff_create_iavs_caps):
11129 * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
11130 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11131 (gst_riff_parse_info):
11132 * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
11133 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
11134 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11135 Fixes for GST_FOURCC_FORMAT API change.
11137 2005-11-21 Andy Wingo <wingo@pobox.com>
11139 patch by: Alessandro Dessina <alessandro nnva org>
11141 * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
11142 * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
11143 (gst_ogg_parse_chain):
11144 * ext/theora/theoraenc.c (theora_set_header_on_caps):
11145 * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
11146 * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
11147 gst_value_list calls on arrays. Fixes #321962.
11149 2005-11-21 Tim-Philipp Müller <tim at centricular dot net>
11151 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11152 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
11153 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11154 * gst/adder/gstadder.c: (gst_adder_init),
11155 (gst_adder_request_new_pad), (gst_adder_collected),
11156 (gst_adder_change_state):
11157 Update for gst_collectpads_foo() to gst_collect_pads_foo()
11160 2005-11-21 Michael Smith <msmith@fluendo.com>
11162 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11163 (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
11164 Properly handle pad_push return values.
11166 2005-11-20 Jan Schmidt <thaytan@mad.scientist.com>
11168 * gst-libs/gst/tag/Makefile.am:
11169 * gst-libs/gst/tag/gstvorbistag.c:
11170 (gst_tag_list_to_vorbiscomment_buffer):
11171 Remove obsolete vorbistag element and debug category.
11173 * gst/playback/gstplaybasebin.c: (check_queue):
11174 Don't divide by 0 when queue-threshold is 0.
11176 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11177 Don't modify an existing pixel-aspect-ratio if we fail to read
11180 2005-11-20 Wim Taymans <wim@fluendo.com>
11182 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11183 (gst_vorbisenc_push_packet):
11184 GST_PAD_IS_USABLE is gone, use the return value of
11185 the push or pad_alloc_buffer instead.
11187 2005-11-18 Julien MOUTTE <julien@moutte.net>
11189 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11190 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11191 (gst_ximagesink_ximage_destroy),
11192 (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11193 (gst_ximagesink_xwindow_new),
11194 (gst_ximagesink_xwindow_update_geometry),
11195 (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11196 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11197 (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11198 (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11199 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11200 (gst_ximagesink_navigation_send_event),
11201 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11202 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11203 (gst_ximagesink_finalize), (gst_ximagesink_init),
11204 (gst_ximagesink_class_init):
11205 * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11206 This new version brings correct software scaling, non flickering
11207 window while resizing, pixel aspect ratio handling, usage of
11208 hardware buffer pools, out of data flow event thread for
11209 navigation and handling of expose events even when being PAUSED,
11210 a new property to keep video aspect ratio when resizing, etc...
11212 2005-11-18 Julien MOUTTE <julien@moutte.net>
11214 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11215 (gst_videoscale_fixate_caps): Introduce back caps fixate with
11218 2005-11-18 Edward Hervey <bilboed@dvdsrc.fluendo.com>
11220 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11221 Unsetting IS_SINK flag from the fakesink, so decodebin
11222 never behaves as a sink.
11224 2005-11-17 Wim Taymans <wim@fluendo.com>
11226 * gst-libs/gst/audio/gstbaseaudiosrc.c:
11227 (gst_base_audio_src_change_state):
11228 Fix the audiosrc base class again, we did not unflush.
11230 2005-11-17 Julien MOUTTE <julien@moutte.net>
11232 * examples/seeking/seek.c: (make_dv_pipeline),
11233 (make_vorbis_theora_pipeline), (make_avi_pipeline),
11234 (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11235 to ogg/vorbis/theora pipeline.
11237 2005-11-17 Wim Taymans <wim@fluendo.com>
11239 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11240 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11241 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11242 Fix EOS on multiple streams.
11245 2005-11-16 Wim Taymans <wim@fluendo.com>
11247 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11248 (gst_ogg_demux_perform_seek):
11249 Segment done must include stream time.
11251 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11252 (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11253 (gst_ogg_mux_change_state):
11254 Fix ogg muxer again.
11256 2005-11-16 Wim Taymans <wim@fluendo.com>
11258 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11261 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11263 * ext/libvisual/visual.c: (gst_visual_init):
11264 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11265 * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11266 (gst_ogg_parse_chain):
11267 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11268 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11269 * ext/theora/theoradec.c: (gst_theora_dec_init):
11270 * ext/theora/theoraenc.c: (gst_theora_enc_init):
11271 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11272 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11273 * gst/adder/gstadder.c: (gst_adder_class_init),
11274 (gst_adder_dispose):
11275 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11276 * gst/subparse/gstsubparse.c: (gst_subparse_init):
11277 * gst/videorate/gstvideorate.c: (gst_videorate_init):
11278 Fix a whole set of pad template leaks
11280 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11282 * check/generic/states.c: (GST_START_TEST):
11283 fix the test so that it only checks for elements that are part of
11286 2005-11-16 Michael Smith <msmith@fluendo.com>
11288 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11289 (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11290 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11291 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11292 (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11293 (gst_ogg_mux_change_state):
11294 Fix leaking collectpads.
11296 2005-11-16 Edward Hervey <edward@fluendo.com>
11298 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11299 (gst_videorate_event), (gst_videorate_chain):
11300 Handle segment seeks
11302 2005-11-16 Wim Taymans <wim@fluendo.com>
11304 * gst-libs/gst/audio/gstbaseaudiosink.c:
11305 (gst_base_audio_sink_provide_clock),
11306 (gst_base_audio_sink_change_state):
11307 Set ringbuffer to non-flushing when going to PAUSED, set to
11308 flushing again when going to READY.
11310 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11311 (gst_ring_buffer_stop):
11312 Start in flushing mode by default.
11313 Don't set flushing in the _stop method, let the app call
11316 2005-11-16 Julien MOUTTE <julien@moutte.net>
11318 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11319 * gst-libs/gst/video/videosink.h: Add helper function needed
11322 2005-11-16 Tim-Philipp Müller <tim at centricular dot net>
11324 * gst/videoscale/gstvideoscale.c:
11325 (gst_videoscale_handle_src_event):
11326 Don't leak reference to pad parent.
11328 2005-11-16 Wim Taymans <wim@fluendo.com>
11330 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11331 Set ringbuffer to flushing when stopping so that we don't
11332 block on wait_segment anymore and livelock.
11334 2005-11-16 Wim Taymans <wim@fluendo.com>
11336 * examples/seeking/seek.c: (send_event), (do_seek),
11337 (loop_toggle_cb), (segment_done), (main):
11338 Added looping checkbox.
11340 2005-11-16 Thomas Vander Stichele <thomas at apestaart dot org>
11342 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11343 (gst_ogg_demux_init):
11344 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11345 (gst_vorbis_dec_init):
11346 revert unrefs, they don't pass make check
11348 2005-11-15 Johan Dahlin <johan@gnome.org>
11350 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11351 (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11352 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11353 (gst_vorbis_dec_init):
11354 Fix pad template leaks.
11356 2005-11-15 Tim-Philipp Müller <tim at centricular dot net>
11358 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11359 Make state change function thread safe.
11361 2005-11-15 Edward Hervey <edward@fluendo.com>
11363 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11364 (gst_ogg_demux_class_init):
11365 Implement GstElement::send_event, so we can send seek events
11368 2005-11-14 Julien MOUTTE <julien@moutte.net>
11370 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11371 Discovered how to take away flickering while resizing the
11372 window. Please don't put that in ximagesink, refactoring in
11375 2005-11-14 Michael Smith <msmith@fluendo.com>
11377 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11378 (gst_multifdsink_render):
11379 Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11381 2005-11-14 Tim-Philipp Müller <tim at centricular dot net>
11383 * gst/playback/gstplaybin.c: (gen_audio_element):
11384 Use autoaudiosink, it tends to be more widely available than
11387 2005-11-14 Andy Wingo <wingo@pobox.com>
11389 * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11390 as well if it is available. Fixes #316442.
11392 2005-11-14 Michael Smith <msmith@fluendo.com>
11394 * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11395 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11396 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11397 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11398 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11399 (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11400 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11401 (gst_vorbisenc_change_state):
11402 Fix a small memory leak in vorbisenc.
11403 Fix large memory leaks in oggmux, also fix lots of state change
11406 2005-11-14 Thomas Vander Stichele <thomas at apestaart dot org>
11408 * gst/videotestsrc/gstvideotestsrc.c:
11409 (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11410 (gst_videotestsrc_src_fixate):
11411 move fixation to a fixate function
11412 remove negotiate function, basesrc's is good enough
11413 fixes a bug for check when using the element alone
11415 2005-11-13 Edward Hervey <edward@fluendo.com>
11417 * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11418 (key_toggle_cb), (main):
11419 Added checkboxes for adding/removing the accurate and key_unit seek
11422 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11424 * configure.ac: back to HEAD
11426 === release 0.9.5 ===
11428 2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
11431 releasing 0.9.5, "No No Kia"
11433 2005-11-11 Edward Hervey <edward@fluendo.com>
11435 * examples/seeking/seek.c: (make_parselaunch_pipeline):
11436 Added parse-launch syntax seeking mode for the seeking example.
11437 This should help stress-test even more cases.
11438 Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11440 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11442 * sys/xvimage/xvimagesink.c:
11443 (gst_xvimagesink_navigation_send_event):
11444 Check whether peer pad exists before sending navigation events
11447 2005-11-11 Michael Smith <msmith@fluendo.com>
11449 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11450 (gst_vorbisenc_buffer_from_packet):
11451 * ext/vorbis/vorbisenc.h:
11452 Set duration on encoded buffers. This allows oggmux's
11453 max_page_delay parameter to actually work.
11455 2005-11-11 Tim-Philipp Müller <tim at centricular dot net>
11457 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11458 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11459 (gst_ffmpegcsp_avpicture_fill):
11460 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11461 (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11462 Make palettes work again (see #132341). Use our own macros
11465 2005-11-10 Andy Wingo <wingo@pobox.com>
11467 * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11470 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11472 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11473 (gst_ffmpegcsp_transform_caps):
11474 Prefer passthrough in transform_caps
11476 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11478 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11479 check for ALSA errors properly, instead of relying on ALSA's
11480 error strings to serve to the user.
11482 2005-11-10 Wim Taymans <wim@fluendo.com>
11484 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11485 (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11486 (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11487 Modernise the seek code.
11489 2005-11-10 Michael Smith <msmith@fluendo.com>
11491 * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11492 (setup_substreams), (set_active_source):
11493 Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11494 trying to go to NULL if we failed to read a file.
11496 2005-11-10 Wim Taymans <wim@fluendo.com>
11498 * gst/audiotestsrc/gstaudiotestsrc.c:
11499 (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11500 (gst_audiotestsrc_create):
11501 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11502 (gst_sinesrc_get_times), (gst_sinesrc_create):
11503 * gst/videotestsrc/gstvideotestsrc.c:
11504 (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11505 (gst_videotestsrc_create):
11506 The base class can now sync for us.
11508 2005-11-10 Thomas Vander Stichele <thomas at apestaart dot org>
11510 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11511 a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11512 name=source autoprobe=false autoprobe-fps=false copy-mode=1
11513 device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11514 format=(fourcc)I420" ! xvimagesink
11516 2005-11-10 Tim-Philipp Müller <tim at centricular dot net>
11518 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11519 (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11520 (gst_sinesrc_newsegment):
11521 Send newsegment event in TIME format, set duration if
11522 num-buffers is set, fix duration querying.
11524 2005-11-10 Michael Smith <msmith@fluendo.com>
11526 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11527 (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11528 (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11529 (gst_ogg_mux_collected):
11530 Fix EOS handling, partially. Now forwarding an EOS event once we have
11531 EOS on all pads works correctly. However, we still don't properly set
11532 EOS on the actual ogg stream pages.
11534 2005-11-09 Tim-Philipp Müller <tim at centricular dot net>
11536 * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11537 Set elements to NULL state before disposing of them.
11539 2005-11-08 Sebastien Cote <sebas642 at yahoo dot ca>
11541 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11543 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11544 (gst_base_rtp_depayload_init),
11545 (gst_base_rtp_depayload_set_gst_timestamp):
11546 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11547 We need to send a newsegment event for each instance, not
11548 just for the first instance of this class (get rid of
11549 static variable in function). (#321011).
11551 2005-11-08 Michael Smith <msmith@fluendo.com>
11553 * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11554 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11555 (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11556 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11557 Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11558 This makes us mux things correctly according to the ogg muxing
11559 rules. Still not handling EOS correctly right now, though.
11561 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11563 * gst/audioconvert/gstaudioconvert.c:
11566 2005-11-08 Tim-Philipp Müller <tim at centricular dot net>
11568 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11569 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11570 Initialise segment_stop to GST_CLOCK_TIME_NONE when
11571 creating a new chain; should fix live streaming. Also
11572 add more debug output and fix a typo.
11574 2005-11-08 Brian Cameron <brian dot cameron at sun dot com>
11576 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
11578 * gst/volume/gstvolume.c: (volume_set_caps):
11579 Fix compilation on Solaris with Forte. (#320923)
11581 2005-11-08 Wim Taymans <wim@fluendo.com>
11583 * gst-libs/gst/audio/gstbaseaudiosink.c:
11584 (gst_base_audio_sink_render):
11585 No need to do a typecheck.
11587 2005-11-07 Tim-Philipp Müller <tim at centricular dot net>
11589 * ext/alsa/gstalsa.h:
11590 We register a debug category, so let's use it.
11592 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11594 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11595 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11596 Fixed a small problem.
11598 2005-11-04 Wim Taymans <wim@fluendo.com>
11600 * examples/seeking/Makefile.am:
11601 * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11602 (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11603 (make_playerbin_pipeline), (format_value), (update_scale),
11604 (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11605 (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11606 (print_usage), (main):
11607 Added app for playback speed testing.
11609 * examples/seeking/seek.c: (dynamic_link),
11610 (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11611 (make_mpeg_pipeline), (do_seek), (set_update_scale),
11612 (message_received), (main):
11613 Updated seek example.
11615 2005-11-04 Zeeshan Ali <zeenix@gmail.com>
11617 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11618 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11619 (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11620 (gst_base_rtp_depayload_set_clock):
11621 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11622 Don't sleep on the bench (system clock) when you have a nice
11623 comfortable bed (Gstreamer clock) to sleep on.
11625 2005-11-03 Wim Taymans <wim@fluendo.com>
11627 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11628 (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11629 (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11630 Handle the case where a pad_block failed.
11632 2005-11-02 Sebastien Cote <sebas642@yahoo.ca>
11634 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11636 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11637 (gst_base_rtp_depayload_add_to_queue),
11638 (gst_base_rtp_depayload_push),
11639 (gst_base_rtp_depayload_set_gst_timestamp),
11640 (gst_base_rtp_depayload_queue_release):
11641 Fixes some bugs in the depayloader's queuing/de-queueing code.
11643 2005-10-31 Michael Smith <msmith@fluendo.com>
11645 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11646 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11647 (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11648 Patch from Alessandro Decina <alessandro@nnva.org>.
11649 Make oggdemux only find the final time in a chain, not per-pad,
11650 since the per-pad information can be very expensive to locate, and
11651 it isn't used anywhere. This makes reading a file containing
11652 OggSkeleton reasonably fast.
11653 Also, make chain finding work when there are logical bitstreams that
11654 can't be decoded. Fixes #319110.
11656 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11658 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11659 (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11660 (gst_base_rtp_depayload_chain),
11661 (gst_base_rtp_depayload_add_to_queue),
11662 (gst_base_rtp_depayload_push),
11663 (gst_base_rtp_depayload_set_gst_timestamp),
11664 (gst_base_rtp_depayload_queue_release),
11665 (gst_base_rtp_depayload_start_thread),
11666 (gst_base_rtp_depayload_set_property),
11667 (gst_base_rtp_depayload_get_property):
11668 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11669 Some random fixes, to fullfill the desires of thomas.
11671 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11673 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11674 (gst_base_rtp_depayload_add_to_queue),
11675 (gst_base_rtp_depayload_push):
11676 Fixed the queueing algorithm.
11678 2005-10-31 Zeeshan Ali <zeenix@gmail.com>
11680 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11681 (gst_base_rtp_depayload_push):
11684 2005-10-31 Wim Taymans <wim@fluendo.com>
11686 * gst-libs/gst/audio/gstringbuffer.h:
11689 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11690 (gst_ffmpeg_caps_to_pixfmt):
11691 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11692 (gst_ffmpegcsp_set_caps):
11693 Some more comments.
11694 Handle missing required caps fields better.
11696 2005-10-31 Wim Taymans <wim@fluendo.com>
11698 * gst-libs/gst/audio/gstbaseaudiosink.c:
11699 (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11700 (gst_base_audio_sink_render):
11701 * gst-libs/gst/audio/gstringbuffer.c:
11702 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11703 (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11704 (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11705 (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11706 (gst_ring_buffer_read):
11707 * gst-libs/gst/audio/gstringbuffer.h:
11708 Add flushing mode to the ringbuffer so that it in all cases does
11709 not try to handle more audio. This makes sure it does not try to
11710 block anymore when flushing and fixes a livelock.
11712 2005-10-29 Tim-Philipp Müller <tim at centricular dot net>
11714 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11715 (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11716 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11717 Explicitly check for -1 values before doing a conversion
11718 and always map them to -1. (#315545)
11720 2005-10-28 Thomas Vander Stichele <thomas at apestaart dot org>
11722 * gst/playback/gstplaybin.c: (gen_video_element):
11723 first try autovideosink, then xvimagesink, then error out
11725 add translatable file
11740 update translations
11742 2005-10-27 Philippe Khalaf <burger at speedy dot org>
11744 * gst-libs/gst/rtp/gstbasedepayload.c:
11745 * gst-libs/gst/rtp/gstbasedepayload.h:
11748 2005-10-27 Tim-Philipp Müller <tim at centricular dot net>
11750 * gst/playback/.cvsignore:
11751 * gst/playback/decodetest.c:
11752 * gst/playback/test3.c:
11753 Port these two tests as well.
11755 2005-10-27 Wim Taymans <wim@fluendo.com>
11757 * ext/theora/theoradec.c: (theora_dec_src_query),
11758 (theora_dec_sink_event):
11759 * ext/theora/theoraenc.c: (theora_enc_sink_event),
11760 (theora_enc_change_state):
11761 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11762 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11763 Take proper locks when handling events.
11765 2005-10-27 Wim Taymans <wim@fluendo.com>
11767 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11768 (gst_adder_change_state):
11769 Fix timestamps and fix deadlock when stopping the collectpads.
11771 2005-10-27 Zeeshan Ali <zeenix@gmail.com>
11773 * gst-libs/gst/rtp/gstrtpbuffer.h:
11774 Declaring the payload types as strings too so that they can be used
11775 in the padtemplate inialization.
11777 2005-10-26 Andre Magalhaes <andrunko@gmail.com>
11779 reviewed by: Zeeshan Ali <zeenix@gmail.com>
11781 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11782 (gst_base_rtp_depayload_class_init):
11783 Fixes a small but nasty bug. The derived elements no longer segfaults
11786 2005-10-26 Michael Smith <msmith@fluendo.com>
11788 * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11789 When clearing an audioconvert context, set tmpbufsize to zero, so
11790 we'll allocate it again later if required.
11791 This fixes audioconvert re-negotiating formats, which previously
11792 segfaulted with a NULL destination buffer.
11794 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11796 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11797 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11798 (gst_base_rtp_depayload_set_gst_timestamp),
11799 (gst_base_rtp_depayload_queue_release):
11800 Fixed a smalll memleak.
11802 2005-10-26 Zeeshan Ali <zeenix@gmail.com>
11803 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11804 (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11805 (gst_base_rtp_depayload_finalize),
11806 (gst_base_rtp_depayload_setcaps),
11807 (gst_base_rtp_depayload_add_to_queue),
11808 (gst_base_rtp_depayload_push),
11809 (gst_base_rtp_depayload_set_gst_timestamp),
11810 (gst_base_rtp_depayload_queue_release),
11811 (gst_base_rtp_depayload_thread),
11812 (gst_base_rtp_depayload_change_state):
11813 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11814 Changed the C++ comments to C comments
11816 2005-10-26 Tim-Philipp Müller <tim at centricular dot net>
11818 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11819 * gst/tcp/gsttcpclientsrc.h:
11820 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11821 * gst/tcp/gsttcpserversrc.h:
11822 Remove unused 'curoffset' structure member.
11824 2005-10-25 Zeeshan Ali <zeenix@gmail.com>
11826 * gst-libs/gst/rtp/gstbasertpdepayload.c:
11827 (gst_base_rtp_depayload_base_init),
11828 (gst_base_rtp_depayload_finalize):
11829 * gst-libs/gst/rtp/gstbasertpdepayload.h:
11830 * gst-libs/gst/rtp/gstbasertppayload.h:
11831 The pad-template on the sinkpad should be set by the derived classes.
11832 Also added some useful macros.
11834 2005-10-24 Wim Taymans <wim@fluendo.com>
11836 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11837 Correctly flush decoder samples even if we could not
11838 copy them to an output buffer. Fixes #319618.
11840 2005-10-24 Julien MOUTTE <julien@moutte.net>
11842 * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11843 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11844 the caps against our xcontext caps.
11846 2005-10-24 Wim Taymans <wim@fluendo.com>
11848 * gst-libs/gst/audio/gstbaseaudiosink.c:
11849 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11851 Use sync property from baseclass to disable sync.
11853 2005-10-24 Wim Taymans <wim@fluendo.com>
11855 * gst-libs/gst/audio/gstbaseaudiosink.c:
11856 (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11857 Buffers with no timestamps get aligned with previous buffers or
11858 on underrun, played ASAP.
11860 2005-10-24 Julien MOUTTE <julien@moutte.net>
11862 * gst-libs/gst/video/video.h:
11863 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11864 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11865 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11866 here comes my change on caps for framerate and geometry range.
11867 We are now accepting 1 to MAXINT for width and height, and from
11868 0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11869 to be blended correctly in videomixer.
11871 2005-10-24 Thomas Vander Stichele <thomas at apestaart dot org>
11876 === release 0.9.4 ===
11878 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11883 releasing 0.9.4, "Velociraptor"
11885 2005-10-23 Thomas Vander Stichele <thomas at apestaart dot org>
11887 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11891 2005-10-21 Wim Taymans <wim@fluendo.com>
11893 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11894 (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11895 (pad_blocked), (close_pad_link), (new_pad):
11896 Don't try to remove elements twice.
11898 2005-10-21 Wim Taymans <wim@fluendo.com>
11900 * ext/theora/theoradec.c: (theora_dec_src_query),
11901 (theora_dec_sink_event):
11902 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11903 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11904 (vorbis_handle_data_packet):
11905 * ext/vorbis/vorbisdec.h:
11908 * gst-libs/gst/audio/gstbaseaudiosink.c:
11909 (gst_base_audio_sink_render):
11910 Don't try to sync on buffers without a timestamp.
11912 2005-10-21 Wim Taymans <wim@fluendo.com>
11914 * ext/theora/theoradec.c: (theora_dec_src_query),
11915 (theora_dec_sink_event):
11916 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11917 (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11918 (vorbis_handle_data_packet):
11919 * ext/vorbis/vorbisdec.h:
11922 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11924 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11925 (gst_vorbisenc_src_query):
11926 Implement position and duration queries.
11928 * gst/playback/test3.c: (update_scale), (main):
11929 Fix for async state changes and print nicer output.
11931 2005-10-20 Wim Taymans <wim@fluendo.com>
11933 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11934 (dump_element_stats), (main):
11935 * gst/playback/test6.c: (main):
11938 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11940 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11941 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11942 Don't use functions for position queries when handling
11945 2005-10-20 Tim-Philipp Müller <tim at centricular dot net>
11947 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11948 (vorbis_handle_data_packet), (vorbis_dec_chain),
11949 (vorbis_dec_change_state):
11950 * ext/vorbis/vorbisdec.h:
11951 Vorbis streams can be embedded in other container formats
11952 than ogg, container formats where the demuxer might set
11953 timestamps on encoded vorbis buffers instead of those silly
11954 granulepos thingies. In short: make vorbisdec handle
11955 timestamps on incoming buffers as well.
11957 2005-10-20 Wim Taymans <wim@fluendo.com>
11959 * gst/playback/gstplaybasebin.c: (group_destroy),
11960 (gst_play_base_bin_change_state):
11962 Handle case where playbasebin is now ASYNC because
11965 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
11967 * gst/audioconvert/Makefile.am:
11968 * gst/audioconvert/bufferframesconvert.c:
11969 * gst/audioconvert/plugin.c: (plugin_init):
11970 * gst/audioconvert/plugin.h:
11971 And bye bye buffer-frames-convert
11973 2005-10-19 Wim Taymans <wim@fluendo.com>
11975 * check/elements/audioconvert.c:
11976 * docs/libs/tmpl/gstaudio.sgml:
11977 * docs/libs/tmpl/gstcolorbalance.sgml:
11978 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11979 (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11980 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11981 * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11982 * gst-libs/gst/audio/audio.h:
11983 * gst/audioconvert/audioconvert.h:
11984 * gst/audioconvert/gstaudioconvert.c:
11985 (gst_audio_convert_parse_caps):
11986 * gst/volume/gstvolume.c:
11987 Bye bye buffer-frames.
11989 2005-10-19 Wim Taymans <wim@fluendo.com>
11991 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11992 (query_positions_elems), (query_positions_pads), (update_scale),
11993 (do_seek), (set_update_scale), (message_received), (main):
11994 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11995 (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11996 (gst_ogg_demux_loop):
11997 * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11998 * ext/theora/theoradec.c: (theora_dec_src_query),
11999 (theora_dec_sink_event):
12000 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12001 (vorbis_dec_sink_event), (vorbis_handle_data_packet):
12002 * gst/adder/gstadder.c: (gst_adder_query):
12003 * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
12004 * gst/playback/test3.c: (update_scale):
12005 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12006 (dump_element_stats), (main):
12007 * gst/playback/test6.c: (main):
12008 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12011 2005-10-19 Tim-Philipp Müller <tim at centricular dot net>
12013 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
12014 (xml_check_first_element), (xml_type_find), (smil_type_find),
12016 Add typefinding for SMIL and for generic XML. Based on patch by
12017 Akos Maroy (#308663).
12019 2005-10-18 Wim Taymans <wim@fluendo.com>
12021 * gst/playback/Makefile.am:
12022 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12023 (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
12024 (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
12025 (try_to_link_1), (new_pad), (no_more_pads), (type_found),
12026 (gst_decode_bin_change_state):
12027 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12028 (gst_play_bin_send_event_to_sink):
12029 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12030 (dump_element_stats), (main):
12031 * gst/playback/test6.c: (main):
12032 Make playbin async, it'll commit state to paused when all streams
12035 Added test6.c to show async behaviour.
12037 2005-10-18 Wim Taymans <wim@fluendo.com>
12039 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
12040 (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
12041 Fix for segment-start/stop API change.
12043 2005-10-18 Wim Taymans <wim@fluendo.com>
12045 * check/Makefile.am:
12046 * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
12048 Add future test for clock selection.
12050 2005-10-18 Wim Taymans <wim@fluendo.com>
12052 * ext/alsa/gstalsasink.c: (gst_alsasink_init),
12053 (gst_alsasink_close):
12054 Set handle to NULL.
12056 * gst-libs/gst/audio/gstringbuffer.c:
12057 (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12058 (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12059 (gst_ring_buffer_start), (gst_ring_buffer_pause),
12060 (gst_ring_buffer_stop), (gst_ring_buffer_commit),
12061 (gst_ring_buffer_read):
12064 2005-10-17 Stefan Kost <ensonic@users.sf.net>
12066 * gst/audiotestsrc/Makefile.am:
12067 * gst/sine/Makefile.am:
12068 * gst/volume/Makefile.am:
12069 fix broken build of controllerized plugins
12071 2005-10-17 Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
12073 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12075 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12076 (gst_riff_create_video_template_caps):
12077 Add support for Indeo-3 (IV32).
12079 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12084 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12086 * gst-libs/gst/video/video.c: (gst_video_get_size):
12087 * gst/audiotestsrc/gstaudiotestsrc.c:
12090 2005-10-17 Andy Wingo <wingo@pobox.com>
12092 * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
12093 with the collectpads change.
12094 (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
12096 * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
12098 * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
12100 * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
12101 alloc_buffer flow return to callers.
12102 (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
12103 change. Fix some memleaks in theoraenc.
12105 * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
12106 in strange circumstance.
12108 2005-10-17 Julien MOUTTE <julien@moutte.net>
12110 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12111 (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
12112 from caps, let's use the caps...
12114 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
12117 put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
12119 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
12121 * gst-libs/gst/interfaces/Makefile.am:
12124 2005-10-16 Andy Wingo <wingo@pobox.com>
12126 * gst/playback/gstdecodebin.c
12127 (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
12129 (try_to_link_1): Increase kraziness level.
12131 2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
12134 restructure like the core one
12135 * gst-libs/gst/audio/Makefile.am:
12136 * gst-libs/gst/interfaces/Makefile.am:
12137 * gst-libs/gst/net/Makefile.am:
12138 * gst-libs/gst/riff/Makefile.am:
12139 * gst-libs/gst/rtp/Makefile.am:
12140 * gst-libs/gst/tag/Makefile.am:
12141 * gst-libs/gst/video/Makefile.am:
12142 use correct linker flags, now the libs are properly versioned
12143 * check/elements/audioconvert.c: (verify_convert):
12144 * ext/alsa/gstalsaplugin.c:
12145 * ext/cdparanoia/gstcdparanoia.c:
12146 * ext/gnomevfs/gstgnomevfs.c:
12147 * ext/libvisual/visual.c:
12148 * ext/ogg/gstogg.c:
12149 * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
12150 * ext/theora/theora.c:
12151 * ext/vorbis/vorbis.c:
12152 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12153 * gst-libs/gst/tag/gsttagediting.c:
12154 * gst-libs/gst/video/video.c:
12155 * gst/adder/gstadder.c:
12156 * gst/audioconvert/plugin.c:
12157 * gst/audiorate/gstaudiorate.c:
12158 * gst/audioresample/gstaudioresample.c:
12159 * gst/audioresample/resample_ref.c: (resample_scale_ref):
12160 * gst/audioscale/gstaudioscale.c:
12161 * gst/audioscale/resample.c:
12162 * gst/audiotestsrc/gstaudiotestsrc.c:
12163 * gst/ffmpegcolorspace/gstffmpeg.c:
12164 * gst/playback/gstdecodebin.c: (close_pad_link):
12165 * gst/playback/gstplaybin.c: (gen_video_element),
12166 (gen_audio_element):
12167 * gst/sine/gstsinesrc.c:
12168 * gst/subparse/gstsubparse.c:
12169 * gst/tags/gsttagediting.c:
12170 * gst/tcp/gsttcpplugin.c:
12171 * gst/typefind/gsttypefindfunctions.c:
12172 * gst/videorate/gstvideorate.c:
12173 * gst/videoscale/gstvideoscale.c:
12174 * gst/videotestsrc/gstvideotestsrc.c:
12175 * gst/volume/gstvolume.c:
12176 * sys/v4l/gstv4l.c:
12177 * sys/ximage/ximage.c:
12178 * sys/xvimage/xvimagesink.c:
12181 2005-10-13 Tim-Philipp Müller <tim at centricular dot net>
12183 * ext/vorbis/vorbisenc.c:
12184 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12185 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12186 (gst_tag_to_vorbis_comments):
12187 Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12189 2005-10-13 Stefan Kost <ensonic@users.sf.net>
12191 * examples/stats/mp2ogg.c:
12192 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12195 2005-10-13 Michael Smith <msmith@fluendo.com>
12197 * ext/ogg/gstoggmux.c:
12198 Use magic glib macros to define constants as 64 bit, to ensure
12199 appropriate vararg passing.
12201 2005-10-13 Michael Smith <msmith@fluendo.com>
12203 * ext/ogg/gstoggmux.c:
12204 * gst/audioconvert/audioconvert.c: (float):
12205 Don't use LL suffix, as it's not portable, and neither of these
12206 uses required it anyway.
12208 2005-10-12 Stefan Kost <ensonic@users.sf.net>
12210 * examples/indexing/indexmpeg.c: (main):
12211 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12212 (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12213 (cdparanoia_convert), (cdparanoia_query):
12214 * ext/cdparanoia/gstcdparanoia.h:
12215 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12216 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12217 (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12218 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12219 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12220 * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12221 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12222 (gst_multifdsink_render), (gst_multifdsink_start),
12223 (gst_multifdsink_stop):
12224 * gst/tcp/gstmultifdsink.h:
12225 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12226 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12227 (gst_tcpclientsink_stop):
12228 * gst/tcp/gsttcpclientsink.h:
12229 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12230 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12231 (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12232 * gst/tcp/gsttcpclientsrc.h:
12233 * gst/tcp/gsttcpserversink.h:
12234 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12235 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12236 (gst_tcpserversrc_stop):
12237 * gst/tcp/gsttcpserversrc.h:
12238 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12239 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12240 * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12241 renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12242 moved bitshift from macro to enum definition
12244 2005-10-12 Wim Taymans <wim@fluendo.com>
12246 * examples/seeking/Makefile.am:
12249 2005-10-12 Wim Taymans <wim@fluendo.com>
12251 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12252 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12253 Don't assert on normal stuff.
12255 * gst/playback/gstplaybin.c: (do_playbin_seek):
12258 2005-10-12 Wim Taymans <wim@fluendo.com>
12260 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12261 * examples/seeking/Makefile.am:
12262 * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12263 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12264 (do_seek), (set_update_scale), (message_received), (main):
12265 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12266 (gst_ring_buffer_read), (gst_ring_buffer_clear):
12267 Update for _get_state() API change.
12269 2005-10-11 Wim Taymans <wim@fluendo.com>
12271 * gst-libs/gst/audio/gstbaseaudiosink.c:
12272 (gst_base_audio_sink_render):
12273 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12274 (gst_base_audio_src_create):
12275 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12276 (gst_ring_buffer_read):
12278 Commit and read from ringbuffer in samples rather than bytes.
12280 2005-10-11 Wim Taymans <wim@fluendo.com>
12282 * gst-libs/gst/audio/gstbaseaudiosink.c:
12283 (gst_base_audio_sink_render):
12284 Respect segment rate and accum when scheduling samples.
12286 2005-10-11 Julien MOUTTE <julien@moutte.net>
12288 * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12289 (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12290 EOS correctly, that needs more work.
12292 2005-10-11 Wim Taymans <wim@fluendo.com>
12294 * check/generic/states.c: (GST_START_TEST):
12295 remove old property.
12297 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12298 (gst_ogg_demux_perform_seek):
12299 * ext/theora/theoradec.c: (theora_dec_sink_event):
12300 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12301 (vorbis_handle_data_packet):
12302 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12303 (gst_base_rtp_depayload_set_gst_timestamp):
12304 * gst/videorate/gstvideorate.c: (gst_videorate_event):
12305 Update for newsegment API change.
12307 2005-10-11 Michael Smith <msmith@fluendo.com>
12309 * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12310 (do_playbin_seek), (gst_play_bin_send_event):
12311 Override send_event differently, so that we can takes bits of
12312 functionality from GstPipeline (special handling for seeks,
12313 including pausing/resuming, and resetting stream time) and still get
12314 the appropriate behaviour of only forwarding event to a single sink,
12315 rather than all of them.
12316 Unfortunately requires a lot of code duplication, but the
12317 alternatives are equally ugly in the end.
12319 2005-10-11 Thomas Vander Stichele <thomas at apestaart dot org>
12321 * check/elements/audioconvert.c: (setup_audioconvert),
12322 (cleanup_audioconvert), (get_int_caps), (verify_convert),
12323 (GST_START_TEST), (audioconvert_suite):
12324 clean up tests a little, fix some leaks.
12326 2005-10-10 Wim Taymans <wim@fluendo.com>
12328 * ext/alsa/gstalsasink.c:
12329 Also allow unsigned int.
12331 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12332 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12335 2005-10-10 Wim Taymans <wim@fluendo.com>
12337 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12338 Small update, use API as stated in design docs.
12340 * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12341 (update_scale), (do_seek), (seek_cb), (set_update_scale),
12342 (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12343 (message_received), (main):
12344 Updated seek example for GOption. Some usability improvements.
12346 2005-10-10 Wim Taymans <wim@fluendo.com>
12348 * gst/audioconvert/audioconvert.h:
12349 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12350 (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12351 Alloc temp storage somewhere else where we can do it more
12354 2005-10-10 Wim Taymans <wim@fluendo.com>
12356 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12357 (gst_tcpserversrc_start):
12358 Don't block in accept while doing the state change, move
12359 to poll and make cancellable.
12361 2005-10-09 Philippe Khalaf <burger@speedy.org>
12363 * gst-libs/gst/rtp/rtpbasedepayload.c:
12364 Set timestamp and add queue delay to timestamp
12365 * gst-libs/gst/rtp/rtpbuffer.h:
12366 Set correct payload type for h263
12368 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12370 * gst/audiotestsrc/gstaudiotestsrc.c:
12371 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12372 (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12373 (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12374 (gst_audiotestsrc_create_triangle),
12375 (gst_audiotestsrc_create_silence),
12376 (gst_audiotestsrc_create_white_noise),
12377 (gst_audiotestsrc_init_pink_noise),
12378 (gst_audiotestsrc_generate_pink_noise_value),
12379 (gst_audiotestsrc_create_pink_noise),
12380 (gst_audiotestsrc_change_wave):
12381 * gst/audiotestsrc/gstaudiotestsrc.h:
12382 fixed typo, added pink noise
12384 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12386 * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12388 Add wavpack and spc typefind functions from 0.8 branch.
12390 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12392 * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12393 (ar_type_find), (msdos_type_find), (plugin_init):
12394 Add typefind functions for tar archives, ar archives,
12395 RAR archives, and msdos-executables (dlls, exe, etc.).
12396 Some of those would be wrongly identified as mpeg
12397 streams of some sort before (#315550).
12399 2005-10-09 Stefan Kost <ensonic@users.sf.net>
12402 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12403 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12404 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12405 * gst/audiotestsrc/Makefile.am:
12406 * gst/audiotestsrc/gstaudiotestsrc.c:
12407 (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12408 (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12409 (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12410 (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12411 (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12412 (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12413 (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12414 (gst_audiotestsrc_create_silence),
12415 (gst_audiotestsrc_create_white_noise),
12416 (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12417 (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12418 (gst_audiotestsrc_start), (plugin_init):
12419 * gst/audiotestsrc/gstaudiotestsrc.h:
12420 add new plugin and element
12421 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12424 2005-10-09 Tim-Philipp Müller <tim at centricular dot net>
12426 * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12427 (gst_adder_init), (gst_adder_request_new_pad),
12428 (gst_adder_change_state):
12429 Add query function to source pad, so adder reports the correct
12430 time/sample position when queried (#315457); fix state change
12431 function; use GST_DEBUG_FUNCPTR() for pad functions.
12433 2005-10-08 Thomas Vander Stichele <thomas at apestaart dot org>
12435 * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12436 Fix leaks in typefind registration
12437 Clean up the gratuitous commenting and whitespacing a little
12439 2005-10-08 Wim Taymans <wim@fluendo.com>
12441 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12442 Only actually wait for the thread to be stopped if it's
12445 2005-10-08 Wim Taymans <wim@fluendo.com>
12447 * gst-libs/gst/audio/gstbaseaudiosink.c:
12448 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12449 If we receive EOS we can start playback of what we had.
12451 2005-10-08 Wim Taymans <wim@fluendo.com>
12453 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12454 (gst_multifdsink_finalize), (multifdsink_hash_remove),
12455 (gst_multifdsink_stop):
12456 Fix crasher when going to NULL multiple times.
12458 2005-10-06 Wim Taymans <wim@fluendo.com>
12460 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12461 (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12462 * gst-libs/gst/audio/gstbaseaudiosrc.h:
12463 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12464 patch from Edgard Lima <edgard.lima@indt.org.br>
12465 Fixed gstbaseaudiosrc adding ring buffer sync to it.
12467 2005-10-06 Wim Taymans <wim@fluendo.com>
12469 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12470 Report the FLOW_RETURN as string in the error message.
12472 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12473 Don't assert when clearing an unnegotiated buffer.
12475 2005-10-04 Michael Smith <msmith@fluendo.com>
12477 * gst/playback/gstplaybasebin.c: (group_destroy),
12478 (gen_preroll_element), (remove_groups), (setup_source):
12479 * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12480 (setup_sinks), (gst_play_bin_send_event),
12481 (gst_play_bin_change_state):
12482 Set state to NULL before removing from bin. Fix refcounting.
12484 2005-10-04 Michael Smith <msmith@fluendo.com>
12486 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12487 Correct refcounting in send_event() function. Previously was wrong
12488 if the first sink was unable to handle the event.
12490 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12493 back to development
12495 === release 0.9.3 ===
12497 2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org>
12500 Releasing 0.9.3, "De Facto"
12502 2005-10-03 Andy Wingo <wingo@pobox.com>
12504 * gst/playback/gstdecodebin.c (try_to_link_1)
12505 (remove_element_chain): set element to NULL before removing it.
12507 2005-10-02 Johan Dahlin <johan@gnome.org>
12509 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols):
12510 protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12513 2005-10-02 Andy Wingo <wingo@pobox.com>
12515 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
12516 (gst_ring_buffer_prepare_read):
12517 * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12520 2005-09-29 Wim Taymans <wim@fluendo.com>
12522 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12523 * ext/theora/theoradec.c: (theora_handle_data_packet):
12524 * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12525 Propagate error codes from alloc_buffer too.
12527 2005-09-29 Wim Taymans <wim@fluendo.com>
12529 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12532 * gst/playback/Makefile.am:
12533 * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12534 (dump_element_stats), (main):
12535 Added example stream introspection code.
12537 2005-09-28 Stefan Kost <ensonic@users.sf.net>
12539 * gst/adder/gstadder.c: (gst_adder_collected):
12540 fix adder for float elements
12542 2005-09-28 Wim Taymans <wim@fluendo.com>
12544 * gst-libs/gst/audio/gstbaseaudiosink.c:
12545 (gst_base_audio_sink_class_init),
12546 (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12547 * gst-libs/gst/audio/gstbaseaudiosrc.c:
12548 (gst_base_audio_src_class_init),
12549 (gst_base_audio_src_provide_clock):
12550 get_clock -> provide_clock
12552 2005-09-28 Andy Wingo <wingo@pobox.com>
12554 * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12557 * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12560 * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12561 Actually add the pad template.
12562 (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12564 * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12567 * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12568 from fdsrc. Get caps in create() instead of start() so it can be
12569 interrupted. Interruption somewhat untested.
12571 * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12572 Proper EOS handling.
12574 2005-09-27 Andy Wingo <wingo@pobox.com>
12576 * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12578 * gst/tcp/gsttcpserversrc.c: Cleaned up.
12580 * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12582 * gst/tcp/gsttcp.h:
12583 * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12584 out of tcpclientsrc.c. Cancellable.
12585 (gst_tcp_socket_read): Made private, cancellable, with better
12586 diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12587 (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12588 whole buffer, and better diagnostics.
12589 (gst_tcp_gdp_read_caps): Same.
12591 * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12593 2005-09-26 Andy Wingo <wingo@pobox.com>
12595 * gst/sine/gstsinesrc.h:
12596 * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12597 change the 'sync' property to 'is-live' and implement it halfway,
12598 update for controller api change.
12600 * gst/volume/gstvolume.c (volume_transform_ip): Update for
12601 controller api change.
12603 2005-09-24 Wim Taymans <wim@fluendo.com>
12605 * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12606 * gst-libs/gst/audio/gstaudiosink.c:
12607 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12608 (gst_audioringbuffer_stop):
12609 * gst-libs/gst/audio/gstbaseaudiosink.c:
12610 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12611 (gst_base_audio_sink_change_state):
12612 * gst-libs/gst/audio/gstbaseaudiosink.h:
12613 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12614 (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12615 (gst_ring_buffer_commit), (gst_ring_buffer_read):
12616 * gst-libs/gst/audio/gstringbuffer.h:
12617 Fix sync again. Moved sample alignment to basesink.
12619 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org>
12621 * docs/plugins/Makefile.am:
12622 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12623 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12624 * gst/volume/gstvolume.c:
12626 * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12627 * gst-libs/gst/audio/audio.h:
12628 add conversion macros for frames <-> clocktime
12630 2005-09-23 David Schleef <ds@schleef.org>
12632 * gst/audioresample/Makefile.am:
12633 * gst/audioresample/debug.h:
12634 * gst/audioresample/gstaudioresample.c:
12635 * gst/audioresample/resample.c: Convert to using gst debugging
12637 2005-09-22 Wim Taymans <wim@fluendo.com>
12639 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12640 (gst_play_bin_send_event):
12641 Only seek on one sink, the first one that succeeds.
12643 2005-09-22 Michael Smith <msmith@fluendo.com>
12645 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12646 (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12647 Don't flush encoder state unless we have an initialised encoder.
12648 Clear out encoder state on PAUSED_TO_READY.
12650 2005-09-22 Wim Taymans <wim@fluendo.com>
12652 * gst-libs/gst/rtp/gstbasertppayload.c:
12653 (gst_basertppayload_class_init), (gst_basertppayload_init),
12654 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12655 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12656 (gst_basertppayload_is_filled), (gst_basertppayload_push),
12657 (gst_basertppayload_set_property),
12658 (gst_basertppayload_get_property),
12659 (gst_basertppayload_change_state):
12660 * gst-libs/gst/rtp/gstbasertppayload.h:
12661 Added max-ptime to control amount of data in the rtp packets.
12663 2005-09-21 Andy Wingo <wingo@pobox.com>
12665 * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12668 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12669 can be called multiple times, dogs.
12671 2005-09-21 Wim Taymans <wim@fluendo.com>
12673 * gst-libs/gst/rtp/gstbasertppayload.c:
12674 (gst_basertppayload_class_init), (gst_basertppayload_init),
12675 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12676 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12677 (gst_basertppayload_push), (gst_basertppayload_get_property),
12678 (gst_basertppayload_change_state):
12681 2005-09-21 Stefan Kost <ensonic@users.sf.net>
12683 * docs/libs/compiling.sgml:
12686 2005-09-20 Wim Taymans <wim@fluendo.com>
12688 * gst-libs/gst/rtp/gstbasertppayload.c:
12689 (gst_basertppayload_class_init), (gst_basertppayload_init),
12690 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12691 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12692 (gst_basertppayload_push), (gst_basertppayload_set_property),
12693 (gst_basertppayload_get_property),
12694 (gst_basertppayload_change_state):
12695 * gst-libs/gst/rtp/gstbasertppayload.h:
12696 Added property to configure sequence number offsets.
12698 2005-09-20 Wim Taymans <wim@fluendo.com>
12700 * gst-libs/gst/rtp/gstbasertppayload.c:
12701 (gst_basertppayload_class_init), (gst_basertppayload_init),
12702 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12703 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12704 (gst_basertppayload_push), (gst_basertppayload_set_property),
12705 (gst_basertppayload_get_property),
12706 (gst_basertppayload_change_state):
12707 * gst-libs/gst/rtp/gstbasertppayload.h:
12708 Make timestamp offset configurable.
12710 2005-09-20 Thomas Vander Stichele <thomas at apestaart dot org>
12712 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12713 fix wrong pop/unref
12715 2005-09-19 Torsten Schoenfeld <kaffeetisch at gmx dot net>
12717 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
12719 * gst-libs/gst/interfaces/propertyprobe.c:
12720 (gst_property_probe_probe_property_name),
12721 (gst_property_probe_needs_probe_name),
12722 (gst_property_probe_get_values_name),
12723 (gst_property_probe_probe_and_get_values_name):
12724 Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12725 G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12727 2005-09-19 Thomas Vander Stichele <thomas at apestaart dot org>
12729 * check/Makefile.am:
12730 have some tests be disabled for valgrinding
12731 * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12733 * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12734 Fix A Leak. Chain To Parent Finalize.
12736 2005-09-19 Wim Taymans <wim@fluendo.com>
12738 * examples/seeking/seek.c: (make_wav_pipeline), (main):
12739 Fixed wav pipeline.
12741 2005-09-19 Wim Taymans <wim@fluendo.com>
12743 * gst-libs/gst/rtp/gstbasertppayload.c:
12744 (gst_basertppayload_class_init), (gst_basertppayload_init),
12745 (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12746 (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12747 (gst_basertppayload_push), (gst_basertppayload_get_property),
12748 (gst_basertppayload_change_state):
12749 Posting ERROR and WARNING messages is good.
12751 2005-09-19 Wim Taymans <wim@fluendo.com>
12753 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12754 (gst_base_rtp_depayload_add_to_queue),
12755 (gst_base_rtp_depayload_push),
12756 (gst_base_rtp_depayload_set_gst_timestamp),
12757 (gst_base_rtp_depayload_queue_release):
12758 This one was not supposed to go in.
12760 2005-09-19 Wim Taymans <wim@fluendo.com>
12762 * check/pipelines/simple_launch_lines.c: (run_pipeline):
12765 * gst-libs/gst/rtp/gstbasertpdepayload.c:
12766 (gst_base_rtp_depayload_chain),
12767 (gst_base_rtp_depayload_add_to_queue),
12768 (gst_base_rtp_depayload_push),
12769 (gst_base_rtp_depayload_set_gst_timestamp),
12770 (gst_base_rtp_depayload_queue_release):
12773 * gst-libs/gst/rtp/gstbasertppayload.c:
12774 (gst_basertppayload_class_init), (gst_basertppayload_init),
12775 (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12776 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12777 (gst_basertppayload_get_property),
12778 (gst_basertppayload_change_state):
12779 Added debugging category.
12781 2005-09-18 David Schleef <ds@schleef.org>
12783 * gst/playback/gstdecodebin.c: free plugin list correctly
12784 * gst/playback/gstplaybin.c: emit warning if autovideosink
12785 and autoaudiosink can't be found (instead of segfaulting)
12787 2005-09-17 Thomas Vander Stichele <thomas at apestaart dot org>
12789 * check/elements/audioconvert.c: (GST_START_TEST):
12790 try out 24 bit conversion
12792 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12794 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12795 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12796 (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12797 * ext/vorbis/vorbisenc.h:
12798 Fix EOS handling. Still needs a fix in the ogg muxer to
12799 mark the last page as eos.
12801 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12803 * common/gtk-doc-plugins.mak:
12804 * docs/plugins/Makefile.am:
12805 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12806 * gst/ffmpegcolorspace/Makefile.am:
12807 * gst/ffmpegcolorspace/avcodec.h:
12808 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12809 * gst/tcp/gstmultifdsink.c:
12810 fix up ffmpegcolorspace docs; extract header
12812 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12814 * common/gtk-doc-plugins.mak:
12815 * docs/plugins/Makefile.am:
12816 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12817 * ext/theora/Makefile.am:
12818 * ext/theora/gsttheoraenc.h:
12819 * ext/theora/theoraenc.c:
12820 * ext/vorbis/vorbisenc.c:
12821 pick up signals and args for vorbis; add some docs for vorbis
12823 2005-09-15 Thomas Vander Stichele <thomas at apestaart dot org>
12825 * common/gstdoc-scangobj:
12826 * common/gtk-doc-plugins.mak:
12827 * docs/libs/Makefile.am:
12828 * docs/plugins/gst-plugins-base-plugins.args:
12829 * docs/plugins/gst-plugins-base-plugins.hierarchy:
12830 * docs/plugins/gst-plugins-base-plugins.interfaces:
12831 * docs/plugins/gst-plugins-base-plugins.prerequisites:
12832 * docs/plugins/gst-plugins-base-plugins.signals:
12833 only scanobj stuff from our source module. Not sure yet
12834 if that's correct, given the hierarchy stuff :)
12836 2005-09-15 Wim Taymans <wim@fluendo.com>
12838 * gst/audioconvert/gstaudioconvert.c:
12839 And enable 24 bits mode as well..
12841 2005-09-15 Wim Taymans <wim@fluendo.com>
12843 * gst-libs/gst/rtp/Makefile.am:
12844 * gst-libs/gst/rtp/gstbasertppayload.c:
12845 (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12846 (gst_basertppayload_class_init), (gst_basertppayload_init),
12847 (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12848 (gst_basertppayload_chain), (gst_basertppayload_set_options),
12849 (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12850 (gst_basertppayload_set_property),
12851 (gst_basertppayload_get_property),
12852 (gst_basertppayload_change_state):
12853 * gst-libs/gst/rtp/gstbasertppayload.h:
12854 Added rtp payloader base class.
12856 2005-09-15 Andy Wingo <wingo@pobox.com>
12858 * configure.ac (plugindir): Remove the EOL matcher from the
12859 regexp, as it causes me problems. Libtool? Make? Who knows?
12861 2005-09-14 David Schleef <ds@schleef.org>
12863 * check/generic/states.c:
12864 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12865 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12866 Fixes for changes in registry API.
12868 * configure.ac: Only export gst_plugins_desc. Add -no-undefined
12869 to GST_PLUGIN_LDFLAGS.
12870 * ext/libvisual/visual.c: Make the library shut up.
12871 * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12872 * gst-libs/gst/audio/gstaudiofilter.c: same
12874 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12876 * docs/plugins/Makefile.am:
12877 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12878 * docs/plugins/inspect/plugin-libvisual.xml:
12879 * docs/plugins/tmpl/element-tcpserversink.sgml:
12880 * ext/theora/theoraenc.c:
12881 add libvisual plugin and theoraenc element to docs
12883 2005-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
12885 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12886 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12887 * ext/theora/theoraenc.c:
12890 2005-09-13 Tim-Philipp Müller <tim at centricular dot net>
12892 * gst/audioconvert/Makefile.am:
12893 Audioconvert derives from GstBaseTransform and should
12894 link to the library with our base elements to avoid
12895 unresolved symbols. Makes things work with MinGW (#316160)
12897 * gst/playback/test4.c: (main):
12898 Fix MinGW build problem and use g_usleep() instead of
12901 2005-09-12 Wim Taymans <wim@fluendo.com>
12903 * gst/audioconvert/audioconvert.c: (float),
12904 (audio_convert_prepare_context), (audio_convert_convert):
12905 * gst/audioconvert/audioconvert.h:
12906 Cleanups, speedups, simplifications, added back support
12909 2005-09-11 Thomas Vander Stichele <thomas at apestaart dot org>
12911 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12912 * docs/plugins/gst-plugins-base-plugins-sections.txt:
12913 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12914 * docs/plugins/tmpl/element-tcpserversink.sgml:
12915 * gst/ffmpegcolorspace/gstffmpeg.c:
12916 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12917 * gst/videotestsrc/gstvideotestsrc.c:
12918 * gst/volume/gstvolume.c:
12919 add more elements to the docs
12921 2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
12923 * check/Makefile.am:
12924 * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12925 (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12926 Add extra tests for basetransform based components.
12927 Comment out the test_element_negotiation test until we decide
12928 if it's testing correct behaviour.
12929 * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12930 (gst_visual_chain), (gst_visual_change_state):
12931 Slightly more correct but still bogus timestamping.
12932 Fix state change function.
12933 * gst/audioconvert/gstaudioconvert.c:
12934 (gst_audio_convert_class_init):
12935 * gst/audioresample/gstaudioresample.c:
12936 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12937 (gst_ffmpegcsp_class_init):
12938 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12939 (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12940 (gst_videoscale_prepare_image):
12941 * gst/volume/gstvolume.c: (gst_volume_class_init),
12942 (volume_transform_ip):
12943 Basetransform updates. Enable passthrough modes.
12944 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12945 (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12946 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12947 Negotiation fix that allows the window to return to the original
12948 size and renegotiate passthrough upstream. Extra debug output.
12950 2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
12952 * gst/sine/gstsinesrc.c:
12953 * gst/volume/gstvolume.c:
12954 fix up header include
12956 2005-09-09 Stefan Kost <ensonic@users.sf.net>
12958 * gst-libs/gst/audio/gstbaseaudiosink.c:
12959 (gst_base_audio_sink_render):
12960 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12961 * gst/volume/gstvolume.c: (gst_volume_class_init),
12962 (volume_transform):
12963 fixing lost sync, some more debugging
12965 2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
12967 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12968 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12969 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12970 (gst_xvimagesink_check_xshm_calls):
12971 Fix compilation when XShm is not available.
12973 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
12975 * ext/libvisual/visual.c: (gst_visual_dispose),
12976 (gst_visual_getcaps), (gst_visual_src_setcaps),
12977 (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12978 (gst_visual_change_state):
12979 Finish fixing up libvisual plugin so that it runs.
12981 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12983 * ext/vorbis/vorbisenc.c:
12984 * gst-libs/gst/tag/gstvorbistag.c:
12985 gsttaginterface.h -> gsttagsetter.h
12987 2005-09-07 Stefan Kost <ensonic@users.sf.net>
12989 * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12990 added another test that failes for me (test is not active by default)
12992 2005-09-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
12995 v4l2 is no longer in gst-plugins-base
12997 2005-09-07 Jan Schmidt <thaytan@mad.scientist.com>
13000 In the output at the end, don't show the first plugin on the same
13001 line as "Core plug-ins, always built:".
13002 Indent the output as for other plugin categories
13003 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13004 #define that can be used to not use peer buffer_alloc functions for
13006 * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
13007 (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
13008 (gst_ximagesink_show_frame):
13009 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
13010 (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
13011 (gst_xvimagesink_show_frame):
13012 Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
13013 fails gracefully instead of XError aborting or deadlocking.
13015 2005-09-07 Stefan Kost <ensonic@users.sf.net>
13017 * ext/libvisual/Makefile.am:
13018 link against gst-base-libs
13020 2005-09-06 David Schleef <ds@schleef.org>
13022 * configure.ac: Enable libvisual plugin.
13023 * ext/libvisual/Makefile.am:
13024 * ext/libvisual/visual.c: Fixes to make it compile.
13026 === release 0.9.2 ===
13028 2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>
13033 * docs/random/ChangeLog-0.8:
13034 releasing 0.9.2, "Spoon"
13036 2005-09-05 Michael Smith <msmith@fluendo.com>
13038 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13039 libvorbis accepts quality as low as -0.1, not just 0.0. So accept
13040 that in the vorbisenc element.
13042 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
13044 * common/gtk-doc-plugins.mak:
13045 * docs/plugins/Makefile.am:
13047 * gst/audioresample/resample.c:
13048 fix wrong docstring
13050 2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
13052 * common/gst-xmlinspect.py:
13053 * common/gtk-doc-plugins.mak:
13054 only inspect plugins for this given package
13055 require gst-python 0.9
13057 2005-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
13061 * common/gst-xmlinspect.py:
13063 * docs/Makefile.am:
13064 * docs/plugins/inspect/plugin-alsa.xml:
13065 * docs/plugins/inspect/plugin-audioresample.xml:
13066 * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13067 * docs/plugins/inspect/plugin-ogg.xml:
13068 * docs/plugins/tmpl/element-gnomevfssink.sgml:
13069 * docs/plugins/tmpl/element-multifdsink.sgml:
13070 * docs/plugins/tmpl/element-tcpserversink.sgml:
13071 * docs/plugins/tmpl/element-vorbisenc.sgml:
13072 * gst-plugins-base.spec.in:
13073 various doc-related updates
13075 2005-08-31 Wim Taymans <wim@fluendo.com>
13077 * gst-libs/gst/audio/gstbaseaudiosink.c:
13078 (gst_base_audio_sink_render):
13079 Resync if the buffer timestamps drift more than a 10th
13082 2005-08-31 Tim-Philipp Müller <tim at centricular dot net>
13084 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
13085 (gst_v4lsrc_get_property):
13086 The 'timestamp-offset' property is registered as an int64, so
13087 let's use g_value_{set|get}_int64() in our setter and getter
13088 functions (makes it work and fixes warnings with gst-inspect).
13090 2005-08-30 Wim Taymans <wim@fluendo.com>
13092 * check/elements/audioconvert.c: (setup_audioconvert):
13093 * check/elements/audioresample.c: (setup_audioresample):
13094 * check/elements/volume.c: (setup_volume):
13097 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
13099 * common/gtk-doc-plugins.mak:
13100 * common/plugins.xsl:
13101 * docs/plugins/Makefile.am:
13102 make module a param
13104 2005-08-30 Stefan Kost <ensonic@users.sf.net>
13106 * examples/seeking/seek.c: (make_mp3_pipeline),
13107 (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
13108 (play_cb), (pause_cb), (stop_cb):
13111 2005-08-30 Stefan Kost <ensonic@users.sf.net>
13113 * gst/volume/gstvolume.c: (gst_volume_class_init),
13114 (volume_transform):
13115 do not update controlled params, if buffer has no timestamp
13117 2005-08-29 Stefan Kost <ensonic@users.sf.net>
13120 * gst/sine/Makefile.am:
13121 * gst/volume/Makefile.am:
13122 controllerized elements also need to link against controller-libs ;)
13124 2005-08-29 Stefan Kost <ensonic@users.sf.net>
13126 * docs/libs/tmpl/gstcolorbalance.sgml:
13127 * docs/libs/tmpl/gstgconf.sgml:
13128 * docs/libs/tmpl/gstmixer.sgml:
13129 * docs/libs/tmpl/gstringbuffer.sgml:
13130 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13131 (gst_sinesrc_create):
13132 * gst/volume/gstvolume.c: (gst_volume_class_init),
13133 (volume_transform):
13134 controllerized two audio plugins
13136 2005-08-29 Andy Wingo <wingo@pobox.com>
13138 * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push)
13139 (vorbis_handle_data_packet): Fix some int overflow errors.
13141 * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
13143 (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
13145 (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
13146 if it's valid. Fixed streaming-mode playback.
13148 * check/elements/volume.c (cleanup_volume): Fix for running
13151 * check/elements/audioconvert.c: Convert from native endian, not
13154 2005-08-29 Michael Smith <msmith@fluendo.com>
13156 * ext/ogg/Makefile.am:
13157 * ext/ogg/gstogg.c: (plugin_init):
13158 * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
13159 (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
13160 (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
13161 (gst_ogg_parse_class_init), (gst_ogg_parse_init),
13162 (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
13163 (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
13164 (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
13165 (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
13166 Add an ogg parser element.
13168 2005-08-28 Andy Wingo <wingo@pobox.com>
13170 * Updates for two-arg init from GST_BOILERPLATE_FULL.
13172 2005-08-26 Wim Taymans <wim@fluendo.com>
13174 * gst/audioconvert/audioconvert.c: (if), (float),
13175 (audio_convert_get_func_index), (check_default),
13176 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13177 (audio_convert_clean_context), (audio_convert_get_sizes),
13178 (audio_convert_convert):
13181 2005-08-26 Wim Taymans <wim@fluendo.com>
13183 * gst/audioconvert/audioconvert.c: (if), (float),
13184 (audio_convert_get_func_index), (check_default),
13185 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13186 (audio_convert_clean_context), (audio_convert_get_sizes),
13187 (audio_convert_convert):
13188 More elegant and working temp buffer selection algo.
13190 2005-08-26 Wim Taymans <wim@fluendo.com>
13192 * gst/audioconvert/audioconvert.c: (if), (float),
13193 (audio_convert_get_func_index), (check_default),
13194 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13195 (audio_convert_clean_context), (audio_convert_get_sizes),
13196 (get_temp_buffer), (audio_convert_convert):
13197 Use realloc else we lose our original data.
13199 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
13201 * gst/audioresample/gstaudioresample.c:
13202 use base class' newsegment to properly timestamp
13204 2005-08-26 Wim Taymans <wim@fluendo.com>
13206 * gst/audioconvert/audioconvert.c: (if), (float),
13207 (audio_convert_get_func_index), (check_default),
13208 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13209 (audio_convert_clean_context), (audio_convert_get_sizes),
13210 (get_temp_buffer), (audio_convert_convert):
13211 * gst/audioconvert/gstaudioconvert.c:
13212 (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13213 (gst_audio_convert_transform_caps),
13214 (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13215 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13216 Oops, allocate enough space to perform the channel mix.
13218 2005-08-26 Wim Taymans <wim@fluendo.com>
13220 * gst/audioconvert/Makefile.am:
13221 * gst/audioconvert/audioconvert.c: (if), (float),
13222 (audio_convert_get_func_index), (check_default),
13223 (audio_convert_clean_fmt), (audio_convert_prepare_context),
13224 (audio_convert_clean_context), (audio_convert_get_sizes),
13225 (get_temp_buffer), (audio_convert_convert):
13226 * gst/audioconvert/audioconvert.h:
13227 * gst/audioconvert/gstaudioconvert.c:
13228 (gst_audio_convert_class_init), (gst_audio_convert_init),
13229 (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13230 (gst_audio_convert_get_unit_size),
13231 (gst_audio_convert_transform_caps),
13232 (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13233 (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13234 * gst/audioconvert/gstaudioconvert.h:
13235 * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13236 (gst_channel_mix_fill_identical),
13237 (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13238 (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13239 (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13240 (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13241 (gst_channel_mix_mix):
13242 * gst/audioconvert/gstchannelmix.h:
13243 Cleanups, librarify a bit, optimize, better negotiation and more.
13245 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13247 * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13248 Another from MikeS:
13249 During typefinding, don't support negative offsets
13250 (offsets from the end of the stream) in our typefind->peek() function
13251 - nothing embedded in ogg ever needs them. However, we need to recognise
13252 those requests and reject them, otherwise we return invalid pointers.
13254 2005-08-26 Jan Schmidt <thaytan@mad.scientist.com>
13256 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13257 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13258 (vorbisdec_finalize), (vorbis_handle_type_packet):
13259 Big shout-out to MikeS for fixing this giant memory leak.
13262 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13264 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13265 (audio_convert_get_unit_size):
13268 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13270 * check/Makefile.am:
13271 * check/elements/audioconvert.c: (setup_audioconvert),
13272 (cleanup_audioconvert), (get_int_caps), (verify_convert),
13273 (GST_START_TEST), (audioconvert_suite), (main):
13274 add a test for audioconvert
13275 * gst/audioresample/gstaudioresample.c:
13276 * gst/audioresample/gstaudioresample.h:
13277 set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13278 note that for buffers of 1/3 sec this means DURATION(c) is
13279 one nanosecond more than for a and b
13281 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13283 * check/Makefile.am:
13284 * check/elements/audioresample.c: (setup_audioresample),
13285 (cleanup_audioresample), (fail_unless_perfect_stream),
13286 (test_perfect_stream_instance), (GST_START_TEST),
13287 add a check for audioresample
13288 (audioresample_suite), (main):
13289 * check/elements/volume.c: (GST_START_TEST):
13290 remove unused method
13291 * gst/audioresample/gstaudioresample.c:
13292 set correct buffer parameters since we're changing them
13293 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13296 2005-08-25 Thomas Vander Stichele <thomas at apestaart dot org>
13298 * gst/audioresample/debug.c:
13299 * gst/audioresample/gstaudioresample.c:
13300 add room for extra overlap samples when asked to transform size
13301 protect against possible mem corruption and check for discrepancies
13302 between written size and outbuffer's size so we can warn for
13304 * gst/audioresample/resample.c: (resample_init),
13305 (resample_get_output_size_for_input), (resample_get_output_size),
13306 (resample_set_n_channels), (resample_set_format):
13307 set debug level based on RESAMPLE_DEBUG env var
13308 make sure that get_output_size* returns a whole number of
13310 set sample_size each time either channel or format is set
13311 * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13312 * gst/audioresample/resample_functable.c:
13313 (resample_scale_functable):
13314 * gst/audioresample/resample_ref.c: (resample_scale_ref):
13315 remove r->sample_size, it's done in resample.c now
13316 add some debugging to the ref implementation
13317 make sure we only give back bytes that are wholes of the sample
13320 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
13321 * gst/playback/gstplaybasebin.c: (fill_buffer):
13322 Revert unpopular change for GST_MESSAGE_SRC to GObject.
13324 2005-08-25 Stefan Kost <ensonic@users.sf.net>
13326 * gst/volume/gstvolume.c:
13327 made set_caps function static
13329 2005-08-24 Wim Taymans <wim@fluendo.com>
13331 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13332 (gst_vorbisenc_change_state):
13333 Stop leaking taglists.
13335 2005-08-24 Wim Taymans <wim@fluendo.com>
13337 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13338 (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13339 (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13340 (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13341 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13342 (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13343 Parse seeking events better.
13345 Generate correct newsegment events, fixes seeking in live oggs.
13347 * ext/theora/theoradec.c: (theora_dec_src_query),
13348 (theora_dec_src_event), (theora_dec_src_getcaps),
13349 (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13350 Use newsegment values to report correct play time.
13352 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13353 (vorbis_dec_src_event), (vorbis_dec_sink_event):
13354 * ext/vorbis/vorbisdec.h:
13355 Parse and use newsegment values to report correct play time.
13357 * gst-libs/gst/audio/gstbaseaudiosink.c:
13358 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13359 Clear ringbuffer on flush.
13360 Use newsegment values to calculate playback time.
13362 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13363 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13364 Basesink does newsegment calculations for us now.
13366 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13368 * check/Makefile.am:
13370 add core's plugins to the mix so that playbin works
13371 * check/generic/states.c: (GST_START_TEST):
13372 set a 0 timeout on pipelines, so they don't force the next
13374 * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13375 (gst_play_base_bin_change_state):
13376 remove the crappy error handling and do GST error handling
13378 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13380 * check/Makefile.am:
13381 * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13382 add same test as to core, it bitches out on playbin atm.
13384 2005-08-24 Wim Taymans <wim@fluendo.com>
13389 2005-08-24 Wim Taymans <wim@fluendo.com>
13391 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13392 (gst_videoscale_prepare_size), (parse_caps),
13393 (gst_videoscale_set_caps), (gst_videoscale_get_size),
13394 (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13395 (gst_videoscale_transform):
13396 * gst/videoscale/gstvideoscale.h:
13397 Refactor, make use of BaseTranform really well.
13399 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13402 compile audioresample
13403 * gst/audioresample/Makefile.am:
13404 * gst/audioresample/buffer.c:
13405 * gst/audioresample/functable.c:
13406 * gst/audioresample/gstaudioresample.c:
13407 * gst/audioresample/gstaudioresample.h:
13408 * gst/audioresample/resample.c:
13409 (resample_get_output_size_for_input):
13410 * gst/audioresample/resample.h:
13411 * gst/audioresample/resample_chunk.c:
13412 * gst/audioresample/resample_functable.c:
13413 * gst/audioresample/resample_ref.c:
13414 port to use basetransform; doesn't work in all cases yet
13416 2005-08-24 Thomas Vander Stichele <thomas at apestaart dot org>
13418 * gst/audioconvert/gstaudioconvert.c:
13419 (gst_audio_convert_class_init), (gst_audio_convert_init),
13420 (audio_convert_get_unit_size), (audio_convert_transform_caps),
13421 (audio_convert_fixate_caps), (audio_convert_set_caps),
13422 (audio_convert_transform),
13423 (gst_audio_convert_buffer_to_default_format),
13424 (gst_audio_convert_buffer_from_default_format),
13425 (gst_audio_convert_channels):
13426 * gst/audioconvert/gstchannelmix.c:
13427 * gst/audioconvert/gstchannelmix.h:
13428 port to basetransform
13429 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13430 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13431 (gst_ffmpegcsp_get_unit_size):
13432 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13433 (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13434 fix for basetransform changes
13436 2005-08-24 Jan Schmidt <thaytan@mad.scientist.com>
13438 * check/Makefile.am:
13439 Add CHECK_CFLAGS and LDFLAGS
13441 * gst/playback/gstplaybasebin.c: (fill_buffer):
13442 GST_MESSAGE_SRC became a GObject
13444 2005-08-24 Wim Taymans <wim@fluendo.com>
13446 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13447 (gst_ring_buffer_clear_all):
13448 * gst-libs/gst/audio/gstringbuffer.h:
13449 Added function to clear the ringbuffer.
13451 2005-08-24 Andy Wingo <wingo@pobox.com>
13453 * sys/v4l/gstv4lelement.c (gst_v4lelement_start)
13454 (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13455 of _open and _close.
13457 * sys/v4l/gstv4lxoverlay.h:
13458 * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13459 an Xv connection here, instead of all the time. Make Xv only be
13460 loaded if you axe for it. Kindof a workaround for buggy behaviour
13461 of Xv when using remote xservers (XvQueryExtension would block).
13462 (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13463 replace the _open and _close public API. Only start the xv
13464 connection if necessary.
13465 (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13467 2005-08-23 David Schleef <ds@schleef.org>
13469 * gst/audioresample/Makefile.am: Leet audioresampling code
13470 * gst/audioresample/buffer.c:
13471 * gst/audioresample/buffer.h:
13472 * gst/audioresample/debug.c:
13473 * gst/audioresample/debug.h:
13474 * gst/audioresample/functable.c:
13475 * gst/audioresample/functable.h:
13476 * gst/audioresample/gstaudioresample.c:
13477 * gst/audioresample/gstaudioresample.h:
13478 * gst/audioresample/resample.c:
13479 * gst/audioresample/resample.h:
13480 * gst/audioresample/resample_chunk.c:
13481 * gst/audioresample/resample_functable.c:
13482 * gst/audioresample/resample_ref.c:
13484 2005-08-23 Wim Taymans <wim@fluendo.com>
13486 * examples/seeking/seek.c: (make_vorbis_pipeline),
13487 (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13488 Small seek updates.
13490 2005-08-23 Andy Wingo <wingo@pobox.com>
13492 * gst-libs/gst/audio/gstbaseaudiosrc.c
13493 (gst_base_audio_src_fixate): Only fixate endianness if it is
13494 present in the caps.
13496 2005-08-22 Andy Wingo <wingo@pobox.com>
13498 * ext/alsa/gstalsasink.c (gst_alsasink_get_property):
13499 * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13500 device-name property.
13502 * gst-libs/gst/audio/gstaudiosrc.h:
13503 * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13504 close_device in the ring buffer, like gstaudiosink.
13506 * ext/alsa/gstalsamixer.h:
13507 * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13508 macro to implement the interface without much code. Cleanups.
13510 * ext/alsa/gstalsasrc.h:
13511 * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13514 * ext/alsa/Makefile.am: Add new files.
13515 * ext/alsa/gstalsamixerelement.c:
13516 * ext/alsa/gstalsamixerelement.c: Split element code out from
13517 mixer code so that alsasrc can be a mixer too.
13519 2005-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
13521 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13523 * check/elements/vorbisdec.c: (setup_vorbisdec),
13524 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13525 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13526 (vorbis_handle_identification_packet),
13527 (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13528 (vorbis_handle_header_packet), (vorbis_dec_push),
13529 (vorbis_dec_chain):
13530 use the setup/teardown methods to save code. save code is good.
13532 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13534 * check/Makefile.am:
13535 add ext dir for plugins
13536 add vorbisdec test conditionally
13537 * check/elements/volume.c: (setup_volume), (cleanup_volume),
13538 (GST_START_TEST), (volume_suite):
13539 add a test with wrong caps
13540 * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13541 (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13542 add a vorbisdec test
13543 * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13544 (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13545 clean up debug output
13546 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13547 yay, fix a segfault/security issue in vorbisdec
13548 gst-launch fakesrc ! vorbisdec wasn't happy
13549 * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13550 (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13551 (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13552 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13553 (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13554 (gst_vorbisenc_set_metadata), (get_constraints_string),
13555 (update_start_message), (gst_vorbisenc_setup),
13556 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13557 (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13558 (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13559 (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13560 * ext/vorbis/vorbisenc.h:
13562 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13563 (gst_ffmpegcsp_transform):
13564 have the kow come home
13565 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13567 * gst/volume/gstvolume.c: (volume_set_caps):
13570 2005-08-20 Thomas Vander Stichele <thomas at apestaart dot org>
13573 * check/.cvsignore:
13574 * check/Makefile.am:
13575 * check/elements/.cvsignore:
13576 * check/elements/volume.c: (chain_func), (event_func),
13577 (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13580 add unit test structure for gst-plugins-base
13581 add a test for volume
13582 * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13583 (gst_volume_set_volume), (gst_volume_get_volume),
13584 (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13585 (volume_funcfind), (volume_process_float), (volume_process_int16),
13586 (volume_set_caps), (volume_transform), (volume_update_mute),
13587 (volume_update_volume), (volume_set_property),
13588 (volume_get_property):
13589 document a little; use basetransform vmethod _set_caps
13591 2005-08-19 Andy Wingo <wingo@pobox.com>
13593 * ext/alsa/gstalsamixertrack.h:
13594 * ext/alsa/gstalsamixertrack.c:
13595 * ext/alsa/gstalsamixeroptions.h:
13596 * ext/alsa/gstalsamixeroptions.c:
13597 * ext/alsa/gstalsamixer.h:
13598 * ext/alsa/gstalsamixer.c: Port to 0.9.
13600 * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13601 Remove gstalsa.c and alsaclock. No more cruft here.
13603 2005-08-18 Wim Taymans <wim@fluendo.com>
13605 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13606 (gst_base_rtp_depayload_chain),
13607 (gst_base_rtp_depayload_add_to_queue),
13608 (gst_base_rtp_depayload_push),
13609 (gst_base_rtp_depayload_queue_release):
13610 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13611 Fix for RTPBuffer changes.
13613 * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13614 (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13615 (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13616 (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13617 (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13618 (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13619 (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13620 (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13621 (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13622 (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13623 (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13624 (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13625 (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13626 (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13627 (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13628 (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13629 (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13630 (gst_rtpbuffer_get_payload):
13631 * gst-libs/gst/rtp/gstrtpbuffer.h:
13632 Don't subclass GstBuffer but add methods and helper functions
13633 to construct and manipulate RTP packets in regular GstBuffers.
13635 2005-08-18 Stefan Kost <ensonic@users.sf.net>
13637 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13638 moved statement below switch
13639 * gst/volume/gstvolume.c: (gst_volume_class_init):
13642 2005-08-16 Wim Taymans <wim@fluendo.com>
13644 * gst-libs/gst/audio/gstbaseaudiosrc.c:
13645 (gst_base_audio_src_change_state):
13646 Open and close device in READY<->NULL state change.
13648 2005-08-16 Andy Wingo <wingo@pobox.com>
13650 * examples/seeking/Makefile.am: Don't compile non-compiling
13651 compiled objects with the compiler.
13653 * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13656 2005-08-12 Philippe Khalaf <burger@speedy.org>
13657 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13658 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13659 Made a thread to release the queue.
13660 Removed timestamp conversion for now.
13662 2005-08-10 Philippe Khalaf <burger@speedy.org>
13663 * gst-libs/gst/rtp/gstbasertpdepayload.c:
13664 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13665 Added rtp timestamp -> gst timestamp conversion.
13666 Fixed several problems with queue.
13668 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13670 * gst-libs/gst/audio/gstaudioclock.h:
13671 * gst-libs/gst/audio/gstaudiofilter.h:
13672 * gst-libs/gst/audio/gstaudiosink.h:
13673 * gst-libs/gst/audio/gstaudiosrc.h:
13674 * gst-libs/gst/audio/gstbaseaudiosink.h:
13675 * gst-libs/gst/audio/gstbaseaudiosrc.h:
13676 * gst-libs/gst/audio/gstringbuffer.h:
13677 * gst-libs/gst/net/gstnetbuffer.h:
13678 * gst-libs/gst/rtp/gstbasertpdepayload.h:
13679 * gst-libs/gst/rtp/gstrtpbuffer.h:
13680 Add padding (you will need to rebuild gst-plugins-base,
13681 gst-plugins and all applications afterwards!)
13683 2005-08-09 Tim-Philipp Müller <tim at centricular dot net>
13685 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13686 (gst_riff_parse_chunk):
13687 Fix bug in debug message and add some more debug messages.
13689 2005-08-08 Edward Hervey <edward@fluendo.com>
13691 * gst-libs/gst/riff/riff-media.c:
13692 backported updates since branch
13694 2005-08-08 Andy Wingo <wingo@pobox.com>
13696 * gst-libs/gst/audio/gstbaseaudiosink.c
13697 (gst_base_audio_sink_change_state): Open the device in NULL->READY
13698 like good elements should. Close on READY->NULL too.
13700 * gst-libs/gst/audio/gstaudiosink.c
13701 (gst_audioringbuffer_open_device,
13702 (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13703 (gst_audioringbuffer_release): Updates for new ring buffer API,
13704 hook into the new audio sink api.
13706 * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13707 (GstAudioSinkClass.close): Just open and close the device -- no
13708 resource allocation or configuration.
13709 (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13710 vmethods, handle device setup and resource allocation.
13712 * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13713 (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13716 * gst-libs/gst/audio/gstringbuffer.h
13717 (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13720 * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13721 (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13722 New API functions. The device should be opened before acquiring
13723 and closed after releasing.
13725 2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
13727 * gst-libs/gst/interfaces/mixer.h:
13728 Reset padding to GST_PADDING.
13730 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13732 * gst/playback/gstplaybin.c: (remove_sinks):
13733 Remove visualization from parent explicitely; works around some
13734 apparent refcount issue that I haven't tracked down yet.
13736 2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13738 * ext/alsa/gstalsasink.c: (set_hwparams):
13739 Assign debug category, add negotiation debug msgs.
13741 2005-08-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13743 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13744 Fix error code for file-not-found to NOT_FOUND.
13746 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13748 * common/gtk-doc-plugins.mak:
13749 * docs/plugins/Makefile.am:
13750 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13751 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13752 renamed to actual element names, so much nicer to look at
13753 * docs/plugins/tmpl/gstmultifdsink.sgml:
13755 * docs/plugins/tmpl/multifdsink.sgml:
13756 * docs/plugins/tmpl/tcpserversink.sgml:
13758 * ext/alsa/gstalsa.c:
13759 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13760 * ext/ogg/gstoggmux.c:
13761 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13762 * gst/playback/gstdecodebin.c:
13763 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13764 * gst/tcp/gsttcpserversink.c:
13765 various fixes and documentation additions
13767 2005-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
13769 * common/Makefile.am:
13770 * common/gstdoc-scangobj:
13771 * common/gtk-doc-plugins.mak:
13772 * common/gtk-doc.mak:
13773 add a custom scangobj that uses the registry
13774 add a custom gtk-doc-plugins.mak that uses it
13775 some doc build fixes
13777 * docs/Makefile.am:
13778 * docs/plugins/Makefile.am:
13779 * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13780 * docs/plugins/gst-plugins-base-plugins-sections.txt:
13781 * docs/plugins/gst-plugins-base-plugins.types:
13782 * docs/plugins/tmpl/gstmultifdsink.sgml:
13783 add docs for one element, multifdsink
13784 * gst/adder/gstadder.h:
13785 * gst/volume/gstvolume.h:
13786 don't privatize enum
13787 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13788 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13789 (gst_sync_method_get_type), (gst_client_status_get_type),
13790 (gst_multifdsink_class_init),
13791 (gst_multifdsink_client_queue_buffer),
13792 (gst_multifdsink_handle_client_write):
13793 * gst/tcp/gstmultifdsink.h:
13794 * gst/tcp/gsttcp.h:
13795 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13796 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13797 (gst_tcpclientsink_render):
13798 * gst/tcp/gsttcpclientsink.h:
13799 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13800 (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13801 (gst_tcpclientsrc_start):
13802 * gst/tcp/gsttcpclientsrc.h:
13803 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13804 (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13805 * gst/tcp/gsttcpserversrc.h:
13806 * gst/typefind/gsttypefindfunctions.c:
13807 remove superfluous Type stuff
13809 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13811 * gst/playback/gstplaybin.c: (gen_video_element):
13814 2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13816 * gst-libs/gst/gconf/gconf.c:
13817 * gst-libs/gst/gconf/gconf.h:
13818 Fix some Andy Problem [tm].
13820 2005-08-04 Andy Wingo <wingo@pobox.com>
13822 * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13823 * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13824 (gst_ffmpegcsp_get_size): Adapt to API changes.
13826 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13827 Implement an in-place do-nothing transform.
13829 2005-08-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13831 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13832 (gst_ximagesink_renegotiate_size):
13833 Do not set new window sizes yet if we prepare a new buffer size
13834 for upstream renegotiation (software scaling) at some point in the
13835 future, because this new size waqs not actually accepted yet. Once
13836 accepted, renegotiation later on will set the new sizes just fine.
13837 Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13838 embedding testcase.
13840 2005-08-03 Andy Wingo <wingo@pobox.com>
13842 * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13843 (gst_ximagesink_buffer_alloc):
13844 Protect the height, width, and desired_caps with the pool_lock.
13845 Fixes videotestsrc ! queue ! ximagesink.
13847 2005-08-02 Edward Hervey <edward@fluendo.com>
13849 * gst/volume/gstvolume.c:
13850 include left from controller cleanup
13852 2005-08-02 Jan Schmidt <thaytan@mad.scientist.com>
13853 * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13854 Stop collectpads before calling the parent state
13855 change function on PAUSED->READY.
13857 2005-08-01 Jan Schmidt <thaytan@mad.scientist.com>
13859 When testing for X libs, use the X CFlags
13860 * gst/adder/gstadder.c: (gst_adder_change_state):
13861 Stop the collectpads before calling parent state change function
13862 on PAUSED->READY, otherwise we deadlock deactivating pads.
13864 2005-08-01 Stefan Kost <ensonic@users.sf.net>
13867 * docs/libs/tmpl/gstcolorbalance.sgml:
13868 * docs/libs/tmpl/gstmixer.sgml:
13869 * examples/Makefile.am:
13870 * gst/sine/Makefile.am:
13871 * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13872 (gst_sinesrc_set_property), (plugin_init):
13873 * gst/sine/gstsinesrc.h:
13874 * gst/volume/Makefile.am:
13875 * gst/volume/gstvolume.c: (gst_volume_set_volume),
13876 (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13877 (volume_process_float), (volume_process_int16),
13878 (volume_set_property), (plugin_init):
13879 * gst/volume/gstvolume.h:
13880 deactivate and remove dparams (libgstcontrol)
13882 2005-07-29 Wim Taymans <wim@fluendo.com>
13884 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13885 Convert me to BaseTransform!! help..
13887 2005-07-29 Andy Wingo <wingo@pobox.com>
13889 * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13892 * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13893 support of both endiannesses.
13895 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13897 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13898 Fix confusing debug message (s/event/query/)
13900 2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
13902 * gst/videotestsrc/videotestsrc.h:
13903 Use "_stdint.h" instead of <stdint.h>
13905 2005-07-27 Wim Taymans <wim@fluendo.com>
13907 * ext/vorbis/Makefile.am:
13908 Revert wrong commit.
13910 2005-07-27 Wim Taymans <wim@fluendo.com>
13912 * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13913 More compilation fixen.
13915 2005-07-27 Wim Taymans <wim@fluendo.com>
13917 * gst-libs/gst/audio/gstbaseaudiosink.c:
13918 (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13919 (gst_base_audio_sink_create_ringbuffer),
13920 (gst_base_audio_sink_change_state):
13923 2005-07-27 Wim Taymans <wim@fluendo.com>
13925 * examples/seeking/seek.c: (setup_dynamic_link),
13926 (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13927 (query_positions_elems), (query_positions_pads), (do_seek):
13928 Update seek example.
13930 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13931 (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13932 (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13933 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13934 (gst_ogg_demux_handle_event),
13935 (gst_ogg_demux_deactivate_current_chain),
13936 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13937 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13938 (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13939 (gst_ogg_demux_loop):
13940 * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13941 * ext/theora/theoradec.c: (theora_dec_src_event),
13942 (theora_dec_src_getcaps), (theora_dec_sink_event),
13943 (theora_dec_push), (theora_dec_chain):
13944 * ext/vorbis/Makefile.am:
13945 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13946 (vorbis_dec_sink_event), (vorbis_dec_push),
13947 (vorbis_handle_data_packet):
13948 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13949 (gst_vorbisenc_chain):
13950 * gst/playback/gststreaminfo.c: (cb_probe):
13951 * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13952 * gst/videorate/gstvideorate.c: (gst_videorate_event):
13953 * gst/videoscale/gstvideoscale.c:
13954 (gst_videoscale_handle_src_event):
13955 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13956 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13957 (gst_ximagesink_navigation_send_event):
13958 * sys/xvimage/xvimagesink.c:
13959 (gst_xvimagesink_navigation_send_event):
13960 Various event updates and cleanups
13962 2005-07-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13964 * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13965 Fix segfault for I420/YV12.
13967 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13969 * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13972 2005-07-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13974 * gst/playback/gstplaybin.c: (gen_video_element),
13975 (gen_audio_element):
13976 Switch to auto*sink elements as default sinks; add volume element
13977 so that volume control in totem works.
13979 2005-07-21 Wim Taymans <wim@fluendo.com>
13981 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13982 * gst/playback/gstplaybin.c: (setup_sinks),
13983 (gst_play_bin_change_state):
13984 Refcount fix and more comments.
13986 2005-07-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
13988 * sys/ximage/Makefile.am:
13989 * sys/ximage/ximage.c: (plugin_init):
13990 * sys/ximage/ximagesink.c:
13991 Prepare for adding ximagesrc, rename of plugin to ximage etc.
13994 2005-07-21 Wim Taymans <wim@fluendo.com>
13996 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13997 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13998 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13999 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14000 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14001 (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
14002 (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
14003 (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
14004 (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
14005 Generate correct disconts for live chained oggs.
14007 * gst-libs/gst/audio/gstbaseaudiosink.c:
14008 (gst_base_audio_sink_render),
14009 (gst_base_audio_sink_create_ringbuffer),
14010 (gst_base_audio_sink_change_state):
14011 Handle discont math correctly.
14013 * gst/playback/gstplaybin.c: (add_sink):
14014 Some small debug cleanup.
14016 2005-07-21 Wim Taymans <wim@fluendo.com>
14018 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
14019 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
14020 (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14021 (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14022 (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14023 (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
14024 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14025 (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
14026 (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
14027 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
14028 (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
14029 (gst_ogg_demux_change_state), (gst_ogg_print):
14030 Reorganize code to send the right disconts when in streaming
14033 2005-07-20 Andy Wingo <wingo@pobox.com>
14035 * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
14036 fix (?), fixes a seggie mcfalterson (#310894).
14038 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14040 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
14041 (gst_ogg_mux_set_header_on_caps):
14042 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14043 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14044 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14045 * gst-libs/gst/audio/multichannel.c:
14046 (gst_audio_set_channel_positions),
14047 (gst_audio_set_structure_channel_positions_list):
14048 * gst/playback/gstdecodebin.c: (dynamic_create):
14049 * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
14050 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
14051 Fixes for API changes in core.
14053 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14055 * gst/playback/gstplaybasebin.c: (fill_buffer):
14056 Use _new_custom() so we can set custom message types for buffering
14059 2005-07-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14062 * gst-libs/gst/Makefile.am:
14063 * gst-libs/gst/gconf/.cvsignore:
14064 * gst-libs/gst/gconf/Makefile.am:
14065 * gst-libs/gst/gconf/test-gconf.c:
14066 * pkgconfig/Makefile.am:
14067 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14068 * pkgconfig/gstreamer-gconf.pc.in:
14069 Remove gconf stuff, use gconf elements instead from now on.
14071 2005-07-20 Wim Taymans <wim@fluendo.com>
14073 * gst-libs/gst/audio/TODO:
14074 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
14075 (gst_audio_clock_get_internal_time):
14076 * gst-libs/gst/audio/gstaudioclock.h:
14077 * gst-libs/gst/audio/gstbaseaudiosink.c:
14078 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14079 (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
14080 (gst_base_audio_sink_render),
14081 (gst_base_audio_sink_create_ringbuffer),
14082 (gst_base_audio_sink_change_state):
14083 Make sure the audio clock always returns an increasing value.
14085 2005-07-19 Andy Wingo <wingo@pobox.com>
14087 * gst/videotestsrc/: Cleanups.
14089 2005-07-19 Wim Taymans <wim@fluendo.com>
14091 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14094 2005-07-19 Wim Taymans <wim@fluendo.com>
14096 * examples/seeking/seek.c: (make_dv_pipeline),
14097 (make_vorbis_theora_pipeline), (query_rates),
14098 (query_positions_elems), (query_positions_pads), (do_seek):
14099 Make correct DV pipeline.
14101 2005-07-18 Andy Wingo <wingo@pobox.com>
14103 * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
14104 default. Also because it's the only thing that really works. (This
14105 is used in the GConf elements).
14106 Use AS_LIBTOOL_TAGS.
14108 2005-07-18 Wim Taymans <wim@fluendo.com>
14110 * gst/playback/gstdecodebin.c: (remove_element_chain):
14111 * gst/playback/gstplaybin.c: (add_sink):
14112 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14113 (gst_stream_info_set_mute):
14114 * gst/playback/gststreamselector.c:
14115 (gst_stream_selector_get_linked_pad),
14116 (gst_stream_selector_getcaps), (gst_stream_selector_chain):
14117 More leak and compile fixes.
14119 2005-07-18 Wim Taymans <wim@fluendo.com>
14121 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14122 (query_rates), (query_positions_elems), (query_positions_pads),
14123 (do_seek), (seek_cb), (stop_seek):
14124 Updated seek example.
14126 * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
14127 * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
14128 (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
14129 * gst/playback/gstplaybin.c: (add_sink):
14130 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14131 (gst_stream_info_set_mute):
14132 Some refcount leak fixes.
14134 2005-07-16 Wim Taymans <wim@fluendo.com>
14136 * gst-libs/gst/audio/gstbaseaudiosink.c:
14137 (gst_base_audio_sink_render):
14138 Align samples even if we have roundoff errors in the
14139 timestamp conversion.
14141 2005-07-16 Wim Taymans <wim@fluendo.com>
14143 * docs/libs/tmpl/gstringbuffer.sgml:
14144 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14145 (query_rates), (query_positions_elems), (query_positions_pads),
14146 (update_scale), (do_seek):
14147 Updated seek example.
14149 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14150 (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
14151 (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
14152 (gst_ogg_demux_loop):
14153 Push out correct discont values.
14155 * ext/theora/theoradec.c: (theora_dec_src_convert),
14156 (theora_dec_sink_convert), (theora_dec_src_getcaps),
14157 (theora_dec_sink_event), (theora_handle_type_packet),
14158 (theora_handle_header_packet), (theora_dec_push),
14159 (theora_handle_data_packet), (theora_dec_chain),
14160 (theora_dec_change_state):
14161 Better timestamping.
14163 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14164 (vorbis_dec_sink_event), (vorbis_dec_push),
14165 (vorbis_handle_data_packet), (vorbis_dec_chain):
14166 * ext/vorbis/vorbisdec.h:
14167 Better timestamping.
14169 * gst-libs/gst/audio/gstbaseaudiosink.c:
14170 (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
14171 (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14172 Handle syncing on timestamps instead of sample offsets. Make
14173 use of DISCONT values as described in design docs.
14175 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14176 (gst_base_audio_src_get_time):
14177 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14178 (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14179 (gst_ring_buffer_read):
14180 * gst-libs/gst/audio/gstringbuffer.h:
14181 * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14182 (gst_ximagesink_show_frame):
14183 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14184 Correcly convert buffer timestamp to stream time.
14186 2005-07-16 Wim Taymans <wim@fluendo.com>
14188 * gst/audioconvert/gstaudioconvert.c:
14189 (gst_audio_convert_get_buffer):
14190 Timestamp buffers correctly.
14192 * gst/playback/gstplaybin.c: (gen_video_element):
14193 Make internal fakesink silent.
14195 2005-07-15 Wim Taymans <wim@fluendo.com>
14197 * gst/ffmpegcolorspace/Makefile.am:
14198 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14199 (gst_ffmpegcsp_caps_remove_format_info),
14200 (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14201 (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14202 (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14203 (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14204 Ported ffmpegcolorspace to basetransform.
14206 * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14207 * gst/volume/gstvolume.c: (volume_transform):
14210 2005-07-14 Wim Taymans <wim@fluendo.com>
14212 * gst/videotestsrc/Makefile.am:
14213 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14214 (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14215 (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14216 (gst_videotestsrc_init), (gst_videotestsrc_event),
14217 (gst_videotestsrc_create), (gst_videotestsrc_start),
14218 (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14219 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14220 (gst_videotestsrc_get_property):
14221 * gst/videotestsrc/gstvideotestsrc.h:
14222 Make videotestsrc a pushsrc.
14224 2005-07-14 Wim Taymans <wim@fluendo.com>
14226 * gst/tcp/gstfdset.c: (gst_fdset_free):
14227 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14228 (gst_multifdsink_add), (gst_multifdsink_remove),
14229 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14230 (gst_multifdsink_remove_client_link),
14231 (gst_multifdsink_client_queue_data),
14232 (gst_multifdsink_client_queue_caps),
14233 (gst_multifdsink_client_queue_buffer),
14234 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14235 (gst_multifdsink_stop):
14236 * gst/tcp/gstmultifdsink.h:
14239 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14240 Also draw image when not from a pool.
14242 2005-07-14 Wim Taymans <wim@fluendo.com>
14244 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14245 (mute_stream), (silence_stream):
14246 Small debug additions.
14248 2005-07-14 Wim Taymans <wim@fluendo.com>
14250 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14251 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14252 (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14253 Better error recovery, ignore unconnected pads and
14256 2005-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
14258 * docs/libs/tmpl/gstaudio.sgml:
14259 * docs/libs/tmpl/gstcolorbalance.sgml:
14260 * docs/libs/tmpl/gstgconf.sgml:
14261 * docs/libs/tmpl/gstmixer.sgml:
14262 * docs/libs/tmpl/gstringbuffer.sgml:
14263 * docs/libs/tmpl/gsttuner.sgml:
14264 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14265 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14266 (gst_tcpclientsrc_class_init):
14267 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14268 (gst_tcpserversrc_class_init):
14269 * sys/v4l/gstv4lelement.c:
14270 more autistic cleanliness in functions/names/defines
14272 2005-07-13 Thomas Vander Stichele <thomas at apestaart dot org>
14275 make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14276 added manually to each Makefile.am so we are sure it goes
14277 *last* and doesn't add -L flags before linking in libs of our
14278 own, like, say, internal .la libs, that then accidentally pick
14279 up the installed copy.
14280 * docs/libs/Makefile.am:
14281 * ext/alsa/Makefile.am:
14282 * ext/cdparanoia/Makefile.am:
14283 * ext/gnomevfs/Makefile.am:
14284 * ext/libvisual/Makefile.am:
14285 * ext/ogg/Makefile.am:
14286 * ext/theora/Makefile.am:
14287 * ext/vorbis/Makefile.am:
14288 * gst-libs/gst/video/Makefile.am:
14289 * gst/adder/Makefile.am:
14290 * gst/audioconvert/Makefile.am:
14291 * gst/audiorate/Makefile.am:
14292 * gst/audioscale/Makefile.am:
14293 * gst/ffmpegcolorspace/Makefile.am:
14294 * gst/playback/Makefile.am:
14295 * gst/sine/Makefile.am:
14296 * gst/subparse/Makefile.am:
14297 * gst/tags/Makefile.am:
14298 * gst/tcp/Makefile.am:
14299 * gst/typefind/Makefile.am:
14300 * gst/videorate/Makefile.am:
14301 * gst/videoscale/Makefile.am:
14302 * gst/videotestsrc/Makefile.am:
14303 * gst/volume/Makefile.am:
14304 * sys/v4l/Makefile.am:
14305 * sys/ximage/Makefile.am:
14306 * sys/xvimage/Makefile.am:
14307 adapt properly to this change. This should make sure that
14308 plugins and libs properly link to the as-yet-uninstalled
14309 copies of stuff like libgstinterfaces and libgstvideo
14311 2005-07-13 Andy Wingo <wingo@pobox.com>
14313 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14314 (gst_v4lsrc_fixate): Fixate on format as well.
14316 * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy)
14317 (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14318 buffer points to it.
14319 (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14320 rather just doing X calls ourselves. Also fixes a memleak.
14322 2005-07-12 Andy Wingo <wingo@pobox.com>
14324 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property)
14325 (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init)
14326 (gst_v4lsrc_create): Re-add the copy-mode property, default to
14327 TRUE to avoid deadlocks if an element holds on to our buffers.
14329 2005-07-11 Thomas Vander Stichele <thomas at apestaart dot org>
14331 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14332 (gst_sinesrc_init), (gst_sinesrc_create),
14333 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14334 (gst_sinesrc_start):
14335 * gst/sine/gstsinesrc.h:
14336 removing num-buffers property before moving it
14338 2005-07-10 Thomas Vander Stichele <thomas at apestaart dot org>
14341 use overridable ERROR_CFLAGS
14342 * docs/libs/gst-plugins-base-libs.types:
14343 * docs/libs/tmpl/gstringbuffer.sgml:
14344 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14345 (gst_alsasink_class_init):
14346 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14347 (gst_alsasrc_class_init):
14348 * gst-libs/gst/audio/audio.h:
14349 * gst-libs/gst/audio/gstaudioclock.h:
14350 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14351 (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14352 (gst_audio_filter_link), (gst_audio_filter_init),
14353 (gst_audio_filter_chain), (gst_audio_filter_set_property),
14354 (gst_audio_filter_get_property),
14355 (gst_audio_filter_class_add_pad_templates):
14356 * gst-libs/gst/audio/gstaudiofilter.h:
14357 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14358 (gst_audio_filter_template_get_type),
14359 (gst_audio_filter_template_base_init),
14360 (gst_audio_filter_template_class_init),
14361 (gst_audio_filter_template_init),
14362 (gst_audio_filter_template_set_property),
14363 (gst_audio_filter_template_get_property), (plugin_init),
14364 (gst_audio_filter_template_setup),
14365 (gst_audio_filter_template_filter),
14366 (gst_audio_filter_template_filter_inplace):
14367 * gst-libs/gst/audio/gstaudiosink.c:
14368 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14369 (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14370 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14371 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14372 (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14373 (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14374 * gst-libs/gst/audio/gstaudiosink.h:
14375 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14376 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14377 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14378 (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14379 (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14380 (gst_audio_src_class_init), (gst_audio_src_init),
14381 (gst_audio_src_create_ringbuffer):
14382 * gst-libs/gst/audio/gstaudiosrc.h:
14383 * gst-libs/gst/audio/gstbaseaudiosink.c:
14384 (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14385 (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14386 (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14387 (gst_base_audio_sink_set_property),
14388 (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14389 (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14390 (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14391 (gst_base_audio_sink_create_ringbuffer),
14392 (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14393 * gst-libs/gst/audio/gstbaseaudiosink.h:
14394 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14395 (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14396 (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14397 (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14398 (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14399 (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14400 (gst_base_audio_src_event), (gst_base_audio_src_create),
14401 (gst_base_audio_src_create_ringbuffer),
14402 (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14403 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14404 * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14405 (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14406 (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14407 (gst_ring_buffer_debug_spec_caps),
14408 (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14409 (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14410 (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14411 (gst_ring_buffer_start), (gst_ring_buffer_pause),
14412 (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14413 (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14414 (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14415 (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14416 (gst_ring_buffer_clear):
14417 * gst-libs/gst/audio/gstringbuffer.h:
14418 * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14419 (gst_video_sink_class_init), (gst_video_sink_get_type):
14420 * gst-libs/gst/video/videosink.h:
14421 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14422 (gst_multifdsink_class_init),
14423 (gst_multifdsink_handle_client_write),
14424 (gst_multifdsink_change_state):
14425 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14426 (gst_tcpclientsink_setcaps):
14427 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14428 (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14429 (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14430 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14431 (gst_ximagesink_send_pending_navigation),
14432 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14433 (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14434 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14435 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14436 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14437 (gst_xvimagesink_send_pending_navigation),
14438 (gst_xvimagesink_navigation_send_event),
14439 (gst_xvimagesink_set_xwindow_id),
14440 (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14441 (gst_xvimagesink_get_type):
14442 more macro splitting
14444 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14446 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14447 plug a memleak, allows me to import 1479 albums in one go
14449 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14450 (vorbis_handle_type_packet), (vorbis_dec_chain),
14451 (vorbis_dec_change_state):
14452 fix some format strings
14454 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14456 * docs/libs/tmpl/gstcolorbalance.sgml:
14457 * docs/libs/tmpl/gstmixer.sgml:
14458 * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14459 (gst_alsasink_set_property), (gst_alsasink_get_property):
14460 * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14461 (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14462 add device property
14464 2005-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
14466 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14467 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14468 (audiocast_register_listener), (audiocast_thread_run),
14469 (gst_gnomevfssrc_send_additional_headers_callback),
14470 (gst_gnomevfssrc_received_headers_callback),
14471 (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14472 (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14473 (gst_gnomevfssrc_get_size):
14474 add/clean up debugging
14475 * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14478 2005-07-07 Andy Wingo <wingo@pobox.com>
14480 * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14481 framerate. Need to get a handle on when exactly this function is
14484 * sys/v4l/v4lsrc_calls.h:
14485 * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14486 (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14487 (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14489 * sys/v4l/v4l_calls.h: Cast to V4lElement.
14490 * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14491 v4lelements are sources.
14493 * sys/v4l/gstv4lxoverlay.h:
14494 * sys/v4l/gstv4lxoverlay.c:
14495 * sys/v4l/gstv4ltuner.h:
14496 * sys/v4l/gstv4ltuner.c: Header loc fixen.
14498 * sys/v4l/gstv4lsrc.h:
14499 * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14500 PushSrc/BaseSrc. Removed most sync-related properties, videorate
14501 or something should handle that. Made a live source.
14503 * sys/v4l/gstv4lelement.h:
14504 * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14505 signals. Some cleanups.
14507 * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14509 * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14512 * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14515 * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14517 2005-07-07 Wim Taymans <wim@fluendo.com>
14519 * ext/theora/theoradec.c: (theora_get_query_types),
14520 (theora_dec_src_getcaps), (theora_dec_push):
14521 * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14522 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14523 Remove deprecated/unused query types.
14525 2005-07-06 Wim Taymans <wim@fluendo.com>
14527 * ext/alsa/Makefile.am:
14528 * ext/alsa/gstalsaplugin.c: (plugin_init):
14529 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14530 * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14531 (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14532 (gst_alsasrc_class_init), (gst_alsasrc_init),
14533 (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14534 (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14535 (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14536 (gst_alsasrc_reset):
14537 * ext/alsa/gstalsasrc.h:
14538 * gst-libs/gst/audio/Makefile.am:
14539 * gst-libs/gst/audio/gstaudiosink.c:
14540 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14541 (gst_audioringbuffer_start):
14542 * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14543 (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14544 (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14545 (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14546 (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14547 (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14548 (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14549 (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14550 * gst-libs/gst/audio/gstaudiosrc.h:
14551 * gst-libs/gst/audio/gstbaseaudiosink.c:
14552 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14553 (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14554 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14555 * gst-libs/gst/audio/gstbaseaudiosrc.c:
14556 (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14557 (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14558 (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14559 (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14560 (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14561 (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14562 (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14563 (gst_baseaudiosrc_change_state):
14564 * gst-libs/gst/audio/gstbaseaudiosrc.h:
14565 * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14566 (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14567 (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14568 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14569 (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14570 (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14571 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14572 * gst-libs/gst/audio/gstringbuffer.h:
14573 Added audiosource base classes.
14574 Ported alsasrc, still very basic.
14576 2005-07-06 Wim Taymans <wim@fluendo.com>
14578 * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14579 (theora_dec_push), (theora_handle_data_packet):
14580 Prepare for better timestamp fix later.
14582 * gst/audioconvert/gstaudioconvert.c:
14583 List most accurate caps first
14585 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14586 Use proper pad task function.
14588 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14589 (gst_xvimagesink_show_frame):
14590 Fix deadlock when alloc failed.
14592 2005-07-05 Andy Wingo <wingo@pobox.com>
14594 * ext/gnomevfs/gstgnomevfssrc.c:
14595 * gst/sine/gstsinesrc.c:
14596 * gst/tcp/gsttcpserversrc.c:
14597 * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14599 * sys/v4l/: Port from 0.8.
14601 * Many files: Null if we got it....
14603 2005-07-05 Andy Wingo <wingo@pobox.com>
14605 * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read):
14606 * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14609 2005-07-05 Wim Taymans <wim@fluendo.com>
14612 * gst/tcp/Makefile.am:
14614 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14615 (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14616 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14617 (is_sync_frame), (gst_multifdsink_handle_client_write),
14618 (gst_multifdsink_render), (gst_multifdsink_start),
14619 (gst_multifdsink_stop), (gst_multifdsink_change_state):
14620 * gst/tcp/gstmultifdsink.h:
14621 * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14622 (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14623 (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14624 * gst/tcp/gsttcp.h:
14625 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14626 (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14627 (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14628 (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14629 * gst/tcp/gsttcpclientsink.h:
14630 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14631 (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14632 (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14633 (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14634 (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14635 * gst/tcp/gsttcpclientsrc.h:
14636 * gst/tcp/gsttcpplugin.c: (plugin_init):
14637 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14638 * gst/tcp/gsttcpserversink.h:
14639 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14640 (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14641 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14642 (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14643 (gst_tcpserversrc_stop):
14644 * gst/tcp/gsttcpserversrc.h:
14645 * gst/tcp/gsttcpsink.c:
14646 * gst/tcp/gsttcpsink.h:
14647 * gst/tcp/gsttcpsrc.c:
14648 * gst/tcp/gsttcpsrc.h:
14649 Ported tcp plugins to 0.9.
14652 2005-07-05 Andy Wingo <wingo@pobox.com>
14654 * gst/playback/gstplaybasebin.c (fill_buffer):
14655 message_new_application fixen.
14657 * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14660 2005-07-04 Wim Taymans <wim@fluendo.com>
14662 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14663 Set caps on output buffer.
14665 2005-07-04 Andy Wingo <wingo@pobox.com>
14667 * ext/gnomevfs/gstgnomevfssrc.c
14668 (gst_gnomevfssrc_received_headers_callback)
14669 (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14672 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14673 No refcount leakage.
14675 * configure.ac: Enable -Werror.
14677 * ext/theora/theoradec.c (theora_dec_src_getcaps):
14678 * gst/audioconvert/bufferframesconvert.c
14679 (buffer_frames_convert_fixate):
14680 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14681 (gst_audio_convert_fixate):
14682 * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14683 (gst_sinesrc_create): Fixate func changes.
14685 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14686 (gst_ximagesink_buffer_alloc): Unused var.
14688 2005-07-01 Andy Wingo <wingo@pobox.com>
14690 * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14691 getcaps to do explicit caps. Needs to be done in all decoders,
14692 possibly via a base class.
14694 * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14696 * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14697 caps on the sink pad, just rely on the pad template. Also, setting
14698 ANY caps on a pad is not valid because the caps are not fixed.
14700 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14701 caps on the buffer, and get the width from the desired_caps if
14703 (gst_ximagesink_renegotiate_size): Implement via setting the
14704 desired_caps on the ximagesink.
14705 (gst_ximagesink_setcaps): Only reset the width of the player if it
14706 wasn't already set. Not sure if this is right.
14707 (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14709 * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14710 that the user wants. NULL unless the window has been resized.
14712 * gst/volume/gstvolume.c (volume_transform): Adapt to
14713 basetransform refcount changes.
14715 2005-07-01 Andy Wingo <wingo@pobox.com>
14717 * gst/videoscale/gstvideoscale.c:
14718 * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14719 from BaseTransform, implements a transform_caps. Removed dead code
14720 including some PAR stuff that was never reached -- should probably
14721 be added back somehow.
14723 2005-07-01 Andy Wingo <wingo@pobox.com>
14725 * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14728 2005-06-30 Thomas Vander Stichele <thomas at apestaart dot org>
14731 * docs/libs/Makefile.am:
14732 * docs/libs/gst-plugins-libs.types:
14733 * ext/alsa/Makefile.am:
14734 * ext/alsa/gstalsamixer.h:
14735 * ext/alsa/gstalsamixeroptions.h:
14736 * ext/alsa/gstalsamixertrack.h:
14737 * gst-libs/gst/Makefile.am:
14738 * gst-libs/gst/colorbalance/.cvsignore:
14739 * gst-libs/gst/colorbalance/Makefile.am:
14740 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14741 * gst-libs/gst/colorbalance/colorbalance.c:
14742 * gst-libs/gst/colorbalance/colorbalance.h:
14743 * gst-libs/gst/colorbalance/colorbalance.vcproj:
14744 * gst-libs/gst/colorbalance/colorbalancechannel.c:
14745 * gst-libs/gst/colorbalance/colorbalancechannel.h:
14746 * gst-libs/gst/interfaces/Makefile.am:
14747 * gst-libs/gst/interfaces/colorbalance.c:
14748 (gst_color_balance_class_init):
14749 * gst-libs/gst/interfaces/colorbalance.h:
14750 * gst-libs/gst/interfaces/interfaces-marshal.list:
14751 * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14752 * gst-libs/gst/interfaces/mixer.h:
14753 * gst-libs/gst/interfaces/mixeroptions.h:
14754 * gst-libs/gst/interfaces/navigation.c:
14755 * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14756 * gst-libs/gst/interfaces/tuner.h:
14757 * gst/volume/Makefile.am:
14758 * gst/volume/gstvolume.c:
14759 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14760 * sys/ximage/Makefile.am:
14761 * sys/ximage/ximagesink.c:
14762 * sys/xvimage/Makefile.am:
14763 * sys/xvimage/xvimagesink.c:
14764 fold in all interfaces into an interfaces dir, preserving CVS
14767 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14769 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14770 Fix build after riff changes.
14772 2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14774 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14775 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14776 (gst_riff_create_video_template_caps),
14777 (gst_riff_create_audio_template_caps),
14778 (gst_riff_create_iavs_template_caps):
14779 * gst-libs/gst/riff/riff-media.h:
14780 * gst-libs/gst/riff/riff-read.h:
14781 * gst-libs/gst/riff/riff.c: (gst_riff_init):
14782 Add gst_riff_init() to initialize the debug category, instead
14783 of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14785 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14787 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14788 Oops, I shouldn't apply hacks.
14790 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14792 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14793 Remove pad_loop function which doesn't work.
14795 2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
14797 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14798 Send EOS when deactivating.
14799 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14800 (check_queue), (queue_threshold_reached), (queue_out_of_data),
14801 (gen_preroll_element), (probe_triggered), (mute_stream),
14802 (silence_stream), (new_decoded_pad), (setup_substreams),
14803 (set_active_source):
14804 * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14805 (remove_sinks), (add_sink):
14806 * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14807 Change for new probe API.
14809 2005-06-29 Wim Taymans <wim@fluendo.com>
14811 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14812 * gst-libs/gst/audio/gstbaseaudiosink.c:
14813 (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14814 (gst_baseaudiosink_change_state):
14815 * gst-libs/gst/audio/gstbaseaudiosink.h:
14816 * gst-libs/gst/audio/gstringbuffer.c:
14817 (gst_ringbuffer_set_callback):
14818 Fix compilation error.
14819 Ringbuffer starts out as not running.
14820 Free our clock in dispose.
14821 When releasing the ringbuffer we need to renegotiate so
14822 clear the pad caps.
14824 2005-06-29 Thomas Vander Stichele <thomas at apestaart dot org>
14828 * docs/Makefile.am:
14829 * docs/libs/Makefile.am:
14830 * docs/libs/gst-plugins-libs-docs.sgml:
14831 * docs/libs/gst-plugins-libs-sections.txt:
14832 * docs/libs/gst-plugins-libs.types:
14833 * docs/libs/tmpl/gstaudio.sgml:
14834 * docs/libs/tmpl/gstcolorbalance.sgml:
14835 * docs/libs/tmpl/gstringbuffer.sgml:
14836 * gst-libs/gst/audio/gstringbuffer.c:
14837 (gst_ringbuffer_set_callback):
14838 reinstate gtk-doc docs for plugin libs
14840 2005-06-28 Wim Taymans <wim@fluendo.com>
14842 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14843 (gst_ogg_demux_init):
14844 Removed pad loop function.
14846 2005-06-28 Wim Taymans <wim@fluendo.com>
14848 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14849 If we're building a chain we are not in an error case
14850 when we queue a buffer.
14852 2005-06-28 Andy Wingo <wingo@pobox.com>
14854 * *.c: Don't cast to GstObject before reffing/unreffing.
14856 2005-06-27 Andy Wingo <wingo@pobox.com>
14858 * gst/videotestsrc/gstvideotestsrc.c
14859 (gst_videotestsrc_activate_push): Activation API changes.
14861 * gst/playback/gstdecodebin.c (gst_decode_bin_change_state)
14862 (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14863 they have refs on the decodebin.
14865 * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14867 (gst_ogg_pad_typefind): Don't leak a pad ref.
14868 (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14869 (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push)
14870 (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14872 2005-06-27 Edward Hervey <edward@fluendo.com>
14874 * ext/theora/theoradec.c: (theora_dec_change_state):
14875 re-arranged call to parent's state change in order to avoid locks (or
14878 2005-06-26 Edward Hervey <edward@fluendo.com>
14880 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14881 2nd argument of 'unknow-type' signal is a GstCaps and not a
14884 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com>
14885 * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14886 Set the worker thread's running flag to TRUE before starting the
14888 * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14889 Catch a failure to add typefind to the bin.
14891 2005-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
14893 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14894 (gst_sinesrc_init), (gst_sinesrc_create),
14895 (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14896 (gst_sinesrc_start):
14897 * gst/sine/gstsinesrc.h:
14898 add num-buffers and timestamp-offset properties
14899 * gst/videotestsrc/gstvideotestsrc.c:
14900 (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14901 (gst_videotestsrc_get_property):
14902 add timestamp-offset property
14904 2005-06-23 Christian Schaller <uraeus@gnome.org>
14906 * configure.ac: add videorate
14907 * gst-plugins-base.spec.in: add videorate
14909 2005-06-23 Wim Taymans <wim@fluendo.com>
14911 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14912 (gst_videorate_getcaps), (gst_videorate_setcaps),
14913 (gst_videorate_event), (gst_videorate_chain):
14914 Fixed videorate, fixating an already fixated caps is not
14917 2005-06-23 Wim Taymans <wim@fluendo.com>
14920 * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14921 Buffer on caps is not boxed anymore.
14923 2005-06-22 Wim Taymans <wim@fluendo.com>
14925 * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14926 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14927 Set buffers on caps as miniobjects and not as boxed.
14929 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14934 === release 0.9.1 ===
14936 2005-06-19 Thomas Vander Stichele <thomas at apestaart dot org>
14957 updates for release
14959 2005-06-09 Andy Wingo <wingo@pobox.com>
14961 * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14963 2005-06-09 Andy Wingo <wingo@pobox.com>
14966 * gst-libs/gst/Makefile.am:
14967 * gst-libs/gst/net/Makefile.am:
14968 Add gstnet to build.
14970 2005-06-09 Andy Wingo <wingo@pobox.com>
14972 * gst-libs/gst/gconf/gconf.c:
14973 * gst/playback/test.c:
14974 * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14977 * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14979 * ext/theora/theoraenc.c (theora_enc_chain):
14980 * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14982 * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14985 2005-06-02 Wim Taymans <wim@fluendo.com>
14987 * gst-libs/gst/net/Makefile.am:
14988 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14989 * pkgconfig/gstreamer-libs.pc.in:
14990 Added net stuff, version net lib.
14992 2005-06-02 Wim Taymans <wim@fluendo.com>
14994 * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14995 (query_rates), (query_positions_elems), (query_positions_pads),
14997 Updated seek example.
14999 2005-06-02 Andy Wingo <wingo@pobox.com>
15001 * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
15002 * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
15005 * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
15006 remove the typefind, the bin dispose will do it for us. When it's
15007 removed and unreffed, the signal handler will be disconnected,
15009 (unlinked): It's too difficult to disconnect from unlinked
15010 handlers, as they are on pads not elements. Just punt if the pads
15011 aren't grandkids of the bin.
15013 2005-06-02 Wim Taymans <wim@fluendo.com>
15016 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15017 (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
15018 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
15019 * ext/theora/theoradec.c: (theora_dec_src_query),
15020 (theora_handle_data_packet):
15021 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15022 (theora_enc_chain):
15023 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15024 (vorbis_handle_data_packet):
15025 * gst/audioconvert/bufferframesconvert.c:
15026 (buffer_frames_convert_chain):
15027 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15028 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15029 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15030 (gst_ffmpegcsp_chain):
15031 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15032 (gst_videorate_getcaps), (gst_videorate_setcaps),
15033 (gst_videorate_event), (gst_videorate_chain):
15034 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
15035 (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
15036 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15037 (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15038 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15039 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15040 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15041 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15042 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15043 Cleanups and buffer alloc.
15045 2005-05-31 Wim Taymans <wim@fluendo.com>
15047 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
15048 Don't try to call the delay method when the device is not
15051 2005-05-31 Wim Taymans <wim@fluendo.com>
15053 * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
15054 Get actual segment size and buffer size after opening
15057 2005-05-30 Wim Taymans <wim@fluendo.com>
15059 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
15060 (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
15061 Also FLUSH upstream, makes the loop function exit faster.
15063 * ext/theora/theoradec.c: (theora_dec_src_query):
15064 Some more debug info in the query.
15066 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15067 (gst_ximagesink_setcaps):
15068 Release lock on par error, better error reporting.
15070 2005-05-26 Wim Taymans <wim@fluendo.com>
15072 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15073 (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
15074 (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
15075 Clear chains in READY
15076 Queue packets until the chain is activated.
15078 2005-05-25 Wim Taymans <wim@fluendo.com>
15080 * gst-libs/gst/audio/gstaudiosink.c:
15081 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15082 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15083 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15084 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15085 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15086 (gst_audiosink_create_ringbuffer):
15087 * gst-libs/gst/audio/gstbaseaudiosink.c:
15088 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15089 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15090 (gst_baseaudiosink_set_property), (build_linear_format),
15091 (debug_spec_caps), (debug_spec_buffer),
15092 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15093 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15094 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15095 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15096 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15097 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15098 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15099 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15100 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15101 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15102 (wait_segment), (gst_ringbuffer_commit),
15103 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15104 (gst_ringbuffer_clear):
15105 Various small cleanups.
15107 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15108 (gst_audio_convert_change_state):
15109 * gst/subparse/gstsubparse.c: (gst_subparse_chain):
15110 No need to take the locks anymore.
15112 2005-05-25 Wim Taymans <wim@fluendo.com>
15114 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15115 (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
15116 (remove_element_chain), (no_more_pads), (unlinked), (close_link),
15118 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
15119 (group_destroy), (group_commit), (queue_overrun),
15120 (gen_preroll_element), (no_more_pads), (preroll_unlinked),
15121 (mute_stream), (new_decoded_pad), (setup_substreams),
15122 (setup_source), (mute_group_type), (set_active_source),
15123 (gst_play_base_bin_change_state):
15124 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15125 (gen_video_element), (gen_text_element), (gen_audio_element),
15126 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
15127 * gst/playback/gststreaminfo.c: (gst_stream_info_new),
15128 (gst_stream_info_dispose), (gst_stream_info_set_mute):
15129 * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15130 Some playbin cleanups mostly refcounting sloppyness.
15132 2005-05-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15134 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15135 Work with streaming input.
15137 2005-05-25 Wim Taymans <wim@fluendo.com>
15139 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15140 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15141 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15142 (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
15143 No need to take the STREAM lock anymore.
15145 2005-05-25 Wim Taymans <wim@fluendo.com>
15147 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
15148 (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
15149 (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
15150 (gst_ogg_demux_chain), (gst_ogg_demux_loop),
15151 (gst_ogg_demux_sink_activate):
15152 * ext/theora/theoradec.c: (theora_dec_src_event),
15153 (theora_handle_comment_packet), (theora_dec_chain),
15154 (theora_dec_change_state):
15155 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15156 (vorbis_handle_data_packet), (vorbis_dec_chain),
15157 (vorbis_dec_change_state):
15158 Remove STREAM locks as they are taken in core now.
15159 Never set bogus granulepos on vorbis/theora.
15160 Fix leaks in theoradec tag parsing.
15162 2005-05-25 Wim Taymans <wim@fluendo.com>
15164 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15165 Fix memleaks, GST_BUFFER_DATA() is not freed.
15167 2005-05-25 Wim Taymans <wim@fluendo.com>
15169 * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15170 Open non-blocking, set to blocking mode afterwards to avoid
15171 lockups when audio device is busy.
15173 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15175 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
15176 This can't be good.
15178 2005-05-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15180 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15181 (gst_audio_convert_chain), (gst_audio_convert_link_src),
15182 (gst_audio_convert_setcaps):
15183 Implement instant setup switching.
15185 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15187 * gst/playback/gstplaybasebin.c: (probe_triggered):
15188 Fix missing unlock.
15189 * gst/playback/gstplaybin.c: (add_sink):
15190 First add, then link (otherwise pad link fails).
15192 2005-05-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15194 * examples/Makefile.am:
15195 fix buildbot (make distcheck)
15197 2005-05-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15199 * gst/playback/gstplaybin.c: (gen_vis_element):
15200 Remove some wrong code. Doesn't work yet.
15202 2005-05-19 Wim Taymans <wim@fluendo.com>
15204 * gst-libs/gst/net/Makefile.am:
15205 * gst-libs/gst/net/README:
15206 * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15207 (gst_netbuffer_class_init), (gst_netbuffer_init),
15208 (gst_netbuffer_finalize), (gst_netbuffer_copy),
15209 (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15210 (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15211 (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15212 * gst-libs/gst/net/gstnetbuffer.h:
15213 Added buffer subclass to store extra to/from addresses for
15214 network sources/sinks.
15216 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15218 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15219 Don't lock an unassigned variable.
15221 2005-05-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15223 * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15224 Increase buffer for video, decrease buffer for other media types.
15225 * gst/playback/gstplaybin.c: (gen_video_element),
15226 (gen_audio_element):
15227 Change names for debugging purposes.
15229 2005-05-18 Wim Taymans <wim@fluendo.com>
15231 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15232 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15233 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15234 (gst_ffmpegcsp_chain):
15235 Enable buffer alloc passthrough if the source and dest
15236 formats are the same.
15238 2005-05-17 Wim Taymans <wim@fluendo.com>
15240 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15241 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15242 (gst_ogg_demux_chain_unlocked):
15243 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15244 (gst_audio_convert_caps_remove_format_info),
15245 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15246 (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15247 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15248 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15249 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15250 (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15251 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15252 (gst_ffmpegcsp_get_property):
15253 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15254 (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15255 (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15256 (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15257 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15258 (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15259 (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15260 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15261 Leak fixes in oggdemux.
15262 Some cleanups in audioconvert.
15263 Make passthrough work along with buffer_alloc etc.
15264 Make buffer_alloc and buffer recycling actually work in
15267 2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
15269 * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15270 make the compiler happy
15272 2005-05-17 Wim Taymans <wim@fluendo.com>
15274 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15275 * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15276 (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15277 (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15278 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15279 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15280 (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15281 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15282 (gst_xvimagesink_set_xwindow_id):
15283 * sys/xvimage/xvimagesink.h:
15284 Port xvimagesink to new MiniObject.
15286 2005-05-17 Wim Taymans <wim@fluendo.com>
15288 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15289 (gst_audiofilter_chain):
15290 * gst-libs/gst/audio/gstaudiosink.c:
15291 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15292 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15293 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15294 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15295 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15296 (gst_audiosink_create_ringbuffer):
15297 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15298 (gst_audio_convert_caps_remove_format_info),
15299 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15300 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15301 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15302 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15303 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15304 Fix passthrough in ffmpegcolorspace.
15305 Fix memset in audiosink on wrong memory.
15307 2005-05-16 David Schleef <ds@schleef.org>
15309 * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15312 2005-05-16 David Schleef <ds@schleef.org>
15314 Port from GstData to GstMiniObject.
15315 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15316 * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15317 (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15318 (gst_ogg_mux_collected):
15319 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15320 * ext/theora/theoradec.c: (theora_handle_comment_packet),
15321 (theora_handle_data_packet):
15322 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15323 (theora_set_header_on_caps), (theora_enc_chain):
15324 * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15325 (vorbis_handle_comment_packet):
15326 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15327 * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15328 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15329 * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15330 * gst/audioconvert/gstaudioconvert.c:
15331 (gst_audio_convert_get_buffer):
15332 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15333 * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15334 (mute_stream), (silence_stream):
15335 * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15336 * gst/volume/gstvolume.c: (volume_transform):
15337 * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15338 (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15339 (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15340 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15341 (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15342 (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15343 (gst_ximagesink_buffer_alloc):
15344 * sys/ximage/ximagesink.h:
15346 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15348 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15349 (fill_buffer), (check_queue), (queue_threshold_reached),
15350 (queue_out_of_data):
15351 * gst/playback/gstplaybasebin.h:
15352 Post buffer-fullness on the bus.
15354 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15356 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15358 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15359 (group_commit), (probe_triggered), (setup_source),
15360 (gst_play_base_bin_change_state):
15361 * gst/playback/gstplaybasebin.h:
15362 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15363 (gst_play_bin_init), (remove_sinks), (setup_sinks),
15364 (gst_play_bin_change_state):
15365 Move setup_output_pads into a virtual function, remove
15366 group-switch (no longer needed) and redirect (handled by bus
15369 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15371 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15372 (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15373 (get_active_group), (get_building_group), (group_destroy),
15374 (group_commit), (check_queue), (queue_overrun),
15375 (queue_threshold_reached), (queue_out_of_data),
15376 (gen_preroll_element), (remove_groups), (unknown_type),
15377 (add_element_stream), (no_more_pads), (probe_triggered),
15378 (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15379 (setup_substreams), (setup_source), (finish_source),
15380 (prepare_output), (muted_group_change_state),
15381 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15382 (gst_play_base_bin_change_state):
15383 * gst/playback/gstplaybasebin.h:
15384 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15385 (gst_play_bin_init), (gst_play_bin_set_property),
15386 (gen_video_element), (gen_text_element), (gen_audio_element),
15387 (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15388 (gst_play_bin_change_state):
15389 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15390 (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15391 (stream_info_change_state), (gst_stream_info_set_mute),
15392 (gst_stream_info_get_property):
15393 * gst/playback/gststreaminfo.h:
15394 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15395 (gst_stream_selector_get_linked_pad),
15396 (gst_stream_selector_getcaps),
15397 (gst_stream_selector_get_linked_pads),
15398 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15399 * gst/playback/gststreamselector.h:
15400 Rough port of playbin. Needs some more work, but is mostly done,
15401 and uses a few locks in important places, which should make stuff
15402 like chain-switches clean. Still uses GST_STATE() in a few places,
15403 which isn't all that good an idea, subtitles/elements disabled
15404 because no elements to test with and thus probably broken, query
15405 and event handling moved to GstBin, internal thread removed
15406 alltogether because the pipeline does that for us now. Can play
15407 Ogg/Vorbis files. Haven't tested anything else yet.
15409 2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15411 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15412 Do no-more-pads (needed for autoplugging).
15414 2005-05-10 Andy Wingo <wingo@pobox.com>
15416 * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15417 message to the bus with the tags. Still not sent downstream tho.
15419 * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15421 (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15422 avoid refcounting hassles.
15424 2005-05-09 Andy Wingo <wingo@pobox.com>
15426 * gst/volume/Makefile.am:
15427 * gst/volume/demo.c
15428 * gst/volume/gstvolume.h
15429 * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15430 basetransform. Probably need an audio filter base class.
15432 2005-05-09 Wim Taymans <wim@fluendo.com>
15434 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15435 (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15436 (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15437 (gst_vorbisenc_chain):
15438 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15439 (gst_audio_convert_caps_remove_format_info),
15440 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15441 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15442 Make caps writable before writing to it.
15443 Fix negotiation in audioconvert some more.
15445 2005-05-09 Wim Taymans <wim@fluendo.com>
15447 * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15448 (gst_videorate_getcaps), (gst_videorate_setcaps),
15449 (gst_videorate_event), (gst_videorate_chain):
15450 Better negotiation.
15452 2005-05-09 Wim Taymans <wim@fluendo.com>
15454 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15455 (gst_videorate_getcaps), (gst_videorate_setcaps),
15456 (gst_videorate_blank_data), (gst_videorate_init),
15457 (gst_videorate_event), (gst_videorate_chain),
15458 (gst_videorate_change_state):
15459 Port videorate, do a better job at negotiation while we're at
15462 2005-05-09 Jan Schmidt <thaytan@mad.scientist.com>
15467 * examples/Makefile.am:
15468 * gst-libs/gst/audio/Makefile.am:
15469 * gst-libs/gst/riff/Makefile.am:
15470 * gst-libs/gst/tag/Makefile.am:
15471 * gst-libs/gst/video/Makefile.am:
15472 Fixups for missing variables.
15474 2005-05-09 Wim Taymans <wim@fluendo.com>
15476 * examples/seeking/seek.c: (make_theora_pipeline),
15477 (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15478 (query_rates), (query_positions_elems), (query_positions_pads),
15479 (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15480 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15481 (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15482 (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15483 (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15484 (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15485 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15486 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15487 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15488 (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15489 (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15490 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15491 (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15492 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15493 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15494 (theora_dec_src_convert), (theora_dec_sink_convert),
15495 (theora_dec_src_query), (theora_dec_sink_query),
15496 (theora_dec_src_event), (theora_dec_sink_event),
15497 (theora_handle_comment_packet), (theora_handle_type_packet),
15498 (theora_handle_header_packet), (theora_handle_data_packet),
15499 (theora_dec_chain):
15500 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15501 (vorbis_dec_convert), (vorbis_dec_src_query),
15502 (vorbis_dec_sink_query), (vorbis_dec_src_event),
15503 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15504 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15505 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15506 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15507 (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15508 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15509 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15510 (gst_play_bin_query):
15511 * gst/playback/test3.c: (update_scale):
15512 * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15513 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15514 * gst/subparse/gstsubparse.c: (gst_subparse_init):
15515 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15516 (gst_videotestsrc_src_query):
15517 * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15518 (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15519 (paint_hline_YUV9):
15520 * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15521 Port to new query API.
15523 Cleanups in x[v]imagesink
15525 2005-05-09 Andy Wingo <wingo@pobox.com>
15527 * ext/alsa/gstalsasink.h:
15528 * ext/gnomevfs/gstgnomevfssrc.c:
15529 (gst_gnomevfssrc_get_icy_metadata):
15530 * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15531 (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15532 * ext/theora/theoradec.c (theora_dec_src_query)
15533 (theora_dec_src_event, theora_dec_sink_event)
15534 (theora_handle_comment_packet, theora_handle_data_packet):
15535 * ext/theora/theoraenc.c (theora_enc_chain):
15536 * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15537 (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15538 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15539 * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15541 * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15542 (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15543 (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15544 (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15545 (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15546 (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15547 (paint_setup_xBGR8888, paint_setup_RGBx8888)
15548 (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15549 (paint_setup_RGB565, paint_setup_xRGB1555):
15550 * gst/videotestsrc/videotestsrc.h:
15551 * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15552 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15553 (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15556 * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15557 gst_pad_query_position. Fixes oggdemux.
15559 2005-05-08 David Schleef <ds@schleef.org>
15561 * configure.ac: Require liboil.
15562 * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15564 * gst/videotestsrc/videotestsrc.c:
15565 * gst/videotestsrc/videotestsrc.h:
15567 2005-05-06 Wim Taymans <wim@fluendo.com>
15569 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15570 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15571 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15572 Well, unreffing a buffer right before pushing it is asking
15575 2005-05-06 Christian Schaller <uraeus@gnome.org>
15577 * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15579 2005-05-06 Wim Taymans <wim@fluendo.com>
15581 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15582 (gst_audio_convert_caps_remove_format_info),
15583 (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15584 (gst_audio_convert_fixate), (gst_audio_convert_channels):
15585 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15586 (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15587 (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15588 * gst/sine/Makefile.am:
15589 * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15590 (gst_sinesrc_class_init), (gst_sinesrc_init),
15591 (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15592 (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15593 (gst_sinesrc_update_freq):
15594 * gst/sine/gstsinesrc.h:
15595 * gst/tcp/gstmultifdsink.c:
15596 * sys/xvimage/xvimagesink.c:
15597 Fixed negotiation wrt _peer_get_caps()
15601 2005-05-06 Wim Taymans <wim@fluendo.com>
15603 * gst-libs/gst/audio/gstaudiosink.c:
15604 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15605 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15606 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15607 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15608 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15609 (gst_audiosink_create_ringbuffer):
15610 * gst-libs/gst/audio/gstbaseaudiosink.c:
15611 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15612 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15613 (gst_baseaudiosink_set_property), (build_linear_format),
15614 (debug_spec_caps), (debug_spec_buffer),
15615 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15616 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15617 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15618 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15619 * gst-libs/gst/audio/gstbaseaudiosink.h:
15620 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15621 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15622 (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15623 (gst_ringbuffer_play), (gst_ringbuffer_pause),
15624 (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15625 (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15626 (wait_segment), (gst_ringbuffer_commit),
15627 (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15628 (gst_ringbuffer_clear):
15629 * gst-libs/gst/audio/gstringbuffer.h:
15630 Make the base audiosink return an error when there is no
15631 audiobuffer negotiated.
15633 2005-05-06 Zaheer Abbas Merali <zaheerabbas at merali dot org>
15636 Disable cdparanoia until someone ports it!
15638 2005-05-06 Wim Taymans <wim@fluendo.com>
15640 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15641 (gst_ogg_demux_sink_activate):
15642 And revert after wingo's revert.. sigh..
15644 2005-05-05 Andy Wingo <wingo@pobox.com>
15646 * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15648 * configure.ac: Return audiorate and subparse from the ghetto.
15649 Re-enable -Wall -Werror.
15650 * gst/subparse/gstsubparse.c:
15651 * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15652 or chain-based. Cleaned up a bit. Not tested.
15654 2005-05-05 Christian Schaller <christian@fluendo.com>
15656 * Makefile.am: remove stuff that is not building
15657 * configure.ac: remove stuff that is not building
15658 * examples/Makefile.am: remove stuff that is not building
15659 * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15660 * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15661 * sys/Makefile.am: remove stuff that is not building
15662 * testsuite/Makefile.am: remove stuff that is not building
15664 2005-05-05 Andy Wingo <wingo@pobox.com>
15666 * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15667 * gst-libs/gst/tag/gstvorbistag.c:
15668 (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15669 * gst/adder/gstadder.h:
15670 * gst/audioconvert/gstchannelmix.c:
15671 (gst_audio_convert_fill_one_other):
15672 * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15673 (gst_audiorate_init), (gst_audiorate_chain):
15674 * gst/playback/gstplaybasebin.c: (setup_source):
15675 * gst/playback/test3.c: (update_scale):
15693 2005-05-05 Wim Taymans <wim@fluendo.com>
15695 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15696 (gst_audio_convert_caps_remove_format_info),
15697 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15698 (gst_audio_convert_change_state), (gst_audio_convert_channels):
15699 * gst/videotestsrc/gstvideotestsrc.c:
15700 (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15701 (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15702 (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15703 (gst_videotestsrc_init), (gst_videotestsrc_loop):
15704 Don't ignore _push() return values.
15705 Make sure no processing is done when shutting down.
15706 Videotestsrc pad activation fix.
15708 2005-05-05 Wim Taymans <wim@fluendo.com>
15710 * gst/adder/Makefile.am:
15711 * gst/adder/gstadder.c: (gst_adder_setcaps),
15712 (gst_adder_class_init), (gst_adder_init),
15713 (gst_adder_request_new_pad), (gst_adder_collected),
15714 (gst_adder_change_state):
15715 * gst/adder/gstadder.h:
15716 Ported adder as an example of a mixer element using
15717 collect pads. Needs more negotiation work.
15719 2005-05-05 Wim Taymans <wim@fluendo.com>
15721 * ext/theora/theoradec.c: (_inc_granulepos),
15722 (theora_dec_src_event), (theora_dec_sink_event),
15723 (theora_handle_comment_packet), (theora_handle_type_packet),
15724 (theora_handle_header_packet), (theora_handle_data_packet),
15725 (theora_dec_chain):
15726 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15727 (gst_theora_enc_init), (theora_enc_sink_setcaps),
15728 (theora_push_buffer), (theora_push_packet),
15729 (theora_enc_sink_event), (theora_enc_chain),
15730 (theora_enc_change_state), (theora_enc_set_property),
15731 (theora_enc_get_property):
15732 Added stream lock to decoder so that we can serialize
15734 More theoraenc porting, recover from errors, do clean
15737 2005-05-05 Wim Taymans <wim@fluendo.com>
15739 * ext/ogg/Makefile.am:
15741 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15742 (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15744 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15745 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15746 (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15747 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15748 (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15749 (gst_ogg_mux_change_state):
15752 2005-05-05 Wim Taymans <wim@fluendo.com>
15754 * docs/design-audiosinks.txt:
15755 * gst-libs/gst/audio/TODO:
15756 * gst-libs/gst/audio/gstaudiosink.c:
15757 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15758 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15759 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15760 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15761 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15762 (gst_audiosink_create_ringbuffer):
15763 * gst-libs/gst/audio/gstbaseaudiosink.c:
15764 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15765 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15766 (gst_baseaudiosink_set_property), (build_linear_format),
15767 (debug_spec_caps), (debug_spec_buffer),
15768 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15769 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15770 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15771 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15772 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15773 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15774 (gst_ringbuffer_release), (gst_ringbuffer_play),
15775 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15776 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15777 (gst_ringbuffer_set_sample), (wait_segment),
15778 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15779 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15780 More work on the audiosink, mostly debugging and a race in
15783 2005-04-28 Wim Taymans <wim@fluendo.com>
15785 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15786 (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15787 * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15788 (vorbis_dec_src_query), (vorbis_dec_src_event),
15789 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15790 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15791 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15792 Don't crap out when seeking back to position 0.
15794 2005-04-28 Wim Taymans <wim@fluendo.com>
15796 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15797 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15798 (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15799 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15800 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15801 Make audio sink configurable, use alsasink as default.
15803 2005-04-28 Wim Taymans <wim@fluendo.com>
15805 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15806 (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15807 (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15808 (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15809 (vorbis_dec_change_state):
15810 * ext/vorbis/vorbisdec.h:
15811 Refactor, use STREAM_LOCK.
15813 2005-04-28 Wim Taymans <wim@fluendo.com>
15815 * ext/theora/theoradec.c: (_inc_granulepos),
15816 (theora_dec_sink_event), (theora_handle_comment_packet),
15817 (theora_handle_type_packet), (theora_handle_header_packet),
15818 (theora_handle_data_packet), (theora_dec_chain),
15819 (theora_dec_change_state):
15820 Refactor a bit, use STREAM_LOCK.
15822 2005-04-28 Wim Taymans <wim@fluendo.com>
15824 * ext/alsa/Makefile.am:
15825 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15826 (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15827 (gst_alsa_link), (gst_alsa_close_audio):
15828 * ext/alsa/gstalsaplugin.c: (plugin_init):
15829 * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15830 (gst_alsasink_dispose), (gst_alsasink_base_init),
15831 (gst_alsasink_class_init), (gst_alsasink_init),
15832 (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15833 (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15834 (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15835 (gst_alsasink_reset):
15836 * ext/alsa/gstalsasink.h:
15837 Implement alsasink with simple open/write/close API.
15838 Make alsa dir build by disabling compilation of code.
15840 2005-04-28 Wim Taymans <wim@fluendo.com>
15842 * gst-libs/gst/audio/Makefile.am:
15843 * gst-libs/gst/audio/audio.h:
15844 * gst-libs/gst/audio/audioclock.c:
15845 * gst-libs/gst/audio/audioclock.h:
15846 * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15847 (gst_audio_clock_class_init), (gst_audio_clock_init),
15848 (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15849 * gst-libs/gst/audio/gstaudioclock.h:
15850 * gst-libs/gst/audio/gstaudiosink.c:
15851 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15852 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15853 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15854 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15855 (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15856 (gst_audiosink_create_ringbuffer):
15857 * gst-libs/gst/audio/gstbaseaudiosink.c:
15858 (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15859 (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15860 (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15861 (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15862 (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15863 (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15864 (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15865 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15866 * gst-libs/gst/audio/gstbaseaudiosink.h:
15867 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15868 (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15869 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15870 (gst_ringbuffer_release), (gst_ringbuffer_play),
15871 (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15872 (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15873 (gst_ringbuffer_set_sample), (wait_segment),
15874 (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15875 (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15876 * gst-libs/gst/audio/gstringbuffer.h:
15877 Make ringbuffer faster and more simple by removing the locks
15878 in the playback thread.
15879 Add sample accurate playback based on buffer sample offsets.
15880 Make the baseaudiosink provide a clock.
15881 Parse caps in the base class.
15882 Correctly handle seeking, flushing and state changes.
15884 2005-04-25 Thomas Vander Stichele <thomas at apestaart dot org>
15887 * gst/audioconvert/Makefile.am:
15888 * gst/audioscale/Makefile.am:
15889 Fix part of the build. Come on guys, autogen didn't even work :)
15891 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15894 * gst-libs/gst/Makefile.am:
15895 * gst-libs/gst/media-info/.cvsignore:
15896 * gst-libs/gst/media-info/Makefile.am:
15897 * gst-libs/gst/media-info/README:
15898 * gst-libs/gst/media-info/media-info-priv.c:
15899 * gst-libs/gst/media-info/media-info-priv.h:
15900 * gst-libs/gst/media-info/media-info-test.c:
15901 * gst-libs/gst/media-info/media-info.c:
15902 * gst-libs/gst/media-info/media-info.h:
15903 * gst-libs/gst/media-info/media-info.vcproj:
15904 * pkgconfig/Makefile.am:
15905 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15906 * pkgconfig/gstreamer-media-info.pc.in:
15907 Remove media-info, which is also successed by playbin (see Totem
15910 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15913 * examples/Makefile.am:
15914 * examples/gstplay/.cvsignore:
15915 * examples/gstplay/Makefile.am:
15916 * examples/gstplay/player.c:
15917 * gst-libs/gst/Makefile.am:
15918 * gst-libs/gst/play/.cvsignore:
15919 * gst-libs/gst/play/Makefile.am:
15920 * gst-libs/gst/play/play.c:
15921 * gst-libs/gst/play/play.h:
15922 * gst-libs/gst/play/play.vcproj:
15923 * pkgconfig/Makefile.am:
15924 * pkgconfig/gstreamer-play-uninstalled.pc.in:
15925 * pkgconfig/gstreamer-play.pc.in:
15926 Remove libgstplay, playbin is now the official successor.
15928 2005-04-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15931 * gst-libs/gst/Makefile.am:
15932 * gst-libs/gst/xwindowlistener/Makefile.am:
15933 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15934 * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15935 Remove deprecated xwindowlistener (I've moved xwindowlistening
15936 in the v4l/v4l2 plugins over to serverside).
15938 2005-04-25 David Schleef <ds@schleef.org>
15940 * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15941 to examples/dynparams. Examples do not belong interspersed with
15943 * examples/dynparams/demo-dparams.c:
15944 * gst/sine/Makefile.am:
15945 * gst/sine/demo-dparams.c:
15947 2005-04-25 David Schleef <ds@schleef.org>
15949 Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15950 * gst-libs/gst/audio/Makefile.am:
15951 * gst-libs/gst/riff/Makefile.am:
15952 * gst-libs/gst/tag/Makefile.am:
15953 * gst-libs/gst/video/Makefile.am:
15954 * gst-libs/gst/xwindowlistener/Makefile.am:
15956 Convert to 0.9 API, seems to work:
15957 * sys/ximage/Makefile.am:
15958 * sys/ximage/ximagesink.c:
15960 2005-04-24 David Schleef <ds@schleef.org>
15962 Link plugins against libraries:
15963 * ext/alsa/Makefile.am:
15964 * gst/tcp/Makefile.am:
15966 Remove asm code that should be in liboil
15967 * gst/videoscale/Makefile.am:
15968 * gst/videoscale/videoscale_x86_asm.s:
15970 gettext wants these checked in:
15986 2005-04-24 David Schleef <ds@schleef.org>
15988 Convert gst_main() to g_main_loop_run()
15989 * gst/playback/decodetest.c: (main):
15990 * gst/playback/test2.c: (main):
15991 * gst/playback/test3.c: (main):
15992 * gst/playback/test4.c: (main):
15994 Link plugins against libraries:
15995 * ext/libvisual/Makefile.am:
15996 * sys/xvimage/Makefile.am:
15998 2005-04-24 David Schleef <ds@schleef.org>
16000 * configure.ac: Remove idct and resample libs
16001 * gst-libs/gst/Makefile.am: same
16003 Remove usage of gst_library_load():
16004 * ext/alsa/gstalsaplugin.c: (plugin_init):
16005 * ext/libvisual/visual.c: (plugin_init):
16006 * ext/ogg/gstogg.c: (plugin_init):
16007 * ext/theora/theora.c: (plugin_init):
16008 * ext/vorbis/vorbis.c: (plugin_init):
16009 * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
16010 * gst/audioscale/gstaudioscale.c:
16011 * gst/adder/gstadder.c: (plugin_init):
16012 * gst/audioconvert/plugin.c: (plugin_init):
16013 * sys/ximage/ximagesink.c: (plugin_init):
16014 * sys/xvimage/xvimagesink.c: (plugin_init):
16015 * gst/tcp/gsttcpplugin.c: (plugin_init):
16017 Link plugins against libraries:
16018 * ext/ogg/Makefile.am:
16019 * ext/theora/Makefile.am:
16020 * ext/vorbis/Makefile.am:
16021 * gst/audioconvert/Makefile.am:
16023 Create proper libraries:
16024 * gst-libs/gst/riff/Makefile.am:
16025 * gst-libs/gst/audio/Makefile.am:
16026 * gst-libs/gst/video/Makefile.am:
16028 Move resample library to audioscale plugin directory:
16029 * gst-libs/gst/resample/Makefile.am:
16030 * gst-libs/gst/resample/README:
16031 * gst-libs/gst/resample/dtof.c:
16032 * gst-libs/gst/resample/dtos.c:
16033 * gst-libs/gst/resample/functable.c:
16034 * gst-libs/gst/resample/private.h:
16035 * gst-libs/gst/resample/resample.c:
16036 * gst-libs/gst/resample/resample.h:
16037 * gst-libs/gst/resample/resample.vcproj:
16038 * gst-libs/gst/resample/test.c:
16039 * gst/audioscale/Makefile.am:
16040 * gst/audioscale/README:
16041 * gst/audioscale/dtof.c:
16042 * gst/audioscale/dtos.c:
16043 * gst/audioscale/functable.c:
16044 * gst/audioscale/private.h:
16045 * gst/audioscale/resample.c:
16046 * gst/audioscale/resample.h:
16047 * gst/audioscale/test.c:
16049 Move tagedit library to gst-libs:
16050 * gst-libs/gst/tag/Makefile.am:
16051 * gst-libs/gst/tag/gstid3tag.c:
16052 * gst-libs/gst/tag/gsttagediting.c:
16053 * gst-libs/gst/tag/gsttageditingprivate.h:
16054 * gst-libs/gst/tag/gstvorbistag.c:
16055 * gst/tags/Makefile.am:
16056 * gst/tags/gstid3tag.c:
16057 * gst/tags/gstvorbistag.c:
16059 Fix for core changes:
16060 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16061 (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
16062 (gst_sinesrc_getrange):
16064 2005-04-23 David Schleef <ds@schleef.org>
16066 * gst-libs/gst/Makefile.am: Remove idct. It hasn't been used
16067 in gst-plugins in a long time, and properly belongs in liboil.
16068 * gst-libs/gst/idct/Makefile.am:
16069 * gst-libs/gst/idct/README:
16070 * gst-libs/gst/idct/dct.h:
16071 * gst-libs/gst/idct/doieee:
16072 * gst-libs/gst/idct/fastintidct.c:
16073 * gst-libs/gst/idct/floatidct.c:
16074 * gst-libs/gst/idct/idct.c:
16075 * gst-libs/gst/idct/idct.h:
16076 * gst-libs/gst/idct/idtc.vcproj:
16077 * gst-libs/gst/idct/ieeetest.c:
16078 * gst-libs/gst/idct/intidct.c:
16080 2005-04-20 Wim Taymans <wim@fluendo.com>
16082 * docs/design-audiosinks.txt:
16083 * gst-libs/gst/audio/Makefile.am:
16084 * gst-libs/gst/audio/TODO:
16085 * gst-libs/gst/audio/gstaudiosink.c:
16086 (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16087 (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16088 (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
16089 (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16090 (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16091 (gst_audioringbuffer_delay), (gst_audiosink_base_init),
16092 (gst_audiosink_class_init), (gst_audiosink_init),
16093 (gst_audiosink_create_ringbuffer):
16094 * gst-libs/gst/audio/gstaudiosink.h:
16095 * gst-libs/gst/audio/gstbaseaudiosink.c:
16096 (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
16097 (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
16098 (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
16099 (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
16100 (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
16101 (gst_baseaudiosink_create_ringbuffer),
16102 (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16103 * gst-libs/gst/audio/gstbaseaudiosink.h:
16104 * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16105 (gst_ringbuffer_class_init), (gst_ringbuffer_init),
16106 (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
16107 (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16108 (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
16109 (gst_ringbuffer_play), (gst_ringbuffer_pause),
16110 (gst_ringbuffer_resume), (gst_ringbuffer_stop),
16111 (gst_ringbuffer_callback), (gst_ringbuffer_delay),
16112 (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
16113 (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
16114 * gst-libs/gst/audio/gstringbuffer.h:
16115 An attempt at a set of audio base classes together with some
16118 2005-04-20 Wim Taymans <wim@fluendo.com>
16120 * gst/audioconvert/Makefile.am:
16121 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16122 (gst_audio_convert_caps_remove_format_info),
16123 (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
16124 (gst_audio_convert_channels):
16125 Link against audio libs.
16126 Fix audio convert plugin.
16128 2005-04-20 Wim Taymans <wim@fluendo.com>
16130 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
16131 (gst_ogg_demux_sink_activate):
16132 * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16133 (theora_set_header_on_caps), (theora_enc_sink_event),
16134 (theora_enc_chain):
16135 Fix theora encoder.
16137 2005-04-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16139 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
16140 * gst/playback/gstdecodebin.c: (find_compatibles):
16141 Work with staticpadtemplates in elementfactories.
16143 2005-04-12 Wim Taymans <wim@fluendo.com>
16145 * gst/playback/README:
16146 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16147 (compare_ranks), (print_feature), (gst_decode_bin_init),
16148 (dynamic_create), (dynamic_free), (find_compatibles),
16149 (mimetype_is_raw), (close_pad_link), (got_redirect),
16150 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16151 (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
16152 (gst_decode_bin_change_state):
16153 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16154 (gst_play_base_bin_init), (group_destroy), (group_commit),
16155 (check_queue), (queue_overrun), (queue_threshold_reached),
16156 (queue_out_of_data), (gen_preroll_element), (unknown_type),
16157 (new_decoded_pad), (setup_subtitle), (gen_source_element),
16158 (got_redirect), (setup_source), (play_base_eos),
16159 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16160 (gst_play_base_bin_remove_element):
16161 * gst/playback/gstplaybasebin.h:
16162 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16163 (gst_play_bin_init), (gst_play_bin_dispose),
16164 (gst_play_bin_set_property), (gen_video_element),
16165 (gen_text_element), (gen_audio_element), (remove_sinks),
16166 (gst_play_bin_send_event):
16167 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16168 (stream_info_change_state), (gst_stream_info_set_mute):
16169 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16170 (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
16171 (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
16172 (gst_stream_selector_chain):
16173 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16175 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16176 (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16177 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16178 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16179 Raw and crude port of decodebin.
16180 Make playbin compile.
16182 2005-04-06 Wim Taymans <wim@fluendo.com>
16184 * ext/gnomevfs/Makefile.am:
16185 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16186 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16187 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16188 (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16189 (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16190 (gst_gnomevfssrc_stop):
16191 * ext/ogg/Makefile.am:
16192 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16193 (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16194 * ext/theora/Makefile.am:
16195 * ext/theora/theoradec.c: (_inc_granulepos),
16196 (theora_dec_sink_event), (theora_dec_chain):
16197 * ext/vorbis/Makefile.am:
16198 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16199 (vorbis_dec_sink_event), (vorbis_dec_chain):
16200 * gst-libs/gst/audio/Makefile.am:
16201 * sys/xvimage/Makefile.am:
16202 Make gnomevfssrc extend the source base class.
16203 Fix linking against libs in various plugins.
16205 2005-04-06 Andy Wingo <wingo@pobox.com>
16207 * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16210 * configure.ac: Add check and AC_SUBST for libgstbase.
16212 2005-03-31 Wim Taymans <wim@fluendo.com>
16214 * examples/seeking/Makefile.am:
16215 * examples/seeking/cdparanoia.c: (main):
16216 * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16217 (play_cb), (pause_cb), (stop_cb), (main):
16218 * examples/seeking/playbin.c:
16219 * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16220 (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16221 (make_sid_pipeline), (make_vorbis_pipeline),
16222 (make_theora_pipeline), (make_vorbis_theora_pipeline),
16223 (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16224 (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16225 (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16226 (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16228 * examples/seeking/spider_seek.c:
16229 * examples/seeking/vorbisfile.c:
16230 * ext/gnomevfs/Makefile.am:
16231 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16232 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16233 (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16234 (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16235 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16236 (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16237 (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16238 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16240 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16241 (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16242 (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16243 (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16244 (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16245 (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16246 (gst_ogg_pad_event), (gst_ogg_pad_reset),
16247 (gst_ogg_demux_factory_filter), (compare_ranks),
16248 (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16249 (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16250 (gst_ogg_chain_new), (gst_ogg_chain_free),
16251 (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16252 (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16253 (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16254 (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16255 (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16256 (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16257 (gst_ogg_demux_get_prev_page),
16258 (gst_ogg_demux_deactivate_current_chain),
16259 (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16260 (gst_ogg_demux_bisect_forward_serialno),
16261 (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16262 (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16263 (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16264 (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16265 (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16266 (gst_ogg_demux_change_state), (gst_ogg_print):
16267 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16268 (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16269 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16270 (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16271 (gst_ogg_mux_loop):
16272 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16273 * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16274 (theora_dec_src_convert), (theora_dec_sink_convert),
16275 (theora_dec_src_query), (theora_dec_src_event),
16276 (theora_dec_sink_event), (theora_dec_chain),
16277 (theora_dec_change_state):
16278 * ext/theora/theoraenc.c: (gst_theora_enc_init),
16279 (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16280 (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16281 (theora_enc_change_state):
16282 * ext/vorbis/Makefile.am:
16283 * ext/vorbis/oggvorbisenc.c:
16284 * ext/vorbis/oggvorbisenc.h:
16285 * ext/vorbis/vorbis.c: (plugin_init):
16286 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16287 (vorbis_dec_src_query), (vorbis_dec_src_event),
16288 (vorbis_dec_sink_event), (vorbis_dec_chain),
16289 (vorbis_dec_change_state):
16290 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16291 (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16292 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16293 (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16294 (gst_vorbisenc_change_state):
16295 * ext/vorbis/vorbisenc.h:
16296 * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16297 * gst-libs/gst/audio/audioclock.c:
16298 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16299 (gst_audiofilter_init), (gst_audiofilter_chain):
16300 * gst-libs/gst/audio/testchannels.c: (main):
16301 * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16302 * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16303 (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16304 (gmip_find_track_streaminfo), (gmip_find_track_format):
16305 * gst-libs/gst/media-info/media-info.c:
16306 (gst_media_info_read_idler):
16307 * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16308 (gst_play_get_all_by_interface):
16309 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16310 (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16311 (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16312 (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16313 (gst_riff_parse_info):
16314 * gst-libs/gst/riff/riff-read.h:
16315 * gst-libs/gst/riff/riff.c: (plugin_init):
16316 * gst-libs/gst/video/Makefile.am:
16317 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16318 (gst_videosink_class_init), (gst_videosink_get_type):
16319 * gst-libs/gst/video/videosink.h:
16320 * gst/audioconvert/bufferframesconvert.c:
16321 (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16322 (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16323 * gst/audioconvert/channelmixtest.c: (main):
16324 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16325 (gst_audio_convert_chain),
16326 (gst_audio_convert_caps_remove_format_info),
16327 (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16328 (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16329 (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16330 (gst_audio_convert_buffer_to_default_format),
16331 (gst_audio_convert_buffer_from_default_format),
16332 (gst_audio_convert_channels):
16333 * gst/audioconvert/gstchannelmix.h:
16334 * gst/ffmpegcolorspace/avcodec.h:
16335 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16336 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16337 (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16338 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16339 * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16340 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16341 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16342 (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16343 (mpeg_video_type_find), (mpeg_video_stream_type_find),
16345 * gst/videotestsrc/gstvideotestsrc.c:
16346 (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16347 (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16348 (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16349 (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16350 (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16351 (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16352 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16353 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16354 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16355 (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16356 (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16357 (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16358 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16359 (gst_xvimagesink_navigation_send_event),
16360 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16361 (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16362 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16363 * sys/xvimage/xvimagesink.h:
16364 Plugin port to 0.9, ogg/theora playback should work in the seek
16366 Removed old examples.
16367 Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16368 explained in 0.9 TODO doc.
16371 2005-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
16393 * testsuite/Makefile.am:
16394 remove a whole bunch of plugins. This module now contains a set
16395 of free reference plugins/elements as agreed.
16397 2005-02-22 Thomas Vander Stichele <thomas at apestaart dot org>
16400 hunting season on 0.9 is now OPEN
16402 2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16404 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16405 Kick the hell out of gcc for not warning me about a symbol conflict.
16407 2005-02-22 Luca Ognibene <luogni@tin.it>
16409 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16411 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16412 Don't leak caps string (fixes #168134)
16414 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16415 (gst_jpegenc_init), (gst_jpegenc_finalize),
16416 (gst_jpegenc_change_state):
16417 Don't leak line buffers and context struct (fixes #168133).
16419 2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
16422 * ext/dirac/gstdiracdec.cc:
16423 (gst_diracdec_chain):
16424 Since dirac 0.5.0 the framerate in dirac is expressed as a
16425 rational number. Fix build and up requirement to 0.5.0, and
16426 also pass parameters to gst_diracdec_link in the right order
16429 2005-02-21 Maciej Katafiasz <mathrick@freedesktop.org>
16431 * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16432 * ext/faad/gstfaad.h:
16433 TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with
16434 certain invalid muxed streams, where some packets will contain
16435 junk after decoder data. Partially fixes #149158.
16437 2005-02-21 Jan Schmidt <thaytan@mad.scientist.com>
16438 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16439 Make sure we only write to writable buffers
16441 2005-02-20 Tim-Philipp Müller <tim at centricular dot net>
16443 * gst-libs/gst/riff/riff-media.c:
16444 (gst_riff_create_audio_caps_with_data):
16445 Do actually fix invalid RIFF fmt header values for alaw
16446 and mulaw audio instead of just saying so.
16448 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16449 Give gst_riff_create_audio_caps_with_data() a chance to
16450 fix up broken format header fields before extracting any
16451 parameters from the header. (fixes #167633)
16453 2005-02-19 Martin Holters <martin.holters@gmx.de>
16455 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16457 * gst/audioconvert/bufferframesconvert.c:
16458 (buffer_frames_convert_link):
16459 Don't leak othercaps. (fixes #167878)
16461 2005-02-19 Arwed v. Merkatz <v.merkatz@gmx.net>
16464 * ext/libvisual/visual.c: (gst_visual_srclink),
16465 (gst_visual_change_state):
16466 Support libvisual 0.2.0.
16468 2005-02-18 Tim-Philipp Müller <tim at centricular dot net>
16470 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16471 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16472 Use same rowstrides for I420 as used everywhere else.
16474 2005-02-17 Tim-Philipp Müller <tim at centricular dot net>
16476 * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16477 Declare variables at beginning of block and make gcc-2.95 happy
16478 (fixes # 167482, patch by Gergely Nagy).
16480 * gst/tcp/gsttcpclientsrc.c:
16481 * gst/tcp/gsttcpclientsrc.h:
16482 Move some includes into the header, so that struct sockaddr_in is
16483 defined when it should be defined on FreeBSD as well (fixes
16486 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16487 Don't pass uninitialised values to setsockopt() here either.
16489 2005-02-17 Luca Ognibene <luogni at tin dot it>
16491 Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
16493 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16494 Don't pass uninitialised values to setsockopt(). (fixes #167704)
16496 2005-02-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16498 * gst/playback/gstplaybin.c: (add_sink):
16499 Invert bin_add/link order to workaround deadlock in opt.
16501 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16503 * gst/modplug/gstmodplug.cc:
16504 Add missing break causing position queries to fail.
16506 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16508 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16509 Granpos can apparently be -1, which screws up calculations...
16511 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com>
16513 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16514 (gst_ximagesink_send_pending_navigation),
16515 (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16516 (gst_ximagesink_init):
16517 * sys/ximage/ximagesink.h:
16518 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16519 (gst_xvimagesink_send_pending_navigation),
16520 (gst_xvimagesink_navigation_send_event),
16521 (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16522 * sys/xvimage/xvimagesink.h:
16523 Use a mutex protected list to marshal navigation
16524 events into the stream thread from whichever thread
16527 2005-02-15 Tim-Philipp Müller <tim at centricular dot net>
16529 * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16530 Display current position and track length; misc. clean-ups.
16532 * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16533 (speed_init), (speed_chain):
16534 Add query function, so that the stream length and current position
16535 get adjusted when queried (note that current position queries may
16536 still be wrong if the audio sink returns values based on buffer
16537 timestamps instead of passing on the query).
16539 2005-02-13 Benjamin Otte <otte@gnome.org>
16541 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16542 (gst_audio_convert_channels):
16543 create channel conversion matrix when linking
16544 * gst/audioconvert/.cvsignore:
16545 * gst/audioconvert/Makefile.am:
16546 * gst/audioconvert/channelmixtest.c: (main):
16547 add (ugly) test that ensures stereo <=> mono conversion works
16550 2005-02-13 Benjamin Otte <otte@gnome.org>
16552 * gst/audioconvert/gstchannelmix.h:
16553 include missing header file
16554 * gst/audioconvert/gstchannelmix.c:
16555 (gst_audio_convert_fill_compatible):
16556 use same sign for both channels when converting to/from compatible
16557 channel. Previously used different signs made the signals cancel
16558 each other out and appear like silence. (fixes #167269)
16560 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16562 * gst/ffmpegcolorspace/avcodec.h:
16563 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16564 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16565 (gst_ffmpegcsp_avpicture_fill):
16566 * gst/ffmpegcolorspace/imgconvert.c:
16567 Convert to and from YV12 (fixes #156379).
16569 2005-02-12 Julien MOUTTE <julien@moutte.net>
16571 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16572 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16573 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16574 (gst_ximagesink_expose), (gst_ximagesink_set_property),
16575 (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16576 methods from chain and negotiation and vice versa (Fixes #166142).
16577 * sys/ximage/ximagesink.h: Add stream_lock.
16578 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16579 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16580 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16581 (gst_xvimagesink_expose): Check for xcontext before trying to link.
16583 2005-02-12 Tim-Philipp Müller <tim at centricular dot net>
16585 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16586 Don't send "Hey! You gave me a NULL pointer you naughty person" as
16587 error message when we can't open the DVD device (when dvdnav_open()
16588 fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16589 the above). Send something more useful instead (fixes #167117).
16591 2005-02-11 Julien MOUTTE <julien@moutte.net>
16593 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16594 (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16595 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16596 (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16597 (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16598 (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16599 methods from chain and negotiation and vice versa (Fixes #166142).
16600 Fix a possible bug of images in the buffer pool being discarded because
16601 we are looking at the wrong geometry.
16602 * sys/xvimage/xvimagesink.h: Add stream_lock.
16604 2005-02-11 David Schleef <ds@schleef.org>
16606 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16607 unsigned int. (fixes #167128)
16609 2005-02-11 David Schleef <ds@schleef.org>
16611 * gst/librfb/Makefile.am: Testing stuff before committing is
16612 for wimps... and people with fast machines. Fix stupid
16615 2005-02-11 David Schleef <ds@schleef.org>
16617 * configure.ac: Pull in librfb from my CVS tree, because it is
16618 too small and annoying to be separate. Move rfbsrc plugin
16621 * ext/librfb/Makefile.am:
16622 * ext/librfb/gstrfbsrc.c:
16623 * gst/librfb/Makefile.am:
16624 * gst/librfb/gstrfbsrc.c:
16625 * gst/librfb/rfb.c:
16626 * gst/librfb/rfb.h:
16627 * gst/librfb/rfbbuffer.c:
16628 * gst/librfb/rfbbuffer.h:
16629 * gst/librfb/rfbbytestream.c:
16630 * gst/librfb/rfbbytestream.h:
16631 * gst/librfb/rfbcontext.h:
16632 * gst/librfb/rfbdecoder.c:
16633 * gst/librfb/rfbdecoder.h:
16634 * gst/librfb/rfbutil.h:
16636 2005-02-10 Tim-Philipp Müller <tim at centricular dot net>
16638 * gst/speed/Makefile.am:
16639 * gst/speed/demo-mp3.c: (main):
16640 * gst/speed/filter.func:
16641 * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16642 (speed_class_init), (speed_init), (speed_chain_int16),
16643 (speed_chain_float32), (speed_chain), (speed_set_property),
16644 (speed_get_property), (speed_change_state):
16645 * gst/speed/gstspeed.h:
16646 Fix speed element and make it chain-based (fixes #156467),
16647 and make it handle more than one channel.
16649 2005-02-10 Jan Schmidt <thaytan@mad.scientist.com>
16651 * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16652 (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16653 (gst_dtsdec_chain), (gst_dtsdec_change_state):
16654 * ext/dts/gstdtsdec.h:
16655 Don't clobber the stack constructing the channels array.
16656 Make the element chain-based. DTS tracks can now be played.
16658 2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
16660 * gst-libs/gst/audio/multichannel.h:
16661 * gst-libs/gst/gconf/gconf.h:
16662 * gst-libs/gst/idct/idct.h:
16663 * gst-libs/gst/media-info/media-info-priv.h:
16664 * gst-libs/gst/play/play.h:
16665 * gst-libs/gst/resample/private.h:
16666 * gst-libs/gst/resample/resample.h:
16667 * gst-libs/gst/riff/riff-ids.h:
16668 * gst-libs/gst/video/video.h:
16669 * gst-libs/gst/video/videosink.h:
16670 Add G_BEGIN_DECLS and G_END_DECLS around headers where
16671 missing, so that they work when included from C++ code.
16673 2005-02-09 David Schleef <ds@schleef.org>
16675 * testsuite/gst-lint: Check for non-statically scoped
16676 parent_class variables. This won't be a problem once
16677 plugins are loaded with RTLD_LOCAL.
16679 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16681 * ext/mplex/gstmplexibitstream.cc:
16684 2005-02-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16686 * ext/ogg/gstogmparse.c:
16687 * gst/debug/gstnavigationtest.c:
16688 Die, thou faulty symbol pollutors (non-static parent_class).
16690 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16692 * ext/mplex/gstmplexibitstream.cc:
16693 Fix event handling (#165525).
16695 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16697 * ext/mikmod/gstmikmod.c:
16698 * gst/modplug/gstmodplug.cc:
16699 Add missing endianness to template (fixes #165509).
16701 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16703 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16704 Fix wrong order of reading of optional bytes (#165290).
16706 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16708 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16709 Implement FILLER event awareness.
16711 2005-02-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16713 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16714 Fix track calculations (#166208).
16716 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16718 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16720 * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16721 * ext/libpng/gstpngenc.c:
16722 Fix byte-order, use proper fixed caps. Fixes #164197.
16724 2005-02-08 Jan Schmidt <thaytan@mad.scientist.com>
16729 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16730 (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16731 Don't push buffers if the src pad isn't negotiated yet.
16733 * gst/audioconvert/gstaudioconvert.c:
16734 (gst_audio_convert_buffer_to_default_format),
16735 (gst_audio_convert_buffer_from_default_format):
16736 Add support for 24-bit width.
16738 * gst/dvdlpcmdec/.cvsignore:
16739 * gst/dvdlpcmdec/Makefile.am:
16740 * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16741 (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16742 (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16743 (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16745 * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16746 New decoder for rearranging DVD LPCM into our audio/x-raw-int
16747 format. Needs support for the channels maps if someone can find
16748 a DVD LPCM track with > 2 channels.
16750 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16751 (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16752 (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16753 * gst/mpegstream/gstdvddemux.h:
16754 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16755 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16756 (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16757 * gst/mpegstream/gstmpegdemux.h:
16758 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16759 (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16760 (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16761 (gst_mpeg_parse_handle_src_query),
16762 (gst_mpeg_parse_handle_src_event):
16763 Use audio/x-dvd-lpcm for LPCM output.
16766 2005-02-08 Gergely Nagy <algernon@bonehunter.rulez.org>
16768 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16770 * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16771 (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16772 Add BGRA handling (#165736).
16774 2005-02-08 Francis Labonte <francis_labonte@hotmail.com>
16776 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16778 * gst/law/alaw-decode.c: (alawdec_link):
16779 * gst/law/alaw-encode.c: (alawenc_link):
16780 * gst/law/mulaw-decode.c: (mulawdec_link):
16781 * gst/law/mulaw-encode.c: (mulawenc_link):
16782 Fix caps memleaks (#166600).
16784 2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
16786 * ext/tarkin/mem.h:
16787 * ext/tarkin/wavelet.h:
16788 * ext/tarkin/yuv.h:
16789 * gst/ffmpegcolorspace/avcodec.h:
16790 Include "_stdint.h" instead of <stdint.h>. Fixes build on
16791 systems that don't have stdint.h, like Solaris9 (fixes #166631).
16793 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16795 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16796 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16797 (gst_xvimagesink_change_state):
16798 Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16799 Xv video (and thereby regenerate Xv colourkey) in clear() so
16800 that PLAY -> READY -> PLAY works (fixes #162504).
16802 2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16804 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16805 Switch to list instead of range, since MJPEG-devices really just
16806 support decimations, not any size.
16808 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16809 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16810 (gst_mpeg2dec_reset), (free_all_buffers),
16811 (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16812 * ext/mpeg2dec/gstmpeg2dec.h:
16813 The libmpeg2 user-allocated buffer management is awkward,
16814 to say the least. Hopefully this fixes things.
16816 2005-02-04 Andy Wingo <wingo@pobox.com>
16818 * gst/audioconvert/bufferframesconvert.c
16819 (buffer_frames_convert_fixate): New function, fixates to 256
16820 frames per buffer by default. (Much better than 1.)
16821 (buffer_frames_convert_init): Set the fixate function for both src
16823 (buffer_frames_convert_link): After success setting nonfixed caps,
16824 get the negotiated caps so we can know how many buffer-frames it
16825 will be. No idea how this worked at all before.
16827 2005-02-05 Jan Schmidt <thaytan@mad.scientist.com>
16829 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16830 (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16831 (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16832 (handle_sequence), (handle_picture):
16833 * ext/mpeg2dec/gstmpeg2dec.h:
16834 Rearrange buffer tracking and refcounting and refactor
16835 a little for readability.
16837 2005-02-04 Jan Schmidt <thaytan@mad.scientist.com>
16838 * sys/v4l/gstv4l.c: (plugin_init):
16839 * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16840 (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16841 (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16842 (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16843 * sys/v4l/gstv4ljpegsrc.h:
16844 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16845 * sys/v4l/v4l_calls.h:
16846 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16847 (gst_v4lsrc_get_fps):
16848 * sys/v4l/v4lsrc_calls.h:
16849 Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16850 you jpeg inside rgb frames" driver.
16851 Don't error in the v4lsrc link function, just return
16854 2005-02-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16856 * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16857 (gst_qcamsrc_open):
16858 Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16860 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16862 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16863 Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16865 2005-02-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16867 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16868 Reset negotiated state on PAUSED->READY.
16870 2005-02-02 David Schleef <ds@schleef.org>
16872 * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16873 whereever possible. (Fixes #165997)
16874 * examples/capsfilter/capsfilter1.c: (main):
16875 * examples/dynparams/filter.c: (create_ui):
16876 * examples/seeking/cdparanoia.c: (get_track_info), (main):
16877 * examples/seeking/chained.c: (main):
16878 * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16879 (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16880 (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16881 (make_mpeg_pipeline), (make_mpegnt_pipeline):
16882 * examples/seeking/spider_seek.c: (make_spider_pipeline):
16883 * examples/switch/switcher.c: (main):
16884 * ext/dv/demo-play.c: (main):
16885 * ext/faad/gstfaad.c: (gst_faad_change_state):
16886 * ext/mad/gstmad.c: (gst_mad_chain):
16887 * ext/smoothwave/demo-osssrc.c: (main):
16888 * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16889 (gst_gconf_render_bin_from_description),
16890 (gst_gconf_get_default_audio_sink),
16891 (gst_gconf_get_default_video_sink),
16892 (gst_gconf_get_default_audio_src),
16893 (gst_gconf_get_default_video_src),
16894 (gst_gconf_get_default_visualization_element):
16895 * gst/level/demo.c: (main):
16896 * gst/level/plot.c: (main):
16897 * gst/playback/gstplaybin.c: (gen_video_element),
16898 (gen_audio_element):
16899 * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16900 * gst/playondemand/demo-mp3.c: (setup_pipeline):
16901 * gst/sine/demo-dparams.c: (main):
16902 * gst/spectrum/demo-osssrc.c: (main):
16903 * gst/speed/demo-mp3.c: (main):
16904 * gst/volume/demo.c: (main):
16905 * testsuite/embed/embed.c: (main):
16907 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16909 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16910 (gst_tcpclientsink_finalize):
16911 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16912 (gst_tcpclientsrc_finalize):
16913 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16914 (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16915 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16916 (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16917 Don't leak the hostname when shutting down.
16918 In tcpserversrc, take a copy of the default hostname.
16920 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16922 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16923 Set caps to systemstream=TRUE.
16925 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16927 * testsuite/Makefile.am:
16928 Fix more OSX buildbots.
16930 2005-02-02 Jan Schmidt <thaytan@mad.scientist.com>
16932 * ext/mpeg2dec/gstmpeg2dec.c:
16933 Don't send things to NULL PAD_PEERs
16935 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16936 Copy-on-write the incoming buffer.
16938 * gst/mpegstream/gstdvddemux.h:
16939 * gst/mpegstream/gstmpegclock.h:
16940 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16941 (normal_seek), (gst_mpeg_demux_handle_src_event):
16942 * gst/mpegstream/gstmpegdemux.h:
16943 * gst/mpegstream/gstmpegpacketize.h:
16944 * gst/mpegstream/gstmpegparse.c:
16945 (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16946 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16947 (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16948 (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16949 (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16950 * gst/mpegstream/gstmpegparse.h:
16951 * gst/mpegstream/gstrfc2250enc.h:
16952 Various changes to the way time is computed that make seeking and
16953 total time estimation much better here.
16954 Use G_BEGIN/END_DECLS instead of __cplusplus
16956 * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16957 Use gst_buffer_stamp instead of only copying the TIMESTAMP
16959 2005-02-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16961 * gst/subparse/gstsubparse.c:
16964 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16966 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16967 (theora_enc_chain), (theora_enc_change_state):
16968 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16969 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16970 (gst_vorbisenc_change_state):
16971 * ext/vorbis/vorbisenc.h:
16972 Set granulepos and timestamp correctly for streams not
16973 starting at 0, taking into account the initial delay.
16975 2005-01-31 Tim-Philipp Müller <tim at centricular dot net>
16977 * gst/mpegstream/gstdvddemux.c:
16978 Add audio/x-dts to audio pad template caps
16980 2005-01-30 David Schleef <ds@schleef.org>
16982 * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16983 (create_context), (gst_polypsink_link): Fix silly endianness
16984 bug. Add some debugging. Remove float from caps; it doesn't
16985 work. Attempt to get remote audio working.
16987 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16989 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16992 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
16994 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16995 (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16996 (gst_avi_demux_stream_data):
16997 * gst/avi/gstavidemux.h:
16998 Invert DIB images. Fixes #132341.
17000 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17002 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17003 (gst_ffmpegcsp_chain):
17004 D'oh, reference the palette data, not the palette structure.
17005 Fixes color distortion in #132341.
17007 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17009 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
17010 PAR can be non-fixed when not provided as argument (#162626).
17012 2005-01-29 David Moore <dcm@acm.org>
17014 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17016 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17017 (gst_qtdemux_loop_header):
17018 Re-apply patch from #142272 that allows non-seekable sources,
17019 re-proposed by Daniel Drake <dsd@gentoo.org>.
17021 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17023 * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
17024 Use the src template for creating the src pad (#162330).
17026 2005-01-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17029 * ext/musepack/Makefile.am:
17030 * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
17031 (gst_musepackdec_init), (gst_musepackdec_dispose),
17032 (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
17033 (gst_musepack_stream_init), (gst_musepackdec_loop),
17034 (gst_musepackdec_change_state):
17035 * ext/musepack/gstmusepackdec.cpp:
17036 * ext/musepack/gstmusepackdec.h:
17037 * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
17038 (gst_musepack_reader_read), (gst_musepack_reader_seek),
17039 (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
17040 (gst_musepack_reader_canseek), (gst_musepack_init_reader):
17041 * ext/musepack/gstmusepackreader.cpp:
17042 * ext/musepack/gstmusepackreader.h:
17043 Update to 1.1 API (#165446).
17045 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17050 2005-01-28 Andy Wingo <wingo@pobox.com>
17052 * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
17053 to reflect a different dubious internet source. Add a reference
17054 and some commentary.
17056 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17058 * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17059 (gst_stream_selector_get_caps), (gst_stream_selector_chain):
17060 * gst/playback/gststreamselector.h:
17061 Be more selective when we're redoing caps negotiation from
17062 within the chain function on a stream change.
17064 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17068 * ext/amrnb/Makefile.am:
17069 * ext/amrnb/amrnb.c: (plugin_init):
17070 * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
17071 (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
17072 (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
17073 (gst_amrnbdec_state_change):
17074 * ext/amrnb/amrnbdec.h:
17075 * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
17076 (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
17077 (gst_amrnbparse_init), (gst_amrnbparse_formats),
17078 (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
17079 (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
17080 (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
17081 * ext/amrnb/amrnbparse.h:
17082 Add support for AMR-NB (mobile phone audio format; #155163, #163286).
17083 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17084 Add AMR-NB/-WB raw formats.
17085 * ext/alsa/gstalsa.c: (gst_alsa_link):
17086 Keep valid time when changing format.
17087 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17088 (qtdemux_parse_trak):
17089 Add some more format-specific options (#140141, #143555, #155163).
17091 2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17093 * gst/matroska/matroska-demux.c:
17094 (gst_matroska_demux_parse_blockgroup):
17095 Fix logic error in timing of subtitle stream synchronization.
17096 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17097 Add skip-chunk, which is found in kodak-camera streams.
17099 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org>
17103 Adding Vietnamese translation (submitted by Clytie Siddall)
17105 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17107 * gst/playback/gstdecodebin.c: (try_to_link_1):
17108 Use realpad for signal.
17110 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17112 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
17113 Fix category so decodebin picks it up.
17115 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17117 * ext/mad/Makefile.am:
17118 * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
17119 (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
17120 (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
17121 (found_type), (gst_id3demux_bin_change_state):
17122 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17123 (gst_id3_tag_init), (gst_id3_tag_handle_event),
17124 (gst_id3_tag_src_link), (gst_id3_tag_chain),
17125 (gst_id3_tag_change_state), (plugin_init):
17126 * ext/mad/gstmad.h:
17127 Add id3demuxbin (which is a simple bin consisting of id3demux
17128 and typefind), take over rank from id3demux, remove typefind
17129 code from id3demux. Makes all broken mp3s that I know of work,
17130 and thereby fixes #152688.
17132 2005-01-27 Edward Hervey <bilboed@bilboed.com>
17134 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17136 * ext/mad/gstmad.c: (gst_mad_src_event):
17137 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17138 Allow seeks on audio pad, make mad forward those (#164826).
17139 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17140 Set duration (#165335).
17142 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17144 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17145 (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
17146 (gst_asf_demux_process_ext_content_desc),
17147 (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
17148 (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
17149 * gst/asfdemux/gstasfdemux.h:
17150 Improve metadata display, e.g. if the metadata comes before the
17151 streams are loaded (which is perfectly valid).
17153 2005-01-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17155 * tools/gst-launch-ext-m.m:
17156 Fix AVI/ASF pipelines (#165340).
17158 2005-01-26 Amaury Jacquot <sxpert@esitcom.org>
17159 * ext/cairo/gsttextoverlay.c: include string.h and strings.h to fix
17160 build failure on amd64
17162 2005-01-26 Tim-Philipp Müller <tim at centricular dot net>
17164 * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
17165 (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
17166 Check environment variables GST_ID3V2_TAG_ENCODING,
17167 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17168 list of character encodings to force interpretation of non-unicode
17169 strings stored in an ID3v2 tag to a particular encoding. If none
17170 is specified, try to use current locale's encoding, then fall back
17171 to ISO-8859-1 (which will always succeed). (Resolves #149274)
17172 * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
17173 (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
17174 Check environment variables GST_ID3V1_TAG_ENCODING,
17175 GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17176 list of character encodings to use in case a string encountered
17177 in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17178 specified, try to use the current locale's encoding, then fall
17179 back to ISO-8859-1 (which will always succeed).
17181 2005-01-25 Benjamin Otte <otte@gnome.org>
17183 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17184 - on half framerate, compute the rate in advance so the comparisons
17185 don't compare wrong values
17186 - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17188 - don't use mad_header_decode anymore, mad_frame_decode does that
17190 - when getting rid of consumed bytes, reset the stream's skiplen
17193 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
17195 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17196 Use 1/2 a second for default max_discont, as PES streams from DVB
17197 seem to have larger spacings in the SCR.
17200 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17202 * gst/playback/gstplaybasebin.c: (group_commit):
17203 Notify delayed stream-info availability.
17205 2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
17206 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17207 (gst_a52dec_handle_event), (gst_a52dec_chain):
17208 Add some debug output. Check that a discont has a valid
17210 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17211 (gst_alsa_sink_loop):
17212 Ignore TAG events. A little extra debug for broken timestamps.
17213 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17214 (dvdnavsrc_change_state):
17215 Ensure we send a discont to engage the link before we send any
17217 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17218 (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17219 (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17220 (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17221 Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17222 dvd://title works in totem because typefinding sends a seek that ends
17223 up going back to chapter 1 regardless.
17224 * ext/mpeg2dec/gstmpeg2dec.c:
17225 * ext/mpeg2dec/gstmpeg2dec.h:
17226 Output correct timestamps and handle disconts.
17227 * ext/ogg/gstoggdemux.c: (get_relative):
17228 Small guard against a null dereference.
17229 * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17230 (gst_textoverlay_set_property):
17231 Free memory when done. Don't call gst_event_filler_get_duration on
17232 EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17234 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17235 (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17236 (gst_sw_srclink), (gst_smoothwave_chain):
17237 Draw solid lines, prettier colours.
17238 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17239 Add a default palette that'll work for some movies.
17240 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17241 (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17242 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17243 * gst/mpegstream/gstdvddemux.h:
17244 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17245 (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17246 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17247 (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17248 * gst/mpegstream/gstmpegparse.h:
17249 Use PTM/NAV events when for timestamp adjustment when connected to
17250 dvdnavsrc. Don't use many discont events where one suffices.
17251 * gst/playback/gstplaybasebin.c: (group_destroy),
17252 (gen_preroll_element), (gst_play_base_bin_add_element):
17253 * gst/playback/gstplaybasebin.h:
17254 Make sure we remove subtitles from the same bin we put them in.
17255 * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17256 (gst_subparse_buffer_format_autodetect),
17257 (gst_subparse_change_state):
17258 Fix some memleaks and invalid accesses.
17259 * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17260 (oggskel_type_find), (cmml_type_find), (plugin_init):
17261 Some typefind functions for Annodex v3.0 files
17262 * gst/wavparse/gstwavparse.h:
17263 GstRiffReadClass is the correct parent class.
17265 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17267 * gst-libs/gst/riff/riff-media.c:
17268 (gst_riff_create_video_caps_with_data):
17269 Add extradata to huffyuv (fixes #165013).
17270 * gst-libs/gst/riff/riff-read.c:
17271 (gst_riff_read_strf_vids_with_data):
17272 Fix extradata extraction if it is in the chunk size.
17274 2005-01-25 Edward Hervey <bilboed@bilboed.com>
17276 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17278 * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17279 (gst_quarktv_change_state), (gst_quarktv_dispose):
17280 Memory free'ing location fix (#164708).
17282 2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17284 * gst/playback/gstplaybasebin.c: (group_commit),
17285 (gen_preroll_element), (probe_triggered), (gen_source_element),
17286 (setup_source), (gst_play_base_bin_change_state),
17287 (gst_play_base_bin_add_element):
17288 Don't block for streams.
17289 * gst/playback/gststreaminfo.c: (stream_info_change_state),
17290 (gst_stream_info_set_mute):
17291 Use gst_pad_set_active_recursive.
17293 2005-01-25 Andy Wingo <wingo@pobox.com>
17295 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17296 for #ifndef HAVE_XVIDEO.
17298 2005-01-24 Jeffrey C. Ollie
17300 reviewed by: Maciej Katafiasz <mathrick@freedesktop.org>
17302 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17303 * ext/gsm/gstgsmdec.h:
17304 * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17305 * ext/gsm/gstgsmenc.h:
17306 Fix rate to 8kHz as per spec, removes obscure errors when no rate
17307 was given by property. Add proper buffer timestamps and offsets.
17309 2005-01-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17311 * gst-libs/gst/riff/riff-media.c:
17312 (gst_riff_create_audio_caps_with_data):
17313 Audio can be <8000Hz.
17315 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17317 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17318 Explicit state change to workaround refcount bugs.
17320 2005-01-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17322 * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17323 (gst_avimux_riff_get_avi_header):
17326 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17328 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17329 (gst_riff_read_element_data):
17330 * gst-libs/gst/riff/riff-read.h:
17331 Add _peek version (req'ed in CDXA).
17332 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17333 (gst_cdxaparse_loop):
17334 Fix parsing in playbin.
17335 * gst/playback/gstdecodebin.c: (close_pad_link):
17336 Ignore current_ pads, they cause major annoyance.
17338 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17340 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17343 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17345 * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17348 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17350 * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17351 Allow for 0-sized buffers. Fixes length query problems in
17352 starwars.mkv from the testsuite.
17354 2005-01-19 Tim-Philipp Müller <tim at centricular dot net>
17356 * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17357 (gst_video_box_i420), (gst_video_box_chain):
17358 Fix row strides for I420 (fixes #163159)
17360 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17362 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17363 MPEG2 has a useful rate property, so we can actually use that.
17364 For MPEG-1, continue using the bytes/time properties.
17366 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17368 * gst-libs/gst/riff/riff-media.c:
17369 (gst_riff_create_video_caps_with_data),
17370 (gst_riff_create_video_template_caps):
17373 2005-01-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17375 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17376 Fail if caps negotiation fails. Should fix #162184, and should
17377 definately be in there regardless of it fixing the actual bug.
17378 * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17379 (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17380 (gst_avimux_riff_get_avix_header),
17381 (gst_avimux_riff_get_video_header),
17382 (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17383 (gst_avimux_start_file), (gst_avimux_handle_event),
17384 (gst_avimux_change_state):
17385 * gst/avi/gstavimux.h:
17386 Refactor structure writing to use GST_WRITE_UINT macros, add
17387 metadata writing support.
17389 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17391 * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17392 Elements may already be destroyed when this function is called.
17394 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17396 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17397 (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17398 More memory leak fixes (#149162).
17400 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17402 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17403 (gst_qtdemux_add_stream):
17406 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17408 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17411 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17413 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17414 Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17415 when fixating to six channels in Totem.
17417 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17419 * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17420 Fix compile warnings on Solaris 10 buildbot
17422 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17424 * ext/dvdread/dvdreadsrc.c: (_read):
17425 Don't read beyond the last cell in a chapter (fixes
17426 invalid memory access)
17428 2005-01-17 Tim-Philipp Müller <tim at centricular dot net>
17430 * ext/dvdread/stream_labels.c:
17431 (dvdreadsrc_get_audio_stream_labels):
17432 Use NULL for an empty GList instead of g_list_alloc(); fix
17433 memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead
17434 of GString (easier to bulk free later)
17436 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17438 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17440 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17441 (gst_ffmpeg_pixfmt_to_caps):
17442 Fix BGRA32 caps (#164209).
17444 2005-01-17 Gergely Nagy <algernon@bonehunter.rulez.org>
17446 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17448 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17449 (gst_ffmpeg_caps_to_pixfmt):
17450 alpha_mask can be RGBA/ABGR. Fixes #164265.
17452 2005-01-17 Francis Labonte <francis_labonte@hotmail.com>
17454 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17456 * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17457 (gst_mpeg2dec_alloc_buffer):
17458 * ext/mpeg2dec/gstmpeg2dec.h:
17459 Crop if decoding size is not the actual image size (#163676).
17461 2005-01-17 Steve Baker <steve@stevebaker.org>
17463 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17465 * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17466 (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17467 Add libsndfile typefind functions (#163309).
17469 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17471 * tools/gst-launch-ext-m.m:
17472 Add .aac, fix .m1v/.m2v (#163891).
17474 2005-01-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17476 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17477 Sanity check, don't wait endlessly since the clock might not
17478 actually run at this point (which is a deadlock). Fixes #164069.
17480 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17482 * gst/playback/gstplaybasebin.c: (probe_triggered):
17483 Of course, only pause if group is done...
17485 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17487 * gst/playback/gstplaybasebin.c: (probe_triggered):
17490 2005-01-16 Jan Schmidt <thaytan@mad.scientist.com>
17492 * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17493 Don't return state change success when the parent
17496 2005-01-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17498 * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17499 Free events (fix memleak in #162905).
17501 2005-01-15 Gergely Nagy <algernon@bonehunter.rulez.org>
17503 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17505 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17506 (gst_ffmpeg_caps_to_pixfmt):
17507 Fix for depth = 15. Fixes #161675.
17509 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17511 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17512 Set FPS correctly, even for webcams and the like.
17513 * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17514 Don error on setting while capturing.
17516 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17518 * ext/dv/gstdvdec.c:
17519 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17520 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17521 I'm a bad boy. using /1001. to force C to do float division
17522 and not integer division (as it did in my last commit)
17523 Thanks to David I. Lehn for pointing this mistake.
17525 2005-01-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17527 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17528 Revert Johan's 1.35->1.36 since it breaks compat.
17530 2005-01-14 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17532 * ext/dv/gstdvdec.c:
17533 * ext/libfame/gstlibfame.c:
17534 * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17535 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17536 replace framerate aproximations by their real value
17537 (24000/1001, 30000/1001, 60000/1001)
17538 Finish fixing bug #164049
17540 2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
17542 * ext/ogg/gstoggmux.c:
17544 * gst/tcp/gstmultifdsink.c:
17545 * gst/tcp/gstmultifdsink.h:
17546 * gst/tcp/gsttcp.c:
17547 * gst/tcp/gsttcp.h:
17548 * gst/tcp/gsttcpclientsink.c:
17549 * gst/tcp/gsttcpclientsrc.c:
17550 * gst/tcp/gsttcpserversink.c:
17551 * gst/tcp/gsttcpserversrc.c:
17552 improve reusability of elements after state changes and errors
17553 make multifdsink throw away streamheaders when receiving new ones
17555 2005-01-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17557 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17558 Fix for if items are already in list...
17560 2005-01-12 Benjamin Otte <otte@gnome.org>
17562 * gst/adder/gstadder.c: (gst_adder_loop):
17563 fix adder a bit so it doesn't screw up with events as much anymore
17565 2005-01-12 Jan Schmidt <thaytan@mad.scientist.com>
17567 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17568 (pixbufscale_scale), (gst_pixbufscale_chain):
17569 * ext/gdk_pixbuf/pixbufscale.h:
17570 Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17571 to ensure rowstrides are calculated the same way as
17573 Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17574 that we pick up duration and offset also.
17576 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17578 * gst/avi/gstavimux.c: (gst_avimux_class_init),
17579 (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17582 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17584 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17585 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17586 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17587 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17588 Update flags when requested.
17590 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17592 * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17595 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17597 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17598 (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17599 (probe_triggered), (new_decoded_pad), (gen_source_element),
17600 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17601 * gst/playback/gstplaybasebin.h:
17602 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17603 (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17604 (gst_play_bin_change_state):
17605 Implement group-switch signal for use in apps to clear metadata
17606 cache, clean up subtitle, add suburi property instead of # hack,
17607 some error-out fixes.
17609 2005-01-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17611 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17613 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17614 If we got a state change in the _get handler, don't return success.
17616 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17618 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17619 (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17620 Make jpegdec quiet on MJPEG decoding
17621 * gst/asfdemux/README:
17622 Fix mimetypes for MJPEG and H263
17624 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17626 * ext/theora/theoradec.c: (theora_dec_chain):
17627 Fix broken code generation by gcc by swapping arguments.
17628 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17631 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17634 delete this file, it is by far outdated
17635 * ext/alsa/gstalsa.1: remove
17636 * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17637 (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17638 (gst_alsa_get_caps):
17639 Add HW probing for supported sample rates. Fixes #161704
17641 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17643 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17644 Don't crash, biatch! :).
17646 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17648 * ext/musepack/gstmusepackreader.cpp:
17649 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17650 Some work on tags - still doesn't work in playbin...
17651 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17654 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17656 * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17657 Also shove tags on kid pads.
17659 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17661 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17662 Don't bail on unknown events.
17663 * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17664 Don't crash on events before negotiation.
17665 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17666 Send tags on pads, too.
17667 * gst/playback/gststreamselector.c:
17668 (gst_stream_selector_request_new_pad):
17669 Forward events on first pad if no input was selected yet.
17671 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17673 * gst/playback/gstplaybasebin.c: (setup_substreams):
17674 Don't disable streamtype if the stream doesn't exist, since
17675 then playing a video after audio will disable both and nothing
17676 will happen. Fixes the testsuite.
17678 2005-01-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17680 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17681 (gst_v4l_xoverlay_set_xwindow_id):
17682 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17683 (gst_v4l2_xoverlay_set_xwindow_id):
17684 Add debug categories, fix overlay disabling.
17686 2005-01-10 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17688 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17689 * ext/alsa/gstalsa.h:
17690 Add HW probing for period_count/size and buffer_size MIX/MAX
17691 Adjust default/user defined value if out of bounds
17692 Should fix bug #162024
17694 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17696 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17697 Fix warning (#161191).
17699 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17701 * ext/dvdread/stream_labels.c:
17702 (dvdreadsrc_get_audio_stream_labels):
17703 Fix warning (init the good variable in switch default)
17705 2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
17707 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17709 * gst/tta/gstttaparse.c: (gst_tta_src_event):
17710 Fix gcc-2.95 compile (#163485).
17712 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17715 * ext/flac/gstflacenc.c: (gst_flacenc_init),
17716 (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17717 (gst_flacenc_tell_callback), (gst_flacenc_chain),
17718 (gst_flacenc_change_state):
17719 * ext/flac/gstflacenc.h:
17720 Update for API change in flac-1.1.1. Update requirement in
17721 configure.ac. Fixes #162974.
17723 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17725 * gst/playback/gstplaybasebin.c: (group_destroy):
17726 Remove hack to get rid of assert and get rid of unlinked
17729 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17731 * gst/playback/gstplaybasebin.c: (setup_source):
17732 Set source to NULL so that resources are free'ed. Fixes issues
17733 with playback of CDDA and similar device-accessing things.
17735 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17737 * testsuite/embed/Makefile.am:
17738 test->noinst, fix make test in buildbot.
17740 2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17742 * ext/dvdread/stream_labels.c: new file
17743 * ext/dvdread/stream_labels.h: new file
17744 * ext/dvdread/Makefile.am:
17745 * ext/dvdread/dvdreadsrc.c: (_seek_title):
17746 Extract audio stream label from DVD IFO files.
17747 It only dump them on the console for now, still have to
17748 make playbin aware of them.
17750 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17752 * gst/playback/gstplaybasebin.c: (setup_source):
17755 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17757 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17758 (gen_preroll_element), (remove_groups), (setup_subtitle),
17759 (gen_source_element), (setup_source):
17760 * gst/playback/gstplaybasebin.h:
17761 Multiple .sub files is just a stupid idea... Fix some threading
17762 mistakes. Interestingly, external .sub files cause playbin to
17763 hang, I don't know why... Parsing fixes contributed by Fran??ois
17764 Kooman <fkooman@tuxed.net>.
17766 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17768 * testsuite/embed/Makefile.am:
17771 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17773 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17775 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17776 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17777 (gst_pngenc_set_property):
17778 * ext/libpng/gstpngenc.h:
17779 Add compression level property (#163323).
17781 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17784 * examples/capsfilter/capsfilter1.c: (main):
17785 * examples/seeking/spider_seek.c: (make_spider_pipeline):
17786 * ext/dvdread/Makefile.am:
17787 * ext/dvdread/demo-play:
17788 * ext/dvdread/demo-play.c:
17789 * gconf/gstreamer.schemas.in:
17790 * gst-libs/gst/gconf/gconf.c:
17792 * testsuite/Makefile.am:
17793 * testsuite/embed/Makefile.am:
17794 * testsuite/embed/embed.c: (cb_expose), (main):
17795 Remove all references to xvideosink, fix examples (#140845).
17796 * gst/playback/gstplaybasebin.c: (group_destroy):
17797 Apparently, disposal does not unlink - so do explicitely.
17798 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17801 2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org>
17803 * README: fix PKG_CONFIG_PATH instructions, what was there
17804 previously was breaking default search path, not nice.
17807 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17809 * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17810 (gst_audioscale_chain):
17811 %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17812 when resampling - how the ^@$^!@^! is this possible?!?
17814 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17816 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17817 Reset variables on READY.
17818 * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17819 (gst_matroska_mux_loop):
17820 Require data before writing header.
17822 2005-01-09 Francis Labonte <francis_labonte@hotmail.com>
17824 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17826 * ext/mad/gstmad.c: (gst_mad_chain):
17827 Don't call mad_stream_sync() directly after recovering sync.
17830 2005-01-09 Martin Eikermann <meiker@upb.de>
17832 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17834 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17835 (snapshot_handler), (gst_snapshot_sinkconnect),
17836 (gst_snapshot_chain):
17837 Allocate resources when required, fix recursive signal emission
17838 and fix caps. Fixes #161667.
17840 2005-01-09 Gergely Nagy <algernon@bonehunter.rulez.org>
17842 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17844 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17845 (gst_pngdec_chain):
17846 Handle only 8-bppc (bits-per-pixel-component) images, better
17847 error handling and correct strides. Fixes #163177.
17848 * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17849 (gst_pngenc_chain):
17850 Better error handling. Fixes #163348.
17852 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17854 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17855 (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17856 (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17857 (dvdnavsrc_uri_handler_init):
17858 Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17859 * gst/playback/gstplaybasebin.c: (gen_source_element):
17860 Add MMS to streaming URIs.
17862 2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17864 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17865 * sys/xvimage/xvimagesink.c:
17866 (gst_xvimagesink_navigation_send_event):
17867 Check for pad availability before sending event.
17869 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17871 * gst-plugins.spec.in:
17874 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17877 Since we use functions from CVS, up requirement.
17879 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17881 * gst/playback/Makefile.am:
17882 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17883 (group_destroy), (group_commit), (group_is_muted),
17884 (gen_preroll_element), (add_stream), (unknown_type),
17885 (probe_triggered), (preroll_unlinked), (mute_stream),
17886 (silence_stream), (new_decoded_pad), (setup_substreams),
17887 (setup_source), (get_active_source), (mute_group_type),
17888 (muted_group_change_state), (set_active_source),
17889 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17890 (play_base_eos), (gst_play_base_bin_change_state):
17891 * gst/playback/gstplaybasebin.h:
17892 * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17893 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17894 (gst_stream_info_dispose), (stream_info_mute_pad),
17895 (stream_info_change_state), (gst_stream_info_set_mute):
17896 * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17897 (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17898 (gst_stream_selector_init), (gst_stream_selector_dispose),
17899 (gst_stream_selector_get_linked_pad),
17900 (gst_stream_selector_get_caps), (gst_stream_selector_link),
17901 (gst_stream_selector_get_linked_pads),
17902 (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17903 * gst/playback/gststreamselector.h:
17904 Adding stream selection support plus required properties for
17905 applications to use this. Fully fixes #100931.
17907 2005-01-08 Benjamin Otte <otte@gnome.org>
17909 * gst/games/gstpuzzle.c: (nav_event_handler):
17910 - handle nav events differently: forward every event no matter if it
17911 was handled or not.
17913 You can now cheat by using navigationtest ! puzzle and moving the
17914 mouse close to the edge of a tile. ;)
17916 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17919 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17920 * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17921 (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17922 (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17923 (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17924 (gst_ogm_parse_plugin_init):
17925 * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17926 (gst_textoverlay_link), (gst_textoverlay_getcaps),
17927 (gst_textoverlay_event), (gst_textoverlay_video_chain),
17928 (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17929 * ext/pango/gsttextoverlay.h:
17930 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17931 (gst_matroska_demux_handle_seek_event),
17932 (gst_matroska_demux_sync_streams),
17933 (gst_matroska_demux_parse_blockgroup),
17934 (gst_matroska_demux_subtitle_caps),
17935 (gst_matroska_demux_plugin_init):
17936 * gst/matroska/matroska-ids.h:
17937 * gst/playback/gstdecodebin.c: (close_pad_link):
17938 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17939 (gen_preroll_element), (remove_groups), (add_stream),
17940 (new_decoded_pad), (setup_subtitles), (gen_source_element),
17942 * gst/playback/gstplaybasebin.h:
17943 * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17944 * gst/subparse/Makefile.am:
17945 * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17946 (gst_subparse_base_init), (gst_subparse_class_init),
17947 (gst_subparse_init), (gst_subparse_formats),
17948 (gst_subparse_eventmask), (gst_subparse_event),
17949 (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17950 (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17951 (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17952 (parse_mpsub_deinit), (parse_mpsub_init),
17953 (gst_subparse_buffer_format_autodetect),
17954 (gst_subparse_format_autodetect), (gst_subparse_loop),
17955 (gst_subparse_change_state), (gst_subparse_type_find),
17957 * gst/subparse/gstsubparse.h:
17958 * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17960 Add subtitle support, .sub parser (supports SRT and MPsub),
17961 OGM text support, Matroska UTF-8 text support, deadlock fixes
17962 all over the place, subtitle awareness in decodebin/playbin
17963 and some fixes to textoverlay to handle subtitles in a stream
17964 correctly. Fixes #100931.
17966 2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17968 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17969 Check for pad availability before doing a query on it.
17971 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17973 * ext/dv/gstdvdec.c:
17974 really fix bpp24/32 dvdec caps (classic rgba indeed)
17975 * gst/asfdemux/gstasfdemux.c:
17976 (gst_asf_demux_process_ext_content_desc):
17977 don't send text tags if they are empty (bis repetita)
17979 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
17981 * ext/dv/gstdvdec.c:
17982 remove unneeded comment from dvdec
17983 (related to DV 4CC codes in AVI files)
17984 moved them in gstreamer/docs/random/mimetypes
17985 * gst/asfdemux/gstasfdemux.c:
17986 (gst_asf_demux_process_ext_content_desc):
17987 don't send text tags if they are empty
17988 fix mem leak on error path
17989 * gst/ffmpegcolorspace/avcodec.h:
17990 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17991 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17992 (gst_ffmpegcsp_avpicture_fill):
17993 * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17994 * gst/ffmpegcolorspace/imgconvert_template.h:
17995 adds BGR32 and BGRA32 to ffmpegcolorspace
17996 (still bad colors, fixing it on next commit)
17997 helps with dvdec outputing BGR32
17999 2005-01-08 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18001 * ext/dv/gstdvdec.c:
18002 Fix audio caps i just broke (missing ',')
18003 * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
18004 (gst_matroska_mux_reset):
18005 Fix typo + add FIXME about old "x-gst-metadata" crap
18007 2005-01-07 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18009 * ext/dv/demo-play.c: (main):
18010 xvideosink -> xvimagesink
18011 * ext/dv/gstdvdec.c:
18012 change rgb 32/32 caps to 24/32 (no alpha)
18013 change nb of channels to be a list (2 or 4, not 2)
18014 change sample rate to be a list (32, 44.1, 48 kHz) not a range
18015 * gst/asfdemux/gstasfdemux.c:
18016 (gst_asf_demux_process_ext_content_desc):
18017 Add 'date/year' to extracted metadata list
18019 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18021 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18022 The return value of fixate_to does not imply that the requested
18023 value was set, so don't assume.
18025 2005-01-07 Gergely Nagy <algernon@bonehunter.rulez.org>
18027 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18029 * ext/libpng/gstpngdec.c:
18030 * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
18031 (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
18032 * ext/libpng/gstpngenc.h:
18033 Alpha support (encoder; #163161), mime fixage.
18035 2005-01-07 Sebastien Cote <sc5@hermes.usherb.ca>
18037 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18039 * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
18040 (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
18041 (gst_faac_set_property), (gst_faac_get_property):
18042 * ext/faac/gstfaac.h:
18043 Allow for ADTS output (#153434).
18045 2005-01-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18047 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18048 Fix against template (#150576).
18050 2005-01-06 Benjamin Otte <otte@gnome.org>
18052 * gst/games/gstpuzzle.c: (draw_puzzle):
18053 don't draw a puzzle if either width or height of tiles would be 0.
18055 2005-01-06 Benjamin Otte <otte@gnome.org>
18057 * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
18058 (gst_puzzle_class_init), (gst_puzzle_finalize):
18059 no memleaks, please
18060 (gst_puzzle_create), (gst_puzzle_init),
18061 (gst_puzzle_set_property), (gst_puzzle_setup):
18062 change initialization code around so we don't reshuffle on resize
18064 fix another stupid typo
18066 2005-01-06 Benjamin Otte <otte@gnome.org>
18068 * gst/games/gstvideoimage.c: (copy_hline_YUY2):
18069 fix stupid typo that borked copying on YUY2
18071 2005-01-06 Benjamin Otte <otte@gnome.org>
18073 * gst/games/gstpuzzle.c: (draw_puzzle):
18074 fix edges when image sizes aren't multiples of tile sizes
18076 2005-01-06 Benjamin Otte <otte@gnome.org>
18078 * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18079 make RGB endianness work correctly
18080 (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
18081 refactor and fix race with initial shuffling
18082 (nav_event_handler):
18083 allow using the mouse to puzzle
18085 insist on tiles having width and height as multiples of 4 to get
18086 clean YUV image handling
18087 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18088 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
18089 s/DEBUG/LOG/ for common messages
18090 (gst_xvimagesink_navigation_send_event):
18091 fix mouse event translation to not include screen PAR
18092 * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
18093 fix mouse event translation to actually work
18095 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18097 * gst/asfdemux/gstasfdemux.c:
18098 (gst_asf_demux_process_ext_content_desc):
18099 Extract TrackNumber metadata + clean up code
18100 * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
18101 Hope this is the good fix (var used unitialised)
18103 2005-01-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18105 * ext/faad/gstfaad.c: (gst_faad_chain):
18106 Only increment timestamp if it's valid. Fixes raw AAC streams.
18108 2005-01-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18111 * gst/games/Makefile.am:
18112 * gst/games/gstpuzzle.c:
18113 add a puzzle game with...
18114 * gst/games/gstvideoimage.c:
18115 * gst/games/gstvideoimage.h:
18116 ... full colorspace support (that includes YUV9 and RGB16)) stolen
18117 from videotestsrc and made into something that would be a nice
18118 library for a lot of other plugins.
18120 2005-01-06 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18123 don't compile faad plugin if a RC of 2.0 is found
18124 Fixes #155346 (and FC1 buildbot)
18125 * gst/asfdemux/gstasfdemux.c:
18126 (gst_asf_demux_process_ext_content_desc):
18127 try to make Solaris compiler happier
18129 2005-01-06 Paul Jack <pjack@sfaf.org>
18131 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18133 * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18134 Fix segfault (#161667).
18136 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18138 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18139 Fix framerate reporting.
18141 2005-01-05 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
18143 * gst-libs/gst/riff/riff-ids.h:
18144 * gst/wavenc/riff.h:
18145 Add AMR (VBR and CBR) ids to riff.h audio codec list
18146 * gst/asfdemux/gstasfdemux.c:
18147 (gst_asf_demux_process_ext_content_desc),
18148 (gst_asf_demux_process_object):
18149 Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
18151 2005-01-05 Martin Eikermann <meiker@upb.de>
18153 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18155 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18156 (gst_dvd_demux_handle_discont):
18157 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
18158 (gst_mpeg_demux_handle_discont):
18159 Recreate pads on new-media (#160730).
18160 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
18161 Send discont even if manager changes timestamps (#161929).
18163 2005-01-05 Sebastien Cote <sc5@hermes.usherb.ca>
18165 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18167 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
18168 Fix invalid memory access (#159211).
18170 2005-01-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18172 * examples/gstplay/player.c: (main):
18174 * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
18175 Add visualizations.
18176 * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18177 (gst_a52dec_handle_frame):
18179 * ext/dvdnav/gst-dvd:
18180 Add audioconvert. Fixes #161325.
18181 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18182 Explicitely case to gint64. Possible valgrind error.
18183 * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18184 (gst_play_tick_callback), (gst_play_change_state),
18185 (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18186 (gst_play_set_location), (gst_play_get_location),
18187 (gst_play_seek_to_time), (gst_play_set_data_src),
18188 (gst_play_set_video_sink), (gst_play_set_audio_sink),
18189 (gst_play_set_visualization), (gst_play_connect_visualization),
18190 (gst_play_get_framerate), (gst_play_get_all_by_interface),
18192 Use playbin. Fixes #139749 and #147744.
18193 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18195 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18196 (audioscale_get_type), (gst_audioscale_base_init),
18197 (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18198 (gst_audioscale_getcaps), (gst_audioscale_fixate),
18199 (gst_audioscale_link), (gst_audioscale_get_buffer),
18200 (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18201 (gst_audioscale_init), (gst_audioscale_dispose),
18202 (gst_audioscale_chain), (gst_audioscale_set_property),
18203 (gst_audioscale_get_property), (plugin_init):
18205 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18207 * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18208 (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18209 (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18210 Add more metadata (fixes #162656).
18212 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18217 === release 0.8.7 ===
18219 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18224 releasing 0.8.7, "Hyperspace"
18226 2005-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
18228 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18230 * gst/playback/gstplaybasebin.c:
18231 Fix for #162924 - free caps after use, not before
18233 2005-01-04 Thomas Vander Stichele <thomas at apestaart dot org>
18235 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18237 * gst/playback/gstplaybasebin.c:
18238 * gst/wavparse/gstwavparse.c:
18239 Fix for #154773 - fixes playback of small .wav files
18241 2005-01-03 Thomas Vander Stichele <thomas at apestaart dot org>
18243 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18245 * gst/audioscale/gstaudioscale.c:
18246 Fix for #162819 - make audioscale reusable
18247 Fixes playback of more than one file with playbin/totem
18249 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18251 * gst/ffmpegcolorspace/avcodec.h:
18252 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18253 * gst/ffmpegcolorspace/imgconvert.c:
18254 clean up the mess that made me cry and avoid needless duplication
18256 2004-12-29 Thomas Vander Stichele <thomas at apestaart dot org>
18258 * gst/ffmpegcolorspace/imgconvert.c:
18259 give some indication of why we're segfaulting
18261 2004-12-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18264 Fix indentation, fix v4l2 plugin detection.
18266 Fix libmms location (Maciej, use diff -u!).
18267 * ext/alsa/gstalsa.c: (gst_alsa_init):
18268 Initialize caps cache to NULL.
18269 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18270 Only change state on audiosink if it exists.
18272 2004-12-28 Maciej Katafiasz <mathrick@mathrick.org>
18274 * gst/matroska/matroska-demux.c:
18275 * gst/matroska/matroska-ids.h:
18276 * gst/matroska/matroska-demux.h:
18277 Fix Vorbis streams failing to decode in some files, where cluster_time
18278 isn't 0, because then it doesn't send codec_priv before actual data.
18279 Remove time-based test and replace it with marker set on beginning of
18282 2004-12-28 David Schleef <ds@schleef.org>
18284 Merge patch from Ronald fixing problems with streaming
18286 * ext/cairo/gstcairo.c: (plugin_init):
18287 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18288 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18289 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18290 (gst_textoverlay_font_init), (gst_textoverlay_init),
18291 (gst_textoverlay_set_property):
18292 * ext/cairo/gsttextoverlay.h:
18294 2004-12-27 David Schleef <ds@schleef.org>
18296 * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18297 (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18298 (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18299 (gst_textoverlay_font_init), (gst_textoverlay_init),
18300 (gst_textoverlay_set_property): Improvements to actually
18301 render text as white on black outline on video, including
18302 font selection and horizontal/vertical alignment. (Ronald's
18304 * ext/cairo/gsttextoverlay.h:
18306 2004-12-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18308 * ext/ogg/gstogg.c:
18309 * ext/ogg/gstogmparse.c:
18310 fix ogm[audio/video]parse plugin registration
18311 (riff won't load if bytestream is already loaded)
18313 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18315 * gst/audioconvert/gstchannelmix.c:
18318 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18322 disable docs again until it actually passes make distcheck.
18324 2004-12-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18326 * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18327 * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18329 Add 3GP (variables name Q3GP because they can't start with a
18330 number). Add samr audio fourcc (used in .3gp files), decoder
18331 is work in progress. Also do a GST_WARNING instead of ERROR
18332 in case of unknown nodes, to decrease output.
18334 2004-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
18339 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18342 * ext/speex/gstspeexdec.h:
18343 * ext/speex/gstspeexenc.h:
18344 Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.
18345 Fix detection code in configure.ac
18347 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18349 * gst/matroska/matroska-demux.c:
18350 (gst_matroska_demux_parse_blockgroup):
18351 Save position, so that queries give proper return values. Don't
18352 know how this could ever have worked before...
18354 2004-12-23 Thomas Vander Stichele <thomas at apestaart dot org>
18357 Put additional LAME check inside the conditional. Fixes #152339
18359 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18361 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18362 (gst_avi_demux_stream_scan):
18363 Add some more debug. Fix logic error when setting movi offset
18364 while reading index.
18366 2004-12-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18368 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18369 (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18370 (gst_avi_demux_process_next_entry):
18371 Add some debugging. Better detection of broken indexes and the
18372 accompanying index recovery. No infinite loops on state changes
18373 when we're still in our loopfunction.
18375 2004-12-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18380 2004-12-22 Archana Shah <archana.shah@wipro.com>
18382 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18384 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18385 Normalizing the value before setting
18386 (gst_sunaudiomixer_get_volume):
18387 Normalizing the value after getting. Fixes bug# 161980
18389 2004-12-22 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18391 * Makefile.am: Make sure docs gets disted
18392 * docs/Makefile.am: Make sure all needed files get disted
18393 * gst-plugins.spec.in: latest updates
18395 2004-12-22 Wim Taymans <wim@fluendo.com>
18397 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18398 Revert patch 1.38 as clock distribution over schedulers does
18399 not work correcly in the core yet.
18401 2004-12-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18403 * sys/oss/README: remove this file, which predates my birth
18404 (and which content is by far outdated)
18406 2004-12-20 Stefan Kost <ensonic@users.sf.net>
18410 * docs/Makefile.am:
18411 * docs/libs/Makefile.am:
18412 * docs/libs/gst-plugins-libs-docs.sgml:
18413 * docs/libs/gst-plugins-libs-sections.txt:
18414 * docs/libs/tmpl/gstgconf.sgml:
18416 * docs/version.entities.in:
18417 Added boilerplate gtk-doc files for plugin-libs documentation.
18419 2004-12-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18421 * gst/auparse/gstauparse.c: fix int and float audio caps
18423 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18425 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18426 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18427 g_assert() can be a macro, don't use #ifdef inside it.
18429 2004-12-19 Edward Hervey <bilboed@bilboed.com>
18431 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18433 * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18434 (gst_videorate_init), (gst_videorate_chain),
18435 (gst_videorate_change_state):
18436 Event handling (fixes #159986).
18438 2004-12-19 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18440 * gst-libs/gst/riff/riff-media.c:
18441 (gst_riff_create_video_caps_with_data):
18442 Add BLZ0 (Blizzard's version of DivX) fourcc.
18444 2004-12-18 David Schleef <ds@schleef.org>
18446 * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18449 2004-12-18 David Schleef <ds@schleef.org>
18451 * gst/tta/ttadec.h: Disable some header code that isn't used
18452 and clearly isn't portable.
18454 2004-12-18 David Schleef <ds@schleef.org>
18456 * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18457 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18458 (avcodec_get_pix_fmt), (avpicture_layout),
18459 (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18460 (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18461 Fix code to not use GCC extensions (and c99 extensions that
18462 Forte does not like.)
18464 2004-12-19 Tim-Philipp Müller <t.i.m@zen.co.uk>
18466 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18468 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18469 (gst_deinterlace_chain):
18470 Rowstride fixes. Fixes #161039.
18471 * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18472 (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18473 (gst_video_crop_getcaps), (gst_video_crop_link),
18474 (gst_video_crop_i420), (gst_video_crop_chain),
18475 (gst_video_crop_change_state):
18476 Rework of negotiation. Actually works now. Fixes #158650.
18478 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18480 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18481 That was very stupid.
18483 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18485 * gst/matroska/matroska-demux.c:
18486 (gst_matroska_demux_parse_blockgroup):
18487 Fix possible crasher.
18489 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18491 * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18492 (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18493 Lace sizes can be zero.
18495 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18497 * ext/musepack/gstmusepackdec.cpp:
18498 Fetch error return values. Fixes #161624.
18499 * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18502 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18504 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18505 Work for truncated (unfinished download etc.) files. Fixes #160514.
18507 2004-12-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18509 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18510 Fix for integer overflow. Makes #156001 not crash. Probably masks
18513 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18515 * gst/ac3parse/gstac3parse.c: (plugin_init):
18516 Parsers never have ranks. Fixes #159651.
18518 2004-12-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
18520 * gst/playback/gstdecodebin.c: (compare_ranks):
18521 make sure the facotries are ordered the same every time even if they
18522 have the same rank by using the name
18523 * gst/playback/gstdecodebin.c: (find_compatibles):
18524 make sure we don't add factories to the list twice
18526 2004-12-16 David Schleef <ds@schleef.org>
18528 * configure.ac: look for musepack headers as musepack/*.h
18530 * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18531 * ext/musepack/gstmusepackreader.h: same
18533 2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18535 * gst-libs/gst/riff/riff-read.c:
18536 (gst_riff_read_strf_auds_with_data):
18537 Read extradata correctly (fixes #155879).
18539 2004-12-16 David Schleef <ds@schleef.org>
18541 * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18542 audio. does _not_ attempt or allow conversion unless channels
18545 2004-12-16 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18547 * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18549 2004-12-16 David Schleef <ds@schleef.org>
18551 * gst/audioscale/gstaudioscale.c: the resample library only
18552 handles 1 or 2 channels. Change caps to compensate.
18554 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18556 * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18557 (gst_matroska_demux_audio_caps):
18558 Some MPEG-AAC hacks, because else it doesn't work...
18560 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18562 * gst-libs/gst/riff/riff-media.c:
18563 (gst_riff_create_video_caps_with_data),
18564 (gst_riff_create_video_template_caps):
18567 2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18569 * gst-libs/gst/audio/Makefile.am:
18570 Try to fix buildbot.
18572 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org>
18574 * gst/tcp/gstmultifdsink.c:
18575 Clean up and uniformize debugging.
18577 2004-12-16 Edward Hervey <bilboed@bilboed.com>
18579 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18581 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18582 (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18583 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18584 (gst_mpeg_demux_change_state):
18585 Reset on ready. Fixes 160276.
18587 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18589 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18591 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18592 (gst_ffmpegcsp_pad_link):
18593 Fix memleak (#154815).
18595 2004-12-16 James Bowes <bowes@cs.dal.ca>
18597 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18599 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18600 (gst_musicbrainz_init), (gst_musicbrainz_chain),
18601 (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18602 * ext/musicbrainz/gsttrm.h:
18603 Add support for using a proxy server when getting a trm id from
18604 the MusicBrainz database (#149613).
18606 2004-12-16 Christophe Fergeau <teuf@gnome.org>
18608 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18610 * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18611 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18612 Fix memleaks (#157233).
18614 2004-12-16 Sebastien Cote <sc5@hermes.usherb.ca>
18616 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18618 * gst-libs/gst/resample/resample.c: (gst_resample_close):
18619 * gst-libs/gst/resample/resample.h:
18620 * gst/audioscale/gstaudioscale.c:
18621 Fix memleak (#159215).
18623 2004-12-16 Toni Willberg <toniw@iki.fi>
18625 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18627 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18628 * sys/oss/oss_probe.c: (main):
18629 Check for mono/stereo support (similar to samplerate probing),
18630 fixes #159433. Also add missing copyright header to oss_probe.c.
18632 2004-12-15 David Schleef <ds@schleef.org>
18634 * configure.ac: add audioresample and cairo plugins. Remove
18635 HAVE_MMX stuff, because it's not used.
18636 * ext/Makefile.am: same
18637 * ext/audioresample/Makefile.am: You are not ready for an
18638 audio resampling element based on audioresample.
18639 * ext/audioresample/gstaudioresample.c:
18640 * ext/audioresample/gstaudioresample.h:
18641 * ext/cairo/Makefile.am: You are not ready for overlay elements
18642 based on cairo. Don't look too closely, these elements kinda
18644 * ext/cairo/gstcairo.c: new
18645 * ext/cairo/gsttextoverlay.c: new
18646 * ext/cairo/gsttextoverlay.h: new
18647 * ext/cairo/gsttimeoverlay.c: new
18648 * ext/cairo/gsttimeoverlay.h: new
18649 * gst-libs/gst/media-info/media-info-priv.h: fix compile
18650 problem with compilers that don't support variadic macros.
18652 2004-12-15 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
18654 Reviewed by: David Schleef <ds@schleef.org>
18656 * sys/sunaudio/gstsunaudio.c: (plugin_init): Apply patch from
18657 Bala, registering sunaudiosrc (oops!), and cleaning up code a
18658 bit. Also ran indent-gst.
18659 * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18660 (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18661 (gst_sunaudiosrc_setparams):
18663 2004-12-14 David Schleef <ds@schleef.org>
18665 * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18666 output rate to 16000. Should fix #160235.
18668 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18670 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18671 Add typefinding for mpeg2 pes streams
18673 2004-12-13 David Schleef <ds@schleef.org>
18675 * configure.ac: Applied patch from bug #143659, making default
18676 sources and sinks OS-dependent (for Solaris), and added code
18678 * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18680 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18682 * gst-libs/gst/riff/riff-media.c:
18683 forgot to add h2.64 to avidemux template caps
18685 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18687 * gst/wavenc/riff.h:
18688 * gst-libs/gst/riff/riff-media.c:
18689 * gst-libs/gst/riff/riff-ids.h:
18690 * gst/avi/gstavimux.c
18691 add 4CC code for VideoSoft h264 in AVI (VSSH)
18693 remove s323 from riff, it's quicktime specific :(
18695 2004-12-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18697 * gst/asfdemux/README
18698 * gst/wavenc/riff.h
18699 * gst-libs/gst/riff/riff-ids.h
18700 * gst-libs/gst/riff/riff-media.c
18701 * gst/qtdemux/qtdemux.c:
18702 add new 4CC codes for h263 related codecs
18703 fixes partially bug #155163
18705 2004-12-12 Christian Fredrik Kalager Schaller <christian at fluendo dot com>
18707 * configure.ac: Update polyaudio requirement to 0.7
18708 * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18710 2004-12-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
18712 * gst/interleave/deinterleave.c:
18713 fix my name's spelling! :)
18715 2004-12-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18717 * AUTHORS ChangeLog
18718 * gst/auparse/gstauparse.c
18719 * gst/interleave/deinterleave.c
18721 alaw-decode.c alaw-encode.c
18722 mulaw-decode.c mulaw-encode.c
18723 * gst/oneton/gstoneton.c
18725 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18727 cocoawindow.h cocoawindow.m
18728 osxvideosink.h osxvideosink.m
18730 put the same mail address for Zaheer Abbas Merali everywhere
18732 2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18734 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18735 Align by packetsize, and assert that we a packet available before
18736 playing. The first makes webstreams work (they often include
18737 trailing padding data in a packet), the second allows pausing a
18738 ASF stream in totem without getting demux errors afterwards.
18740 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18742 * ext/ogg/gstoggdemux.c: (get_relative):
18743 Check for non-NULL before accessing member (end-of-chain).
18745 2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18747 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18748 (cdparanoia_set_property), (cdparanoia_get_property):
18749 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18750 (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18751 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18752 (dvdreadsrc_init), (dvdreadsrc_set_property),
18753 (dvdreadsrc_get_property):
18754 * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18755 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18756 Synchronize property names where not yet the case. Devices are
18757 now device=X, other versions are deprecated (but still exist).
18758 Also use g_free() unconditionally.
18759 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18760 (setup_source), (gst_play_base_bin_get_property):
18763 2004-12-09 Thomas Vander Stichele <thomas at apestaart dot org>
18765 * configure.ac: move GCONF macro outside conditional for the am
18766 conditional. Fixes #160439
18768 2004-12-08 David Schleef <ds@schleef.org>
18770 * tools/gst-visualise-m.m: Switch to elements that currently
18773 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18775 * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18776 We love wrong commas.
18778 2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18780 * gst/matroska/matroska-demux.c:
18781 (gst_matroska_demux_handle_src_query):
18782 Don't set DEFAULT, unsupported - makes length display incorrectly
18785 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18787 * gst/monoscope/README: remove blurb about files being GPL
18788 * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18789 * gst/monoscope/monoscope.c: Change license to BSD with explanation
18790 monoscope is now effectively LGPL licensed
18792 2004-12-07 Christian Fredrik Kalager Schaller <uraeus@gnome.org>
18794 * gst/monoscope/README: Update information to be more correct
18795 * gst/monoscope/convolve.c: Relicense to LGPL
18796 * gst/monoscope/convolve.h: Relicense to LGPL
18798 2004-12-06 Arwed v. Merkatz <v.merkatz@gmx.net>
18800 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18801 set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18802 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18803 set default_duration for mpeg1 audio
18805 2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
18807 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18808 * ext/alsa/gstalsa.h:
18809 refactor big chunks of the core caps negotiation code to make it
18810 a lot faster, because people claim it's really slow
18811 (actually, just cache the getcaps when the device is opened)
18813 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18815 * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18816 (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18817 (gst_a52dec_handle_frame), (gst_a52dec_chain),
18818 (gst_a52dec_change_state), (plugin_init):
18819 * ext/a52dec/gsta52dec.h:
18820 Do something useful with timestamps. Make chain-based (since
18821 there's really no reason to be loopbased).
18822 * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18823 Update current_byte/frame correctly.
18825 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18827 * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18828 (gst_ape_demux_stream_init):
18831 2004-12-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18833 * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18834 Let's make sure we're done typefinding when detecting tags.
18836 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18838 * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18839 (gst_ebml_read_init), (gst_ebml_read_use_event),
18840 (gst_ebml_read_element_id), (gst_ebml_peek_id),
18841 (gst_ebml_read_seek), (gst_ebml_read_skip),
18842 (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18843 (gst_ebml_read_master):
18844 * gst/matroska/ebml-read.h:
18845 * gst/matroska/matroska-demux.c:
18846 (gst_matroska_demux_parse_contents),
18847 (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18848 Disgustingly evil hack for working around INTERRUPT events and
18849 their extremely annoying habit of being a pain in the ass. We
18850 simply peek a cluster before reading any of it.
18852 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18854 * ext/musepack/gstmusepackdec.cpp:
18855 There's also floating point libmusepacks.
18857 2004-12-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18859 * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18860 (gst_faad_chanpos_to_gst), (gst_faad_chain):
18861 Set DURATION even if source buffer didn't. Also use increasing
18863 * gst-libs/gst/riff/riff-media.c:
18864 (gst_riff_create_audio_caps_with_data):
18865 Block_align can have larger values than 8192.
18867 2004-12-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18869 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18870 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18871 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18872 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18875 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18877 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18880 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18882 * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18885 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18887 * ext/esd/esdsink.c: (gst_esdsink_chain):
18888 Make error actually say something useful (fixes #156798).
18889 * gst-libs/gst/riff/riff-media.c:
18890 (gst_riff_create_video_caps_with_data),
18891 (gst_riff_create_video_template_caps):
18892 Add Intel Video 5.0 fourcc (IV50).
18894 2004-12-01 Christophe Fergeau <teuf@gnome.org>
18896 * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18897 detection on mono and stereo mp3 files.
18899 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18901 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18902 Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18903 the contained stream).
18905 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18907 * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18908 Oops, remove debug.
18910 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18912 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18914 * gst/law/alaw-decode.c: (alawdec_getcaps):
18915 * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18916 Prevent warnings when negotiating caps (fixes #159338).
18918 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18920 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18921 (gst_ffmpegcsp_chain):
18922 Remove old leftover that shouldn't be there...
18924 2004-12-01 Sebastien Cote <sc5@hermes.usherb.ca>
18926 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18928 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18929 Don't forward DISCONT events (fixes #159684).
18931 2004-12-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18933 * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18934 Unlink manually since sometimes bin disposal (and therefore
18935 pad unlinking) is delayed, which will cause a new media file
18936 to not be able to start playing instantly.
18938 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18940 * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18941 On mute of an unlinked stream, check for pad availability so
18942 we don't crash on unlinked pad.
18944 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18946 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18947 (gst_avi_demux_massage_index):
18948 Fix quite humiliating bug in omitting 0-sized index chunks but
18949 forgetting to count them for timestamps.
18951 2004-11-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18953 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18954 Actually leave the loop if we failed to sync. Don't crash.
18956 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18958 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18959 (gst_dvd_demux_process_private):
18960 * gst/mpegstream/gstdvddemux.h:
18961 Fix crash (#159759). Doesn't work, though. :-(.
18963 2004-11-28 Benjamin Otte <otte@gnome.org>
18965 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18966 more overwriting protection due to modifying channels one by one
18967 instead of all at once
18969 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18971 * gst/audioconvert/gstchannelmix.c:
18972 (gst_audio_convert_fill_normalize):
18973 Normalize using absolute values.
18975 2004-11-28 Julien MOUTTE <julien@moutte.net>
18979 * ext/directfb/Makefile.am:
18980 * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18981 (gst_directfbvideosink_get_pixel_format),
18982 (gst_directfbvideosink_get_format_from_fourcc),
18983 (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18984 (gst_directfbvideosink_sink_link),
18985 (gst_directfbvideosink_change_state),
18986 (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18987 (gst_directfbvideosink_buffer_alloc),
18988 (gst_directfbvideosink_interface_supported),
18989 (gst_directfbvideosink_interface_init),
18990 (gst_directfbvideosink_navigation_send_event),
18991 (gst_directfbvideosink_navigation_init),
18992 (gst_directfbvideosink_set_property),
18993 (gst_directfbvideosink_get_property),
18994 (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18995 (gst_directfbvideosink_base_init),
18996 (gst_directfbvideosink_class_init),
18997 (gst_directfbvideosink_get_type), (plugin_init):
18998 * ext/directfb/directfbvideosink.h: Adding a first version of
19000 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
19003 2004-11-28 Benjamin Otte <otte@gnome.org>
19005 * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
19006 walk the samples backwards if out_channels > in_channels so we don't
19009 2004-11-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19011 * gst/audioconvert/Makefile.am:
19012 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19013 (gst_audio_convert_link), (gst_audio_convert_change_state),
19014 (gst_audio_convert_channels):
19015 * gst/audioconvert/gstchannelmix.c:
19016 (gst_audio_convert_unset_matrix),
19017 (gst_audio_convert_fill_identical),
19018 (gst_audio_convert_fill_compatible),
19019 (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
19020 (gst_audio_convert_fill_others),
19021 (gst_audio_convert_fill_normalize),
19022 (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
19023 (gst_audio_convert_passthrough), (gst_audio_convert_mix):
19024 * gst/audioconvert/gstchannelmix.h:
19025 Implement a channel mixer.
19027 2004-11-28 Martin Soto <martinsoto@users.sourceforge.net>
19029 * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
19030 * ext/alsa/gstalsa.h:
19031 * ext/alsa/gstalsa.c (gst_alsa_set_clock):
19032 Make alsasink actually honor gst_element_set_clock and use that
19033 clock instead of its internal one.
19035 2004-11-27 Christophe Fergeau <teuf@gnome.org>
19037 * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
19038 (gst_play_base_bin_change_state): nullify source and decoder when
19039 going from READY to NULL so that we don't try to do weird stuff with
19040 them when going from NULL to READY
19041 * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
19042 instead of g_object_unref
19043 (gen_video_element), (gen_audio_element): more refcounting fixes, now
19044 it should be correct
19045 (gst_play_bin_change_state): don't call remove_sinks if we are
19046 currently disposing the object
19048 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19050 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19051 Don't forget bass if it's there. Else left channel is silent...
19053 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19055 * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
19056 (gst_a52dec_change_state):
19057 Don't do sample adjusting anymore, we use float audio now.
19058 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19059 Don't fixate to non-existing properties.
19061 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19063 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
19064 (gst_a52dec_change_state):
19065 Advertise that we can do surround sound.
19067 2004-11-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19069 * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
19070 Add buffer-frames=0.
19071 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
19072 (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
19073 (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
19074 (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
19075 (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
19076 (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
19077 (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
19078 (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
19079 (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
19080 * ext/dvdread/dvdreadsrc.h:
19081 Add seeking, querying for bytes, sectors, title, angle and
19082 chapter. Handle multiple chapters. Relicense to LGPL because
19083 Billy agreed on that (thanks Billy!).
19085 2004-11-27 Christophe Fergeau <teuf@gnome.org>
19087 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
19088 call parent dispose method
19090 2004-11-27 Martin Soto <martinsoto@users.sourceforge.net>
19092 * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
19093 (gst_audio_clock_get_internal_time):
19094 Fix active <-> inactive transitions: ensure time value always
19095 grows and avoid abrupt value changes.
19097 2004-11-27 Arwed v. Merkatz <v.merkatz@gmx.net>
19100 * gst/tta/Makefile.am:
19102 * gst/tta/filters.h:
19103 * gst/tta/gsttta.c:
19104 * gst/tta/gstttadec.c:
19105 * gst/tta/gstttadec.h:
19106 * gst/tta/gstttaparse.c:
19107 * gst/tta/gstttaparse.h:
19108 * gst/tta/ttadec.h:
19109 added TTA parser and decoder
19111 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19113 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19114 (probe_triggered), (check_queue), (buffer_underrun),
19115 (buffer_running), (buffer_overrun), (gen_source_element),
19117 * gst/playback/gstplaybasebin.h:
19118 Implement buffering. Needs some more work.
19120 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19122 * ext/theora/theoradec.c: (theora_dec_chain):
19123 Fix ilog mask range overflow.
19125 2004-11-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19127 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19128 Don't omit the last (which in case of dmix is the only :) )
19129 channel count. Don't set channels if <= 2.
19131 2004-11-26 Christophe Fergeau <teuf@gnome.org>
19133 * gst/playback/gstplaybin.c: (gen_video_element),
19134 (gen_audio_element): Removed 2 obsolete comments
19136 2004-11-26 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19138 * ext/vorbis/oggvorbisenc.c
19139 * ext/vorbis/vorbisenc.c :
19140 change description fields of those plugins to differentiate them
19141 (pitivi show Encoders by description, they had the same one)
19143 2004-11-25 Christophe Fergeau <teuf@gnome.org>
19145 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19147 * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19148 (gst_play_bin_set_property), (gen_video_element),
19149 (gen_audio_element):
19150 Refcounting fixes for provided audio-/videosinks.
19152 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19154 * gst/playback/gstplaybin.c: (gen_video_element),
19155 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
19156 Don't reference all sinks, but only the video- and audiosinks.
19157 The vis. element should be disposed when we're done with it.
19158 We don't have any reason to keep it around. This fixes warnings
19159 when reusing playbin for playing multiple audio files with
19160 vis. enabled. Also release audio device on pause - idea stolen
19163 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19165 * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
19166 (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
19167 * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19168 * ext/alsa/gstalsaplugin.c: (plugin_init):
19169 * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
19170 (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
19171 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
19172 (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
19173 (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
19174 (gst_faad_change_state), (plugin_init):
19175 * ext/faad/gstfaad.h:
19176 * ext/vorbis/vorbis.c: (plugin_init):
19177 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19178 * gst-libs/gst/audio/Makefile.am:
19179 * gst-libs/gst/audio/audio.c: (plugin_init):
19180 * gst-libs/gst/audio/multichannel.c:
19181 (gst_audio_check_channel_positions),
19182 (gst_audio_get_channel_positions),
19183 (gst_audio_set_channel_positions),
19184 (gst_audio_set_structure_channel_positions_list),
19185 (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19186 (gst_audio_fixate_channel_positions):
19187 * gst-libs/gst/audio/multichannel.h:
19188 * gst-libs/gst/audio/testchannels.c: (main):
19189 * gst/audioconvert/gstaudioconvert.c:
19190 (gst_audio_convert_class_init), (gst_audio_convert_init),
19191 (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19192 (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19193 (gst_audio_convert_fixate), (gst_audio_convert_channels):
19194 * gst/audioconvert/plugin.c: (plugin_init):
19195 Surround sound support.
19197 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19199 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19200 Fix position for discont if we're close as well. Nitpicking, but
19201 saves a few milliseconds of extra waiting or skipping.
19203 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19205 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19206 We sometimes need parsers for playback, so add those too.
19208 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19211 * gst/apetag/Makefile.am:
19212 * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19213 (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19214 (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19215 (gst_ape_demux_get_src_query_types),
19216 (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19217 (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19218 (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19219 (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19220 (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19221 (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19222 (gst_ape_demux_change_state):
19223 * gst/apetag/apedemux.h:
19224 * gst/apetag/apetag.c: (plugin_init):
19225 * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19227 APE v1/2 tag reader plus typefind function.
19229 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19232 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19233 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19234 Remove hacks for older core. Require newer core version
19237 2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19239 * gst/cdxaparse/Makefile.am:
19240 * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19241 (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19242 (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19243 * gst/cdxaparse/gstcdxaparse.h:
19244 * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19245 (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19246 (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19247 (gst_cdxastrip_get_src_query_types),
19248 (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19249 (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19250 (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19251 (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19252 * gst/cdxaparse/gstcdxastrip.h:
19253 SVCD/VCD header stripping separated from CDXA image parsing.
19254 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19256 Add VCD/SVCD header typefinding for VCD/SVCD.
19257 * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19258 (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19259 (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19260 (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19261 (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19262 (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19263 (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19264 (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19265 (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19266 (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19267 (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19268 * sys/vcd/vcdsrc.h:
19269 Fix up, add seeking, querying, URI interface. Works in totem now.
19271 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19276 === release 0.8.6 ===
19278 2004-11-25 Thomas Vander Stichele <thomas at apestaart dot org>
19296 releasing 0.8.6, "IOU Love"
19298 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19300 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19302 * gst/playback/gstplaybasebin.c:
19303 Fix unplayable files error handling. Fixes #158365
19305 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19307 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19309 * gst/typefind/gsttypefindfunctions.c:
19310 Fix broken mp3 typefinding. Fixes #158375
19312 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19314 patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19316 * ext/ogg/gstoggdemux.c:
19317 Fix sync on broken files. Fixes #158976
19319 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19321 patch by: Edward Hervey <bilboed@bilboed.com>
19323 * ext/libpng/gstpngenc.c:
19324 Copy over buffer properties. Fixes #158832
19326 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19328 patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19330 * ext/dvdread/dvdreadsrc.c:
19331 Fixes invalid reads (#158462)
19333 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19335 * sys/v4l/gstv4lsrc.c:
19336 * sys/v4l/gstv4lsrc.h:
19337 * sys/v4l/v4lsrc_calls.c:
19338 Probe less and cache it. Fixes #159187.
19340 2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
19342 * gst/videorate/gstvideorate.c:
19343 Handle all video formats. Fixes #159186.
19345 2004-11-16 Jan Schmidt <thaytan@mad.scientist.com>
19346 * gst/synaesthesia/gstsynaesthesia.c:
19347 (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19348 (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19349 (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19350 (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19351 (gst_synaesthesia_change_state), (plugin_init):
19352 Fix up synaesthesia to work under different samplerates/ buffer sizes.
19353 Force 320x200 output, as that's the only thing the underlying
19354 synaesthesia implementation supports. Still needs to be made
19357 2004-11-14 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19360 Fix mpeg2enc configure check (similar to mplex check below).
19362 2004-11-14 Koop Mast <kwm@rainbow-runner.nl>
19364 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19366 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19367 Fix for gcc-2.95 (fixes #158221).
19369 2004-11-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19371 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19372 Re-add clock distribution hack (until new core is released).
19375 2004-11-13 Arwed v. Merkatz <v.merkatz@gmx.net>
19377 fix mplex configure check segfaulting on some systems (bug #140994)
19379 2004-11-13 Benjamin Otte <otte@gnome.org>
19381 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19383 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19384 do a wait when we enter the loop func with no data available to
19385 write instead of getting into an 100% CPU loop by just returning and
19386 being called again by the scheduler
19388 2004-11-13 Jan Schmidt <thaytan@mad.scientist.com>
19391 * ext/libvisual/visual.c: (gst_visual_get_type),
19392 (libvisual_log_handler), (gst_visual_getcaps),
19393 (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19395 Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19396 * ext/smoothwave/Makefile.am:
19397 * ext/smoothwave/demo-osssrc.c: (main):
19398 * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19399 (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19400 (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19402 * ext/smoothwave/gstsmoothwave.h:
19403 Make gstsmoothwave a working element in the 20th century.
19405 * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19406 Fix incorrect link function
19408 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19410 * gst/volume/gstvolume.c:
19411 Allow buffer-frames=0.
19413 2004-11-12 Iain <iaingnome@gmail.com>
19415 * configure.ac: Check for polypaudio
19417 * ext/Makefile.am: Build the polyp dir
19419 * ext/polyp: The polypsink sources.
19421 2004-10-30 Iain <iaingnome@gmail.com>
19423 * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19424 caps to reflect the new number of channels.
19426 2004-11-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19428 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19429 Fix for negotiation order problem. This would show when the
19430 ALSA loopfuction was called before any other function. ALSA
19431 wouldn't do anything because we're not negotiated yet, leading
19432 to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19434 2004-11-11 Tim-Philipp Müller <t.i.m@zen.co.uk>
19436 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19438 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19439 No warnings (#157986).
19441 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19443 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19444 Prefer apev1/2 and id3v1 (at end of file) over musepack.
19446 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19448 * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19449 Signal no-more-pads (so it works in playbin).
19451 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19453 * ext/musepack/gstmusepackreader.cpp:
19454 Workaround for older core.
19456 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19458 * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19459 Actually test for odd width/height rather than testing whether
19460 a temporary variable that was 0 before we subtracted 1 is now
19461 not equal to zero (which it always is).
19463 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19465 * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19466 Fix compilation if HAVE_XVIDEO is not defined
19468 2004-11-11 Zaheer Abbas Merali <zaheerabbas at merali dot org>
19470 * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19471 Fix compilation if HAVE_XVIDEO is not defined
19473 2004-11-11 Jan Schmidt <thaytan@mad.scientist.com>
19475 * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19476 (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19477 (gst_goom_change_state), (plugin_init):
19478 Use the bytestream adapter so goom doesn't depend on the input
19480 Add a debug category
19482 2004-11-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19484 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19485 Only set hardware parameters *after* negotiation. Before
19486 negotiation, it will set ANY and that seems to cause crashes
19487 (see e.g. #151288, #153227).
19489 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19491 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19492 This seems to be antique leftover. It needs to pass error
19494 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19495 (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19496 (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19497 (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19498 Fix GstXOverlay implementation (#151059).
19500 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19502 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19503 Don't assert (#157853).
19505 2004-11-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19507 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19508 Fix bytes/samples confustion.
19509 (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19510 Fix for underrun (#144389).
19512 2004-11-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19514 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19515 Disable halfway-seek for pending release (since it needs a new
19518 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19520 * sys/v4l/gstv4lsrc.c:
19521 * sys/v4l/gstv4lsrc.h:
19522 * sys/v4l/v4lsrc_calls.c:
19523 add autoprobe-fps property so we can separate autoprobing parts
19525 2004-11-09 Thomas Vander Stichele <thomas at apestaart dot org>
19527 * sys/v4l/gstv4lsrc.c:
19528 * sys/v4l/v4lsrc_calls.c:
19529 initialise fourcc to catch unset fourcc's, and debug
19531 2004-11-09 Wim Taymans <wim@fluendo.com>
19533 * gst/playback/README:
19534 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19535 * gst/playback/gstplaybin.c: (gst_play_bin_init),
19536 (gst_play_bin_dispose), (gst_play_bin_set_property),
19537 (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19538 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19539 (gst_play_bin_get_formats), (gst_play_bin_convert),
19540 (gst_play_bin_get_query_types), (gst_play_bin_query):
19541 Cleanups and some more documentation.
19543 2004-11-09 Jan Schmidt <thaytan@mad.scientist.com>
19545 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19546 (gst_cacasink_init), (gst_cacasink_chain):
19547 * ext/libcaca/gstcacasink.h:
19548 Cacasink inherits from VideoSink, so let that store the clock.
19550 2004-11-09 Wim Taymans <wim@fluendo.com>
19552 * gst/playback/README:
19553 * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19554 (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19555 (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19556 (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19557 * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19559 * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19560 (gst_stream_info_is_mute), (gst_stream_info_set_property):
19561 * gst/playback/gststreaminfo.h:
19563 Only switch groups if all streams have muted (EOSed).
19564 Send Tags in sync with the stream playback instead of in
19565 the playback/preroll phase.
19566 Some cleanups, free the fakesrc elements.
19568 2004-11-09 Benjamin Otte <in7y118@public.uni-hamburg.de>
19570 * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19571 buffer-frames property was missing
19572 * ext/arts/gst_arts.c:
19573 rate missing from sinkcaps
19574 * ext/audiofile/gstafparse.c:
19575 * ext/audiofile/gstafsink.c:
19576 * ext/audiofile/gstafsrc.c:
19577 * ext/swfdec/gstswfdec.c:
19578 int audio doesn't know buffer-frames
19579 * ext/cdparanoia/gstcdparanoia.c:
19580 int audio doesn't know chunksize either
19581 * ext/nas/nassink.c:
19582 it's endianness, not endianess
19583 * gst-libs/gst/audio/audio.h:
19584 make float standard pad template caps really describe float
19585 * gst/law/mulaw.c: (linear_factory):
19586 signed only, please
19587 * gst/mpegstream/gstdvddemux.c:
19588 widths of 20 are not valid
19590 2004-11-08 Thomas Vander Stichele <thomas at apestaart dot org>
19592 Submitted by: Luca Ferretti <elle.uca@infinito.it>
19598 2004-11-08 Wim Taymans <wim@fluendo.com>
19600 * gst/playback/README:
19601 * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19602 * gst/playback/gstplaybasebin.c: (probe_triggered),
19603 (gst_play_base_bin_change_state):
19604 Updated README, added more comments for fixmes etc..
19606 2004-11-08 Wim Taymans <wim@fluendo.com>
19608 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19609 We can remove this hack now.
19611 2004-11-08 Wim Taymans <wim@fluendo.com>
19613 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19614 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19615 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19616 Only mix AYUV for maximum quality.
19618 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19620 * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19621 (gst_ogg_demux_push), (gst_ogg_pad_push):
19622 Let's act as if we're synchronized now! :).
19623 * ext/theora/theoradec.c: (theora_dec_chain):
19626 2004-11-08 Wim Taymans <wim@fluendo.com>
19628 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19629 (gst_alpha_set_property), (gst_alpha_sink_link),
19630 (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19631 (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19632 (gst_alpha_init_params), (gst_alpha_chain):
19633 Implement alpha functions for AYUV too, this increases
19634 accuracy quite a bit.
19636 2004-11-08 Wim Taymans <wim@fluendo.com>
19638 * gst/ffmpegcolorspace/avcodec.h:
19639 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19640 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19641 (gst_ffmpegcsp_avpicture_fill):
19642 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19643 (gst_ffmpegcsp_caps_remove_format_info):
19644 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19645 (shrink12), (img_get_alpha_info), (deinterlace_line),
19646 (deinterlace_line_inplace):
19647 * gst/ffmpegcolorspace/imgconvert_template.h:
19648 Added AYUV colorspace and handle RGBA a bit more respectful.
19650 2004-11-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19652 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19653 Actually always send a discont (cornercase when resending the
19654 same serial-tagged chain twice).
19656 2004-11-08 Julien MOUTTE <julien@moutte.net>
19658 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19659 (gst_ximagesink_finalize):
19660 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19661 (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19663 2004-11-08 Wim Taymans <wim@fluendo.com>
19665 * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19666 Don't segfault on NULL data.
19668 2004-11-08 Wim Taymans <wim@fluendo.com>
19670 * gst/playback/gstdecodebin.c: (unlinked):
19671 * gst/playback/gstplay-marshal.list:
19672 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19673 (gst_play_base_bin_init), (group_create), (get_active_group),
19674 (get_building_group), (group_destroy), (group_commit),
19675 (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19676 (add_element_stream), (no_more_pads), (probe_triggered),
19677 (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19678 (state_change), (setup_source), (gst_play_base_bin_get_property),
19679 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19680 (gst_play_base_bin_link_stream),
19681 (gst_play_base_bin_get_streaminfo):
19682 * gst/playback/gstplaybasebin.h:
19683 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19684 (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19685 Add support for chained ogg files. Prepare for playlist
19686 support. This patch introduces the concept of pad groups, which
19687 together compose one playable media file.
19689 2004-11-07 David Schleef <ds@schleef.org>
19691 * testsuite/gst-lint: Check for pad templates that aren't statically
19694 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19698 * ext/musepack/Makefile.am:
19699 * ext/musepack/gstmusepackdec.cpp:
19700 * ext/musepack/gstmusepackdec.h:
19701 * ext/musepack/gstmusepackreader.cpp:
19702 * ext/musepack/gstmusepackreader.h:
19703 Add musepack decoder.
19704 * ext/faad/gstfaad.c: (gst_faad_base_init):
19705 Make pad templates static.
19706 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19708 Add musepack typefinder, make mp3 typefinding work halfway stream,
19709 which doesn't actually work yet because id3demux doesn't implement
19712 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19714 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19715 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19716 Fix interrupt event handling (#144436).
19718 2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19720 * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19723 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19725 reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19727 * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19728 Fix weird caps (#157548).
19730 2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
19732 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19734 * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19735 Add missing NULL terminator (#157543).
19737 2004-11-05 Thomas Vander Stichele <thomas at apestaart dot org>
19739 * gst/tcp/gsttcp.h:
19740 * gst/tcp/gsttcpclientsink.c:
19741 * gst/tcp/gsttcpclientsrc.c:
19742 * gst/tcp/gsttcpserversink.c:
19743 * gst/tcp/gsttcpserversrc.c:
19744 ports can go up to 65535. Move common defines to gsttcp.h
19746 2004-11-05 Wim Taymans <wim@fluendo.com>
19748 * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19749 (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19750 Added two more colorspaces.
19752 2004-11-05 Wim Taymans <wim@fluendo.com>
19754 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19755 (gst_ffmpegcsp_avpicture_fill):
19756 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19757 (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19758 (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19761 2004-11-05 Wim Taymans <wim@fluendo.com>
19763 * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19764 (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19765 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19766 (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19767 (gst_videomixer_loop):
19770 2004-11-05 Benjamin Otte <otte@gnome.org>
19772 * ext/mad/gstmad.c: (gst_mad_chain):
19773 don't overflow data buffer. Flush not needed sync data when syncing
19776 2004-11-04 Wim Taymans <wim@fluendo.com>
19778 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19779 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19780 (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19781 (gst_alpha_init_params), (gst_alpha_chain),
19782 (gst_alpha_change_state):
19783 Updated the chroma keying algorithm with something more
19786 2004-11-03 Wim Taymans <wim@fluendo.com>
19788 * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19789 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19790 (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19791 Fix stride issues. Does not completely work for odd
19794 2004-11-03 Wim Taymans <wim@fluendo.com>
19796 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19797 (gst_alpha_chroma_key), (gst_alpha_chain):
19798 Fix stride issues. Does not completely work for odd
19801 2004-11-03 Christophe Fergeau <teuf@gnome.org>
19803 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19804 * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19807 2004-11-03 Wim Taymans <wim@fluendo.com>
19809 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19810 (gst_ffmpegcsp_avpicture_fill):
19811 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19813 * gst/ffmpegcolorspace/imgconvert_template.h:
19814 Use correct _fill function to get correct strides.
19816 2004-11-02 David Schleef <ds@schleef.org>
19818 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19819 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19820 (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19821 Change all g_print()s to debugging. Add a bunch of consistency
19824 2004-11-02 Wim Taymans <wim@fluendo.com>
19826 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19827 (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19828 (unlinked), (no_more_pads), (close_link):
19829 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19830 (unknown_type), (add_element_stream), (new_decoded_pad),
19831 (removed_decoded_pad), (setup_source):
19832 * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19833 (gst_stream_info_class_init), (gst_stream_info_init),
19834 (gst_stream_info_new), (gst_stream_info_dispose),
19835 (stream_info_mute_pad), (gst_stream_info_set_property),
19836 (gst_stream_info_get_property):
19837 * gst/playback/gststreaminfo.h:
19838 Fix playback of multiple files.
19839 a slightly different approach to handling dynamic pad removals.
19840 This one only looks at pads that we have linked.
19842 2004-11-01 Christophe Fergeau <teuf@gnome.org>
19844 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19845 free" warning from libc.
19847 2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19849 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19850 (get_unconnected_element), (remove_starting_from), (pad_removed),
19852 Implement support for dynamic pad changing. We listen to "live"
19853 pad removals (i.e. while playing) and re-setup autoplugging
19854 after that. Playbasebin/playbin need some more work for this
19855 to finally work, but decodebin supports (and replugs) chained
19858 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com>
19860 * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19861 (gst_alsa_finalize):
19862 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19863 (gst_cdaudio_finalize):
19864 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19865 (cdparanoia_finalize):
19866 * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19867 * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19868 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19869 (dvdreadsrc_finalize):
19870 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19871 (gst_flacdec_finalize):
19872 * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19873 (gst_flacenc_finalize):
19874 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19875 (gst_gnomevfssink_finalize):
19876 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19877 (gst_gnomevfssrc_finalize):
19878 * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19879 (gst_fameenc_finalize):
19880 * ext/nas/nassink.c: (gst_nassink_class_init),
19881 (gst_nassink_finalize):
19882 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19883 (gst_sdlvideosink_class_init):
19884 * ext/sndfile/gstsf.c: (gst_sf_dispose):
19885 * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19886 * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19887 * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19888 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19889 (gst_x_window_listener_dispose):
19890 * gst/audioscale/gstaudioscale.c:
19891 * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19892 (play_on_demand_finalize):
19893 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19894 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19895 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19896 (cdplayer_finalize):
19897 * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19898 (gst_glimagesink_class_init):
19899 * sys/oss/gstosselement.c: (gst_osselement_class_init),
19900 (gst_osselement_finalize):
19901 * sys/oss/gstosssink.c: (gst_osssink_dispose):
19902 * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19903 * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19904 Fixes a bunch of problems with finalize and dispose functions,
19905 either assumptions that dispose is only called once, or not calling
19906 the parent class dispose/finalize function
19908 2004-11-01 Stefan Kost <ensonic@users.sf.net>
19910 * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19911 added two api precondition guards
19912 use g_strdup with getenv to fix crash when using ENVVAR
19914 2004-11-01 Jan Schmidt <thaytan@mad.scientist.com>
19915 * ext/esd/esdsink.c: (gst_esdsink_class_init),
19916 (gst_esdsink_finalize):
19917 Use a finalize function, not dispose, and more importantly,
19918 call the parent class finalize function too
19920 2004-11-01 Johan Dahlin <johan@gnome.org>
19922 * ext/ogg/gstoggdemux.c:
19923 * gst/tags/gstvorbistag.c:
19926 2004-10-31 Benjamin Otte <otte@gnome.org>
19928 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19929 lotsa memleaks today. But they're all small...
19931 2004-10-31 Benjamin Otte <otte@gnome.org>
19933 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19934 another memleak crushed
19936 2004-10-31 Benjamin Otte <otte@gnome.org>
19938 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19941 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19943 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19944 Hack to prevent crash when going to READY inside signal handler
19945 while this function is active.
19947 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
19949 * gst/ffmpegcolorspace/Makefile.am:
19950 * gst/ffmpegcolorspace/avcodec.h:
19951 * gst/ffmpegcolorspace/common.h:
19952 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19953 * gst/ffmpegcolorspace/dsputil.h:
19954 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19955 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19956 (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19957 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19958 (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19959 (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19960 (gst_ffmpegcsp_avpicture_fill):
19961 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19962 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19963 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19964 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19965 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19966 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19967 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19968 (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19969 * gst/ffmpegcolorspace/imgconvert.c:
19970 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19971 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19972 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19973 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19974 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19975 (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19976 (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19977 (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19978 (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19979 (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19980 (grow21), (grow22), (grow41), (grow44), (conv411),
19981 (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19982 (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19983 (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19984 (avpicture_free), (is_yuv_planar), (img_convert),
19985 (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19986 (deinterlace_line_inplace), (deinterlace_bottom_field),
19987 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19988 * gst/ffmpegcolorspace/imgconvert_template.h:
19989 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19990 * gst/ffmpegcolorspace/mmx.h:
19991 * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19992 (av_fast_realloc), (av_mallocz_static), (av_free_static),
19993 (av_freep), (avcodec_get_context_defaults),
19994 (avcodec_alloc_context), (avcodec_init):
19995 Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19996 handling plus update from ffmpeg CVS. Large clean-up.
19998 2004-10-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20000 * gst/playback/Makefile.am:
20001 We need the marshallers for decodebin, too.
20003 2004-10-30 David Schleef <ds@schleef.org>
20005 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
20006 quicktime typefinding work with 64-bit offsets.
20008 2004-10-30 Jan Schmidt <thaytan@mad.scientist.com>
20010 * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
20011 Set EOS on the element when processing an EOS event.
20012 * ext/speex/gstspeexdec.h:
20013 * ext/speex/gstspeexenc.h:
20014 Only keep a const ptr to the mode
20015 * gst-libs/gst/riff/riff-media.c:
20016 (gst_riff_create_audio_caps_with_data),
20017 (gst_riff_create_audio_template_caps):
20018 Allow WMAV3, with up to 6 channels.
20019 * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
20020 Don't call gst_pad_set_event_function on a sink pad.
20021 * gst/mpegstream/gstdvddemux.c:
20022 (gst_dvd_demux_get_subpicture_stream),
20023 (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
20024 Copy the explicit caps that were set across to the cur_* pads,
20025 instead of trying to use a possibly non-existent negotiated caps.
20026 Reset the type of subpicture pads to UNKNOWN after calling
20027 init_stream, so that the caps get set.
20029 2004-10-29 Martin Pitt <martin.pitt@canonical.com>
20031 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20033 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20034 Don't touch buffer if it is of size 0 (fixes #151064).
20036 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20038 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
20039 Synchronized discont handling.
20041 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20043 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20044 (gst_ogg_demux_push):
20045 Make seeking sort-of exact again (fixes #156387).
20047 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20049 * gst/playback/gstplaybasebin.c: (unknown_type),
20050 (add_element_stream), (new_decoded_pad),
20051 (gst_play_base_bin_change_state):
20052 * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20053 (gst_stream_info_init), (gst_stream_info_new),
20054 (gst_stream_info_dispose), (gst_stream_info_get_property):
20055 * gst/playback/gststreaminfo.h:
20056 Make caps explicitely available. Makes testing for unsupported
20057 types possible. Improves error reporting.
20059 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20061 * gst/audioconvert/gstaudioconvert.c:
20062 (gst_audio_convert_buffer_to_default_format):
20063 Really don't touch read-only buffers (#156563).
20065 2004-10-29 Sebastien Cote <sc5@hermes.usherb.ca>
20067 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20069 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20070 Fix memleak (#155223).
20072 2004-10-29 Wim Taymans <wim@fluendo.com>
20074 * gst/tcp/.cvsignore:
20075 * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
20076 (gst_multifdsink_class_init), (gst_multifdsink_init),
20077 (gst_multifdsink_add), (gst_multifdsink_remove),
20078 (gst_multifdsink_remove_client_link), (is_sync_frame),
20079 (gst_multifdsink_new_client),
20080 (gst_multifdsink_handle_client_write),
20081 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20082 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20083 (gst_multifdsink_get_property):
20084 * gst/tcp/gstmultifdsink.h:
20085 Added burst on connect sync_method, deprecated sync_clients,
20086 streamlined the sync code some more.
20088 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20090 * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
20091 (gst_play_base_bin_change_state):
20092 Improve error reporting.
20094 2004-10-28 Wim Taymans <wim@fluendo.com>
20096 * gst/tcp/Makefile.am:
20097 * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
20098 * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
20099 (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
20100 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20101 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20102 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20104 Added more locks around fdset structures. Fixed/reworked
20105 the poll array resizing code.
20106 Added stress test for fdset.
20108 2004-10-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20110 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20113 2004-10-28 Benjamin Otte <otte@gnome.org>
20115 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20116 fix link function to always query channels and query width for
20120 * gst/equalizer/Makefile.am:
20121 * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
20122 (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
20123 (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
20124 (arg_to_scale), (setup_filter),
20125 (gst_iir_equalizer_compute_frequencies),
20126 (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
20127 (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
20131 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
20133 Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
20137 Added Norwegian Bokmaal translation
20139 2004-10-27 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20141 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20142 Don't break on options (fixes #156488).
20144 2004-10-27 Thomas Vander Stichele <thomas at apestaart dot org>
20147 * ext/cdaudio/Makefile.am:
20149 fix build on older automake
20151 2004-10-26 Wim Taymans <wim@fluendo.com>
20153 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20154 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20155 Allow a little margin when negotiating the framerate.
20157 2004-10-26 Stefan Kost <ensonic@users.sf.net>
20159 * gst/level/gstlevel.c:
20160 synchonised naming of pads and pad-templates
20162 2004-10-26 Wim Taymans <wim@fluendo.com>
20164 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20165 (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
20166 (_find_streams_check), (gst_ogg_demux_push):
20167 Fix EOS again. Needs to be done in a better way. We should not
20168 remove the pad if there is no new chained stream.
20170 2004-10-26 Iain <iaingnome@gmail.com>
20172 * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
20173 * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
20175 * gst/interleave/interleave.c (interleave_class_init): Hook up release
20177 (interleave_release_pad): Remove the pad.
20178 * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20179 * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20181 * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20183 (gst_xvimagesink_xcontext_clear): Free the xcontext.
20184 (gst_xvimagesink_finalize): Free the par.
20186 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20188 * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20189 (gst_avimux_stop_file):
20190 First calculate the rate, and only then use it. Hdr.rate is a
20191 multiple and not a derivative of hdr.scale. Scale is not the
20192 same as blockalign but is solely related to rate.
20194 2004-10-26 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20196 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20197 (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20200 2004-10-25 James Henstridge <james@jamesh.id.au>
20202 Reviewed by: David Schleef <ds@schleef.org>
20204 * examples/gstplay/player.c: (got_stream_length), (main):
20205 * examples/seeking/cdplayer.c: (update_scale):
20206 * examples/seeking/seek.c: (format_value), (update_scale):
20207 * examples/seeking/spider_seek.c: (format_value), (update_scale),
20209 Build fixes on AMD64.
20211 2004-10-25 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20213 reviewed by: Ronald Bultje <rbultje at gnome dot org>
20215 * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20216 Fix for some v4l cards which hang in v4lsrc
20218 2004-10-25 Wim Taymans <wim@fluendo.com>
20220 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20221 (gst_ogg_demux_push), (gst_ogg_chains_clear):
20222 Make sure to remove the pad when a new chain is
20223 encountered. Set some vars to NULL so we don't try
20224 to reference freed memory.
20226 2004-10-25 Wim Taymans <wim@fluendo.com>
20228 * examples/seeking/Makefile.am:
20229 * examples/seeking/cdplayer.c: (update_scale):
20230 * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20231 * examples/seeking/playbin.c: (make_playerbin_pipeline),
20232 (format_value), (update_scale), (iterate), (start_seek),
20233 (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20234 (print_usage), (main):
20235 Added some more examples, update others.
20237 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20239 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20240 * ext/speex/gstspeexdec.c: (speex_dec_chain):
20241 * ext/theora/theoradec.c: (theora_dec_chain):
20242 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20243 Add codec-name metadata.
20245 2004-10-25 Takao Fujiwara <Takao.Fujiwara@Sun.COM>
20247 Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20249 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20250 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20251 * ext/alsa/gstalsamixertrack.h:
20253 ALSA mixer track label internationalization (#154054).
20255 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20257 * ext/theora/theoradec.c: (theora_dec_chain):
20258 Export bitrate as metadata.
20260 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20262 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20263 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20264 * ext/alsa/gstalsamixertrack.h:
20265 Fix names, fix loop.
20267 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20269 * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20270 (speex_dec_convert):
20271 sinkconvert function so oggdemux can get the file length (totem).
20273 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca>
20275 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20277 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20278 Don't push incomplete packets.
20279 * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20280 Fix MPEG-4 audio typefinding.
20282 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20284 * sys/v4l/Makefile.am:
20285 * sys/v4l/gstv4l.c: (plugin_init):
20286 * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20287 (gst_v4lelement_init), (gst_v4lelement_dispose),
20288 (gst_v4lelement_change_state):
20289 * sys/v4l/gstv4lelement.h:
20290 * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20291 (gst_v4l_xoverlay_close), (idle_refresh),
20292 (gst_v4l_xoverlay_set_xwindow_id):
20293 * sys/v4l/gstv4lxoverlay.h:
20294 * sys/v4l/v4l-overlay_calls.c:
20295 * sys/v4l/v4l_calls.h:
20296 * sys/v4l2/Makefile.am:
20297 * sys/v4l2/gstv4l2.c: (plugin_init):
20298 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20299 (gst_v4l2element_init), (gst_v4l2element_dispose),
20300 (gst_v4l2element_change_state):
20301 * sys/v4l2/gstv4l2element.h:
20302 * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20303 (gst_v4l2_xoverlay_close), (idle_refresh),
20304 (gst_v4l2_xoverlay_set_xwindow_id):
20305 * sys/v4l2/gstv4l2xoverlay.h:
20306 * sys/v4l2/v4l2-overlay_calls.c:
20307 * sys/v4l2/v4l2_calls.h:
20308 Remove client-side overlay handling, use the X-server v4l plugin
20309 for that. Nicer overlay, less code. Also make the plugin
20310 compileable without X (but then without overlay, obviously).
20311 Makes xwindowlistener obsolete, should we remove that?
20313 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20315 * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20316 (gst_osssrc_src_query):
20317 * sys/oss/gstosssrc.h:
20318 OK, so people want offset in DEFAULT. This time, actually fix all
20320 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20323 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20325 * gst/asfdemux/gstasfmux.c:
20326 * gst/avi/gstavimux.c:
20329 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20331 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20332 Fix properties (channel, norm, frequency).
20334 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20336 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20338 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20341 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20343 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20346 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20348 * sys/v4l2/gstv4l2element.h:
20349 Yet Another Hack (tm) for kernel header borkedness.
20350 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20351 (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20352 (gst_v4l2src_link), (gst_v4l2src_getcaps),
20353 (gst_v4l2src_change_state):
20354 * sys/v4l2/gstv4l2src.h:
20355 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20356 (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20357 Fix caps, keep track of state, work.
20359 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20361 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20364 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20366 * sys/oss/gstosssrc.c: (gst_osssrc_get):
20367 Don't mix bytes and samples.
20369 2004-10-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20371 * ext/ogg/gstoggmux.c:
20372 Basic pad template which accepts OGM tracks, speex, flac, vorbis
20373 and theora. Any is incorrect.
20374 * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20376 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20377 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20378 (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20379 (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20380 * sys/v4l/gstv4lmjpegsrc.h:
20381 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20382 (gst_v4lsrc_change_state):
20383 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20384 (gst_v4lmjpegsrc_capture_stop):
20385 Fix caps. Keep track of internal state. Work.
20387 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20390 Fix the build fixes.
20392 2004-10-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20394 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20395 (gst_ogg_demux_src_event), (_find_chain_seek),
20396 (gst_ogg_pad_push):
20397 Check for pad availability before using it.
20398 * ext/ogg/gstoggdemux.c: (_find_chain_process):
20399 Fix parsing of chained ogg. Needs more work on the decoder side.
20401 2004-10-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
20403 * gst/spectrum/Makefile.am:
20404 * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20406 Fix demo and reenable it. Yes, I'm currently playing with audio
20409 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20411 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20412 We love it if files that start at zero work too...
20414 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20416 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20417 Handle files with missing EOS headers.
20419 2004-10-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20421 * gst/tcp/gsttcpserversink.c:
20422 (gst_tcpserversink_handle_server_read),
20423 (gst_tcpserversink_init_send):
20424 Zero some variables first (need for accept not to return EINVAL)
20426 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20428 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20429 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20430 * ext/theora/theoradec.c: (theora_dec_sink_convert),
20431 (theora_dec_chain):
20432 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20433 (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20434 Seeking and querying finetune.
20436 2004-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
20440 * ext/raw1394/Makefile.am:
20443 2004-10-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20445 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20447 * gst/playback/Makefile.am:
20448 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20449 * gst/playback/gstplay-marshal.list:
20450 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20453 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20455 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20458 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20460 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20461 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20462 (gst_ogg_pad_push):
20463 Yay for non-lineair granulepos in theora.
20465 2004-10-18 Wim Taymans <wim@fluendo.com>
20467 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20468 (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20469 * ext/dv/gstdvdec.h:
20470 Make sure we renegotiate aspect ratio when the camera switches.
20472 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20474 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20475 (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20477 * ext/theora/theoradec.c: (theora_dec_chain):
20478 Skip headers. Bad idea for chained ogg, but fixes seeking.
20480 2004-10-18 Wim Taymans <wim@fluendo.com>
20483 I swear, this is the last time I touch this.
20485 2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20487 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20488 (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20489 (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20491 * ext/theora/theoradec.c: (theora_dec_sink_convert):
20492 Time-to-default conversion.
20493 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20494 Don't error on unknown packets, just skip. We should probably
20495 read them if we want to support chained ogg.
20497 2004-10-18 Wim Taymans <wim@fluendo.com>
20500 Added cdaudio to wrong list.
20502 2004-10-18 Wim Taymans <wim@fluendo.com>
20507 2004-10-18 Wim Taymans <wim@fluendo.com>
20509 * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20510 (gst_dvdec_video_link), (gst_dvdec_push):
20511 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20512 (gst_smokeenc_resync), (gst_smokeenc_chain):
20513 Fix mimetype on smoke encoder.
20514 Add aspect ratio to dvdec. Not sure if these
20515 values are correct though....
20517 2004-10-18 Wim Taymans <wim@fluendo.com>
20519 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20520 Fix vorbis property descriptions and ranges.
20522 2004-10-18 Wim Taymans <wim@fluendo.com>
20524 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20525 Really do nothing when no data is available.
20526 Go to the playing state when the stream is not seekable
20527 instead of failing.
20529 2004-10-18 Wim Taymans <wim@fluendo.com>
20531 * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20532 (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20533 (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20534 (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20535 (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20536 Added uri handler for cd://
20539 2004-10-18 Wim Taymans <wim@fluendo.com>
20541 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20542 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20543 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20544 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20545 (remove_prerolls), (unknown_type), (add_element_stream),
20546 (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20547 (gst_play_base_bin_remove_element),
20548 (gst_play_base_bin_link_stream):
20549 * gst/playback/gstplaybin.c: (gen_video_element),
20550 (gen_vis_element), (remove_sinks), (setup_sinks):
20551 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20552 (gst_stream_info_get_type), (gst_stream_info_class_init),
20553 (gst_stream_info_init), (gst_stream_info_new),
20554 (gst_stream_info_dispose), (stream_info_mute_pad),
20555 (gst_stream_info_set_property), (gst_stream_info_get_property):
20556 * gst/playback/gststreaminfo.h:
20557 Add sink padtemplate to decodebin.
20558 Added some more comments.
20559 Make queue size configurable in playbasebin.
20560 Added possibility to use elements as sinks (ex cdaudio).
20562 2004-10-15 Wim Taymans <wim@fluendo.com>
20564 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20565 (gst_speexenc_chain):
20566 Fix speex timestamps so that it gets muxed properly.
20568 2004-10-15 Wim Taymans <wim@fluendo.com>
20570 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20571 (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20572 (gst_dv1394src_init), (gst_dv1394src_dispose),
20573 (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20574 (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20575 (gst_dv1394src_event), (gst_dv1394src_get_formats),
20576 (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20577 (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20578 (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20579 (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20580 * ext/raw1394/gstdv1394src.h:
20581 Added conversion/query functions.
20582 Update buffer timestamps,
20584 Added uri dv:// so it might play from the firewire in playbin.
20585 Fix a possible leak.
20588 2004-10-15 Wim Taymans <wim@fluendo.com>
20590 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20591 (gst_dv1394src_init), (gst_dv1394src_set_property),
20592 (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20593 (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20594 * ext/raw1394/gstdv1394src.h:
20595 Added AV/C VTR control support needed for some cameras.
20596 Added automatic port detection.
20597 Added properties for selecting the channel.
20598 The configure.ac script is not yet updated to reflect the
20599 new libavc1394 and librom1394 dependencies.
20601 2004-10-15 Wim Taymans <wim@fluendo.com>
20603 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20604 (qtdemux_parse), (gst_qtdemux_handle_esds):
20605 An esds box is not a container.
20606 Fix parsing of mp4v boxes.
20607 Do not try to renegotiate fps for each frame. Need to
20608 find a better method. This should fix mp4 playback.
20610 2004-10-14 David Schleef <ds@schleef.org>
20612 * configure.ac: update for swfdec-0.3 and liboil-0.2
20613 * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20614 * ext/swfdec/gstswfdec.h: same
20615 * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20616 * gst/videotestsrc/videotestsrc.c: same
20618 2004-10-14 Wim Taymans <wim@fluendo.com>
20620 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20621 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20622 (is_sync_frame), (gst_multifdsink_new_client),
20623 (gst_multifdsink_handle_client_write),
20624 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20625 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20626 Turn warnings into info.
20627 Don't allow a state change in the streaming thread.
20629 2004-10-14 Thomas Vander Stichele <thomas at apestaart dot org>
20631 * ext/vorbis/oggvorbisenc.c:
20632 * ext/vorbis/vorbisdec.c:
20633 fix template sample rate
20635 2004-10-13 Wim Taymans <wim@fluendo.com>
20637 * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20638 Decoding the header first fixes some problems in resyncing
20641 2004-10-12 Wim Taymans <wim@fluendo.com>
20643 * gst/playback/gstplaybin.c: (gen_video_element),
20644 (gen_vis_element), (remove_sinks), (setup_sinks):
20645 Added vis plugin support, need to configure the vis
20646 element to activate it.
20648 2004-10-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20650 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20651 (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20653 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20654 (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20655 (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20656 (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20657 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20658 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20659 * gst/avi/gstavidemux.h:
20660 Support for openDML-2.0 indx/ix## chunks. Support for broken index
20661 recovery (where, if part of the index is broken, we will still read
20662 the rest of the index and recover the broken part by stream
20663 scanning). More broken media support. EOS workarounds. General AVI
20664 braindamage headache recovery. Aspirin included.
20666 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20668 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20669 (cdparanoia_event), (cdparanoia_query):
20670 Get rid of hideous lead-in.
20672 2004-10-11 Wim Taymans <wim@fluendo.com>
20674 * gst/playback/gstplaybasebin.c: (setup_source):
20675 Wrong var used to get g_list_next.
20677 2004-10-11 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20679 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20680 (cdparanoia_get), (cdparanoia_open):
20681 Report discid as metadata, add duration.
20683 2004-10-11 Wim Taymans <wim@fluendo.com>
20685 * gst/playback/gstplaybasebin.c: (setup_source):
20686 Cleanup the previous pipeline a little earlier for the
20687 case that a source element provides raw data.
20689 2004-10-11 Benjamin Otte <otte@gnome.org>
20691 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20692 reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20693 consuming the last 128 bytes, even though it was valid mp3 data.
20695 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20697 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20698 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20699 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20700 Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20702 2004-10-10 Zaheer Abbas Merali <zaheerabbas at merali dot org>
20704 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20705 Fix for webcams that support only specific width or height
20707 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20709 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20711 * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20712 Fix wrong discont event setup (fixes #154967).
20714 2004-10-09 Sebastien Cote <sc5@hermes.usherb.ca>
20716 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20718 * gst/auparse/gstauparse.c: (gst_auparse_chain):
20719 Error out on invalid data (fixes #154807).
20721 2004-10-09 Tim-Philipp Müller <t.i.m@zen.co.uk>
20723 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20725 * ext/dvdread/dvdreadsrc.c: (_read):
20726 Make titles > 0 work again (fixes #154834).
20728 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20730 * gst-libs/gst/riff/riff-media.c:
20731 (gst_riff_create_video_template_caps):
20732 WMV3 missing in template caps.
20734 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20736 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20737 OK, so the original code was too strict. It makes random AVI files
20738 hang for seconds upon opening, which is unacceptable and is far
20739 beyond the original goal of getting multiple chunks for one-chunk
20740 sounc stream files. So now do just that.
20742 2004-10-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20744 * gst/playback/gstplaybasebin.c: (setup_source),
20745 (gst_play_base_bin_change_state):
20746 Actually clean up streaminfo if output fails. This would trigger
20747 if, for example, there was no CD in the drive. No preroll, so
20748 a streaminfo structure is created, but the subsequent state change
20749 of the thread fails.
20750 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20751 Don't change state if parent failed.
20753 2004-10-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20755 * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20756 (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20757 (gen_video_element), (remove_sinks):
20758 Add small bits of code for screenshot handling.
20760 2004-10-08 Wim Taymans <wim@fluendo.com>
20762 * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20763 (gen_video_element), (gen_audio_element), (setup_sinks):
20764 Don't assume the user provided sinks are named "sink"...
20766 2004-10-08 Wim Taymans <wim@fluendo.com>
20768 * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20769 (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20770 (gst_play_base_bin_link_stream):
20771 Do not try to autoplug sources that generate raw streams like
20773 disconnect the preroll overrun signal when we don't need it anymore.
20775 2004-10-08 Milosz Derezynski <internalerror.rez@fhtw-berlin.de>
20777 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20778 Added reworked patch from #154903 from milosz derezynski (deadchip).
20780 2004-10-08 Wim Taymans <wim@fluendo.com>
20782 * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20783 (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20784 (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20785 (cdparanoia_convert), (cdparanoia_uri_get_type),
20786 (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20787 (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20788 * ext/cdparanoia/gstcdparanoia.h:
20789 This adds the cdda://<tracknum> uri.
20791 2004-10-08 Wim Taymans <wim@fluendo.com>
20793 * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20794 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20795 (try_to_link_1), (no_more_pads), (close_link), (type_found):
20796 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20797 (unknown_type), (gst_play_base_bin_remove_element),
20798 (gst_play_base_bin_link_stream):
20799 * gst/playback/gstplaybasebin.h:
20800 * gst/playback/gstplaybin.c: (gst_play_bin_init),
20801 (gst_play_bin_set_property), (gen_video_element),
20802 (gen_audio_element), (setup_sinks):
20803 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20804 (gst_stream_info_get_type), (gst_stream_info_class_init),
20805 (gst_stream_info_init), (gst_stream_info_new),
20806 (gst_stream_info_dispose), (stream_info_mute_pad),
20807 (gst_stream_info_set_property), (gst_stream_info_get_property):
20808 * gst/playback/gststreaminfo.h:
20809 Reuse the audio and video bins.
20810 Some internal cleanups in the stream selection code.
20812 2004-10-08 Julien MOUTTE <julien@moutte.net>
20814 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20815 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20816 * sys/ximage/ximagesink.h:
20817 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20818 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20819 * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20820 not coming from those elements. Moreover these elements should not keep
20821 the xid they have been given when in NULL state.
20823 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20825 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20826 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20827 * sys/ximage/ximagesink.h:
20828 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20829 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20830 * sys/xvimage/xvimagesink.h:
20831 Actually only create a new toplevel window if we're not gonna
20832 embed it right after.
20834 2004-10-07 Wim Taymans <wim@fluendo.com>
20836 * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20837 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20838 * gst/playback/gstplaybin.c: (setup_sinks):
20839 Implement muting/unmuting of streams, mute streams that are not
20842 2004-10-07 Wim Taymans <wim@fluendo.com>
20844 * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20846 Added lame audio/x-ac3 typefind function.
20848 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20853 === release 0.8.5 ===
20855 2004-10-06 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
20860 releasing 0.8.5, "Take You On"
20862 2004-10-06 Wim Taymans <wim@fluendo.com>
20864 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20865 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20866 (no_more_pads), (close_link), (type_found):
20867 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20868 * gst/playback/gstplaybin.c: (gen_video_element):
20869 Do not signal the no_more_pads after the first pad when
20870 we are plugging a non dynamic element with multiple
20871 output pads (like swfdec, dvdec, ...).
20873 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20876 bump for prerelease
20878 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20880 * gst/wavparse/gstwavparse.c:
20881 add ATRAC3 to STATIC CAPS to fix a warning
20883 * gst/matroska/ebml-read.c:
20884 * gst-libs/gst/riff/riff-read.c:
20887 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20889 * gst-libs/gst/riff/riff-media.c:
20890 generate caps for ATRAC3 audio streams
20892 * gst/realmedia/rmdemux.c:
20893 generate caps for ATRAC3 audio streams
20895 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20897 * gst/wavparse/Makefile.am
20898 * gst/wavparse/riff.h
20899 * gst/wavparse/wavparse.vcproj
20900 riff.h removal (unused and duplication with riff-ids.h)
20902 2004-10-06 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20904 * gst/wavparse/gstwavparse.h
20905 remove duplicated defines for audio codec codes
20907 * gst-libs/gst/riff/riff-ids.h
20908 * gst/wavenc/riff.h:
20909 add "4CC" code for ATRAC3 audio streams
20910 add "4CC" code for ITU_G721_ADPCM (unused for now)
20912 2004-10-06 Wim Taymans <wim@fluendo.com>
20914 * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20915 Actually _do_ negotiation. Pass gdouble as arg instead
20916 of guint64 for the framerate.
20918 2004-10-06 Wim Taymans <wim@fluendo.com>
20920 * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20921 (find_compatibles), (close_pad_link), (try_to_link_1),
20922 (no_more_pads), (close_link), (type_found):
20923 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20924 * gst/playback/gstplaybin.c: (gen_video_element),
20925 (gen_audio_element):
20926 Set state on newly added element to READY so that negotiation
20928 Addes some more debug info.
20929 Do not try to plug pads with multiple caps structures or ANY
20930 because it is too dangerous since we do not do dynamic
20933 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org>
20935 written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20939 add Oriya translation
20941 2004-10-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20943 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20944 Prevent overwrite of size member. Makes audio sound crappy.
20946 2004-10-05 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20948 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20949 Add rmvb to the list of known RealMedia extensions
20951 2004-10-05 Wim Taymans <wim@fluendo.com>
20953 * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20954 (mngdec_openstream), (mngdec_closestream),
20955 (mngdec_handle_sink_event), (mngdec_readdata),
20956 (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20957 (mngdec_getcanvasline), (mngdec_refresh),
20958 (gst_mngdec_change_state):
20959 Set the framerate correctly.
20961 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20963 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20964 There was something wrong with the index massaging.
20966 2004-10-04 Wim Taymans <wim@fluendo.com>
20968 * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20969 * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20970 (gst_smokedec_chain):
20971 * ext/jpeg/gstsmokedec.h:
20972 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20973 (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20974 * ext/jpeg/gstsmokeenc.h:
20975 * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20976 (smokecodec_decode_new), (smokecodec_info_free),
20977 (smokecodec_set_quality), (smokecodec_get_quality),
20978 (smokecodec_set_threshold), (smokecodec_get_threshold),
20979 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20980 (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20981 (smokecodec_encode), (smokecodec_parse_id),
20982 (smokecodec_parse_header), (smokecodec_decode):
20983 * ext/jpeg/smokecodec.h:
20984 * ext/jpeg/smokeformat.h:
20985 Updated smoke, new bitstream, allows embedding in ogg.
20987 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20989 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20990 Fix seeking in some files. All this code is no longer needed (and
20991 actually breaks stuff) because we now synchronize the full index
20992 right when reading the header.
20994 2004-10-04 Wim Taymans <wim@fluendo.com>
20997 configure update for libmng.
20999 2004-10-04 Wim Taymans <wim@fluendo.com>
21001 * ext/libmng/Makefile.am:
21002 * ext/libmng/gstmng.c: (plugin_init):
21003 * ext/libmng/gstmng.h:
21004 * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
21005 (gst_mngdec_base_init), (gst_mngdec_class_init),
21006 (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
21007 (gst_mngdec_loop), (gst_mngdec_get_property),
21008 (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
21009 (mngdec_closestream), (mngdec_handle_sink_event),
21010 (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
21011 (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
21012 (gst_mngdec_change_state):
21013 * ext/libmng/gstmngdec.h:
21014 * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
21015 (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
21016 (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
21017 (gst_mngenc_chain), (gst_mngenc_get_property),
21018 (gst_mngenc_set_property):
21019 * ext/libmng/gstmngenc.h:
21020 Added basic MNG decoder. Needs more work. The encoder does
21023 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21025 * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
21026 (gst_rmdemux_loop), (gst_rmdemux_add_stream),
21027 (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
21028 Don't hang on length=0 chunks. Some negotiation fixes. Signal
21031 2004-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
21034 you need at least 1.0.4 of speex
21036 2004-10-04 Iain <iaingnome@gmail.com>
21038 * ext/speex/gstspeexdec.h: Revert the includes changes.
21040 * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
21042 2004-09-30 Iain <iaingnome@gmail.com>
21044 * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
21045 found during init or set as a property instead of hardcoding /dev/audio
21047 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21049 * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
21050 (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
21051 (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
21052 (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
21053 (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
21054 (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
21055 (gst_rmdemux_dump_data):
21056 Use debug category, fix EOS handling. filesrc ! rmdemux now
21059 2004-10-04 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21061 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21062 (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
21063 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
21064 Improve allocation, cutting and sorting of the index. How takes a
21065 few seconds instead of minutes.
21067 2004-10-03 Christophe Fergeau <teuf@gnome.org>
21069 * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
21072 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21074 * gst-libs/gst/riff/riff-media.c:
21075 (gst_riff_create_video_caps_with_data),
21076 (gst_riff_create_video_template_caps):
21077 Add wing commander format mimetype/fourccs.
21078 * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21079 Don't crash if some value is 0.
21081 2004-10-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21083 * gst-libs/gst/riff/riff-media.c:
21084 (gst_riff_create_video_caps_with_data),
21085 (gst_riff_create_video_template_caps):
21086 Add DIB fourcc (raw, palettized 8-bit RGB).
21087 * gst-libs/gst/riff/riff-read.c:
21088 (gst_riff_read_strf_vids_with_data):
21089 Oops, fix strf_data reading bug.
21090 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21091 Use a non-NULL tag.
21092 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21093 Time for hacks. Sorry Dave. At least one quicktime movie (a
21094 trailer) that I've encountered contains multiple video tracks.
21095 One of those is the actual video track, the other are one-frame
21096 tracks (images). Unfortunately, the number of frames according
21097 to the trak header is 1 for each, so that doesn't help. So
21098 instead, I look at the duration and discard tracks with a
21099 duration shorter than 20% of the length of the stream. Better
21102 2004-10-01 Christian Schaller <christian@fluendo.com>
21104 * ext/ivorbis/vorbis.c:
21105 Patch from Phil Blundell (Bug 152341)
21107 2004-10-01 Wim Taymans <wim@fluendo.com>
21109 * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
21110 (speex_dec_get_formats), (speex_dec_convert),
21111 (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
21112 (speex_dec_chain), (gst_speexdec_get_property),
21113 (gst_speexdec_set_property):
21116 2004-10-01 Wim Taymans <wim@fluendo.com>
21118 * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
21119 (gst_wavparse_stream_init), (gst_wavparse_fmt),
21120 (gst_wavparse_other), (gst_wavparse_loop),
21121 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21122 (gst_wavparse_srcpad_event):
21123 * gst/wavparse/gstwavparse.h:
21124 Added some more debugging info.
21125 Fix the case where the length of the file is 0.
21126 Make sure we seek to sample borders.
21128 2004-10-01 Wim Taymans <wim@fluendo.com>
21130 * gst/playback/README:
21131 * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
21132 (gst_decode_bin_init), (find_compatibles), (close_pad_link),
21133 (try_to_link_1), (no_more_pads), (close_link), (type_found):
21134 Add some debug info to decodebin, update README
21136 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21138 * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
21139 Don't use g_print(); use GST_DEBUG().
21141 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21143 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21144 (gst_ogg_mux_queue_pads):
21145 Handle EOS properly.
21147 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
21149 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21151 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
21152 (gst_faad_chain), (gst_faad_change_state):
21153 * ext/faad/gstfaad.h:
21154 Allow playback of raw (unframed) MPEG AAC files (#148993).
21156 2004-10-01 Sebastien Cote <sc5@hermes.usherb.ca>
21158 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21160 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21161 Throw error if we didn't recognize the stream. Fixes #152289.
21163 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21165 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21168 2004-10-01 Francis Labonte <francis_labonte@hotmail.com>
21170 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21172 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21175 2004-10-01 Balamurali Viswanathan <balamurali.viswanathan@wipro.com>
21177 Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21179 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21181 * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21184 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21186 * gst-libs/gst/riff/riff-media.c:
21187 (gst_riff_create_video_caps_with_data),
21188 (gst_riff_create_audio_caps_with_data):
21189 Add codec_data handling (like asfdemux used to do).
21190 * gst/asfdemux/gstasf.c: (plugin_init):
21191 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21192 (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21193 Use riff-media for caps creation instead of our own (mostly
21194 broken) copy of its functions.
21196 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21198 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21199 Don't actually error out if we get another return value than
21200 -EINVAL. Opposite to what I first thought, drivers have random
21201 return values for this, although -EINVAL is the expected return
21202 value. Since this is not fatal, we shouldn't use
21203 GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21205 2004-10-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21207 * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21208 (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21209 (dvdreadsrc_get_property), (_open), (_seek), (_read),
21210 (dvdreadsrc_get), (dvdreadsrc_open_file),
21211 (dvdreadsrc_change_state):
21212 Fix. Don't do one big huge loop around the whole DVD, that will
21213 cache all data and thus eat sizeof(dvd) (several GB) before we
21215 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21216 Actually NULL'ify event after using it.
21217 * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21218 (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21219 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21220 (gst_ebml_read_seek), (gst_ebml_read_skip):
21222 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21223 (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21224 (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21225 Fix timing (this will probably break if I seek using menus, but
21226 I didn't get there yet). VOBs and normal DVDs should now work.
21227 Add a mpeg2-only pad with high rank so this get autoplugged for
21229 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21230 (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21231 (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21232 (gst_mpeg_demux_get_audio_stream),
21233 (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21234 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21235 Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21236 MPEG-1 but use dvddemux for MPEG-2.
21237 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21238 (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21239 (gst_mpeg_parse_parse_packhead):
21240 Timing. Only add pad template if it exists. Add sink template from
21241 class and not from ourselves. This means we will always use the
21242 correct sink template even if it is not the one defined in this
21245 2004-09-29 Wim Taymans <wim@fluendo.com>
21247 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21248 (gst_mpeg_demux_parse_pes):
21249 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21250 Fix playback of mpeg again, timestamps where screwed up by
21253 2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21255 * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21256 Only return true if we actually filled something in. Prevents
21257 player applications from showing a random length for flac files.
21258 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21259 (gst_riff_read_use_event), (gst_riff_read_handle_event),
21260 (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21261 (gst_riff_read_strf_vids_with_data),
21262 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21263 OK, ok, so I implemented event handling. Apparently it's normal
21264 that we receive random events at random points without asking
21266 * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21267 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21268 (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21269 (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21270 (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21271 (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21272 (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21273 * gst/avi/gstavidemux.h:
21274 Implement non-lineair chunk handling and subchunk processing.
21275 The first solves playback of AVI files where the audio and video
21276 data of individual buffers that we read are not synchronized.
21277 This should not happen according to the wonderful AVI specs, but
21278 of course it does happen in reality. It is also a prerequisite for
21279 the second. Subchunk processing allows us to cut chunks in small
21280 pieces and process each of these pieces separately. This is
21281 required because I've seen several AVI files with incredibly large
21282 audio chunks, even some files with only one audio chunk for the
21283 whole file. This allows for proper playback including seeking.
21284 This patch is supposed to fix all AVI A/V sync issues.
21285 * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21286 (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21288 * gst/modplug/gstmodplug.cc:
21289 Proper return value setting for the query() function.
21290 * gst/playback/gstplaybasebin.c: (setup_source):
21291 Being in non-playing state (after, e.g., EOS) is not necessarily
21292 a bad thing. Allow for that. This fixes playback of short files.
21293 They don't actually playback fully now, because the clock already
21294 runs. This means that small files (<500kB) with a small length
21295 (<2sec) will still not or barely play. Other files, such as mod
21296 or flx, will work correctly, however.
21298 2004-09-28 Wim Taymans <wim@fluendo.com>
21300 * ext/speex/gstspeex.c: (plugin_init):
21301 * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21302 (gst_speex_dec_class_init), (speex_dec_get_formats),
21303 (speex_get_event_masks), (speex_get_query_types),
21304 (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21305 (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21306 (gst_speexdec_get_property), (gst_speexdec_set_property),
21307 (speex_dec_change_state):
21308 * ext/speex/gstspeexdec.h:
21309 * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21310 (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21311 (gst_speexenc_base_init), (gst_speexenc_class_init),
21312 (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21313 (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21314 (gst_speexenc_src_query), (gst_speexenc_init),
21315 (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21316 (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21317 (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21318 (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21319 (gst_speexenc_chain), (gst_speexenc_get_property),
21320 (gst_speexenc_set_property), (gst_speexenc_change_state):
21321 * ext/speex/gstspeexenc.h:
21322 Rewrote speex encoder, make sure it can be embedded in ogg.
21323 Implemented speex decoder.
21325 2004-09-28 Christian Schaller <christian@fluendo.com>
21328 Remove kioslave plugin. Markey is brewing a new working one
21329 * ext/Makefile.am: Remove kioslave plugin
21331 * gst-plugins.spec.in: remove kio plugin from spec
21333 2004-09-27 Wim Taymans <wim@fluendo.com>
21335 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21336 (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21337 (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21338 (gst_multifdsink_new_client),
21339 (gst_multifdsink_handle_client_write),
21340 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21341 (gst_multifdsink_handle_clients):
21342 * gst/tcp/gstmultifdsink.h:
21343 Make syncing to keyframes actually work for new clients and lagging
21346 2004-09-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
21348 * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21349 (gst_navigationtest_handle_src_event), (draw_box_planar411),
21350 (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21351 * gst/debug/gstnavigationtest.h:
21352 make navigationtest display button-press and button-release events
21354 2004-09-26 Iain <iaingnome@gmail.com>
21356 * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21357 the channels have received a new media event.
21358 (interleave_buffered_loop): Compresses a new media event on all
21361 2004-09-26 Iain <iaingnome@gmail.com>
21363 * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21364 call the sinkpad's default event handler and not the srcpads. He also
21365 says this is confusing :)
21366 (gst_wavenc_stop_file): Company says that seek events only go upstream
21367 we should send a discontinuous downstream instead.
21369 2004-09-25 Christian Schaller <christian@fluendo.com>
21371 * Update SPEC file to be usable in conjunction with Fedora Core,
21372 Fedora.us and freshrpms packages
21373 * Fix typo in multifilesrc test Makefile
21375 2004-09-24 Wim Taymans <wim@fluendo.com>
21377 * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21378 Only signal the no_more_pads signal when we have
21379 added the stream to our list.
21381 2004-09-24 Wim Taymans <wim@fluendo.com>
21383 * gst/playback/gstplaybasebin.c: (remove_prerolls),
21385 * gst/playback/gstplaybasebin.h:
21386 * gst/playback/gstplaybin.c: (setup_sinks):
21387 Don't try to preroll or decode more than one audio/video
21390 2004-09-24 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21392 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21393 Throw error if we failed to find a suitable output. This should
21394 throw an error if we successfully set up a pipeline (e.g. because
21395 we recognized a media file) but found no decodable streams in it
21396 (e.g. because it contains only media stream types for which we
21397 have no decoders, or because it's not a media type).
21399 2004-09-23 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21401 * ext/dirac/Makefile.am:
21402 * ext/dirac/gstdirac.cc:
21403 * ext/dirac/gstdiracdec.cc:
21404 * ext/dirac/gstdiracdec.h:
21405 Do something. Don't actually know if this works because I don't
21406 have a demuxer yet.
21407 * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21408 Add channels=1 to caps returned from _getcaps().
21409 * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21410 (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21411 (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21412 (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21413 (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21414 (gst_ogm_parse_change_state):
21415 Separate between audio/video so ogmaudioparse actually uses the
21416 audio pad templates. Both audio and video work now, including
21417 autoplugging. Also use sometimes-srcpad hack.
21418 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21419 Handle events better. Don't hang on infinite loops.
21420 * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21421 (gst_avi_demux_init), (gst_avi_demux_reset),
21422 (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21423 (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21424 (gst_avi_demux_change_state):
21425 * gst/avi/gstavidemux.h:
21426 Improve A/V sync. Still not perfect.
21427 * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21428 (gst_ebml_read_skip):
21429 Handle events better.
21430 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21431 (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21432 (qtdemux_audio_caps):
21433 Add IMA4. Improve event handling. Save offset after a seek when
21434 the headers are at the end of the file so that we don't end up in
21436 * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21437 Add low-priority typefind support for files with no length.
21439 2004-09-23 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21441 * testsuite/multifilesink/Makefile.am:
21444 2004-09-22 Julien MOUTTE <julien@moutte.net>
21446 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21447 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21448 mistakes from thaytan's patches.
21450 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21452 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21453 For completeness, XSync in the destroy function as xvimage does.
21455 2004-09-23 Jan Schmidt <thaytan@mad.scientist.com>
21457 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21458 Correct caps negotiation
21459 * gst/volume/gstvolume.c: (volume_chain_float),
21460 (volume_chain_int16):
21461 Modify debug output to be little more informative
21462 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21463 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21464 (gst_xvimagesink_xvimage_destroy):
21465 Add XSync calls after detaching from the shared memory segment to
21468 2004-09-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21470 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21471 (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21472 * ext/vorbis/vorbis.c: (plugin_init):
21473 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21474 (gst_vorbisenc_chain):
21475 * ext/vorbis/vorbisenc.h:
21476 remove explicit newmedia support from oggmux and vorbisenc
21477 add debug category to vorbisenc
21478 * gst/multifilesink/gstmultifilesink.c:
21479 (gst_multifilesink_class_init), (gst_multifilesink_init),
21480 (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21481 (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21482 (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21484 * gst/multifilesink/gstmultifilesink.h:
21485 add support for streamheader in multifilesink
21487 2004-09-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21489 * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21490 (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21491 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21492 Prevent infinite loops. More correct error reporting.
21493 * gst/auparse/gstauparse.c: (gst_auparse_chain):
21494 Error out if negotiation fails.
21495 * gst/playback/gstplaybasebin.c: (setup_source),
21496 (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21497 (gst_play_base_bin_found_tag):
21498 Error/tag forwarding. Pre-roll fixes for source errors on state
21499 changes (e.g. "file does not exist") to prevent hangs.
21501 2004-09-21 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21503 * testsuite/multifilesink/Makefile.am:
21504 * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21505 (gst_newmedia_class_init), (gst_newmedia_init),
21506 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21507 (newfile_signal), (test_signal), (main):
21508 * testsuite/multifilesink/multifilesrc_test.c: (main):
21509 * testsuite/multifilesink/oggtheora_test.c:
21510 (gst_newmedia_base_init), (gst_newmedia_class_init),
21511 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21512 (test_format), (newfile_signal), (test_signal), (main):
21513 * testsuite/multifilesink/oggvorbis_test.c:
21514 (gst_newmedia_base_init), (gst_newmedia_class_init),
21515 (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21516 (test_format), (newfile_signal), (test_signal), (main):
21517 * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21518 (gst_newmedia_class_init), (gst_newmedia_init),
21519 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21520 (newfile_signal), (test_signal), (main):
21523 2004-09-20 Christian Schaller <christian@fluendo.com>
21525 * Fix mikmod license to LGPL as they have relicensed
21526 * Move Dirac and Effectv into LGPL section of README_license
21528 2004-09-20 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21530 * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21531 (gst_mad_change_state):
21532 Allow for mp3 rate/channels changes. However, only very
21533 conservatively. Reason that we *have* to enable this is smiply
21534 because the mad find_sync() function is not good enough, it will
21535 regularly sync on random data as valid frames and therefore make
21536 us provide random caps as *final* caps of the stream. The best fix
21537 I could think of is to simply require several of the same stream
21538 changes in a row before we change caps.
21539 The actual testcase that works now is #
21540 * ext/ogg/Makefile.am:
21541 * ext/ogg/gstogg.c: (plugin_init):
21542 * ext/ogg/gstogmparse.c:
21543 OGM support (video only for now; I need an audio sample file).
21544 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21545 (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21546 (gst_asf_demux_add_video_stream):
21548 * gst/playback/gstplaybasebin.c: (unknown_type):
21549 Don't error out on single unknown-types after all. It's wrong.
21550 If we found type of video and audio but not of a subtitle stream,
21551 it will still error out (which is unwanted). Will find a better fix
21553 * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21554 (ogmaudio_type_find), (plugin_init):
21557 2004-09-20 Johan Dahlin <johan@gnome.org>
21559 * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21560 after setting caps.
21562 2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21564 * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21565 * gst/wavenc/gstwavenc.h:
21566 Added newmedia support to wavenc
21568 2004-09-17 Wim Taymans <wim@fluendo.com>
21570 * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21571 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21572 (gst_fdset_fd_can_write), (gst_fdset_wait):
21573 * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21574 (gst_multifdsink_init), (gst_multifdsink_add),
21575 (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21576 (gst_multifdsink_remove_client_link),
21577 (gst_multifdsink_client_queue_buffer),
21578 (gst_multifdsink_handle_client_write),
21579 (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21580 (gst_multifdsink_close), (gst_multifdsink_change_state):
21581 * gst/tcp/gstmultifdsink.h:
21582 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21583 (gst_tcpserversink_removed):
21584 Small cleanups in fdset.c
21585 Use a hastable to map fd to the client structure for faster
21586 lookup in _remove and get_stats.
21587 Added virtual function to close the fds.
21588 Handle clients even when the select/poll call was unblocked because
21590 Implement syncing to keyframe in the recovery procedure.
21592 2004-09-16 Iain <iaingnome@gmail.com>
21594 * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21597 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21599 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21600 Caps are only set if the type of the stream is unknown, but this
21601 is initialized in ->init_stream(), so set to UNKNOWN after calling
21602 ->init_stream() so that capsnego starts.
21604 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21606 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21607 (gst_avi_demux_stream_data):
21608 Just hardcode for raw audio then. AVI audio sucks.
21610 2004-09-15 Arwed v. Merkatz <v.merkatz@gmx.net>
21612 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21613 * gst/matroska/matroska-mux.c: (audiosink_templ),
21614 (gst_matroska_mux_audio_pad_link):
21615 * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21616 Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21618 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21620 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21621 (gst_avi_demux_stream_data):
21622 Try to fix a/v sync issues.
21624 2004-09-15 David Schleef <ds@schleef.org>
21626 * configure.ac: remove NASM check, since we don't use it. Update
21628 * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21629 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21630 Initialized variables.
21631 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21632 (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21633 (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21636 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21638 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21639 (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21640 * gst/avi/gstavidemux.h:
21641 Fix for compressed audio (mp3) timestamp generation. How did this
21644 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21646 * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21647 Volume is a double not a float.
21649 2004-09-15 Wim Taymans <wim@fluendo.com>
21651 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21652 (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21653 Don't close the fd in multifdsink as we didn't open it in the
21654 first place. Some cleanups.
21656 2004-09-15 Wim Taymans <wim@fluendo.com>
21658 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21659 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21660 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21661 Fix the case where the muxer would mark pages as delta
21662 frames when they are not (vorbis only ogg).
21664 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21666 * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21667 (gst_play_base_bin_change_state):
21668 Handle the case where we failed to setup a clear pipeline. This
21669 will throw an error (or EOS, another nice case) and if you don't
21670 catch that, the app will wait for the signal forever (and thus
21673 2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21675 * ext/gnomevfs/gstgnomevfssink.c:
21676 (gst_gnomevfssink_uri_get_protocols):
21677 * ext/gnomevfs/gstgnomevfssrc.c:
21678 (gst_gnomevfssrc_uri_get_protocols):
21679 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21680 * ext/gnomevfs/gstgnomevfsuri.h:
21681 Use _uri_new() instead of _open(), so it doesn't take as long and
21682 Christophe's computer won't hang.
21683 * gst/playback/gstplaybasebin.c: (unknown_type):
21684 Throw error on unknown media type, so apps actually display it.
21686 2004-09-14 Brian Cameron <brian.cameron@sun.com
21688 * tools/gst-launch-ext-m.m: Changed ~ to $ENV{HOME} to allow
21689 this script to work on Solaris since bash shell handles echo
21690 differenly than bash.
21692 2004-09-17 Wim Taymans <wim@fluendo.com>
21694 * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21695 (setup_source), (gst_play_base_bin_set_property),
21696 (gst_play_base_bin_add_element):
21697 * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21698 Some more work on making sure seeking pauses the pipeline and
21699 that changing the uri actually does something.
21701 2004-09-17 Wim Taymans <wim@fluendo.com>
21703 * gst/tcp/gstfdset.c: (gst_fdset_wait):
21704 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21705 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21706 (gst_tcpserversink_close):
21707 Be a bit more paranoid when freeing memory.
21709 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21711 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21712 (qtdemux_parse_trak):
21713 Don't crash by dividing by zero (see sample movie in #126922).
21715 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21717 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21718 Don't touch non-existing data (fixes crash on file in #140147).
21720 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21722 * gst/playback/gstplaybasebin.c:
21723 (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21724 Handle double disposals, and proper change of URIs.
21726 2004-09-13 Martin Eikermann <meiker@upb.de>
21728 * gst/mpegstream/gstmpegparse.c:
21729 fix synchronistation for streams recorded from digital PCR
21732 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21734 * ext/gnomevfs/Makefile.am:
21735 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21736 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21737 (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21738 (gst_gnomevfssink_uri_get_type),
21739 (gst_gnomevfssink_uri_get_protocols),
21740 (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21741 (gst_gnomevfssink_uri_handler_init),
21742 (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21743 (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21744 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21745 (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21746 (gst_gnomevfssrc_uri_get_type),
21747 (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21748 (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21749 (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21750 (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21751 * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21752 * ext/gnomevfs/gstgnomevfsuri.h:
21753 Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21754 of fake URIs to see which this version of Gnome-VFS likes, and
21755 uses that for the Gst-URI interface. Makes playbin support http://
21756 streams. Also fix up some stupid behaviour in gnomevfssrc.
21758 2004-09-13 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21760 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21761 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21762 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21763 (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21764 Update mixer (to sync with other sessions) if we try to obtain
21765 a new value. This makes alsamixer work accross applications.
21766 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21767 Only call sync functions if we're running, else alsalib asserts.
21768 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21769 Sometimes fails to compile. Possibly a gcc bug.
21770 * gst/playback/gstplaybin.c: (gen_video_element),
21771 (gen_audio_element):
21772 Add a reference to an application-provided object, because we lose
21773 this same reference if we add it to the bin. If we don't do this,
21774 we can only use this object once and thus crash if we go from
21775 ready to playing, back to ready and back to playing again.
21776 Also add an audioscale element because several cheap soundcards -
21777 like mine - don't support all samplerates.
21778 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21779 (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21780 Fix wrong order or PAR calls. Makes automatically obtained PAR
21781 from the X server atually being used.
21783 2004-09-12 David Schleef <ds@schleef.org>
21785 Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21786 #151887, #152102, #152247.
21787 * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21788 * examples/seeking/cdparanoia.c: same
21789 * examples/seeking/cdplayer.c: same
21790 * examples/seeking/seek.c: same
21791 * examples/seeking/spider_seek.c: same
21792 * examples/seeking/vorbisfile.c: same
21793 * examples/stats/mp2ogg.c: same
21794 * ext/esd/esdsink.c: (gst_esdsink_class_init),
21795 (gst_esdsink_dispose): Dispose of element properly.
21796 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21798 * ext/nas/nassink.c: (gst_nassink_class_init),
21799 (gst_nassink_dispose): Dispose of element correctly.
21800 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21801 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21802 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21803 Fix 64-bit warning.
21804 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21805 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21806 Fix 64-bit warning.
21808 2004-09-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21810 * configure.ac : change speex detection as 1.1.6 now uses
21811 .pc/pkg-config and they changed their headers location.
21813 2004-09-09 Arwed v. Merkatz <v.merkatz@gmx.net>
21815 * gst/matroska/matroska-mux.h:
21816 * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21817 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21818 (gst_matroska_mux_write_data):
21819 Write multiple blocks/frames per cluster.
21820 Write meta-seek information (seek heads).
21822 2004-09-09 Scott Wheeler <wheeler@kde.org>
21824 * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21825 (gst_play_bin_set_property), (gst_play_bin_get_property),
21826 (gen_audio_element), (gen_audio_element):
21827 Add a volume element / property to the pipeline.
21829 2004-09-07 Wim Taymans <wim@fluendo.com>
21831 * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21832 Copy timestamps from the master pad to the output buffers.
21834 2004-09-03 Thomas Vander Stichele <thomas at apestaart dot org>
21836 * ext/raw1394/gstdv1394src.c:
21837 throw errors when applicable
21839 2004-09-01 Arwed v. Merkatz <v.merkatz@gmx.net>
21841 * gst/matroska/ebml-ids.h:
21842 * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21843 * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21844 * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21845 automatically convert unix time <-> ebml time when reading/writing
21846 a date, use gst_ebml_write_uint to write CUETIME,
21847 not gst_ebml_write_date.
21848 * gst/matroska/matroska-ids.h:
21849 * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21850 (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21851 (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21852 (gst_matroska_mux_write_data):
21853 Write track and segment UIDs, write muxing date, write
21854 TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21855 Create cues for audio only files.
21857 2004-08-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
21859 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21860 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21861 Re-commit ALSA switches.
21862 * gst/adder/gstadder.c: (gst_adder_loop):
21863 64-bit fix (#151416).
21864 * gst/debug/progressreport.c: (gst_progressreport_report):
21865 64-bit fix (#151419).
21866 * gst/matroska/matroska-demux.c:
21867 (gst_matroska_demux_parse_contents):
21868 64-bit fix (#151420).
21869 * gst/playback/test3.c: (update_scale):
21870 64-bit fix (#151421).
21872 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21877 === release 0.8.4 ===
21879 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
21881 * configure.ac: releasing 0.8.4, "Alias"
21883 2004-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
21885 * ext/theora/Makefile.am:
21886 fix makefile. Fixes #151462.
21888 2004-08-30 Wim Taymans <wim@fluendo.com>
21890 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21891 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21892 (gst_multifdsink_remove_client_link),
21893 (gst_multifdsink_client_queue_buffer),
21894 (gst_multifdsink_handle_client_write):
21895 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21896 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21897 Fix some memory leaks.
21899 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21901 Patch by: David Schleef
21905 rename our detection macro for V4L2. Fixes #151236.
21907 2004-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
21909 Patch by: David Schleef
21912 check to define LAMEPRESET. Fixes #151232.
21914 2004-08-27 David Schleef <ds@schleef.org>
21916 * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21917 (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21918 (gst_glimagesink_fixate): Move local variable declarations to
21919 make gcc-2.95 happy.
21921 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21924 bump nano for prerelease
21926 2004-08-27 David Schleef <ds@schleef.org>
21928 * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21929 * sys/sunaudio/gstsunaudiosrc.c:
21930 * sys/sunaudio/gstsunaudiosrc.h:
21932 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21934 * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21935 handle EOS correctly
21936 * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21937 * gst/matroska/matroska-mux.h:
21938 added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21939 VFW compatibility mode
21941 2004-08-27 Thomas Vander Stichele <thomas at apestaart dot org>
21943 patch by: Zaheer Abbas Merali
21945 * ext/ogg/gstoggmux.c:
21946 * ext/vorbis/vorbisenc.c:
21947 * ext/vorbis/vorbisenc.h:
21950 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21952 * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21953 fix byte order reversion on little endian machines.
21954 * gst/matroska/matroska-mux.c: (audiosink_templ),
21955 (gst_matroska_mux_audio_pad_link):
21956 add TTA codec to the list of supported codecs.
21957 * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21958 (gst_matroska_mux_start), (gst_matroska_mux_finish),
21959 (gst_matroska_mux_write_data):
21960 * gst/matroska/matroska-mux.h:
21961 write segment duration correctly, write muxing app string, fixes bugs
21962 #140897 and #140898.
21963 * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21964 wait for all pads to be negotiated before starting to mux.
21966 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org>
21968 * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21969 * ext/lame/gstlame.h:
21970 Added new media support to lame
21972 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21974 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21975 send vorbis headers at the beginning of a stream, fixes bug #141554.
21976 Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21978 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21979 (gst_matroska_demux_plugin_init):
21980 * gst/matroska/matroska-ids.h:
21981 enable demuxing of TTA audio streams, fixes bug #148951.
21982 * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21983 enable typefinding for TTA audio files, fixes bug #148711.
21984 * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21985 set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21986 fixes playback of packed bitstream and xvid with bframes, bug #135407.
21988 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>
21990 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21991 (gst_riff_read_element_data), (gst_riff_read_seek),
21992 (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21993 #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21996 2004-08-23 Iain <iaingnome@gmail.com>
21998 * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21999 tags. They appear to be handled differently to normal.
22000 (tag_list_to_id3_tag_foreach): Ditto.
22002 2004-08-22 Wim Taymans <wim@fluendo.com>
22004 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22005 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22006 Make sure we never send -1 granulepos.
22008 2004-08-20 Wim Taymans <wim@fluendo.com>
22010 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22011 (gst_ogg_mux_loop):
22012 I will accept bitchslappings with non sharp objects.
22014 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22017 Clean up the test for lame presets
22019 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22022 * ext/lame/Makefile.am:
22023 * ext/lame/gstlame.c: (gst_lame_class_init),
22024 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22025 Only enable lame presets if version of lame has presets in API
22027 2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
22028 * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
22029 * gst/udp/gstudpsrc.h:
22030 Don't call gst_pad_push in a get function. Fixes #150449
22032 2004-08-18 Wim Taymans <wim@fluendo.com>
22034 * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
22035 (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
22036 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22037 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22038 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22040 * gst/tcp/gstfdset.h:
22041 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22042 (gst_multifdsink_client_queue_buffer),
22043 (gst_multifdsink_handle_client_write):
22044 * gst/tcp/gstmultifdsink.h:
22045 Some extra checks in gstfdset.
22046 Only use send() when the fd is a socket. Don't try to
22047 read from write only fds.
22049 2004-08-18 Wim Taymans <wim@fluendo.com>
22051 * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
22052 (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22053 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22054 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22056 Add more locking and bounds checking.
22058 2004-08-18 Wim Taymans <wim@fluendo.com>
22060 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
22061 Realloc test fdset in the lock and right before starting
22062 the poll call. Bump the limit to 4096.
22064 2004-08-17 David Schleef <ds@schleef.org>
22066 * sys/sunaudio/Makefile.am:
22067 * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
22068 of rates and channels. Make debugging less obnoxious.
22070 Patch from Balamurali Viswanathan implementing a mixer for
22071 Sun audio. (bug #144091):
22072 * sys/sunaudio/gstsunelement.c:
22073 * sys/sunaudio/gstsunelement.h:
22074 * sys/sunaudio/gstsunmixer.c:
22075 * sys/sunaudio/gstsunmixer.h:
22077 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22079 * gst/audioscale/gstaudioscale.c:
22080 * gst/audioscale/gstaudioscale.h:
22081 made audioscale resample from any sample rate to any sample rate
22083 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
22085 * ext/libpng/gstpngdec.c:
22086 error out on unsupported types
22088 2004-08-17 Iain <iaingnome@gmail.com>
22090 * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
22091 mid_side and loose_mid_side properties if its a stereo stream.
22093 2004-08-17 Wim Taymans <wim@fluendo.com>
22095 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22096 (theora_get_formats), (theora_dec_src_convert),
22097 (theora_dec_sink_convert), (theora_dec_src_query),
22098 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22101 2004-08-17 Wim Taymans <wim@fluendo.com>
22103 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
22104 (gst_ogg_pad_push):
22105 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22106 (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22107 (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
22108 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22109 Mark delta units in the muxer.
22110 Try to decode the packet after an out-of-sync error from
22113 2004-08-17 Wim Taymans <wim@fluendo.com>
22115 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22116 (gst_multifdsink_init), (gst_multifdsink_add),
22117 (gst_multifdsink_client_queue_buffer),
22118 (gst_multifdsink_set_property), (gst_multifdsink_get_property):
22119 * gst/tcp/gstmultifdsink.h:
22120 Added option to send a keyframe to clients as the first buffer.
22121 Make timeout property writable.
22123 2004-08-17 Thomas Vander Stichele <thomas at apestaart dot org>
22125 patch by: Wim Taymans
22127 * gst/tcp/gstfdset.c:
22128 * gst/tcp/gstmultifdsink.c:
22129 fix index comparison, should include 0
22131 2004-08-16 Wim Taymans <wim@fluendo.com>
22133 * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
22134 (gst_fdset_add_fd), (gst_fdset_remove_fd),
22135 (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22136 (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22138 copy when reallocing for poll so the select arguments don't get
22139 changed during the call
22141 2004-08-16 Wim Taymans <wim@fluendo.com>
22143 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22144 (gst_theora_enc_class_init), (theora_enc_sink_link),
22145 (theora_buffer_from_packet), (theora_enc_chain):
22146 Fix bug where buffers were not marked as keyframes
22149 2004-08-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22151 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22152 (gst_lame_preset_get_type), (gst_lame_class_init):
22153 describe the enum values for vbr mode and presets more verbosely
22155 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22157 * ext/lame/gstlame.c: (gst_lame_mode_get_type),
22158 (gst_lame_quality_get_type), (gst_lame_padding_get_type),
22159 (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
22160 (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22161 * ext/lame/gstlame.h:
22162 add preset property to lame so it can use lame presets
22164 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22166 * ext/lame/gstlame.c: (gst_lame_get_property):
22167 whoops forgot break, thanks teuf
22169 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22171 * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22172 (gst_lame_class_init), (gst_lame_src_getcaps),
22173 (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
22174 (gst_lame_get_property), (gst_lame_setup):
22175 * ext/lame/gstlame.h:
22176 fix lame's broken vbr stuff, allow it to resample if need be, and also
22177 make xing header optional
22179 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22181 * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22182 added getcaps function so samplerate doesnt get fixated to silly values
22184 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22186 * ext/lame/gstlame.c: (gst_lame_src_link):
22187 revert previous fix
22189 2004-08-12 Johan Dahlin <johan@gnome.org>
22191 * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22192 checks. Doesn't matter what state we are in. Interfaces are a
22193 compile time thing, not runtime. It also broke the python bindings.
22195 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22197 * ext/lame/gstlame.c: (gst_lame_src_link):
22198 made source pad link function check if sinkpad is ok..fixes the problem
22199 where core fixates the output rate of lame stupidly
22201 2004-08-12 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
22203 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22204 * sys/v4l/v4l_calls.c:
22205 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22206 fix fixate function to handle nonsimple caps.
22207 remove bogus check in _link
22210 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22212 * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22213 set default compression ratio parameter to 0.0 so bitrate parameter
22216 2004-08-11 David Schleef <ds@schleef.org>
22218 * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22220 2004-08-11 David Schleef <ds@schleef.org>
22222 * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22225 2004-08-11 David Schleef <ds@schleef.org>
22227 * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22229 2004-08-11 David Schleef <ds@schleef.org>
22231 * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22233 * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22234 * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22236 * gst/auparse/gstauparse.c: Fix plugin license field.
22237 * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22238 * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22239 * gst/rtp/gstrtp.c: Fix plugin license field.
22241 2004-08-11 Wim Taymans <wim@fluendo.com>
22243 * gst/tcp/Makefile.am:
22244 * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22245 (ensure_size), (gst_fdset_new), (gst_fdset_free),
22246 (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22247 (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22248 (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22249 (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22250 (gst_fdset_fd_can_write), (gst_fdset_wait):
22251 * gst/tcp/gstfdset.h:
22252 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22253 (gst_multifdsink_class_init), (gst_multifdsink_init),
22254 (gst_multifdsink_add), (gst_multifdsink_remove),
22255 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22256 (gst_multifdsink_remove_client_link),
22257 (gst_multifdsink_handle_client_read),
22258 (gst_multifdsink_client_queue_data),
22259 (gst_multifdsink_client_queue_caps),
22260 (gst_multifdsink_client_queue_buffer),
22261 (gst_multifdsink_handle_client_write),
22262 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22263 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22264 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22265 (gst_multifdsink_close):
22266 * gst/tcp/gstmultifdsink.h:
22267 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22268 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22269 (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22270 (gst_tcpserversink_close):
22271 * gst/tcp/gsttcpserversink.h:
22272 Abstracted away the select call, implemented poll (yes we ran into
22273 the 1024 limit in production).
22275 2004-08-11 Thomas Vander Stichele <thomas at apestaart dot org>
22277 * gst/tcp/gsttcp.c:
22278 * gst/tcp/gsttcpplugin.c:
22279 improve debuggging, remove assert
22281 2004-08-10 Wim Taymans <wim@fluendo.com>
22283 * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22284 (gst_client_status_get_type), (gst_multifdsink_class_init),
22285 (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22286 (gst_multifdsink_handle_client_read),
22287 (gst_multifdsink_handle_client_write),
22288 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22289 (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22290 (gst_multifdsink_get_property):
22291 * gst/tcp/gstmultifdsink.h:
22292 * gst/tcp/gsttcp-marshal.list:
22293 Starting to prepare for specifying buffer time in other units
22294 than buffers. Expose remove reason in signal.
22296 2004-08-10 Wim Taymans <wim@fluendo.com>
22298 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22299 (gst_multifdsink_remove), (gst_multifdsink_clear),
22300 (gst_multifdsink_remove_client_link),
22301 (gst_multifdsink_handle_client_read),
22302 (gst_multifdsink_client_queue_data),
22303 (gst_multifdsink_client_queue_buffer),
22304 (gst_multifdsink_handle_client_write),
22305 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22306 (gst_multifdsink_chain), (gst_multifdsink_close):
22307 * gst/tcp/gstmultifdsink.h:
22308 Added more debugging info. Changed the way clients are
22309 removed from the lists. Fixed a bug where a bad file descriptor
22310 could cause many clients to be removed.
22312 2004-08-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
22314 * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22315 allow all pixel-aspect-ratios, not just 1:1
22317 2004-08-09 David Schleef <ds@schleef.org>
22319 * sys/glsink/ARB_multitexture.h: Remove old files.
22320 * sys/glsink/EXT_paletted_texture.h:
22321 * sys/glsink/NV_register_combiners.h:
22322 * sys/glsink/gstgl_nvimage.c:
22323 * sys/glsink/gstgl_pdrimage.c:
22324 * sys/glsink/gstgl_rgbimage.c:
22325 * sys/glsink/gstglsink.c:
22326 * sys/glsink/gstglsink.h:
22327 * sys/glsink/gstglxwindow.c:
22328 * sys/glsink/regcomb_yuvrgb.c:
22330 2004-08-09 David Schleef <ds@schleef.org>
22332 Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22333 GL sink plugin. (Bug #147302)
22335 * configure.ac: Test for OpenGL
22336 * sys/Makefile.am: Use test for OpenGL
22337 * sys/glsink/Makefile.am:
22338 * sys/glsink/glimagesink.c: rewrite
22339 * sys/glsink/glimagesink.h: rewrite
22341 2004-08-09 David Schleef <ds@schleef.org>
22343 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow
22345 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22346 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22347 * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22349 2004-08-09 Wim Taymans <wim@fluendo.com>
22351 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22352 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22353 (gst_multifdsink_client_remove),
22354 (gst_multifdsink_handle_client_read),
22355 (gst_multifdsink_handle_client_write),
22356 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22357 Do a bit more logging, make the client_read code more robust.
22359 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22361 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22362 (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22363 (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22364 (gst_jpegdec_init), (gst_jpegdec_chain):
22365 * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22366 (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22367 cleanups, debugging fixes and memleak plugging
22369 2004-08-09 Wim Taymans <wim@fluendo.com>
22371 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22372 (theora_get_formats), (theora_dec_src_convert),
22373 (theora_dec_sink_convert), (theora_dec_src_query),
22374 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22375 (theora_dec_change_state):
22376 Don't crash on missing header packets.
22378 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22382 Added Albanian translation (Laurent Dhima)
22386 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22388 * ext/lame/gstlame.c:
22391 2004-08-09 Thomas Vander Stichele <thomas at apestaart dot org>
22393 * sys/ximage/ximagesink.c:
22394 * sys/xvimage/xvimagesink.c:
22395 assign all TOO_LAZY's to a real category. Thanks to Warthy Warthog.
22397 2004-08-06 Wim Taymans <wim@fluendo.com>
22399 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22400 (gst_multifdsink_add), (gst_multifdsink_get_stats),
22401 (gst_multifdsink_client_remove),
22402 (gst_multifdsink_handle_client_read),
22403 (gst_multifdsink_handle_client_write),
22404 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22405 Make sure we don't try to read more from a client that what
22406 ioctl says us or we deadlock.
22408 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22410 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22411 (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22412 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22413 decouple running_time and n_frames so it can handle changing
22414 framerate while running
22416 2004-08-05 Thomas Vander Stichele <thomas at apestaart dot org>
22420 updated translations
22422 2004-08-04 Benjamin Otte <otte@gnome.org>
22424 * gst/videotestsrc/gstvideotestsrc.c:
22425 (gst_videotestsrc_get_capslist), (generate_capslist),
22427 generate the list of supported caps at startup and reuse it instead
22428 of always generating it
22430 2004-07-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
22432 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22433 whoops, last checkin broke normal build
22435 2004-08-03 Benjamin Otte <otte@gnome.org>
22437 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22438 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22439 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22440 (gst_alsa_mixer_get_option):
22441 * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22442 (dvdnavsrc_print_event):
22443 * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22444 * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22445 (gst_ogg_mux_pad_unlink):
22446 * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22447 (gst_multipart_mux_pad_unlink):
22448 * gst/videofilter/gstvideobalance.c:
22449 (gst_videobalance_colorbalance_set_value):
22450 * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22451 (gst_videomixer_pad_unlink):
22453 * sys/oss/gstossmixer.c:
22454 * sys/v4l/gstv4lcolorbalance.c:
22455 * sys/v4l/gstv4ltuner.c:
22456 * sys/v4l/v4lsrc_calls.c:
22457 * sys/v4l2/gstv4l2colorbalance.c:
22458 * sys/v4l2/gstv4l2tuner.c:
22459 compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22461 2004-08-03 Benjamin Otte <otte@gnome.org>
22463 * examples/dynparams/filter.c: (ui_control_create):
22464 * examples/gstplay/player.c: (print_tag):
22465 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22466 * ext/gdk_pixbuf/gstgdkanimation.c:
22467 (gst_gdk_animation_iter_may_advance):
22468 * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22469 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22470 (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22471 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22472 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22473 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22474 * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22475 * gst/sine/demo-dparams.c: (main):
22476 * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22477 * testsuite/alsa/formats.c: (create_pipeline):
22478 * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22479 fixes for G_DISABLE_ASSERT and friends
22480 * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22481 (mp3_type_frame_length_from_header), (mp3_type_find),
22483 require mp3 typefinding to have at least MIN_HEADERS valid headers
22484 add typefinding for AAC adts files
22486 2004-08-04 Jan Schmidt <thaytan@mad.scientist.com>
22488 * sys/ximage/ximagesink.c:
22489 (gst_ximagesink_calculate_pixel_aspect_ratio):
22490 * sys/xvimage/xvimagesink.c:
22491 (gst_xvimagesink_calculate_pixel_aspect_ratio):
22492 Make sure we calculate pixel-aspect-ratio using floating point maths
22494 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22497 updated translation
22499 2004-08-03 Thomas Vander Stichele <thomas at apestaart dot org>
22501 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22502 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22503 add debugging for display PAR calculation
22505 2004-08-02 David Schleef <ds@schleef.org>
22507 * configure.ac: Fix mikmod CFLAGS.
22509 2004-07-27 Benjamin Otte <otte@gnome.org>
22511 * gst/audioscale/gstaudioscale.c:
22512 - fix templates to only support S16, it's the only format that works
22513 - make caps nego code use try_set_caps_nonfixed and fixation instead
22514 of try_set_caps twice, which is not nice for autopluggers
22515 - change rank to secondary, so autopluggers can pick it up after
22518 2004-08-02 Iain <iain@prettypeople.org>
22520 * gst/interleave/interleave.c (interleave_init),
22521 (interleave_request_new_pad),
22522 (interleave_pad_removed),
22523 (interleave_buffered_loop): Use the real pad count, not the artificial
22526 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22528 * configure.ac: bump nano back to development
22530 === release 0.8.3 ===
22532 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22534 * configure.ac: releasing 0.8.3, "Water"
22536 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22538 * sys/xvimage/xvimagesink.c:
22539 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22540 (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22541 (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22542 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22543 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22544 * sys/xvimage/xvimagesink.h:
22545 apply similar PAR fixes as to ximagesink
22547 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
22549 patch from: Benjamin Otte
22551 * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22552 add link function to lame. Fixes #148986.
22554 2004-08-02 Johan Dahlin <johan@gnome.org>
22556 * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22559 2004-07-30 David Schleef <ds@schleef.org>
22561 * gst/videomixer/Makefile.am: Fix things that should have been
22562 fixed in the last checkin.
22564 2004-07-30 David Schleef <ds@schleef.org>
22566 * gst/multipart/Makefile.am: Fix things that should have been
22567 fixed in the last checkin.
22569 2004-07-30 David Schleef <ds@schleef.org>
22571 * testsuite/multifilesink/Makefile.am: Fix unused variable.
22573 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22576 bump nano for prerelease
22588 2004-07-30 Wim Taymans <wim@fluendo.com>
22590 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22591 (gst_multifdsink_add), (gst_multifdsink_remove),
22592 (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22593 (gst_multifdsink_client_remove),
22594 (gst_multifdsink_handle_client_write),
22595 (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22596 * gst/tcp/gstmultifdsink.h:
22597 Recover from a select with a bad file descriptor by removing
22600 2004-07-30 Thomas Vander Stichele <thomas at apestaart dot org>
22603 fix requirement of core
22604 * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22605 (gst_play_pipeline_setup):
22606 don't use colorspace element. do use hermescolorspace element.
22607 make macro to get a colorspace element.
22608 mark strings for translation.
22620 update translations
22622 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22624 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22625 fix default for newmedia flag
22627 2004-07-30 Wim Taymans <wim@fluendo.com>
22629 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22630 (gst_theora_dec_init), (theora_get_formats),
22631 (theora_dec_src_convert), (theora_dec_sink_convert),
22632 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22633 (theora_dec_chain), (theora_dec_set_property),
22634 (theora_dec_get_property):
22635 * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22636 (gst_theora_enc_class_init), (gst_theora_enc_init),
22637 (theora_enc_sink_link), (theora_enc_chain),
22638 (theora_enc_set_property), (theora_enc_get_property):
22639 Added cropping option to theora decoder.
22640 Added border option to theora encoder.
22642 2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22644 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22645 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22646 (gst_pngenc_set_property):
22647 * ext/libpng/gstpngenc.h:
22648 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
22650 2004-07-30 Wim Taymans <wim@fluendo.com>
22652 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22653 (theora_enc_sink_link), (theora_enc_chain),
22654 (theora_enc_set_property), (theora_enc_get_property):
22655 Fix encoding of non-multiple-of-16 video.
22657 2004-07-29 David Schleef <ds@schleef.org>
22659 * configure.ac: make test for audiofile more strict
22661 2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
22663 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22664 give different names to typefind functions
22666 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22668 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22669 (gst_ximagesink_calculate_pixel_aspect_ratio),
22670 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22671 (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22672 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22673 (gst_ximagesink_get_property), (gst_ximagesink_init):
22674 * sys/ximage/ximagesink.h:
22675 allocate PAR's dynamically.
22676 use autodetected PAR if no object-set PAR is given.
22677 add workaround for directfb's X not setting physical size.
22678 fix to xvimagesink will follow tomorrow.
22680 2004-07-28 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22682 * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22683 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22684 (gst_shout2send_get_type), (gst_shout2send_set_clock),
22685 (gst_shout2send_class_init), (gst_shout2send_init),
22686 (set_shout_metadata), (gst_shout2send_set_metadata),
22687 (gst_shout2send_chain), (gst_shout2send_set_property),
22688 (gst_shout2send_get_property), (gst_shout2send_connect),
22689 (gst_shout2send_change_state):
22690 * ext/shout2/gstshout2.h:
22691 - fix for sending mp3 audio to icecast2 server, if pad link function not
22692 called before PAUSED state
22693 - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22694 - added tagging support for mp3 audio broadcasted
22695 * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22698 2004-07-28 Wim Taymans <wim@fluendo.com>
22700 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22701 (gst_ogg_demux_push):
22702 Return query failure when we don't know the length of
22703 an ogg stream insteda of returning TRUE with a bogus value.
22705 2004-07-28 Wim Taymans <wim@fluendo.com>
22707 * ext/theora/theoradec.c: (theora_get_formats),
22708 (theora_dec_src_convert), (theora_dec_sink_convert),
22709 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22710 (theora_dec_chain):
22711 Don't screw up the 1 Chroma for 1 luma sample situation when we
22712 have an odd offset/width by adding a black border in those cases.
22714 2004-07-28 Wim Taymans <wim@fluendo.com>
22716 * ext/theora/theoradec.c: (theora_get_formats),
22717 (theora_dec_src_convert), (theora_dec_sink_convert),
22718 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22719 (theora_dec_chain):
22720 * ext/theora/theoraenc.c: (theora_enc_sink_link):
22721 Added first attempt at cropping of the image as required by the
22722 theora spec. We need more properties in the caps (offset_x,
22723 offset_y,stride) to implement this correctly.
22725 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com>
22727 * ext/dvdnav/README:
22728 Update the README to use dvddemux
22729 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22730 Ensure getcaps returns a subset of the template caps
22731 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22732 (gst_mpeg2subt_init):
22733 Ensure getcaps returns a subset of the template caps
22734 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22735 (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22736 (gst_dvd_demux_get_subpicture_stream),
22737 (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22738 * gst/mpegstream/gstdvddemux.h:
22739 Set the explicit caps on the current_video pad before pushing
22741 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22742 (gst_mpeg_demux_get_audio_stream):
22743 Free caps used to gst_pad_set_explicit_caps, which takes a const
22746 2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
22748 * configure.ac: update GStreamer requirement to 0.8.4 because of
22751 2004-07-28 Wim Taymans <wim@fluendo.com>
22753 * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22754 (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22755 Add the pad to the element after setting up the caps. This
22756 makes it a lot easier to autoplug.
22758 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22760 * gst/median/gstmedian.c:
22761 * gst/mpeg2subt/gstmpeg2subt.c:
22762 * gst/mpegaudioparse/gstmpegaudioparse.c:
22763 * gst/mpegstream/gstdvddemux.c:
22764 * gst/mpegstream/gstmpegdemux.c:
22765 * gst/mpegstream/gstmpegpacketize.c:
22766 * gst/rtjpeg/gstrtjpeg.c:
22767 * gst/rtjpeg/gstrtjpegdec.c:
22768 * gst/rtjpeg/gstrtjpegenc.c:
22769 * gst/sine/gstsinesrc.c:
22770 * gst/smooth/gstsmooth.c:
22771 * gst/smpte/gstsmpte.c:
22772 * gst/smpte/gstsmpte.h:
22773 * gst/stereo/gststereo.c:
22774 * gst/videofilter/gstgamma.c:
22775 * gst/videofilter/gstvideobalance.c:
22776 * gst/videofilter/gstvideofilter.c:
22777 * gst/videofilter/gstvideoflip.c:
22778 * gst/videoscale/gstvideoscale.c:
22779 * gst/videoscale/videoscale.c:
22780 * gst/videotestsrc/gstvideotestsrc.c:
22781 * gst/videotestsrc/videotestsrc.c:
22782 * gst/wavenc/gstwavenc.c:
22783 * gst/wavparse/gstwavparse.c:
22784 fix local includes and 64 bits constants
22786 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22789 * gst-libs/gst/*/*.vcproj:
22791 more working plugins
22793 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22795 * testsuite/alsa/Makefile.am:
22796 * testsuite/alsa/srcstate.c:
22797 add test for alsasrc changing state
22799 2004-07-27 Zaheer Abbas Merali <zaheerabbas at merali dot org>
22801 * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22803 * gst/silence/gstsilence.h:
22804 fix silence generation for 16bit raw audio
22806 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22808 * gst/matroska/matroska-demux.c:
22809 (gst_matroska_demux_parse_metadata),
22810 (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22811 * gst/mpegaudio/common.c:
22812 * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22813 (gst_videoscale_getcaps), (gst_videoscale_link),
22814 (gst_videoscale_src_fixate), (gst_videoscale_init),
22815 (gst_videoscale_finalize):
22816 * gst/videoscale/gstvideoscale.h:
22817 * gst/videotestsrc/gstvideotestsrc.c:
22818 (gst_videotestsrc_get_capslist):
22819 * gst/wavenc/gstwavenc.c:
22820 * sys/oss/gstossmixer.c: (fill_labels):
22821 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22822 (gst_ximagesink_handle_xevents),
22823 (gst_ximagesink_calculate_pixel_aspect_ratio),
22824 (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22825 (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22826 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22827 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22828 (gst_ximagesink_init), (gst_ximagesink_class_init):
22829 * sys/ximage/ximagesink.h:
22830 * sys/xvimage/xvimagesink.c:
22831 (gst_xvimagesink_calculate_pixel_aspect_ratio),
22832 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22833 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22834 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22835 (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22836 * sys/xvimage/xvimagesink.h:
22837 first batch of pixel aspect ratio commits.
22839 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22841 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22842 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22843 * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22844 handle stride, needs work if we want to move stride handling
22845 upstream, but works correctly for our purposes.
22847 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22849 * gst/videoscale/README:
22850 add testing examples
22851 * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22852 (gst_videoscale_chain):
22853 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22854 (gst_videoscale_get_size):
22855 add get_size function that handles stride like videotestsrc.
22856 fixes conversion for YUV formats for as much as I can test them.
22858 2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
22860 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22861 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22862 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22863 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22864 (gst_xvimagesink_xvimage_put):
22865 further cleanups, logging, error handling and synchronizing
22867 2004-07-27 Wim Taymans <wim@fluendo.com>
22869 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22870 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22871 (gst_videomixer_pad_set_property),
22872 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22873 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22874 (gst_videomixer_class_init), (gst_videomixer_init),
22875 (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22876 (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22877 (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22878 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22879 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22880 (gst_videomixer_loop), (plugin_init):
22881 Be a nicer negotiation citizen and provide a getcaps function on
22882 the srcpad. This also fixes a crash when resizing.
22884 2004-07-27 Julien MOUTTE <julien@moutte.net>
22886 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22887 (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22889 2004-07-27 Wim Taymans <wim@fluendo.com>
22891 * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22892 * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22893 (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22894 (gst_pngenc_set_property):
22895 * ext/libpng/gstpngenc.h:
22896 Added snapshot property to pngenc.
22897 removed g_print from pngdec
22899 2004-07-27 Steve Lhomme <steve.lhomme@free.fr>
22901 * gst/ac3parse/ac3parse.vcproj
22902 * gst/adder/adder.vcproj
22903 * gst/alpha/alpha.vcproj
22904 * gst/alpha/alphacolor.vcproj
22905 * gst/asfdemux/asf.vcproj
22906 * gst/audioconvert/audioconvert.vcproj
22907 * gst/audiorate/audiorate.vcproj
22908 * gst/audioscale/audioscale.vcproj
22909 * gst/auparse/auparse.vcproj
22910 * gst/avi/avi.vcproj
22911 * gst/cdxaparse/cdxaparse.vcproj
22912 * gst/chart/chart.vcproj
22913 * gst/colorspace/colorspace.vcproj
22914 * gst/cutter/cutter.vcproj
22915 * gst/debug/debug.vcproj
22916 * gst/debug/efence.vcproj
22917 * gst/debug/navigationtest.vcproj
22918 * gst/deinterlace/deinterlace.vcproj
22919 * gst/effectv/effectv.vcproj
22920 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22921 * gst/filter/filter.vcproj
22922 * gst/flx/flxdec.vcproj
22923 * gst/goom/goom.vcproj
22924 * gst/interleave/interleave.vcproj
22925 * gst/law/alaw.vcproj
22926 * gst/law/mulaw.vcproj
22927 * gst/matroska/matroska.vcproj
22928 * gst/median/median.vcproj
22929 * gst/mixmatrix/mixmatrix.vcproj
22930 * gst/mpeg1sys/mpeg1systemencode.vcproj
22931 * gst/mpeg1videoparse/mp1videoparse.vcproj
22932 * gst/mpeg2sub/mpeg2subt.vcproj
22933 * gst/mpegaudio/mpegaudio.vcproj
22934 * gst/mpegaudioparse/mpegaudioparse.vcproj
22935 * gst/mpegstream/mpegstream.vcproj
22936 * gst/multifilesink/multifilesink.vcproj
22937 * gst/multipart/multipart.vcproj
22938 * gst/oneton/oneton.vcproj
22939 * gst/overlay/overlay.vcproj
22940 * gst/passthrough/passthrough.vcproj
22941 * gst/qtdemux/qtdemux.vcproj
22942 * gst/realmedia/rmdemux.vcproj
22943 * gst/rtjpeg/rtjpeg.vcproj
22944 * gst/rtp/rtp.vcproj
22945 * gst/silence/silence.vcproj
22946 * gst/sine/sinesrc.vcproj
22947 * gst/smooth/smooth.vcproj
22948 * gst/smpte/smpte.vcproj
22949 * gst/spectrum/spectrum.vcproj
22950 * gst/speed/speed.vcproj
22951 * gst/stereo/stereo.vcproj
22952 * gst/switch/switch.vcproj
22953 * gst/tags/tagedit.vcproj
22954 * gst/tcp/tcp.vcproj
22955 * gst/typefind/typefindfunctions.vcproj
22956 * gst/udp/udp.vcproj
22957 * gst/videobox/videobox.vcproj
22958 * gst/videocrop/videocrop.vcproj
22959 * gst/videodrop/videodrop.vcproj
22960 * gst/videofilter/gamma.vcproj
22961 * gst/videofilter/videobalance.vcproj
22962 * gst/videofilter/videofilter.vcproj
22963 * gst/videofilter/videoflip.vcproj
22964 * gst/videoflip/videoflip.vcproj
22965 * gst/videomixer/videomixer.vcproj
22966 * gst/videorate/videorate.vcproj
22967 * gst/videoscale/videoscale.vcproj
22968 * gst/videotestsrc/videotestsrc.vcproj
22969 * gst/virtualdub/virtualdub.vcproj
22970 * gst/volenv/volenv.vcproj
22971 * gst/volume/volume.vcproj
22972 * gst/wavenc/wavenc.vcproj
22973 * gst/wavparse/wavparse.vcproj
22974 * gst/y4m/y4menc.vcproj
22975 * gst-libs/gst/audio/audio.vcproj
22976 * gst-libs/gst/audio/audiofilter.vcproj
22977 * gst-libs/gst/colorbalance/colorbalance.vcproj
22978 * gst-libs/gst/idct/idtc.vcproj
22979 * gst-libs/gst/media-info/media-info.vcproj
22980 * gst-libs/gst/mixer/mixer.vcproj
22981 * gst-libs/gst/navigation/navigation.vcproj
22982 * gst-libs/gst/play/play.vcproj
22983 * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22984 * gst-libs/gst/resample/resample.vcproj
22985 * gst-libs/gst/riff/riff.vcproj
22986 * gst-libs/gst/tuner/tuner.vcproj
22987 * gst-libs/gst/video/video.vcproj
22988 * gst-libs/gst/xoverlay/xoverlay.vcproj
22989 avoid problems with math.h, fix release dependancy
22990 rename GStreamer-0.8.lib to libgstreamer.lib
22992 2004-07-27 Julien MOUTTE <julien@moutte.net>
22994 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22995 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22996 the atom is not available we have to unlock the mutex. Fixes #148023
22998 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23000 * gst-libs/gst/media-info/media-info.h:
23001 issue for a vararg macro with MSVC
23003 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23005 * gst/effectv/effectv.vcproj
23006 * gst-libs/gst/idct/idct.vcproj:
23007 * gst-libs/gst/media-info/media-info.vcproj:
23008 * gst-libs/gst/navigation/navigation.vcproj:
23009 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23010 * gst-libs/gst/video/video.vcproj:
23011 * gst-libs/gst/xoverlay/xoverlay.vcproj:
23012 fixes for build problems
23014 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23016 * gst-libs/gst/audio/audio.def:
23017 * gst-libs/gst/audio/riff.def:
23018 add some definitions needed by plugins
23020 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23022 * gst/asfdemux/gstasfmux.c
23023 Fix some 64 bits constants to be glib friendly
23025 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23027 * gst/ac3parse/gstac3parse.c
23028 * gst/audioscale/gstaudioscale.c
23029 * gst/auparse/gstauparse.c
23030 * gst/colorspace/gstcolorspace.c
23031 * gst/colorspace/yuv2rgb.h
23032 local include fixes
23034 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23037 add more plugins to the build
23039 2004-07-26 Julien MOUTTE <julien@moutte.net>
23041 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23042 (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
23044 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23046 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
23047 (gst_level_set_property), (gst_level_get_property),
23048 (gst_level_base_init), (gst_level_class_init):
23049 add debugging categories. cleanups.
23051 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23053 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23054 (gst_videoscale_planar411), (gst_videoscale_planar400),
23055 (gst_videoscale_packed422), (gst_videoscale_packed422rev),
23056 (gst_videoscale_scale_nearest_str1),
23057 (gst_videoscale_scale_nearest_str2),
23058 (gst_videoscale_scale_nearest_str4),
23059 (gst_videoscale_scale_nearest_16bit),
23060 (gst_videoscale_scale_nearest_24bit):
23061 fixed stride issues
23062 tested with 320x240 -> 321, 322, 324 x240
23063 tested with YV12, I420, YUY2, UYVY
23064 fixed packed422rev (don't think it could have worked before)
23065 by testing with UYVY
23067 2004-07-26 Benjamin Otte <otte@gnome.org>
23069 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
23070 (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
23072 add debugging category, add error checks like checking return values
23073 of setup calls, make sure it still works after
23074 PLAYING=>NULL=>PLAYING, fix encoding of mono streams
23076 2004-07-26 Wim Taymans <wim@fluendo.com>
23078 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
23079 (gst_mpeg_demux_get_audio_stream),
23080 (gst_mpeg_demux_process_private):
23081 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
23082 Check for error codes from the negotiation functions. Make sure
23083 we really set the pad caps when a new pad is created.
23085 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23087 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23088 (gst_ffmpeg_caps_to_pix_fmt):
23089 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23090 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23091 (gst_ffmpegcolorspace_pad_link):
23092 don't make function do two things at the same time without reason.
23094 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23096 * gst/ac3parse/ac3parse.vcproj
23097 * gst/adder/adder.vcproj
23098 * gst/alpha/alpha.vcproj
23099 * gst/alpha/alphacolor.vcproj
23100 * gst/asfdemux/asf.vcproj
23101 * gst/audioconvert/audioconvert.vcproj
23102 * gst/audiorate/audiorate.vcproj
23103 * gst/audioscale/audioscale.vcproj
23104 * gst/auparse/auparse.vcproj
23105 * gst/avi/avi.vcproj
23106 * gst/cdxaparse/cdxaparse.vcproj
23107 * gst/chart/chart.vcproj
23108 * gst/colorspace/colorspace.vcproj
23109 * gst/cutter/cutter.vcproj
23110 * gst/debug/debug.vcproj
23111 * gst/debug/efence.vcproj
23112 * gst/debug/navigationtest.vcproj
23113 * gst/deinterlace/deinterlace.vcproj
23114 * gst/effectv/effectv.vcproj
23115 * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
23116 * gst/filter/filter.vcproj
23117 * gst/flx/flxdec.vcproj
23118 * gst/goom/goom.vcproj
23119 * gst/interleave/interleave.vcproj
23120 * gst/law/alaw.vcproj
23121 * gst/law/mulaw.vcproj
23122 * gst/matroska/matroska.vcproj
23123 * gst/median/median.vcproj
23124 * gst/mixmatrix/mixmatrix.vcproj
23125 * gst/mpeg1sys/mpeg1systemencode.vcproj
23126 * gst/mpeg1videoparse/mp1videoparse.vcproj
23127 * gst/mpeg2sub/mpeg2subt.vcproj
23128 * gst/mpegaudio/mpegaudio.vcproj
23129 * gst/mpegaudioparse/mpegaudioparse.vcproj
23130 * gst/mpegstream/mpegstream.vcproj
23131 * gst/multifilesink/multifilesink.vcproj
23132 * gst/multipart/multipart.vcproj
23133 * gst/oneton/oneton.vcproj
23134 * gst/overlay/overlay.vcproj
23135 * gst/passthrough/passthrough.vcproj
23136 * gst/qtdemux/qtdemux.vcproj
23137 * gst/realmedia/rmdemux.vcproj
23138 * gst/rtjpeg/rtjpeg.vcproj
23139 * gst/rtp/rtp.vcproj
23140 * gst/silence/silence.vcproj
23141 * gst/sine/sinesrc.vcproj
23142 * gst/smooth/smooth.vcproj
23143 * gst/smpte/smpte.vcproj
23144 * gst/spectrum/spectrum.vcproj
23145 * gst/speed/speed.vcproj
23146 * gst/stereo/stereo.vcproj
23147 * gst/switch/switch.vcproj
23148 * gst/tags/tagedit.vcproj
23149 * gst/tcp/tcp.vcproj
23150 * gst/typefind/typefindfunctions.vcproj
23151 * gst/udp/udp.vcproj
23152 * gst/videobox/videobox.vcproj
23153 * gst/videocrop/videocrop.vcproj
23154 * gst/videodrop/videodrop.vcproj
23155 * gst/videofilter/gamma.vcproj
23156 * gst/videofilter/videobalance.vcproj
23157 * gst/videofilter/videofilter.vcproj
23158 * gst/videofilter/videoflip.vcproj
23159 * gst/videoflip/videoflip.vcproj
23160 * gst/videomixer/videomixer.vcproj
23161 * gst/videorate/videorate.vcproj
23162 * gst/videoscale/videoscale.vcproj
23163 * gst/videotestsrc/videotestsrc.vcproj
23164 * gst/virtualdub/virtualdub.vcproj
23165 * gst/volenv/volenv.vcproj
23166 * gst/volume/volume.vcproj
23167 * gst/wavenc/wavenc.vcproj
23168 * gst/wavparse/wavparse.vcproj
23169 * gst/y4m/y4menc.vcproj
23170 more plugins supported under windows
23172 2004-07-26 Thomas Vander Stichele <thomas at apestaart dot org>
23174 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23175 (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
23176 (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23177 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23178 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23179 Add debugging statements. Use the sizes as returned by the
23180 *CreateImage calls.
23182 2004-07-26 Johan Dahlin <johan@gnome.org>
23184 * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23185 the pad is negotiated.
23187 * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23189 2004-07-26 Steve Lhomme <steve.lhomme@free.fr>
23191 * gst-libs/gst/colorbalance/colorbalance.vcproj:
23192 * gst-libs/gst/idct/idct.vcproj:
23193 * gst-libs/gst/media-info/media-info.vcproj:
23194 * gst-libs/gst/mixer/mixer.vcproj:
23195 * gst-libs/gst/navigation/navigation.vcproj:
23196 * gst-libs/gst/play/play.vcproj:
23197 * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23198 * gst-libs/gst/resample/resample.vcproj:
23199 * gst-libs/gst/tuner/tuner.vcproj:
23200 * gst-libs/gst/video/video.vcproj:
23201 * gst-libs/gst/xoverlay/xoverlay.vcproj:
23202 more plugins supported under windows
23204 2004-07-25 Iain <iain@prettypeople.org>
23206 * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23207 pad now rather than when the pad is created because state changes wipe
23208 explicit caps (fixes #148043).
23210 2004-07-25 Sebastien Cote <sc5@hermes.usherb.ca>
23212 reviewed by Benjamin Otte <otte@gnome.org>
23214 * ext/mad/gstmad.c:
23215 fix mad plugin crashing on Sun (fixes #148289)
23217 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23220 * gst/avi/avi.vcproj:
23221 * gst/matroska/matroska.def:
23222 * gst/matroska/matroska.vcproj:
23223 remove unused .def files
23225 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23227 * gst-libs/gst/audio/gstaudiofilter.c:
23228 Clean the local include
23230 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23233 * gst-libs/gst/audio/audio.def:
23234 * gst-libs/gst/audio/audio.vcproj:
23235 * gst-libs/gst/audio/audiofilter.vcproj:
23236 * gst-libs/gst/audio/riff.def:
23237 * gst-libs/gst/audio/riff.vcproj:
23238 * gst-libs/gst/gst-libs.def:
23239 * gst-libs/gst/gst-libs.vcproj:
23240 * gst/avi/avi.vcproj:
23241 * gst/avi/avi.vcproj:
23242 Copy the files where needed after building, cleaner projects
23244 2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
23246 * gst/matroska/ebml-write.c:
23247 Fix some 64 bits constants to be glib friendly
23249 2004-07-24 Steve Lhomme <steve.lhomme@free.fr>
23252 * gst-libs/gst/gst-libs.def:
23253 * gst-libs/gst/gst-libs.vcproj:
23254 * gst/matroska/matroska.def:
23255 * gst/matroska/matroska.vcproj:
23256 Add the preliminary canvas to build plugins on Win32
23258 2004-07-23 Benjamin Otte <otte@gnome.org>
23260 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23261 don't enfore negotiation from source side, it breaks
23262 sinesrc ! audioconvert ! osssink
23264 2004-07-22 David Schleef <ds@schleef.org>
23266 * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23267 for ELF files, since they can easily be recognized as audio/mpeg.
23270 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23272 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23273 (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23274 (gst_videoscale_scale_nearest_24bit),
23275 (gst_videoscale_scale_nearest_16bit):
23276 fix 16bit and 24bit for stride (24bit might need testing)
23277 don't pretend we do more than one algorithm
23279 2004-07-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
23283 * gst/multifilesink/Makefile.am:
23284 * gst/multifilesink/gstmultifilesink.c:
23285 (gst_multifilesink_get_formats),
23286 (gst_multifilesink_get_query_types), (_do_init),
23287 (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23288 (gst_multifilesink_init), (gst_multifilesink_dispose),
23289 (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23290 (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23291 (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23292 (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23293 (gst_multifilesink_chain), (gst_multifilesink_change_state),
23294 (gst_multifilesink_uri_get_type),
23295 (gst_multifilesink_uri_get_protocols),
23296 (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23297 (gst_multifilesink_uri_handler_init), (plugin_init):
23298 * gst/multifilesink/gstmultifilesink.h:
23299 * testsuite/Makefile.am:
23300 * testsuite/multifilesink/Makefile.am:
23301 * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23302 (gst_newmedia_class_init), (gst_newmedia_init),
23303 (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23304 (newfile_signal), (test_signal), (main):
23305 multifilesink plugin for creating new files every time a new media
23306 discontinuity event occurs
23308 2004-07-22 Wim Taymans <wim@fluendo.com>
23310 * gst/alpha/Makefile.am:
23311 * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23312 (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23313 (gst_alpha_color_init), (gst_alpha_color_set_property),
23314 (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23315 (transform), (gst_alpha_color_chain),
23316 (gst_alpha_color_change_state), (plugin_init):
23317 Stupid plugin to to RGBA to AYUV conversion because none of
23318 the colorspace plugins can handle that yet.
23320 2004-07-22 Wim Taymans <wim@fluendo.com>
23322 * examples/seeking/seek.c: (update_scale), (main):
23323 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23324 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23325 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23326 (gst_decode_bin_init), (gst_decode_bin_dispose),
23327 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23328 (no_more_pads), (close_link), (type_found),
23329 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23331 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23332 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23333 (gst_play_base_bin_dispose), (queue_overrun),
23334 (gen_preroll_element), (remove_prerolls), (unknown_type),
23335 (no_more_pads), (new_stream), (setup_source),
23336 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23337 (play_base_eos), (gst_play_base_bin_change_state),
23338 (gst_play_base_bin_add_element),
23339 (gst_play_base_bin_remove_element),
23340 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23341 (gst_play_base_bin_unlink_stream),
23342 (gst_play_base_bin_get_streaminfo):
23343 * gst/playback/gstplaybin.c: (gen_video_element),
23344 (gen_audio_element):
23345 * gst/playback/gststreaminfo.h:
23346 More playback updates, attempt to fix things after the state change
23349 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23351 * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23352 (gst_videoscale_scale_nearest_16bit):
23355 2004-07-22 Thomas Vander Stichele <thomas at apestaart dot org>
23357 * gst/videotestsrc/gstvideotestsrc.c:
23358 (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23359 (gst_videotestsrc_init), (gst_videotestsrc_get),
23360 (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23361 (gst_videotestsrc_get_property):
23362 * gst/videotestsrc/gstvideotestsrc.h:
23363 * gst/videotestsrc/videotestsrc.c:
23364 * gst/videotestsrc/videotestsrc.h:
23365 cleanup and commenting
23367 2004-07-21 Wim Taymans <wim@fluendo.com>
23369 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23370 (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23371 (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23372 (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23373 (_find_chain_get_unknown_part), (_find_streams_check),
23374 (gst_ogg_demux_push), (gst_ogg_pad_push):
23375 * ext/theora/theoradec.c: (theora_get_formats),
23376 (theora_dec_src_convert), (theora_dec_sink_convert),
23377 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23378 (theora_dec_chain):
23379 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23380 (vorbis_dec_convert), (vorbis_dec_src_query),
23381 (vorbis_dec_src_event), (vorbis_dec_event):
23382 More seeking fixes, oggdemux now supports seeking to time and
23383 uses the downstream element to convert granulepos to time.
23384 Seeking in theora-only ogg files now works.
23386 2004-07-21 Wim Taymans <wim@fluendo.com>
23388 * ext/theora/theoradec.c: (gst_theora_dec_init),
23389 (theora_get_formats), (theora_get_event_masks),
23390 (theora_get_query_types), (theora_dec_src_convert),
23391 (theora_dec_sink_convert), (theora_dec_src_query),
23392 (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23393 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23394 (vorbis_get_event_masks), (vorbis_get_query_types),
23395 (gst_vorbis_dec_init), (vorbis_dec_convert),
23396 (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23397 Added query/convert/formats functions to vorbis and theora decoders
23398 so that the outside world can use them too. Fixed seeking on an
23399 ogg/theora/vorbis file by disabling the seeking seeking on the
23402 2004-07-21 Julien MOUTTE <julien@moutte.net>
23404 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23405 (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23406 (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23407 images creation for both elements. We don't create the image on caps
23408 nego or renego, we just destroy the internal one if present if it does
23409 not match the needs. The chain function takes care of creating a new
23411 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23412 (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23413 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23414 (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23415 the image format information. The buffer pool checks for the context
23416 image format and discard images with different formats.
23417 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23419 2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
23421 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23422 (gst_ffmpegcolorspace_chain):
23423 no point in doing any chaining if the pad we want to push from
23426 2004-07-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
23428 * gst-libs/gst/riff/riff-media.c:
23429 (gst_riff_create_audio_caps_with_data):
23430 Fix double end-to-native symbol conversion (#148021).
23432 2004-07-20 David Schleef <ds@schleef.org>
23434 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23435 Don't use an Atom that doesn't exist.
23437 2004-07-20 Wim Taymans <wim@fluendo.com>
23439 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23440 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23441 (gst_multifdsink_client_remove),
23442 (gst_multifdsink_handle_client_write),
23443 (gst_multifdsink_queue_buffer):
23444 * gst/tcp/gstmultifdsink.h:
23445 More multifdsink stats. Avoid deadlock by releasing locks
23446 before sending out a signal.
23448 2004-07-20 Thomas Vander Stichele <thomas at apestaart dot org>
23452 added Hungarian translation (Laszlo Dvornik)
23454 2004-07-20 Wim Taymans <wim@fluendo.com>
23456 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23457 (gst_multifdsink_add), (gst_multifdsink_client_remove),
23458 (gst_multifdsink_handle_client_write),
23459 (gst_multifdsink_queue_buffer):
23460 * gst/tcp/gsttcp-marshal.list:
23461 Fixed the stupid marshal definition.
23463 2004-07-20 Wim Taymans <wim@fluendo.com>
23465 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23466 (gst_multifdsink_init), (gst_multifdsink_add),
23467 (gst_multifdsink_client_remove),
23468 (gst_multifdsink_handle_client_write),
23469 (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23470 (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23471 (gst_multifdsink_init_send):
23472 * gst/tcp/gstmultifdsink.h:
23473 Added more stats, added timeout for a client, fixed some typos
23474 and added some comments.
23476 2004-07-20 Wim Taymans <wim@fluendo.com>
23478 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23479 (gst_multifdsink_add), (gst_multifdsink_get_stats),
23480 (gst_multifdsink_client_remove),
23481 (gst_multifdsink_handle_client_write):
23482 * gst/tcp/gstmultifdsink.h:
23483 * gst/tcp/gsttcp-marshal.list:
23484 Added get_stats method that returns a GValueArray of
23487 2004-07-19 Benjamin Otte <otte@gnome.org>
23489 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23490 make sure longname, description and author are valid UTF-8
23492 2004-07-19 Thomas Vander Stichele <thomas at apestaart dot org>
23494 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23495 (gst_ximagesink_set_property):
23496 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23497 (gst_xvimagesink_set_property):
23498 make sure SYNCHRONOUS is respected after getting the X context
23500 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23502 * gst/matroska/matroska-demux.c:
23503 (gst_matroska_demux_handle_src_event),
23504 (gst_matroska_demux_parse_blockgroup):
23505 * gst/matroska/matroska-ids.h:
23506 add BlockReference tag and ignore it to clear out log.
23507 ignore NAVIGATION events to clear out log.
23509 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org>
23511 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23512 (gst_matroska_demux_add_stream):
23513 * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23514 add debug categories
23516 2004-07-16 Wim Taymans <wim@fluendo.com>
23518 * ext/libpng/Makefile.am:
23519 * ext/libpng/gstpng.c: (plugin_init):
23520 * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23521 (gst_pngdec_get_type), (gst_pngdec_base_init),
23522 (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23523 (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23524 * ext/libpng/gstpngdec.h:
23527 2004-07-16 Julien MOUTTE <julien@moutte.net>
23529 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23530 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23531 (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23532 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23533 (gst_ximagesink_buffer_alloc):
23534 * sys/ximage/ximagesink.h:
23535 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23536 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23537 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23538 (gst_xvimagesink_buffer_alloc):
23539 * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23540 again. Using internal data pointer of the x(v)image to store image's
23541 data to be coherent with the buffer alloc mechanism. Investigated the
23542 image destruction code to be sure that everything gets freed correctly.
23544 2004-07-16 Wim Taymans <wim@fluendo.com>
23546 * gst-libs/gst/riff/riff-read.c:
23547 (gst_riff_read_strf_vids_with_data),
23548 (gst_riff_read_strf_auds_with_data):
23549 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23550 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23551 Make sure we don't create 0 sized subbuffers in riff-read.
23552 Signal the no more pads signal after reading the avi header.
23554 2004-07-16 Wim Taymans <wim@fluendo.com>
23556 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23557 (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23558 (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23559 (gst_decode_bin_init), (gst_decode_bin_dispose),
23560 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23561 (no_more_pads), (close_link), (type_found),
23562 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23563 (gst_decode_bin_change_state), (plugin_init):
23564 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23565 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23566 (gst_play_base_bin_dispose), (queue_overrun),
23567 (gen_preroll_element), (remove_prerolls), (unknown_type),
23568 (no_more_pads), (new_stream), (setup_source),
23569 (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23570 (play_base_eos), (gst_play_base_bin_change_state),
23571 (gst_play_base_bin_add_element),
23572 (gst_play_base_bin_remove_element),
23573 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23574 (gst_play_base_bin_unlink_stream),
23575 (gst_play_base_bin_get_streaminfo):
23576 * gst/playback/gstplaybasebin.h:
23577 Better error recovery. Added configurable preroll queue size. Faster
23578 detection of no-more-pads.
23580 2004-07-16 Wim Taymans <wim@fluendo.com>
23582 * gst-libs/gst/video/video.h:
23583 Added 32 bits RGBA. Not sure if we should use another mime-type
23584 for alpha rgb. Currently the presence of the alpha_mask property
23585 signals an alpha channel.
23587 2004-07-16 Wim Taymans <wim@fluendo.com>
23589 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23590 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23591 FPS seems to be 0.0 to MAX everywhere else.
23593 2004-07-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
23595 * gst-libs/gst/riff/riff-media.c:
23596 (gst_riff_create_video_caps_with_data):
23597 mp42/mp43 (no caps) exist too.
23598 * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23599 Set pixel_width/height; we've got them in-caps.
23600 * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23601 * gst/wavparse/gstwavparse.c: (plugin_init):
23602 Both are valid primary.
23603 * sys/oss/gstossmixer.c:
23604 Remove i18n hack and enable translations.
23606 2004-07-15 Benjamin Otte <otte@gnome.org>
23608 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23609 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23610 fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23612 2004-07-15 Benjamin Otte <otte@gnome.org>
23614 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23615 (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23616 (gst_alsa_close_audio):
23617 disable some of the debugging code for now. Writing debugging to a
23618 buffer is broken in current alsalib releases.
23620 2004-07-12 Benjamin Otte <otte@gnome.org>
23622 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23625 2004-07-14 Thomas Vander Stichele <thomas at apestaart dot org>
23627 * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23628 (theora_dec_src_query), (theora_dec_event):
23629 * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23630 add debugging categories. Remove \n's.
23632 2004-07-13 Johan Dahlin <johan@gnome.org>
23634 * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23635 (gst_play_bin_get_property): Impl.
23637 2004-07-13 Wim Taymans <wim@fluendo.com>
23639 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23640 When trying to find the stream length, seek back N pages
23641 instead of just one, where N is the number of streams in
23644 2004-07-13 Wim Taymans <wim@fluendo.com>
23646 * gst-libs/gst/riff/riff-media.c:
23647 (gst_riff_create_audio_caps_with_data),
23648 (gst_riff_create_audio_caps),
23649 (gst_riff_create_audio_template_caps):
23650 * gst-libs/gst/riff/riff-media.h:
23651 * gst-libs/gst/riff/riff-read.c:
23652 (gst_riff_read_strf_vids_with_data),
23653 (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23654 * gst-libs/gst/riff/riff-read.h:
23655 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23656 (gst_avi_demux_add_stream):
23657 Set codec_data on caps for avidemuxer.
23659 2004-07-12 David Schleef <ds@schleef.org>
23661 * configure.ac: Fix test for Objective C
23663 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
23664 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23665 (gst_gdk_pixbuf_chain):
23666 Add svg and pcx to template caps, and ensure that getcaps returns a
23667 subset of the template caps.
23668 Copy each row manually for output, as gdkpixbuf may pad the
23669 rowstride to a 32-bit word boundary.
23671 2004-07-12 Wim Taymans <wim@fluendo.com>
23673 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23674 (gst_riff_create_video_template_caps):
23675 Fix the template caps to include some more media types.
23677 2004-07-12 Wim Taymans <wim@fluendo.com>
23679 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23680 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23681 (compare_ranks), (print_feature), (gst_decode_bin_init),
23682 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23683 (try_to_link_1), (new_pad), (close_link), (type_found),
23684 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23685 (gst_decode_bin_change_state), (plugin_init):
23686 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23687 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23688 (gst_play_base_bin_dispose), (queue_overrun),
23689 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23690 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23691 (gst_play_base_bin_get_property), (play_base_eos),
23692 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23693 (gst_play_base_bin_remove_element),
23694 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23695 (gst_play_base_bin_unlink_stream),
23696 (gst_play_base_bin_get_streaminfo):
23697 * gst/playback/gstplaybasebin.h:
23698 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23699 (gst_play_bin_class_init), (gst_play_bin_init),
23700 (gst_play_bin_dispose), (gst_play_bin_set_property),
23701 (gst_play_bin_get_property), (gen_video_element),
23702 (gen_audio_element), (remove_sinks), (setup_sinks),
23703 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23704 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23705 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23706 (gst_play_bin_query), (plugin_init):
23707 * gst/playback/test4.c: (main):
23708 More fixes on reusing of the element.
23710 2004-07-11 Benjamin Otte <otte@gnome.org>
23712 * ext/mad/gstmad.c: (normal_seek):
23713 allow seeking for other methods than just SET
23715 2004-07-11 Andy Wingo <wingo@pobox.com>
23717 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23718 float, "any" caps -> buffer_frames=[0,MAX].
23720 * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23721 doesn't intersect our caps with the template any more. Do it
23723 (interleave_buffered_loop): Use g_newa instead of malloc/free.
23725 2004-07-09 Wim Taymans <wim@fluendo.com>
23727 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23728 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23729 (compare_ranks), (print_feature), (gst_decode_bin_init),
23730 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23731 (try_to_link_1), (new_pad), (close_link), (type_found),
23732 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23733 (gst_decode_bin_change_state), (plugin_init):
23734 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23735 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23736 (gst_play_base_bin_dispose), (queue_overrun),
23737 (gen_preroll_element), (remove_prerolls), (no_more_pads),
23738 (new_stream), (setup_source), (gst_play_base_bin_set_property),
23739 (gst_play_base_bin_get_property), (play_base_eos),
23740 (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23741 (gst_play_base_bin_remove_element),
23742 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23743 (gst_play_base_bin_unlink_stream),
23744 (gst_play_base_bin_get_streaminfo):
23745 * gst/playback/gstplaybasebin.h:
23746 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23747 (gst_play_bin_class_init), (gst_play_bin_init),
23748 (gst_play_bin_dispose), (gst_play_bin_set_property),
23749 (gst_play_bin_get_property), (gen_video_element),
23750 (gen_audio_element), (remove_sinks), (setup_sinks),
23751 (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23752 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23753 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23754 (gst_play_bin_query), (plugin_init):
23755 * gst/playback/test4.c: (main):
23756 Work on object reuse and seeking.
23758 2004-07-09 Wim Taymans <wim@fluendo.com>
23760 * examples/seeking/seek.c: (iterate):
23761 Don't consume all CPU in the idle loop.
23763 2004-07-09 Wim Taymans <wim@fluendo.com>
23765 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23766 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23767 Add pad to element *after* setting the pad functions so that
23768 the scheduler can use the correct ones.
23770 2004-07-09 Wim Taymans <wim@fluendo.com>
23772 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23773 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23774 Sync to keyframe after seek
23776 2004-07-09 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23778 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23779 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23780 (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23781 * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23782 * ext/libvisual/visual.c: (gst_visual_change_state):
23783 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23784 * ext/theora/theoradec.c: (theora_dec_change_state):
23785 * ext/theora/theoraenc.c: (theora_enc_change_state):
23786 * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23787 * gst-libs/gst/navigation/navigation.c:
23788 * gst/adder/gstadder.c: (gst_adder_change_state):
23789 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23790 (gst_audio_convert_get_buffer):
23791 * gst/multipart/multipartdemux.c:
23792 (gst_multipart_demux_change_state):
23793 * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23794 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23795 * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23796 * gst/videoscale/gstvideoscale.c:
23797 (gst_videoscale_handle_src_event):
23798 * gst/volume/gstvolume.c: (volume_chain_int16):
23799 don't assert in state change, this should be done by the base
23801 various debugging fixes.
23803 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23806 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23807 (gst_play_dispose), (gst_play_set_location),
23808 (gst_play_set_data_src), (gst_play_set_video_sink),
23809 (gst_play_set_audio_sink), (gst_play_set_visualization),
23810 (gst_play_connect_visualization), (gst_play_get_sink_element),
23811 (gst_play_get_all_by_interface):
23812 * gst-libs/gst/play/play.h:
23813 add new method to get elements implementing an interface.
23814 add various error logging
23816 2004-07-08 Wim Taymans <wim@fluendo.com>
23818 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23819 (make_mpeg_pipeline), (make_mpegnt_pipeline),
23820 (make_playerbin_pipeline), (query_durations_elems),
23821 (query_durations_pads), (query_positions_elems),
23822 (query_positions_pads), (update_scale), (iterate), (stop_seek),
23824 Added playbin seeking example.
23826 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23828 * gst-libs/gst/play/play.c: (gst_play_set_location),
23829 (gst_play_set_data_src), (gst_play_set_video_sink),
23830 (gst_play_set_audio_sink), (gst_play_set_visualization),
23831 (gst_play_connect_visualization), (gst_play_get_framerate):
23832 use a macro to look up elements from hash table
23834 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23836 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23837 (gst_play_get_length_callback), (gst_play_set_location),
23838 (gst_play_seek_to_time), (gst_play_set_data_src),
23839 (gst_play_set_video_sink), (gst_play_set_audio_sink),
23840 (gst_play_set_visualization), (gst_play_connect_visualization),
23841 (gst_play_get_sink_element):
23842 - add debugging info
23843 - fix looking up sink elements by iterating over complete caps
23844 - put everything except for source and autoplugger in a complete bin
23846 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23848 * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23849 * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23850 (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23851 (gst_alsa_sink_write), (gst_alsa_sink_loop):
23852 * ext/alsa/gstalsasink.h:
23853 - add debugging info
23854 - clean up schizophrenia of data/buffer/event
23855 - fix double event unref error
23857 2004-07-08 Wim Taymans <wim@fluendo.com>
23859 * gst/playback/Makefile.am:
23860 Add headers to noinst
23862 2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23864 * tools/gst-launch-ext-m.m:
23865 * tools/gst-launch-ext.1.in:
23866 convert to the third millenium
23868 2004-07-07 David Schleef <ds@schleef.org>
23870 * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23872 2004-07-07 Wim Taymans <wim@fluendo.com>
23874 * gst/playback/Makefile.am:
23875 * gst/playback/README:
23876 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23877 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23878 (compare_ranks), (print_feature), (gst_decode_bin_init),
23879 (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23880 (try_to_link_1), (new_pad), (close_link), (type_found),
23881 (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23883 * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23884 (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23885 (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23886 (gen_preroll_element), (no_more_pads), (new_stream),
23887 (setup_source), (gst_play_base_bin_set_property),
23888 (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23889 (gst_play_base_bin_add_element),
23890 (gst_play_base_bin_remove_element),
23891 (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23892 (gst_play_base_bin_unlink_stream),
23893 (gst_play_base_bin_get_streaminfo):
23894 * gst/playback/gstplaybasebin.h:
23895 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23896 (gst_play_bin_class_init), (gst_play_bin_init),
23897 (gst_play_bin_dispose), (gst_play_bin_set_property),
23898 (gst_play_bin_get_property), (gen_video_element),
23899 (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23900 (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23901 (gst_play_bin_get_formats), (gst_play_bin_convert),
23902 (gst_play_bin_get_query_types), (gst_play_bin_query),
23904 * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23905 (gst_stream_info_get_type), (gst_stream_info_class_init),
23906 (gst_stream_info_init), (gst_stream_info_new),
23907 (gst_stream_info_dispose), (gst_stream_info_set_property),
23908 (gst_stream_info_get_property):
23909 * gst/playback/gststreaminfo.h:
23910 * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23912 * gst/playback/test2.c: (main):
23913 * gst/playback/test3.c: (update_scale), (main):
23914 More playbin fixes. Added README. Do better element filtering.
23915 Added base class to preroll media. Added test apps.
23917 2004-07-07 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
23919 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23920 * ext/mpeg2dec/gstmpeg2dec.h:
23921 various debugging improvements. Reset stream to next picture
23922 instead of sequence header, otherwise seeks cannot work.
23924 2004-07-07 Wim Taymans <wim@fluendo.com>
23926 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23927 (gst_video_box_class_init), (gst_video_box_set_property),
23928 (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23929 Use pad_alloc where possible.
23931 2004-07-07 Wim Taymans <wim@fluendo.com>
23933 * sys/oss/gstosselement.c: (gst_osselement_reset),
23934 (gst_osselement_parse_caps):
23935 * sys/oss/gstosselement.h:
23936 * sys/oss/gstosssrc.c: (gst_osssrc_get):
23937 Fix offset on osssrc.
23939 2004-07-07 Wim Taymans <wim@fluendo.com>
23941 * ext/theora/theora.c: (plugin_init):
23942 * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23943 (theora_dec_src_query), (theora_dec_chain):
23944 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23945 (theora_enc_sink_link), (theora_buffer_from_packet),
23946 (theora_push_packet), (theora_enc_chain):
23947 Fix theora granulepos calculation.
23948 Fix overflow in duration/position calculation.
23949 Bump rank to PRIMARY for theoradec.
23950 Use granulepos of last packet to calculate position.
23951 Set keyframe flag on buffers when needed.
23953 2004-07-06 David Schleef <ds@schleef.org>
23955 * gst/playback/Makefile.am: 'test' in bin_PROGRAMS? Are you
23956 serious? (Fixed, obviously.)
23958 2004-07-06 Thomas Vander Stichele <thomas at apestaart dot org>
23962 added Czech translation (Miloslav Trmac)
23964 2004-07-05 Wim Taymans <wim@fluendo.com>
23966 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23967 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23968 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23969 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23970 (close_link), (type_found), (gst_decode_bin_set_property),
23971 (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23972 (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23973 (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23974 (gst_decode_bin_query), (plugin_init):
23975 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23976 (gst_play_bin_class_init), (gst_play_bin_init),
23977 (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23978 (get_video_element), (new_pad), (setup_source),
23979 (gst_play_bin_set_property), (gst_play_bin_get_property),
23980 (gst_play_bin_change_state), (gst_play_bin_add_element),
23981 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23982 (gst_play_bin_send_event), (gst_play_bin_get_formats),
23983 (gst_play_bin_convert), (gst_play_bin_get_query_types),
23984 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23985 * gst/playback/test.c: (main):
23986 More fixes, cleaned up playbin, make it use decodebin. Added
23987 threaded property to playbin.
23989 2004-07-05 Wim Taymans <wim@fluendo.com>
23992 * gst/playback/Makefile.am:
23993 * gst/playback/decodetest.c: (main):
23994 * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23995 (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23996 (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23997 (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23998 (close_link), (type_found), (gst_decode_bin_set_property),
23999 (gst_decode_bin_get_property), (gst_decode_bin_change_state),
24000 (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
24001 (gst_decode_bin_get_formats), (gst_decode_bin_convert),
24002 (gst_decode_bin_get_query_types), (gst_decode_bin_query),
24004 * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
24005 (gst_play_bin_class_init), (gst_play_bin_init),
24006 (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
24007 (collect_sink_pads), (find_compatibles), (close_pad_link),
24008 (try_to_link_1), (new_pad), (close_link), (type_found),
24009 (setup_source), (gst_play_bin_set_property),
24010 (gst_play_bin_get_property), (gst_play_bin_factory_filter),
24011 (compare_ranks), (gst_play_bin_collect_factories),
24012 (gst_play_bin_change_state), (gst_play_bin_add_element),
24013 (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
24014 (gst_play_bin_send_event), (gst_play_bin_get_formats),
24015 (gst_play_bin_convert), (gst_play_bin_get_query_types),
24016 (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
24017 * gst/playback/test.c: (main):
24018 Added some playback helper elements and some test apps, very alpha
24021 2004-07-04 Benjamin Otte <otte@gnome.org>
24023 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24024 only restart audio when we indeed have an xrun to fix repeated
24025 xruns. Fix suggested by Giuliano Pochini.
24027 2004-07-03 David Schleef <ds@schleef.org>
24029 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
24030 call to gst_debug_log() if debugging is disabled (bug #145118)
24032 2004-07-03 Benjamin Otte <otte@gnome.org>
24034 * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24035 use our own functions for restarting the alsa device.
24036 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24037 I should apply patches myself - use MIN for the third argument, not
24038 the second, this fixes seeking
24040 2004-07-02 David Schleef <ds@schleef.org>
24042 * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24043 (gst_flacdec_write): Actually, GST_PAD_CAPS() has nothing to
24046 2004-07-02 David Schleef <ds@schleef.org>
24048 * ext/flac/gstflacdec.c: (gst_flacdec_write): Set duration on
24049 output buffers. Fix logic mistake. (bug #144866)
24051 2004-07-02 David Schleef <ds@schleef.org>
24053 * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
24054 on X. (bug #144753)
24056 2004-07-02 David Schleef <ds@schleef.org>
24058 * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
24059 (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
24061 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24062 (gst_osselement_rate_probe_check): Add another workaround for
24063 buggy drivers (bug #145336)
24065 2004-07-02 David Schleef <ds@schleef.org>
24067 * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
24068 Most systems don't have MSG_NOSIGNAL.
24070 2004-07-02 Thomas Vander Stichele <thomas at apestaart dot org>
24073 * gst-libs/gst/colorbalance/Makefile.am:
24074 * gst-libs/gst/mixer/Makefile.am:
24075 * gst-libs/gst/play/Makefile.am:
24076 * gst-libs/gst/tuner/Makefile.am:
24077 (hopefully) fix both install and dist and make error message useful.
24078 needs testing across automakes.
24080 2004-07-02 Benjamin Otte <otte@gnome.org>
24082 * ext/ogg/gstogg.c: (plugin_init):
24083 we require bytestream now
24084 * ext/ogg/gstoggdemux.c:
24085 huge diff to implement chain setup in a fast and generic way. This
24086 improves tag reading and startup of huge files (read: Theora videos)
24087 quite a bit. It probably contains bugs, too, so please test.
24088 Seeking is not improved to the fast method.
24090 2004-06-29 Wim Taymans <wim@fluendo.com>
24092 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24093 * ext/ogg/gstoggmux.c:
24094 Fix memleak in oggdemux when running unconnected pads.
24095 doc update in mux, start working on keyframe mode.
24097 2004-06-29 Benjamin Otte <otte@gnome.org>
24099 * sys/oss/gstosssink.c:
24100 * sys/oss/gstosssrc.c:
24101 advertise correct template caps - we indeed do non-native endianness
24102 and 8bit audio has no endianness
24103 * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
24104 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
24105 avoid (wrong) duplications in getcaps function and return
24108 2004-06-29 Wim Taymans <wim@fluendo.com>
24110 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24111 (gst_multifdsink_class_init), (gst_multifdsink_add),
24112 (gst_multifdsink_remove), (gst_multifdsink_clear),
24113 (gst_multifdsink_client_remove),
24114 (gst_multifdsink_handle_client_read),
24115 (gst_multifdsink_client_queue_data),
24116 (gst_multifdsink_client_queue_caps),
24117 (gst_multifdsink_client_queue_buffer),
24118 (gst_multifdsink_handle_client_write),
24119 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24120 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24121 (gst_multifdsink_init_send), (gst_multifdsink_close):
24122 Fix wrong GList iteration that could crash the server when
24123 more then 2 clients disconnect at the same time. Read all the
24124 pending commands in one batch to recover from command storms under
24127 2004-06-28 Wim Taymans <wim@fluendo.com>
24129 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24130 (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24131 (gst_videomixer_pad_set_property),
24132 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24133 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24134 (gst_videomixer_class_init), (gst_videomixer_init),
24135 (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
24136 (pad_zorder_compare), (gst_videomixer_sort_pads),
24137 (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24138 (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
24139 (gst_videomixer_update_queues), (gst_videomixer_loop),
24141 Avoid divide by zero, choose masterpad as the pad with the highest
24144 2004-06-27 Julien Moutte <julien@moutte.net>
24146 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24147 (gst_ximagesink_xwindow_new):
24148 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24149 (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
24150 function directly. We might want to call it from somewhere else one day.
24152 2004-06-27 Julien Moutte <julien@moutte.net>
24154 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24155 (gst_ximagesink_xwindow_new):
24156 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24157 (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
24158 window decorations.
24160 2004-06-27 Wim Taymans <wim@fluendo.com>
24162 * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
24163 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
24164 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
24165 (gst_dvdec_set_property), (gst_dvdec_get_property):
24166 * ext/dv/gstdvdec.h:
24167 Implement drop_factor property to lower the framerate with
24170 2004-06-27 Thomas Vander Stichele <thomas at apestaart dot org>
24172 * gst-libs/gst/colorbalance/Makefile.am:
24173 * gst-libs/gst/mixer/Makefile.am:
24174 * gst-libs/gst/play/Makefile.am:
24175 * gst-libs/gst/tuner/Makefile.am:
24176 unbreak Company's fix that didn't install the -enum.h files
24178 2004-06-27 Wim Taymans <wim@fluendo.com>
24180 * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24181 (gst_dvdec_change_state):
24182 * ext/dv/gstdvdec.h:
24183 Fix timestamp, duration and offset of the buffers.
24185 2004-06-27 Wim Taymans <wim@fluendo.com>
24187 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24188 (gst_multifdsink_class_init), (gst_multifdsink_add),
24189 (gst_multifdsink_remove), (gst_multifdsink_clear),
24190 (gst_multifdsink_client_remove),
24191 (gst_multifdsink_handle_client_read),
24192 (gst_multifdsink_client_queue_data),
24193 (gst_multifdsink_client_queue_caps),
24194 (gst_multifdsink_client_queue_buffer),
24195 (gst_multifdsink_handle_client_write),
24196 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24197 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24198 (gst_multifdsink_init_send), (gst_multifdsink_close):
24199 * gst/tcp/gstmultifdsink.h:
24200 * gst/tcp/gsttcpserversink.c:
24201 (gst_tcpserversink_handle_server_read),
24202 (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24203 More multifdsink fixes, more recovery policy fixes.
24204 Removed stupid g_print
24206 2004-06-26 Wim Taymans <wim@fluendo.com>
24208 * gst/tcp/Makefile.am:
24209 * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24210 (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24211 (gst_multifdsink_class_init), (gst_multifdsink_init),
24212 (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24213 (gst_multifdsink_handle_client_read),
24214 (gst_multifdsink_client_queue_data),
24215 (gst_multifdsink_client_queue_caps),
24216 (gst_multifdsink_client_queue_buffer),
24217 (gst_multifdsink_handle_client_write),
24218 (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24219 (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24220 (gst_multifdsink_chain), (gst_multifdsink_set_property),
24221 (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24222 (gst_multifdsink_close), (gst_multifdsink_change_state):
24223 * gst/tcp/gstmultifdsink.h:
24224 * gst/tcp/gsttcpplugin.c: (plugin_init):
24225 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24226 (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24227 (gst_tcpserversink_handle_server_read),
24228 (gst_tcpserversink_handle_select),
24229 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24230 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24231 * gst/tcp/gsttcpserversink.h:
24232 Added multifdsink, made tcpserversink a subclass of fdsink, removed
24233 one of the locks, added recovery policy to multifdsink.
24235 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24237 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24238 fix decision for when getting frames with same timestamp
24239 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24240 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24241 (gst_v4lsrc_get_property):
24242 * sys/v4l/gstv4lsrc.h:
24243 add latency offset property
24245 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
24247 * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24249 fix debugging. add category.
24251 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24253 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24256 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24258 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24259 (gst_alsa_src_get_time), (gst_alsa_src_loop),
24260 (gst_alsa_src_change_state):
24261 return a time that is in sync with the element's processing
24263 2004-06-25 Wim Taymans <wim@fluendo.com>
24265 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24266 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24267 (gst_tcpserversink_client_remove),
24268 (gst_tcpserversink_handle_client_read),
24269 (gst_tcpserversink_client_queue_data),
24270 (gst_tcpserversink_client_queue_caps),
24271 (gst_tcpserversink_client_queue_buffer),
24272 (gst_tcpserversink_handle_client_write),
24273 (gst_tcpserversink_queue_buffer),
24274 (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24275 (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24276 (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24277 (gst_tcpserversink_close):
24278 * gst/tcp/gsttcpserversink.h:
24279 Serversink rewrite. Really do non blocking writes to clients and
24280 maintain an internal queue to handle slower clients while not
24281 disturbing fast clients.
24283 2004-06-25 Thomas Vander Stichele <thomas at apestaart dot org>
24285 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24286 better debug, don't override OFFSET and OFFSET_END
24288 2004-06-25 Iain <iain@prettypeople.org>
24290 * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24291 name=source for the wavparse pipeline.
24293 2004-06-24 Johan Dahlin <johan@gnome.org>
24295 * ext/theora/theoraenc.c (theora_enc_chain): Call
24296 gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24297 streamheader caps are set correctly.
24299 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24301 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24302 (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24303 respect minimum bitrate; same could be done for max bitrate
24305 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24307 * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24308 (gst_vorbisenc_setup):
24309 fix sample rate range
24311 2004-06-24 Thomas Vander Stichele <thomas at apestaart dot org>
24313 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24314 (gst_oggvorbisenc_setup):
24315 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24316 (gst_vorbisenc_setup):
24317 resolve ambiguities in code and description
24319 2004-06-24 Wim Taymans <wim@fluendo.com>
24321 * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24322 * ext/alsa/gstalsa.h:
24323 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24324 (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24325 Use alsa trigger_tstamp to get the timestamp of the first
24326 sample in the buffer for more precise sync. Some cleanups.
24328 2004-06-24 Wim Taymans <wim@fluendo.com>
24330 * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24331 (gst_audiorate_init), (gst_audiorate_chain),
24332 (gst_audiorate_set_property), (gst_audiorate_get_property):
24333 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24334 (gst_videorate_chain):
24335 Added some logging, fixed an overflow bug in videorate.
24337 2004-06-24 Benjamin Otte <otte@gnome.org>
24339 * ext/kio/Makefile.am:
24340 fix for builddir != srcdir and distcheck
24342 2004-06-24 Benjamin Otte <otte@gnome.org>
24344 * gst-libs/gst/colorbalance/Makefile.am:
24345 * gst-libs/gst/mixer/Makefile.am:
24346 * gst-libs/gst/play/Makefile.am:
24347 * gst-libs/gst/tuner/Makefile.am:
24348 * gst/tcp/Makefile.am:
24349 * sys/dxr3/Makefile.am:
24350 don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24352 Also add all *.list files that were missing.
24354 add a distcheck hook to ensure the above doesn't happen again.
24356 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
24358 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24360 2004-06-23 Colin Walters <walters@redhat.com>
24362 * m4/Makefile.am: Distribute gst-fionread.m4.
24364 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24366 * configure.ac: back to dev
24368 2004-06-23 Wim Taymans <wim@fluendo.com>
24370 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24371 (gst_alsa_xrun_recovery):
24372 * ext/alsa/gstalsa.h:
24373 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24374 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24375 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24376 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24377 (gst_alsa_src_loop):
24378 Add clock to alsasrc. Take new capture timestamp when
24379 restarting after an overrun. Split up some functions between
24380 alsasrc and alsasink.
24382 === release 0.8.2 ===
24384 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
24386 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24387 (gst_alsa_change_state), (gst_alsa_update_avail),
24388 (gst_alsa_xrun_recovery):
24389 * ext/alsa/gstalsa.h:
24390 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24391 merge back changes from release
24393 2004-06-23 Wim Taymans <wim@fluendo.com>
24395 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24396 (gst_audiorate_init), (gst_audiorate_chain),
24397 (gst_audiorate_set_property), (gst_audiorate_get_property):
24398 Implement sample dropping and notify
24400 2004-06-22 Wim Taymans <wim@fluendo.com>
24402 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24403 (theora_enc_sink_link), (theora_buffer_from_packet),
24404 (theora_push_packet), (theora_enc_chain):
24405 Some cleanups, make sure the timestamps are correct.
24407 2004-06-22 Wim Taymans <wim@fluendo.com>
24409 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24410 (gst_alsa_change_state), (gst_alsa_update_avail),
24411 (gst_alsa_xrun_recovery):
24412 * ext/alsa/gstalsa.h:
24413 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24414 Cleanups, take queued samples into account when reporting
24417 2004-06-22 Wim Taymans <wim@fluendo.com>
24419 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24420 (gst_videorate_init):
24421 Initialize the property as well.
24423 2004-06-22 Wim Taymans <wim@fluendo.com>
24425 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24426 (gst_videorate_init), (gst_videorate_chain),
24427 (gst_videorate_set_property), (gst_videorate_get_property):
24428 Add property to make videorate silent.
24429 Add property to prefer new frames over old ones.
24431 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24433 * sys/osxvideo/Makefile.am:
24434 Workaround so that the osxvideo .so file gets linked with the
24435 Cocoa, OpenGL and QuickTime frameworks
24437 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24439 * sys/osxaudio/Makefile.am:
24440 Workaround so that the osxaudio .so file gets linked with the
24441 CoreAudio framework
24443 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24446 Whoops, my fault...fixed build issues
24448 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24451 Add objective-c support if running in Darwin/Mac OS X
24454 * sys/osxvideo/Makefile.am:
24455 * sys/osxvideo/osxvideosink.h:
24456 * sys/osxvideo/osxvideosink.m:
24457 * sys/osxvideo/cocoawindow.h:
24458 * sys/osxvideo/cocoawindow.m:
24459 Add osxvideosink, a cocoa-based osx video sink
24462 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
24463 * ext/dvdnav/gst-dvd:
24464 Grab the gconf key from the right spot
24465 * gst/debug/gstnavseek.c: (gst_navseek_init),
24466 (gst_navseek_segseek), (gst_navseek_handle_src_event),
24467 (gst_navseek_chain):
24468 * gst/debug/gstnavseek.h:
24469 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24470 and loop parameters of a segment seek.
24471 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24472 (gst_videotestsrc_get_event_masks),
24473 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24474 * gst/videotestsrc/gstvideotestsrc.h:
24475 Add seeking support to videotestsrc
24476 Initialise the timestamp_offset variable.
24478 2004-06-18 Wim Taymans <wim@fluendo.com>
24480 * ext/sidplay/gstsiddec.cc:
24481 Fix negotiation and set correct end offset.
24483 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
24485 * configure.ac: branch and prerelease
24487 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24489 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24490 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24491 (gst_tcpclientsrc_init_receive):
24492 * gst/tcp/gsttcpclientsrc.h:
24493 read caps when connecting to server for GDP so we set them correctly
24495 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24497 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24498 notify drops and duplicates
24499 * gst/videoscale/videoscale.c: (videoscale_get_structure):
24500 no good reason to limit ourselves to 100x100
24502 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24504 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24505 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24506 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24507 (gst_v4lsrc_get_property):
24508 * sys/v4l/gstv4lsrc.h:
24509 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24510 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24511 (gst_v4l_set_audio):
24512 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24513 (gst_v4lsrc_try_capture):
24514 * sys/v4l/v4lsrc_calls.h:
24515 change try_palette to more general try_capture
24516 add autoprobe option so we can turn off autoprobing
24519 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
24523 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24524 (gst_ximagesink_class_init):
24525 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24526 (gst_xvimagesink_class_init):
24527 run them as finalize, not dispose, since dispose can be invoked
24530 2004-06-17 Wim Taymans <wim@fluendo.com>
24532 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24533 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24534 * ext/alsa/gstalsa.h:
24535 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24536 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24537 (gst_alsa_src_change_state):
24538 * ext/alsa/gstalsasrc.h:
24539 Make the xrun code timestamp and offset the buffers correctly.
24540 moved the clock to the base class, use alsa methods to get time.
24541 Do correct timestamping on outgoing buffers.
24543 2004-06-17 Wim Taymans <wim@fluendo.com>
24545 * gst/audiorate/Makefile.am:
24546 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24547 (gst_audiorate_base_init), (gst_audiorate_class_init),
24548 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24549 (gst_audiorate_set_property), (gst_audiorate_get_property),
24550 (gst_audiorate_change_state), (plugin_init):
24551 Added an audiorate converter that fills in gaps.
24553 2004-06-17 Johan Dahlin <johan@gnome.org>
24555 * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24557 2004-06-16 Wim Taymans <wim@fluendo.com>
24559 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24560 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24561 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24562 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24563 (gst_v4lsrc_get_property):
24564 * sys/v4l/gstv4lsrc.h:
24565 Added a copy mode to v4lsrc where it will output a copied version
24566 of its internal hardware buffer.
24567 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24570 2004-06-16 Wim Taymans <wim@fluendo.com>
24572 * sys/oss/gstosssrc.c: (gst_osssrc_get):
24575 2004-06-16 Wim Taymans <wim@fluendo.com>
24577 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24578 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24579 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24580 (gst_v4lsrc_get_property):
24581 * sys/v4l/gstv4lsrc.h:
24582 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24583 Added a sync mode enum property to control v4lsrc timestamp method
24584 Removed the use-fixed-fps property and moved functionality in
24586 Don't error on an error value from v4l-conf, it might not always
24589 2004-06-16 Wim Taymans <wim@fluendo.com>
24591 * gst/videorate/Makefile.am:
24592 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24593 (gst_videorate_base_init), (gst_videorate_class_init),
24594 (gst_videorate_getcaps), (gst_videorate_link),
24595 (gst_videorate_init), (gst_videorate_chain),
24596 (gst_videorate_set_property), (gst_videorate_get_property),
24597 (gst_videorate_change_state), (plugin_init):
24598 Added a video timestamp corrector.
24600 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24602 fixed a potential leak with previous commit
24604 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24606 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24608 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24609 Added missing refcount, fixes bug #144425
24610 Cheers Tim for finding the bug
24612 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
24614 * sys/v4l/gstv4l.c: (plugin_init):
24615 * sys/v4l/gstv4lcolorbalance.c:
24616 * sys/v4l/gstv4lcolorbalance.h:
24617 * sys/v4l/gstv4lelement.c:
24618 * sys/v4l/gstv4lelement.h:
24619 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24620 * sys/v4l/gstv4lmjpegsink.h:
24621 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24622 * sys/v4l/gstv4lmjpegsrc.h:
24623 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24624 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24625 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24626 * sys/v4l/gstv4lsrc.h:
24627 * sys/v4l/gstv4ltuner.c:
24628 * sys/v4l/gstv4ltuner.h:
24629 * sys/v4l/gstv4lxoverlay.c:
24630 * sys/v4l/gstv4lxoverlay.h:
24631 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24632 (gst_v4l_set_window), (gst_v4l_enable_overlay):
24633 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24634 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24635 (gst_v4l_set_audio):
24636 * sys/v4l/v4l_calls.h:
24637 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24638 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24639 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24640 (gst_v4lmjpegsink_playback_init),
24641 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24642 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24643 (gst_v4lmjpegsink_playback_stop),
24644 (gst_v4lmjpegsink_playback_deinit):
24645 * sys/v4l/v4lmjpegsink_calls.h:
24646 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24647 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24648 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24649 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24650 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24651 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24652 * sys/v4l/v4lmjpegsrc_calls.h:
24653 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24654 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24655 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24656 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24657 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24658 (gst_v4lsrc_try_palette):
24659 * sys/v4l/v4lsrc_calls.h:
24660 bunch of paranoia cleanups
24662 2004-06-14 David Schleef <ds@schleef.org>
24664 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24665 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24666 Send discont events and change timestamps appropriately when
24667 we get a seek event. (bug #144240)
24668 * ext/cdparanoia/gstcdparanoia.h:
24670 2004-06-14 Benjamin Otte <otte@gnome.org>
24672 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24673 snd_pcm_hw_params_set_rate since the latter fails for no good
24674 reason on some setups.
24676 2004-06-14 David Schleef <ds@schleef.org>
24678 * gst/volume/demo.c: (value_changed_callback): exp10() is not
24679 standard. Thank you for playing.
24681 2004-06-14 Wim Taymans <wim@fluendo.com>
24683 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24684 Patch 1.3 broke the ordering of the colorspace info and
24685 made the plugin basically work by coincidence, reordered
24688 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24690 * ext/lame/gstlame.c:
24691 * ext/mad/gstmad.c:
24692 sync caps. Make sure mad can only output a list of rates, not
24693 a full range. In the future, have three caps lists for each of the
24694 mpeg versions. Change mpegversion to a double as well.
24696 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
24698 * gst/volume/.cvsignore:
24699 * gst/volume/Makefile.am:
24700 * gst/volume/demo.c: (value_changed_callback), (idler),
24701 (setup_gui), (main):
24702 added small demo app
24704 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
24705 * ext/esd/esdsink.c: (gst_esdsink_change_state):
24706 * ext/esd/esdsink.h:
24707 Close the esd connection on pause, because esd will just wait -
24708 blocking all other esd clients indefinitely.
24710 2004-06-12 Christophe Fergeau <teuf@gnome.org>
24712 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24713 previous commit with GST_DEBUG
24715 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
24718 add a header check for a dvdread header in dvdnav. Fixes #133002
24720 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24722 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24723 * gst/tcp/gsttcpclientsink.h:
24724 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24725 * gst/tcp/gsttcpclientsrc.h:
24726 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24727 (gst_tcpserversink_handle_server_read),
24728 (gst_tcpserversink_init_send):
24729 * gst/tcp/gsttcpserversink.h:
24730 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24731 * gst/tcp/gsttcpserversrc.h:
24732 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24735 2004-06-12 Zaheer Abbas Merali <zaheerabbas at merali dot org>
24738 Added ogg library so that OSX detects libtheora properly
24740 2004-06-11 Wim Taymans <wim@fluendo.com>
24742 * ext/theora/theoradec.c: (theora_dec_chain),
24743 (theora_dec_change_state):
24744 Don't try to decode frames before we received a keyframe.
24746 2004-06-11 Wim Taymans <wim@fluendo.com>
24748 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24749 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24750 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24751 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24752 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24753 Added property to set the maximum delay of a page.
24755 2004-06-10 Wim Taymans <wim@fluendo.com>
24757 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24758 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24759 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24760 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24761 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24762 Added max-delay property to control the maximum amount
24763 of data to put in one page.
24765 2004-06-10 Wim Taymans <wim@fluendo.com>
24767 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24768 (gst_theora_enc_init), (theora_enc_sink_link),
24769 (theora_buffer_from_packet), (theora_enc_set_property),
24770 (theora_enc_get_property):
24771 Set duration on encoded buffer, added some more properties
24773 2004-06-10 Wim Taymans <wim@fluendo.com>
24775 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24776 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24777 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24778 * ext/theora/theoraenc.c: (theora_enc_chain):
24779 Fix refcounting bugs
24781 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
24783 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24784 (gst_asf_demux_loop), (gst_asf_demux_process_file),
24785 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24786 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24787 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24788 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24789 (gst_asf_demux_change_state):
24790 * gst/asfdemux/gstasfdemux.h:
24791 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24792 feels like. I think we should set a new requirement for demuxers
24793 from now on to implement sane loop functions, data loops, query
24794 and seek functions before first commit into CVS. And this commit
24795 fixes all of the above.
24797 2004-06-10 Christophe Fergeau <teuf@gnome.org>
24799 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24800 vorbis comments are properly encoded in UTF-8 before adding them
24803 2004-06-09 Benjamin Otte <otte@gnome.org>
24805 * ext/alsa/gstalsa.c: (add_channels):
24806 handle min <= max correctly
24807 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24808 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24809 add fixation functions so we fixate correctly. No preferring of alaw
24810 anymore because it's the first structure.
24811 * ext/alsa/gstalsa.h:
24812 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24813 (gst_alsa_hw_params_dump):
24814 add functions to ease debugging in alsalib
24815 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24816 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24817 (gst_alsa_start_audio):
24818 only specify hw params if we really setup a format (fixes #134007 -
24819 or at least works around it)
24821 2004-06-09 Wim Taymans <wim@fluendo.com>
24823 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24824 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24825 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24826 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24827 (gst_ogg_mux_loop):
24828 Use stream caps to setup the initial pages in the ogg stream.
24829 Correctly set the streamheader caps on the srcpad.
24831 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
24833 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24834 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24835 (gst_v4lsrc_getcaps):
24836 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24837 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24838 add querying of fps lists for webcams. Negotiating to a framerate
24841 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24843 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24844 (theora_push_buffer), (theora_push_packet),
24845 (theora_set_header_on_caps), (theora_enc_chain):
24846 mark buffers and put on streamheader, raw theora streaming
24847 now works too, whee
24849 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24851 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24852 (gst_tcp_gdp_read_caps):
24853 do a looping read for caps and GDP headers too
24855 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24857 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24858 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24859 return EOS instead of NULL in _get
24861 2004-06-08 Wim Taymans <wim@fluendo.com>
24863 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24864 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24865 (gst_tcp_gdp_write_caps):
24866 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24867 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24868 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24871 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24873 * ext/vorbis/Makefile.am:
24874 * ext/vorbis/vorbis.c: (plugin_init):
24875 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24876 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24877 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24878 (vorbis_parse_change_state):
24879 * ext/vorbis/vorbisparse.h:
24880 adding a vorbisparse element that marks the buffers, streaming
24881 raw vorbis using GDP now works, whee
24883 2004-06-08 Wim Taymans <wim@fluendo.com>
24885 * ext/jpeg/Makefile.am:
24887 * ext/jpeg/gstjpeg.c: (plugin_init):
24888 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24889 (gst_smokedec_base_init), (gst_smokedec_class_init),
24890 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24891 * ext/jpeg/gstsmokedec.h:
24892 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24893 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24894 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24895 (gst_smokeenc_resync), (gst_smokeenc_chain),
24896 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24897 * ext/jpeg/gstsmokeenc.h:
24898 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24899 (smokecodec_flush_destination), (smokecodec_term_destination),
24900 (smokecodec_init_source), (smokecodec_fill_input_buffer),
24901 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24902 (smokecodec_term_source), (smokecodec_encode_new),
24903 (smokecodec_decode_new), (smokecodec_info_free),
24904 (smokecodec_set_quality), (smokecodec_get_quality),
24905 (smokecodec_set_threshold), (smokecodec_get_threshold),
24906 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24907 (find_best_size), (abs_diff), (put), (smokecodec_encode),
24908 (smokecodec_parse_header), (smokecodec_decode):
24909 * ext/jpeg/smokecodec.h:
24910 Added a new simple jpeg based codec
24912 2004-06-08 Wim Taymans <wim@fluendo.com>
24914 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24915 (gst_multipart_mux_loop):
24918 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24920 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24921 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24922 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24923 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24924 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24925 * gst/tcp/gsttcpserversink.h:
24926 take streamheader into account
24928 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24930 * gst/level/Makefile.am:
24931 * gst/level/gstlevel.c: (gst_level_class_init):
24932 clean up marshal generation
24934 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
24936 * gst/tcp/Makefile.am:
24937 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24938 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24939 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24940 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24941 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24942 (gst_tcpclientsrc_get_property):
24943 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24944 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24945 (gst_tcpserversink_handle_client_read),
24946 (gst_tcpserversink_handle_client_write),
24947 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24948 * gst/tcp/gsttcpserversink.h:
24949 add signals client-added and client-removed
24950 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24951 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24952 (gst_tcpserversrc_get_property):
24953 uniformized, change default protocol to NONE
24954 * gst/tcp/gsttcp-marshal.list: added
24955 2004-06-07 Benjamin Otte <otte@gnome.org>
24957 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24958 handle discont events if they happen before caps nego
24960 2004-06-07 Wim Taymans <wim@fluendo.com>
24962 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24963 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24964 (gst_multipart_demux_plugin_init):
24965 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24966 (gst_multipart_mux_init), (gst_multipart_mux_loop),
24967 (gst_multipart_mux_change_state):
24968 Small updates, fix a memleak
24970 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24972 * configure.ac: OSS portability
24973 * ext/arts/gst_arts.c: idem
24974 * sys/oss/gstosselement.c: idem
24975 * sys/oss/gstossmixer.c: idem
24976 * sys/oss/gstosssink.c: idem
24977 * sys/oss/gstosssrc.c: idem
24978 * sys/oss/oss_probe.c: idem
24979 - check for soundcard.h in different places for some BSD
24981 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
24984 Add me to the authors file
24986 Increase the libdv requirement to >= version 0.100
24987 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24988 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24989 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24990 * ext/dv/gstdvdec.h:
24991 Add support for the new_media flag when sending DISCONT events
24992 Make the querying work when video pad is not linked
24994 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
24996 reviewed by Benjamin Otte <otte@gnome.org>
24998 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24999 create a NULL-initialized array of pads, so we don't think they
25000 exist already. (fixes #143130)
25002 2004-06-07 Benjamin Otte <otte@gnome.org>
25004 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
25005 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
25006 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
25007 don't use // coments
25009 2004-06-07 Benjamin Otte <otte@gnome.org>
25011 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
25012 cast to GstClockTime to get higher granularity
25013 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25014 use gst_element_set_time_delay to get the exact time
25015 * ext/mad/gstmad.c: (gst_mad_chain):
25016 use the negotiated rate instead of the current frame's rate which
25017 might be wrong because of bit errors. This avoids emitting totally
25018 bogus timestamps and screwing sync.
25021 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
25023 reviewed by Benjamin Otte <otte@gnome.org>
25025 * gst/adder/gstadder.c: (gst_adder_loop):
25026 properly error out when no negotiation has happened yet. (fixes
25029 2004-06-06 Benjamin Otte <otte@gnome.org>
25031 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
25032 forward correctly transformed offset in discont events. Based on
25033 patch by Arwed v. Merkatz. (fixes #142851)
25035 2004-06-06 David Schleef <ds@schleef.org>
25037 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
25038 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
25039 problems on several systems.
25041 2004-06-06 Benjamin Otte <otte@gnome.org>
25043 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
25044 use explicit caps on the srcpad
25045 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25046 properly error out if caps couldn't be set (fixes #142764)
25048 2004-06-06 Benjamin Otte <otte@gnome.org>
25050 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
25051 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
25052 (gst_alsa_start_audio):
25053 - don't call set_periods_integer anymore, it breaks the
25054 configuration randomly
25055 - call snd_pcm_hw_params_set_access directly instead of using masks
25056 - don't fail if the sw_params can't be set, just use the default
25057 params and hope it works. Alsalib has weird issues when you touch
25058 sw_params and does no proper error reporting about what failed.
25059 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25060 (gst_alsa_close_audio):
25061 make our alsa debugging go via gst debugging and not conditionally
25063 * ext/alsa/gstalsa.h:
25064 add ALSA_DEBUG_FLUSH macro
25065 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
25067 wrap alsa errors to be printed via the gst debugging system and not
25070 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
25072 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
25073 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
25074 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
25075 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
25076 (qtdemux_parse_trak):
25077 * gst/qtdemux/qtdemux.h:
25078 Bitch. Also known as seeking, querying & co.
25079 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25080 (gst_osssink_change_state):
25081 * sys/oss/gstosssink.h:
25082 Resyncing is for weenies, this hack is no longer needed and was
25083 broken anyway (since it - unintendedly - always leaves resync to
25086 2004-06-05 Andrew Turner <zxombie@hotpop.com>
25088 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
25089 * gst/tcp/gsttcpclientsrc.h: idem
25090 - define MSG_NOSIGNAL if not done
25091 - include unistd.h for off_t
25094 2004-06-05 Benjamin Otte <otte@gnome.org>
25097 * ext/kio/Makefile.am:
25098 check for qt's moc preprocessor explicitly and use it
25100 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25102 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
25103 don't get a signal for EPIPE on socket writes
25104 (somebody check if this works on other platforms)
25106 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
25108 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
25109 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25110 check error condition on available samples correctly
25112 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
25114 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
25116 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
25117 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
25118 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
25119 (gst_tcpserversrc_gdp_read_header):
25120 use ssize_t over size_t since the former is signed and thus the
25121 check for error codes can work
25123 2004-06-02 Wim Taymans <wim@fluendo.com>
25127 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25128 (gst_multipart_mux_loop):
25131 2004-06-02 Wim Taymans <wim@fluendo.com>
25133 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25134 (gst_multipart_mux_init), (gst_multipart_mux_loop),
25135 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25136 (gst_multipart_mux_change_state):
25137 Added configurable boundary specifier, added the value as a
25138 caps field as well.
25140 2004-06-02 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25142 * gst/tcp/gsttcp.c:
25143 * gst/tcp/gsttcpclientsrc.c:
25144 * gst/tcp/gsttcpclientsrc.h:
25145 * gst/tcp/gsttcpserversrc.c:
25146 - portability fix, to compile on OSX
25149 * sys/osxaudio/gstosxaudioelement.c:
25150 * sys/osxaudio/gstosxaudiosink.c:
25151 * sys/osxaudio/gstosxaudiosrc.c:
25152 - compilation warnings on OSX
25155 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25157 * ext/vorbis/vorbisdec.c : sign warning fixes
25159 * gst-libs/gst/mixer/mixertrack.c :
25160 do no use defines which are glib 2.4 specific
25162 2004-06-01 Christophe Fergeau <teuf@gnome.org>
25164 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
25165 buffer since libflac doesn't expect it (reports a sync error when
25166 it encounters that)
25169 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
25171 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
25172 * gst-libs/gst/mixer/mixertrack.c:
25173 (gst_mixer_track_get_property), (get_mixer_track_init),
25174 (get_mixer_track_get_property): Added property accessors
25175 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
25176 * gst-libs/gst/mixer/mixeroptions.c:
25177 (gst_mixer_options_get_values): Added
25178 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25179 * gst-libs/gst/mixer/mixer.c: Fixed comment
25182 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25184 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25185 improve error messages on open
25188 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
25190 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25191 check if v4l-conf is in path
25193 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
25195 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25196 change assert to a more readable error message
25198 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25200 * gst-libs/gst/tuner/tunerchannel.h:
25201 - add a freq_multiplicator field to make the conversion
25202 between internal frequency unit and Hz
25203 * sys/v4l/gstv4lelement.c:
25204 * sys/v4l2/gstv4l2element.c:
25205 - change default video device to /dev/video0
25206 * sys/v4l/v4l_calls.c:
25207 * sys/v4l2/v4l2_calls.c:
25208 - we only expose frequency to the user in Hz instead of
25209 bastard v4lX unit (either 62.5kHz or 62.5Hz)
25211 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
25212 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25213 Initialise b_o_s and e_o_s variables
25214 * gst-libs/gst/riff/riff-media.c:
25215 (gst_riff_create_video_caps_with_data):
25216 Add some unusual fourcc's from mplayer avi's
25217 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25218 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25221 2004-05-28 Wim Taymans <wim@fluendo.com>
25224 * gst/alpha/Makefile.am:
25225 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25226 (gst_alpha_get_type), (gst_alpha_base_init),
25227 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25228 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25229 (gst_alpha_chroma_key), (gst_alpha_chain),
25230 (gst_alpha_change_state), (plugin_init):
25231 A plugin to add an alpha channel to I420 video. Can optionally do
25233 * gst/multipart/Makefile.am:
25234 * gst/multipart/multipart.c: (plugin_init):
25235 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25236 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25237 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25238 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25239 (gst_multipart_demux_change_state),
25240 (gst_multipart_demux_plugin_init):
25241 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25242 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25243 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25244 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25245 (gst_multipart_mux_pad_unlink),
25246 (gst_multipart_mux_request_new_pad),
25247 (gst_multipart_mux_handle_src_event),
25248 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25249 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25250 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25251 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25252 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25253 send multipart jpeg images to a browser.
25254 * gst/videobox/Makefile.am:
25255 * gst/videobox/README:
25256 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25257 (gst_video_box_get_type), (gst_video_box_base_init),
25258 (gst_video_box_class_init), (gst_video_box_init),
25259 (gst_video_box_set_property), (gst_video_box_get_property),
25260 (gst_video_box_sink_link), (gst_video_box_i420),
25261 (gst_video_box_ayuv), (gst_video_box_chain),
25262 (gst_video_box_change_state), (plugin_init):
25263 Crops or adds borders around an image. can do alpha channel
25265 * gst/videomixer/Makefile.am:
25266 * gst/videomixer/README:
25267 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25268 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25269 (gst_videomixer_pad_get_sink_event_masks),
25270 (gst_videomixer_pad_get_property),
25271 (gst_videomixer_pad_set_property),
25272 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25273 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25274 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25275 (gst_videomixer_base_init), (gst_videomixer_class_init),
25276 (gst_videomixer_init), (gst_videomixer_request_new_pad),
25277 (gst_videomixer_handle_src_event),
25278 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25279 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25280 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25281 (gst_videomixer_loop), (gst_videomixer_get_property),
25282 (gst_videomixer_set_property), (gst_videomixer_change_state),
25284 Generic video mixer plugin, can handle multiple inputs all with
25285 different framerates and video sizes. Is fully alpha channel
25288 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
25290 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25291 Select first track as master track. Not sure how else to handle
25293 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25294 Discard discont events. Should fix #142962.
25296 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
25298 * ext/alsa/Makefile.am:
25299 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25300 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25301 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25302 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25303 (gst_alsa_mixer_get_option):
25304 * ext/alsa/gstalsamixer.h:
25305 * ext/alsa/gstalsamixeroptions.c:
25306 (gst_alsa_mixer_options_get_type),
25307 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25308 (gst_alsa_mixer_options_new):
25309 * ext/alsa/gstalsamixeroptions.h:
25310 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25311 * ext/alsa/gstalsamixertrack.h:
25312 Add enumerations (as GstMixerOptions). Make correct distinction
25313 between input/output tracks. Add capture/playback private flag.
25314 Use flag to decide on whether to set capture or playback volumes
25315 or switches. Use playback and record switches.
25316 * gst-libs/gst/mixer/Makefile.am:
25317 * gst-libs/gst/mixer/mixer-marshal.list:
25318 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25319 (gst_mixer_set_option), (gst_mixer_get_option),
25320 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25321 (gst_mixer_volume_changed), (gst_mixer_option_changed):
25322 * gst-libs/gst/mixer/mixer.h:
25323 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25324 (gst_mixer_options_class_init), (gst_mixer_options_init),
25325 (gst_mixer_options_dispose):
25326 * gst-libs/gst/mixer/mixeroptions.h:
25327 Add GstMixerOptions.
25328 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25329 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25330 broken device detection on computers with multiple OSS sound
25333 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
25335 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25336 fixate nicely even when the peer is not negotiating
25338 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
25340 * gst/audioconvert/gstaudioconvert.c:
25341 (gst_audio_convert_parse_caps):
25342 make sure we don't allow depth > width
25343 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25344 fixate endianness to G_BYTE_ORDER as default
25345 * gst/audioscale/gstaudioscale.c:
25346 we don't handle another endianness as host-endianness
25348 2004-05-25 David Schleef <ds@schleef.org>
25350 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
25352 2004-05-24 Benjamin Otte <otte@gnome.org>
25354 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25355 (gst_oggvorbisenc_setup):
25356 properly fail when we can't setup the vorbis encoder due to
25357 unsupported settings
25358 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25359 (gst_vorbisenc_setup):
25361 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25362 fix case where warnings occured when one pad was unlinked while the
25363 other's link function was called
25365 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
25367 * gst/tcp/Makefile.am:
25370 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25372 * gst-libs/gst/resample/private.h:
25373 don't use optimizations that are #if 0'ed
25375 2004-05-24 Wim Taymans <wim@fluendo.com>
25377 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25378 Fix potential division by zero error and hopefully get
25379 the position query right to get correct timestamps on avi
25382 2004-05-24 Wim Taymans <wim@fluendo.com>
25384 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25385 (gst_videoscale_scale_nearest_str2),
25386 (gst_videoscale_scale_nearest_str4),
25387 (gst_videoscale_scale_nearest_32bit),
25388 (gst_videoscale_scale_nearest_24bit),
25389 (gst_videoscale_scale_nearest_16bit):
25390 Fix the scaling algorithm and avoid a buffer overflow.
25391 removed the while loop in the scaling function as it
25392 was used for point sampling only.
25394 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
25396 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25397 (gst_id3_tag_class_init), (gst_id3_tag_init),
25398 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25399 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25400 (gst_id3_tag_send_tag_event):
25401 lots of fixes to make id3mux work and id3demux work correctly
25403 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25406 add rules to build shout2send (was removed by accident
25407 when this module was no more marked experimental/broken)
25409 2004-05-24 Zaheer Abbas Merali <zaheerabbas at merali dot org>
25411 * ext/shout2/gstshout2.c:
25412 * ext/shout2/gstshout2.h:
25413 adding a "connection problem" signal to shout2send
25416 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
25418 * ext/kio/kioreceiver.cpp:
25419 * ext/kio/kioreceiver.h:
25420 fix sign comparison issues
25422 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25424 * gst/cdxaparse/gstcdxaparse.c:
25425 * gst/cdxaparse/gstcdxaparse.h:
25427 add some checks/sanity
25428 prepare for seek addition
25430 * sys/sunaudio/gstsunaudio.c:
25431 remove exported dupe init function
25433 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
25435 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25436 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25437 Fix format conversion and position querying.
25438 * gst/debug/progressreport.c: (gst_progressreport_report):
25439 Don't output a bogus total value that we didn't query.
25440 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25441 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25442 only a blank window after xine has been used.
25444 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
25447 sync with upstream version to fix test on FC2
25448 readd with -ko to preserve Id header
25450 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25453 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25454 * gst/tcp/gsttcpclientsrc.c: idem
25455 * gst/tcp/gsttcpserversink.c: idem
25456 * gst/tcp/gsttcpserversrc.c: idem
25457 * m4/gst-fionread.m4: idem
25459 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25461 * configure.ac: enable speex plugin for speex 1.1.5+
25462 * ext/speex/gstspeexenc.c: fix cast warning
25464 * ext/esd/README: fix typo
25466 2004-05-20 David Schleef <ds@schleef.org>
25468 * configure.ac: Minor cosmetic change to convince the buildbot to
25470 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25471 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25472 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25473 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25474 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25475 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25476 More hacking. Plays audio now.
25478 2004-05-20 David Schleef <ds@schleef.org>
25483 2004-05-20 David Schleef <ds@schleef.org>
25485 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Abbas Merali
25486 * sys/osxaudio/gstosxaudio.c:
25487 * sys/osxaudio/gstosxaudioelement.c:
25488 * sys/osxaudio/gstosxaudioelement.h:
25489 * sys/osxaudio/gstosxaudiosink.c:
25490 * sys/osxaudio/gstosxaudiosink.h:
25491 * sys/osxaudio/gstosxaudiosrc.c:
25492 * sys/osxaudio/gstosxaudiosrc.h:
25494 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25496 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25497 (gst_vorbisenc_chain):
25498 put the codec headers on the caps as streamheader as well as
25501 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25503 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25504 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25505 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25506 split up push_packet into two functions
25508 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
25510 * gst/tcp/.cvsignore:
25512 * gst/tcp/Makefile.am:
25514 * gst/tcp/gsttcp.c:
25515 * gst/tcp/gsttcp.h:
25516 * gst/tcp/gsttcpclientsink.c:
25517 * gst/tcp/gsttcpclientsink.h:
25518 * gst/tcp/gsttcpclientsrc.c:
25519 * gst/tcp/gsttcpclientsrc.h:
25520 * gst/tcp/gsttcpplugin.c:
25521 * gst/tcp/gsttcpserversink.c:
25522 * gst/tcp/gsttcpserversink.h:
25523 * gst/tcp/gsttcpserversrc.c:
25524 * gst/tcp/gsttcpserversrc.h:
25525 add new tcp elements
25527 2004-05-19 Wim Taymans <wim@fluendo.com>
25529 * gst/law/mulaw-conversion.c: (mulaw_encode):
25530 Fix overflow bug in ulaw encoding.
25532 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25534 * ext/mad/gstmad.c: (gst_mad_handle_event):
25535 don't unref the event twice
25537 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25540 remove -Wno-sign-compare
25542 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25545 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25546 if you want to work against glib 2.2 and 2.4
25548 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
25550 * gst/tcp/Makefile.am:
25551 * gst/tcp/gsttcp.c:
25552 * gst/tcp/gsttcp.h:
25553 * gst/tcp/gsttcpsink.h:
25554 * gst/tcp/gsttcpsrc.h:
25555 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25557 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25559 * gst/debug/tests.c: (md5_get_value):
25560 fix segfault on gst-inspect
25562 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
25564 * gst/debug/testplugin.c:
25565 * gst/debug/tests.c:
25566 * gst/debug/tests.h:
25567 add new extensible and configurable testing element. Current tests
25568 include buffer count, stream length, timestamp/duration matching and
25570 * gst/debug/Makefile.am:
25571 * gst/debug/gstdebug.c: (plugin_init):
25572 add infrastructure for new element
25574 2004-05-19 Johan Dahlin <johan@gnome.org>
25576 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25577 ending of the array. Fixes gst-inspect segfault on ppc.
25579 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25581 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25583 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25585 2004-05-18 David Schleef <ds@schleef.org>
25587 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25588 warnings (bugs, actually) noticed by gcc but not forte.
25590 2004-05-18 David Schleef <ds@schleef.org>
25592 * sys/sunaudio/Makefile.am:
25593 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25595 2004-05-18 David Schleef <ds@schleef.org>
25597 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25598 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
25599 to allow qtdemux to use non-seekable streams. (bug #142272)
25601 2004-05-18 David Schleef <ds@schleef.org>
25603 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25604 (gst_resample_sinc_ft_float): Remove use of static temporary
25605 buffer. This code was obviously not supposed to last long, but
25606 it's stuck in our ABI, so it required a little hack to make it
25607 ABI-compatible. Fixes #142585.
25608 * gst-libs/gst/resample/resample.h: same.
25610 2004-05-18 David Schleef <ds@schleef.org>
25612 * configure.ac: Add sunaudio
25613 * examples/Makefile.am: make gstplay depend on gconf
25614 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25615 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25616 (convert_table_lookup), (img_convert): remove c99-isms
25617 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25618 unsigned, to fix a warning on Solaris
25619 * gst/mpeg1sys/systems.c: bcopy->memcpy
25620 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25621 * sys/Makefile.am: Add sunaudio
25623 2004-05-18 Wim Taymans <wim@fluendo.com>
25625 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25626 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25627 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25628 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25629 (gst_ogg_mux_loop):
25630 Fix an ugly memleak where the muxer didn't flush enough ogg
25631 pages. This also resulted in badly muxed ogg files.
25633 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25635 * gst/asfdemux/asfheaders.c :
25636 * gst/asfdemux/asfheaders.h :
25637 * gst/asfdemux/gstasfdemux.c :
25638 - fix ASF_OBJ_PADDING guid
25639 - add 3 new object guids (language list, metadata,
25640 extended stream properties)
25641 - add a function to parse extended header objects
25643 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
25645 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25646 remove leftover debugging g_print
25648 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
25650 * ext/mad/gstmad.c: (gst_mad_handle_event):
25651 Fix for when the first format in a discont event is not a
25652 byte-based one. Should fix #137710.
25654 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25656 * m4/a52.m4 : fix compilation with -Wall -Werror
25657 * m4/libfame.m4 : idem
25658 * m4/libmikmod.m4 : idem
25660 2004-05-17 Benjamin Otte <otte@gnome.org>
25662 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25663 signal the new tags before giving up the reference
25665 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
25667 * ext/shout2/gstshout2.c:
25668 use application/ogg instead of application/x-ogg (patch by Patrick
25669 Guimond, fixes #142432)
25670 * sys/oss/gstosselement.c: (gst_osselement_reset),
25671 (gst_osselement_sync_parms):
25672 don't set fragment size unless specified (fixes #142493)
25674 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25676 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25679 2004-05-17 Benjamin Otte <otte@gnome.org>
25681 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25682 compute offsets correctly for internal buffers so timestamps are set
25683 correctly when we can't seek. Also handle cases where there are no
25684 offsets. (based on a patch by David Moore, fixes #142507)
25686 2004-05-17 Benjamin Otte <otte@gnome.org>
25688 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25689 use correct variable when determining amount of data to skip so we
25690 don't skip into the void and segfault
25692 2004-05-16 Benjamin Otte <otte@gnome.org>
25694 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25697 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25699 * gst/asfdemux/gstasfdemux.c:
25700 - fix a mem leak and always propagate tags
25701 - add WMV3 to known video codecs (but no decoder yet)
25702 - replace "surplus data" at end of audio header for what
25703 it is : codec specific data
25706 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
25708 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
25710 * gst-libs/gst/audio/audioclock.c:
25711 Fix wrong return type (#142205).
25713 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25715 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25716 Ignore CRCs by default (fixes #142566).
25718 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25720 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25721 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25722 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25723 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25724 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25725 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25726 Fix for cases where we fail to attach to a mixer.
25728 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
25730 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25731 Don't touch events after not owning them anymore.
25732 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25733 (gst_wavparse_fmt), (gst_wavparse_other),
25734 (gst_wavparse_handle_seek), (gst_wavparse_loop),
25735 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25736 (gst_wavparse_srcpad_event):
25737 * gst/wavparse/gstwavparse.h:
25738 Add seeking, fix querying.
25740 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25742 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25743 - process comments even if they don't end with \0\0
25744 g_convert would ignore them if present and works well without them
25746 2004-05-16 Benjamin Otte <otte@gnome.org>
25748 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25751 2004-05-16 Benjamin Otte <otte@gnome.org>
25753 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25754 don't write to memory we might not write to - g_convert does that
25755 for us anyway (fixes #142613)
25756 (gst_asf_demux_audio_caps):
25757 comment out gst_util_dump_mem
25759 2004-05-16 Benjamin Otte <otte@gnome.org>
25761 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25762 compute correct expected timestamps after seek (broken since
25764 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25765 rename element and debugging category to gdkpixbufscale
25767 2004-05-16 Benjamin Otte <otte@gnome.org>
25769 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25770 add error checking to snd_pcm_delay and remove duplicate call to
25771 snd_pcm_delay that caused issues (see inline code comments)
25772 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25773 make more readable and fix return value when snd_pcm_delay fails
25776 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
25777 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25778 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25779 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25780 (gst_pixbufscale_link), (gst_pixbufscale_init),
25781 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25782 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25783 (gst_pixbufscale_get_property), (pixbufscale_init):
25784 * ext/gdk_pixbuf/pixbufscale.h:
25785 Add these files I forgot earlier
25787 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
25788 * ext/gdk_pixbuf/Makefile.am:
25789 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25790 * ext/gdk_pixbuf/gstgdkpixbuf.h:
25791 Add new pixbufscale element to scale RGB video
25792 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25793 and HYPER interpolation correctly.
25794 * ext/theora/theoraenc.c: (theora_enc_chain),
25795 Discard buffer and return if explicit caps could not be set
25796 (theora_enc_get_property):
25797 Make _get return kbps for the bitrate consistent with
25801 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
25803 * ext/libvisual/visual.c: (gst_visual_chain):
25804 add missing visual_audio_analyze
25806 2004-05-14 David Schleef <ds@schleef.org>
25808 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25809 is killed while we're playing.
25810 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25811 gst_element_no_more_pads().
25813 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25815 * gst-libs/gst/riff/riff-read.c :
25816 - fix INFO tag extraction in RIFF/AVI files
25817 because gst_event_unref (event) also freed taglist
25820 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25822 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25823 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25825 * gst/auparse/gstauparse.c :
25826 - add code (commented for now) to support audio/x-adpcm on src pad
25827 (we have no decoder for those layout yet)
25829 * gst/cdxaparse/gstcdxaparse.c :
25830 * gst/cdxaparse/gstcdxaparse.h :
25831 - partial rewrite using RiffRead (ripped iain's wavparse code)
25833 * gst/rtp/gstrtpL16enc.c : typo
25834 * gst/rtp/gstrtpgsmenc.c : typo
25836 2004-05-13 Benjamin Otte <otte@gnome.org>
25839 check for exact version of libvisual, it's not supposed to be
25842 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
25844 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25845 signal no-more-pads
25847 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25849 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25850 Report which format was used for GST_FORMAT_DEFAULT
25851 * gst/debug/Makefile.am:
25852 * gst/debug/gstdebug.c: (plugin_init):
25853 * gst/debug/progressreport.c: (gst_progressreport_base_init),
25854 (gst_progressreport_class_init), (gst_progressreport_init),
25855 (gst_progressreport_report), (gst_progressreport_set_property),
25856 (gst_progressreport_get_property), (gst_progressreport_chain),
25857 (gst_progressreport_plugin_init):
25858 Add progressreport element for testing.
25860 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
25862 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25863 * sys/v4l/gstv4lsrc.h:
25864 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25865 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25866 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25867 (gst_v4lsrc_grab_frame):
25869 send a discont at start
25871 2004-05-12 Colin Walters <walters@redhat.com>
25873 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25874 inflooping if we can't find a chunk. Or in other words, don't blow
25875 chunks if we don't have a chunk to blow.
25877 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
25878 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25879 Remove old debug output
25880 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25881 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25882 (gst_dvdec_set_property), (gst_dvdec_get_property):
25883 Change the quality setting to an enum, so it works from gst-launch
25884 Don't renegotiate a non-linked pad. Allows audio only decoding.
25885 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25886 (gst_deinterlace_link), (gst_deinterlace_init):
25887 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25888 (gst_videodrop_link):
25889 Some caps negotiation fixes
25891 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25893 * ext/tarkin/gsttarkin.c :
25894 - Change RANK from NONE to PRIMARY
25895 * ext/gdk_pixbuf/gstgdkpixbuf.c :
25896 - Change RANK from NONE to MARGINAL
25897 * ext/divx/gstdivxenc.c :
25898 - Change RANK from PRIMARY to NONE (encoder/spider issue)
25900 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
25902 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25903 (gst_vorbisenc_push_packet):
25904 copy a function that was added between 1.0 and 1.0.1 until we
25905 depend on worthwhile features of post-1.0
25907 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
25910 enable shout2 by default
25911 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25912 (gst_shout2send_base_init), (gst_shout2send_init),
25913 (gst_shout2send_connect), (gst_shout2send_change_state):
25914 * ext/shout2/gstshout2.h:
25915 make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25917 * ext/theora/theora.c: (plugin_init):
25918 don't set rank on encoders
25920 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
25922 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25923 Use codec_data property instead of flag1 and flag2 for wma
25925 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25927 * gst/cdxaparse/gstcdxaparse.c :
25928 - Add mpegversion to CAPS to make it link
25929 - Rank is as GST_RANK_SECONDARY instead of NONE
25930 * gst/auparse/gstauparse.c :
25931 - Document all audio encoding we can encounter from Solaris 9
25932 headers and libsndfile information.
25933 - Increase max. rate from 48000 to 192000 (to match other elements)
25934 - Don't try to play junk data between header and samples
25936 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25938 * ext/libvisual/visual.c: (gst_visual_getcaps):
25939 use the right caps depending on endianness (I hope)
25940 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25941 use GST_RANK_NONE for all non-decoding elements or spider gets
25944 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
25946 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25947 Fix some odd cases and fix BE metadata parsing of unicode16 text.
25949 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
25951 * gst/switch/gstswitch.c: (gst_switch_release_pad),
25952 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25953 (gst_switch_loop), (gst_switch_get_type):
25954 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25955 HEADERS. Had to be said.
25957 2004-05-10 David Schleef <ds@schleef.org>
25959 * configure.ac: Add prototype Dirac support.
25961 * ext/dirac/Makefile.am:
25962 * ext/dirac/gstdirac.cc:
25963 * ext/dirac/gstdiracdec.cc:
25965 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25967 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25968 (gst_auparse_init), (gst_auparse_chain),
25969 (gst_auparse_change_state):
25970 Hack around spider. Remove me some day please.
25972 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
25974 * gst/auparse/gstauparse.c: (gst_auparse_chain):
25975 Fix for some uninitialized variables in previous patch, also
25976 makes it work. Fixes #142286 while we're at it.
25978 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25980 * gst/auparse/gstauparse.c:
25981 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25982 only unsupported formats are ADPCM/CCITT G.72x
25984 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25986 2004-05-10 Wim Taymans <wim@fluendo.com>
25988 * ext/vorbis/Makefile.am:
25989 * ext/vorbis/README:
25990 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25991 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25992 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25993 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25994 (gst_oggvorbisenc_convert_sink),
25995 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25996 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25997 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25998 (get_constraints_string), (update_start_message),
25999 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
26000 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
26001 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
26002 * ext/vorbis/oggvorbisenc.h:
26003 * ext/vorbis/vorbis.c: (plugin_init):
26004 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
26005 (raw_caps_factory), (gst_vorbisenc_class_init),
26006 (gst_vorbisenc_init), (gst_vorbisenc_setup),
26007 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
26008 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
26009 * ext/vorbis/vorbisenc.h:
26010 Added a raw vorbis encoder to be used with the oggmuxer.
26011 We still need the old encoder for some gnome applications,
26012 read the README to find out how that works.
26013 The raw encoder is called "rawvorbisenc" until 0.9.
26015 2004-05-10 Wim Taymans <wim@fluendo.com>
26017 * ext/ogg/gstogg.c: (plugin_init):
26018 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
26020 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
26021 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
26022 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
26023 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
26024 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
26025 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
26026 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
26027 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
26028 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
26029 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
26030 Added an ogg muxer.
26031 Small typo fixes in the demuxer.
26033 2004-05-10 Wim Taymans <wim@fluendo.com>
26035 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26036 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26037 (theora_enc_change_state), (theora_enc_set_property),
26038 (theora_enc_get_property):
26039 Mark the last packet with an EOS flag which is not really needed
26041 Do some better video framerate initialisation.
26042 Update the buffer timestamp.
26044 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
26046 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
26047 Return the result of the parent state change call
26049 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26051 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
26052 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
26053 * gst/law/alaw-encode.c : (idem)
26054 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
26055 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
26056 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
26058 2004-05-09 Benjamin Otte <otte@gnome.org>
26060 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26061 don't use a fixed buffer size when writing variable length data to
26062 it. Fixes memory corruption and makes alsasrc work
26064 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
26066 * ext/gnomevfs/gstgnomevfssink.c:
26067 (_gst_boolean_allow_overwrite_accumulator),
26068 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
26069 Run glib's default signal handler (??) in RUN_CLEANUP rather than
26070 RUN_LAST, and don't use that to set the accumulator value because
26071 then it's always FALSE.
26073 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
26075 * gst-libs/gst/riff/riff-media.c:
26076 (gst_riff_create_video_caps_with_data),
26077 (gst_riff_create_audio_caps),
26078 (gst_riff_create_audio_template_caps):
26079 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26080 Fix for unaligned RIFF files (i.e. where all the chunks together
26081 in a LIST chunk are not of the same size as the size given in
26082 the LIST chunk header). Fixes several odd WAVE files. Also fix
26083 ADPCM (block_align property) in audio, so that wavparse based
26084 on this works now as it used to stand-alone.
26086 2004-05-09 Edward Hervey <bilboed@bilboed.com>
26088 reviewed by Benjamin Otte <otte@gnome.org>
26090 * ext/a52dec/gsta52dec.c:
26091 * ext/divx/gstdivxdec.c:
26092 * ext/divx/gstdivxenc.c:
26093 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
26094 * ext/faac/gstfaac.c: (gst_faac_base_init):
26095 * ext/faad/gstfaad.c: (gst_faad_base_init):
26096 * ext/ivorbis/vorbisfile.c:
26097 * ext/lame/gstlame.c:
26098 * ext/libfame/gstlibfame.c:
26099 * ext/mpeg2enc/gstmpeg2enc.cc:
26100 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
26101 * ext/sidplay/gstsiddec.cc:
26102 * ext/speex/gstspeexdec.c:
26103 * ext/speex/gstspeexenc.c:
26104 * ext/xvid/gstxviddec.c:
26105 * ext/xvid/gstxvidenc.c:
26106 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
26109 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
26111 * ext/alsa/gstalsa.c: (device_list),
26112 (gst_alsa_class_probe_devices):
26113 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
26114 Fix alsa oddness in mixer after the combination of using mixer
26115 in source/sink elements and using hw:x,y instead of just hw:x.
26117 2004-05-09 Benjamin Otte <otte@gnome.org>
26119 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
26120 (gst_wavparse_create_sourcepad):
26121 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
26124 2004-05-09 Benjamin Otte <otte@gnome.org>
26126 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26127 allow discont events before caps nego
26129 2004-05-08 Benjamin Otte <otte@gnome.org>
26131 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26134 2004-05-08 Benjamin Otte <otte@gnome.org>
26136 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26137 (gst_level_change_state), (gst_level_init):
26138 * gst/level/gstlevel.h:
26139 figure out if we're initialized directly instead of keeping a
26140 variable that's wrong in 90% of cases
26141 don't initialize pads and then leak them and use a new unitialized
26142 pad. (fixes #142084)
26143 these were bugs so n00bish I didn't find them for an hour :/
26145 2004-05-08 Iain <iain@prettypeople.org>
26147 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
26148 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
26149 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
26150 return the length that was read.
26151 (gst_riff_read_strf_auds): Allow fmt tags as well.
26153 2004-05-07 David Schleef <ds@schleef.org>
26155 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
26156 signed char assumption in faad.h.
26158 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
26160 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
26161 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
26163 2004-05-07 Colin Walters <walters@redhat.com>
26165 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
26166 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
26168 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
26169 Add dispose function.
26171 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
26172 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
26173 Fix caps nego and pad templates. RGB mode caps should
26175 * ext/dvdnav/gst-dvd:
26176 Move mpeg2dec inside the thread because otherwise the
26177 queue rejects cap changes mid-stream
26178 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26179 (gst_mpeg2dec_flush_decoder):
26180 For mpeg2dec > 0.4.0, call the flush function instead of
26181 manually extracting all in-flight frames.
26182 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26183 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26184 Change mime type video/dv go video/x-dv to match the
26185 rest of gst-plugins
26187 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
26189 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26190 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26191 (gst_alsa_sink_class_init):
26192 * ext/alsa/gstalsasink.h:
26193 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26194 (gst_alsa_src_class_init):
26195 * ext/alsa/gstalsasrc.h:
26196 Make alsasink/src a subclass of alsamixer so that mixer stuff
26197 shows up in gst-rec. Needs some finetuning.
26199 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
26201 * ext/lame/gstlame.c: (gst_lame_chain):
26203 * ext/mad/gstmad.c: (gst_mad_handle_event):
26205 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26206 be able to detect mp3 files < 4096 bytes
26208 2004-05-06 Wim Taymans <wim@fluendo.com>
26210 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26211 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26212 (theora_enc_set_property), (theora_enc_get_property):
26213 Also encode the first frame, cleanup some code.
26215 2004-05-06 Wim Taymans <wim@fluendo.com>
26217 * ext/mpeg2enc/gstmpeg2enc.cc:
26218 Forward events first before deciding that negotiation was
26221 2004-05-06 Wim Taymans <wim@fluendo.com>
26223 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26224 First process the events before deciding that negotiation
26227 2004-05-06 Wim Taymans <wim@fluendo.com>
26229 * ext/theora/Makefile.am:
26230 * ext/theora/theora.c: (plugin_init):
26231 * ext/theora/theoradec.c: (theora_dec_change_state):
26232 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26233 (gst_theora_enc_class_init), (gst_theora_enc_init),
26234 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26235 (theora_enc_chain), (theora_enc_change_state),
26236 (theora_enc_set_property), (theora_enc_get_property):
26237 Added a theora encoder, grouped the encoder and decoder into the
26240 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
26242 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26243 (gst_jpegenc_chain):
26244 fix DURATION on outgoing buffers
26245 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26246 debug using time formats
26247 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26248 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26249 (gst_xvimagesink_sink_link):
26250 windows with width/height 0 generate X errors, so don't allow them
26252 2004-05-05 Wim Taymans <wim@fluendo.com>
26254 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26255 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26256 (gst_mpeg2dec_negotiate_format):
26257 * ext/mpeg2dec/gstmpeg2dec.h:
26258 removed the static pad template so that we can add the
26259 more accurate framerate value to the caps.
26262 2004-05-04 Benjamin Otte <otte@gnome.org>
26265 check for kdemacros.h, too (should fix #141821)
26266 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26267 don't crash if no header was sent, but nicely error out (fixes part
26270 2004-05-04 Wim Taymans <wim@fluendo.com>
26272 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26273 parent dispose function to avoid segfault on destroy.
26275 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
26277 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26279 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26280 (gst_xvimagesink_sink_link):
26281 clean up debugging caps
26282 also recreate xvimage when format has changed
26284 2004-05-04 Benjamin Otte <otte@gnome.org>
26286 * ext/libvisual/Makefile.am:
26287 * ext/libvisual/visual.c: (gst_visual_class_init),
26288 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26289 (gst_visual_srclink), (gst_visual_chain),
26290 (gst_visual_change_state), (plugin_init):
26291 use a GstAdapter to correctly adapt buffer sizes - allows using a
26294 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26296 * sys/v4l/gstv4lelement.h:
26297 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26298 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26299 (gst_v4lsrc_buffer_free):
26300 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26301 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26302 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26303 (gst_v4lsrc_requeue_frame):
26304 move some debugging categories around
26305 query for fps index and set accordingly if found
26307 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26309 * ext/lame/gstlame.c:
26310 correct defaults that lame_init puts out of range
26312 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26314 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26315 (gst_divxenc_class_init):
26316 fix range since -1 is the default
26317 * gst/mpeg1sys/gstmpeg1systemencode.c:
26318 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26319 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26320 (gst_rtjpegdec_chain):
26321 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26322 (gst_rtjpegenc_chain):
26323 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26324 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26325 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26326 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26327 * sys/v4l/gstv4lsrc.c:
26328 * sys/v4l/v4l_calls.c: (gst_v4l_open):
26329 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26330 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26331 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26332 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26333 remove gst_info calls
26335 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26344 Updated translations
26346 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
26348 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26349 refactor/comment code
26351 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
26353 * gst/asfdemux/Makefile.am:
26354 * gst/asfdemux/asfheaders.c:
26355 * gst/asfdemux/asfheaders.h:
26356 * gst/asfdemux/gstasf.c: (plugin_init):
26357 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26358 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26359 (gst_asf_demux_setup_pad):
26360 * gst/asfdemux/gstasfdemux.h:
26361 * gst/asfdemux/gstasfmux.c:
26362 * gst/asfdemux/gstasfmux.h:
26363 Add tagging support to demuxer, split out registration in its own
26364 file instead of in demux (hacky), and prevent having some tables
26365 in our memory multiple times (in asfheaders.h).
26367 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
26369 * gst/matroska/matroska-demux.c:
26370 (gst_matroska_demux_parse_metadata):
26371 * gst/matroska/matroska-ids.h:
26372 Basic tag reading support.
26374 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
26376 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26377 Really detect ac-3 audio.
26378 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26379 really detect matroska files (off-by-1).
26381 2004-04-30 David Schleef <ds@schleef.org>
26383 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26384 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26385 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26386 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26387 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26388 hackage -- parse a lot more atoms, extract a few tags. One might even
26389 mistake this for tag support. Maybe it is.
26390 * gst/qtdemux/qtdemux.h:
26392 2004-04-30 Colin Walters <walters@verbum.org>
26394 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26396 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
26398 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26399 (gst_ffmpegcolorspace_getcaps):
26400 remove broken nego fix
26402 2004-04-30 Benjamin Otte <otte@gnome.org>
26406 * ext/libvisual/Makefile.am:
26407 * ext/libvisual/visual.c:
26408 add initial support for libvisual (http://libvisual.sourceforge.net)
26409 libvisual is still quite alpha, so expect crashes in there :)
26411 2004-04-29 David Schleef <ds@schleef.org>
26413 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26414 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26415 up qtdemux to make it spit out codec_data. Do _not_ look at this
26416 code; you will no longer respect me.
26418 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26420 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26421 * ext/alsa/gstalsa.h :
26422 change alsa pcm device discovery to find more than 1 device
26423 per card. code review by Ronald.
26425 2004-04-29 David Schleef <ds@schleef.org>
26427 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26428 Add a check for a driver bug on FreeBSD. (bug #140565)
26430 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
26432 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26433 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26434 (gst_jpegenc_getcaps):
26435 move format setting to inner loop
26436 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26437 (gst_ffmpegcolorspace_getcaps):
26438 use GST_PAD_CAPS if available so that we use already negotiated
26440 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26441 (qtdemux_parse_moov), (qtdemux_parse):
26443 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26444 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26445 move hardcoded path to DEFINE
26447 2004-04-28 David Schleef <ds@schleef.org>
26449 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
26452 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26454 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26455 Don't probe for playback device if we're a source element. Fixes
26458 2004-04-29 Benjamin Otte <otte@gnome.org>
26460 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26461 (gst_id3_tag_chain):
26462 rewrite buffer offset
26464 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
26468 * ext/dts/Makefile.am:
26469 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26470 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26471 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26472 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26473 (gst_dtsdec_loop), (gst_dtsdec_change_state),
26474 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26476 * ext/dts/gstdtsdec.h:
26478 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26479 (gst_faad_srcconnect):
26480 Add ESDS atom handling (.m4a).
26482 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
26484 * ext/divx/gstdivxdec.c: (plugin_init):
26485 Remove comment that makes no sense.
26486 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26487 Fix for obvious typo that resulted in warnings during gst-register.
26488 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26489 (gst_xviddec_sink_link):
26490 Fix caps negotiation a bit better.
26491 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26492 We call this 'codec_data', not 'esds'.
26494 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
26496 * gst/monoscope/gstmonoscope.c:
26497 make sure we only provide 256x128
26498 * gst/monoscope/monoscope.c: (monoscope_init):
26499 assert size of 256x128
26501 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26504 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26505 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26506 fixate to max width and height of device
26508 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26511 * sys/v4l/gstv4l.c:
26512 * sys/v4l/gstv4lsrc.c:
26513 * sys/v4l/v4l_calls.c:
26514 * sys/v4l/v4lsrc_calls.c:
26515 fix for qc-usb driver which fakes having more than one buffer
26516 by handing the same buffer twice, which confused GStreamer's/v4lsrc
26517 buffer_free override
26520 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
26523 * gst/videotestsrc/gstvideotestsrc.c:
26524 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26525 (gst_videotestsrc_init), (gst_videotestsrc_get),
26526 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26527 * gst/videotestsrc/gstvideotestsrc.h:
26528 add num-buffers property
26530 2004-04-26 Benjamin Otte <otte@gnome.org>
26532 * ext/mad/gstid3tag.c: (plugin_init):
26533 set id3mux rank to NONE so it doesn't confuse spider
26534 require audio/mpeg,mpegversion=1 in id3mux
26536 2004-04-26 Benjamin Otte <otte@gnome.org>
26539 detect faad correctly as non-working if it's indeed non-working
26541 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
26544 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26545 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26546 fix _getcaps so it only negotiates to its supported format
26548 2004-04-25 Benjamin Otte <otte@gnome.org>
26550 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26553 2004-04-23 Benjamin Otte <otte@gnome.org>
26555 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26556 audio/x-raw-int with height rules! not. Now it's depth.
26558 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
26560 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26561 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26562 (gst_wavparse_loop):
26563 Missing variable initialization. Add handling of DVI ADPCM. Fix
26564 mis-parsing of LIST chunks. This works around a bug where we mis-
26565 parse non-aligning LIST chunks (so LIST chunks where the contents
26566 don't align with the actual LIST size). The correct fix is to use
26567 rifflib, I'm not going to fix wavparse - too much work. All this
26570 2004-04-22 Zaheer Abbas Merali <zaheerabbas at merali dot org>
26572 reviewed by Benjamin Otte <otte@gnome.org>
26574 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26575 fix shoutcast not working (fixes #140844)
26577 2004-04-22 Benjamin Otte <otte@gnome.org>
26579 * ext/hermes/gsthermescolorspace.c:
26580 (gst_hermes_colorspace_caps_remove_format_info):
26581 * gst/colorspace/gstcolorspace.c:
26582 (gst_colorspace_caps_remove_format_info):
26583 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26584 (gst_ffmpegcolorspace_caps_remove_format_info):
26585 s/gst_caps_simplify/gst_caps_do_simplify/
26587 2004-04-22 Benjamin Otte <otte@gnome.org>
26589 * gst-libs/gst/riff/riff-media.c:
26590 (gst_riff_create_video_caps_with_data):
26591 mpegversion is an int
26592 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26593 don't try to create pad templates with NULL caps, use any caps
26596 2004-04-20 David Schleef <ds@schleef.org>
26598 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26599 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
26602 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26604 reviewed by David Schleef
26606 * ext/mad/gstid3tag.c: Add stdlib.h
26607 * gst/rtp/gstrtpgsmenc.c: same
26608 * gst/tags/gstid3tag.c: same
26609 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26610 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26611 GST_DISABLE_LOADSAVE use.
26612 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26613 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26614 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26616 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26617 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26619 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26620 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26622 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26625 2004-04-20 David Schleef <ds@schleef.org>
26627 * gst/realmedia/rmdemux.c: This was supposed to part of the
26628 last checkin. Same idea.
26630 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
26632 reviewed by David Schleef
26634 * configure.ac: bump required gstreamer version to 0.8.1.1
26635 because of following changes [--ds]
26637 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
26638 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26639 (gst_riff_read_header): Use GST_READ_UINT*
26640 macros to access possibly unaligned memory.
26642 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26643 (mp3_type_find): Use GST_READ_UINT*
26644 macros to access possibly unaligned memory.
26645 (mp3_type_find, mpeg1_parse_header, qt_type_find)
26646 (speex_type_find): Likewise
26648 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26650 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26651 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26652 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26653 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26654 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26655 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
26656 macros to access possibly unaligned memory.
26658 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26661 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26662 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26664 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26667 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26668 (gst_mpeg2subt_chain_subtitle): Likewise.
26670 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26671 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26674 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26677 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26680 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26683 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26686 update required version of GStreamer because of GST_TIME_FORMAT
26688 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
26690 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26691 remove leftover g_print
26692 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26693 don't try setting only a subset of the caps. We don't want to kill
26694 autoplugging on purpose
26696 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26698 * sys/ximage/ximagesink.c: (plugin_init):
26699 * sys/xvimage/xvimagesink.c: (plugin_init):
26700 add debugging categories
26702 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
26706 Adding en_GB translation (Gareth Owen)
26708 2004-04-20 David Schleef <ds@schleef.org>
26710 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26711 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26712 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26713 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26714 A number of new features and hacks to extract the esds atom and
26715 put it into the caps. (bug #137724)
26717 2004-04-19 David Schleef <ds@schleef.org>
26719 * gconf/Makefile.am: Fix for non-GNU make
26720 * gst-libs/gst/Makefile.am: Change directory order to handle
26721 GstPlay linking with gstinterfaces
26722 * gst-libs/gst/audio/make_filter: make use of tr portable
26723 * gst-libs/gst/play/Makefile.am: Add intended \
26724 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26725 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26726 function prototype instead of void *.
26727 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26729 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26730 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26731 * gst/videofilter/make_filter: make use of tr portable
26732 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26734 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
26738 Added Ukrainian translation (Maxim V. Dziumanenko)
26740 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26742 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26743 (gst_gsmdec_link), (gst_gsmdec_chain):
26744 Fix capsnego, simplify chain function slightly.
26745 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26748 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
26750 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26751 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26752 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26753 Hack to make wavparse work with spider (always -> sometimes pad).
26754 Fixes #135862 && #140411.
26756 2004-04-18 Benjamin Otte <otte@gnome.org>
26758 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26759 (gst_osselement_rate_probe_check),
26760 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26761 get rid of \n in debug output
26763 2004-04-17 Iain <iain@prettypeople.org>
26765 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26768 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26770 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26771 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26772 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26773 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26774 (gst_id3_tag_src_link), (gst_id3_tag_chain),
26775 (gst_id3_tag_change_state), (plugin_init):
26776 deprecate id3tag element and replace with id3demux/id3mux.
26777 great side effect: this ugly file is now even uglier, yay!
26778 * ext/mad/gstmad.h:
26779 remove non-available function
26780 update for new get_type
26782 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
26785 require mpeg2dec >= 0.4.0
26787 2004-04-17 Benjamin Otte <otte@gnome.org>
26789 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26790 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26791 (gst_xvimagesink_set_xwindow_id):
26792 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26793 assorted cleanup fixes.
26795 2004-04-16 David Schleef <ds@schleef.org>
26797 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26798 * sys/xvimage/xvimagesink.h: same
26800 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
26802 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26803 Fix GST_ELEMENT_ERROR with (NULL)
26805 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26807 * gst-libs/gst/riff/riff-media.c:
26808 (gst_riff_create_video_caps_with_data):
26809 Add div[3456] as fourccs for DivX 3 (fixes #140137).
26811 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
26813 * gst-libs/gst/riff/riff-media.c:
26814 (gst_riff_create_video_caps_with_data),
26815 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26816 (gst_riff_create_video_template_caps),
26817 (gst_riff_create_audio_template_caps):
26818 * gst-libs/gst/riff/riff-media.h:
26819 * gst-libs/gst/riff/riff-read.c:
26820 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26821 * gst-libs/gst/riff/riff-read.h:
26822 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26823 Add MS RLE support. I added some functions to read out strf chunks
26824 into strf chunks and the data behind it. This is usually color
26825 palettes (as in RLE, but also in 8-bit RGB). Also use those during
26826 caps creation. Lastly, add ADPCM (similar to wavparse - which
26827 should eventually be rifflib based).
26828 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26829 (gst_matroska_demux_init), (gst_matroska_demux_reset):
26830 * gst/matroska/matroska-demux.h:
26831 Remove placeholders for some prehistoric tagging system. Didn't add
26832 support for any tag system really anyway.
26833 * gst/qtdemux/qtdemux.c:
26834 Add support for audio/x-m4a (MPEG-4) through spider.
26835 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26836 (gst_wavparse_loop):
26837 ADPCM support (#135862). Increase max. buffer size because we
26838 cannot split buffers for ADPCM (screws references) and I've seen
26839 files with 2048 byte chunks. 4096 seems safe for now.
26841 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26843 * configure.ac: bump nano to 1
26845 === release 0.8.1 ===
26847 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
26849 * configure.ac: releasing 0.8.1, "Comforting Sounds"
26851 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
26853 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26854 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26857 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26859 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26860 lower rank of dvddemux so that it's not used for mpeg playback.
26862 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
26865 save libs correctly when checking mad
26867 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
26869 * ext/mad/gstid3tag.c: (plugin_init):
26870 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
26872 2004-04-13 David Schleef <ds@schleef.org>
26874 * common/m4/gst-feature.m4: Call -config scripts with
26875 --plugin-libs if it is supported.
26876 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26877 JPEG images are image/jpeg.
26878 * gst/debug/Makefile.am:
26879 * gst/debug/negotiation.c: (gst_negotiation_class_init),
26880 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26881 (gst_negotiation_update_caps), (gst_negotiation_get_property),
26882 (gst_negotiation_plugin_init): Add a property that acts like
26884 * testsuite/gst-lint: Move license checking to be a standard
26887 2004-04-13 David Schleef <ds@schleef.org>
26889 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26890 patch from Sebastien Cote (bug #139958)
26892 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26894 * examples/gstplay/Makefile.am:
26895 * examples/gstplay/player.c: (main):
26896 make the commandline player example use gconf settings
26898 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
26900 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26901 (gst_cacasink_sinkconnect), (gst_cacasink_init),
26902 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26903 init/end library during state transition, not object
26904 creation/disposal. get rid of custom dispose handler.
26907 2004-04-12 Christian Schaller <Uraeus@gnome.org>
26909 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26912 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26914 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26915 Handle JUNK chunks inside data section. Prevents warnings.
26917 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26919 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26920 (gst_riff_create_video_template_caps):
26922 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26923 (gst_avi_demux_stream_data):
26924 Add support for "rec-list" chunks.
26926 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26928 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26929 Fix another codecname mismatch.
26931 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
26933 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26934 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26935 so that MJPEG plays back.
26937 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26939 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26940 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26941 * gst/mpeg1videoparse/gstmp1videoparse.h:
26942 Fix for some slight mis-cuts in buffer parsing, and for some
26943 potential overflows or faults-causers. Adds disconts. Also fixes
26944 #139105 while we're at it.
26946 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26949 * sys/v4l2/gstv4l2element.h:
26950 Workaround for missing struct v4l2_buffer declaration in Suse 9
26951 and Mandrake 10 linux/videodev2.h header file (#135919).
26953 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26955 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26956 Bail out if no filename was given.
26958 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
26960 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26961 (gst_v4l2_fourcc_from_structure):
26962 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26965 2004-04-09 Benjamin Otte <otte@gnome.org>
26967 * ext/gnomevfs/gstgnomevfssink.c:
26968 (_gst_boolean_allow_overwrite_accumulator),
26969 (gst_gnomevfssink_class_init):
26970 fix erase signal - if any handler returns false the file will not be
26971 overwritten. If no handler is connected, the file will not be
26972 overwritten either.
26973 renamed signal to "allow-overwrite"
26974 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26975 free string when adding it to ID3 failed
26976 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26977 unref event when done
26978 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26980 * gst/typefind/gsttypefindfunctions.c:
26981 (mpeg_video_stream_type_find):
26984 2004-04-08 David Schleef <ds@schleef.org>
26986 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26987 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26989 2004-04-08 David Schleef <ds@schleef.org>
26991 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26992 we don't support (bug #139532)
26994 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
26996 * ext/mad/gstmad.c: (gst_mad_handle_event),
26997 (gst_mad_check_caps_reset), (gst_mad_chain),
26998 (gst_mad_change_state):
26999 only set explicit caps if they haven't been set before for
27000 this stream. MPEG-audio sample rate/channels aren't allowed
27001 to change in-stream.
27004 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
27006 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
27007 (_gst_boolean_did_something_accumulator),
27008 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
27009 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
27010 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
27011 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
27012 (gst_gnomevfssink_change_state):
27013 Fix erase signal. Don't erase by default. Remove handoff signal.
27014 Remove erase property. Don't segfault. General cleanup.
27016 2004-04-07 Benjamin Otte <otte@gnome.org>
27018 * gst-libs/gst/gconf/test-gconf.c: (main):
27019 add missing gst_init
27021 2004-04-07 Benjamin Otte <otte@gnome.org>
27023 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27024 free the mutexes, too
27026 2004-04-07 Benjamin Otte <otte@gnome.org>
27028 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27029 actually free the URI string
27030 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
27031 compute offset correctly when passing discont events
27032 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27033 don't leak discont events
27034 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
27035 add some missing breaks so caps aren't copied randomly
27036 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
27037 if we realloc memory, we better use it
27039 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
27041 * ext/mad/gstmad.c: (normal_seek):
27042 fix GST_FORMAT_TIME usage
27044 2004-04-05 David Schleef <ds@schleef.org>
27046 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
27047 a deprecated function (hack!)
27049 2004-04-05 Benjamin Otte <otte@gnome.org>
27051 * ext/esd/esdmon.c: (gst_esdmon_get):
27052 fix nonterminated vararg and memleak
27054 2004-04-05 Benjamin Otte <otte@gnome.org>
27056 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
27057 (gst_ladspa_init), (gst_ladspa_force_src_caps),
27058 (gst_ladspa_set_property), (gst_ladspa_get_property),
27059 (gst_ladspa_instantiate), (gst_ladspa_activate),
27060 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
27063 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
27065 reviewed by Benjamin Otte <otte@gnome.org>
27067 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
27068 check for broken LADSPA parameters (fixes #138635)
27070 2004-04-05 Benjamin Otte <otte@gnome.org>
27072 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
27073 advertise buffer-frames correctly on sinkpads
27075 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
27077 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
27078 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
27079 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
27080 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
27081 (gst_mad_check_caps_reset), (gst_mad_chain):
27082 add more debugging, only reset caps when we're not in error state
27084 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
27086 * ext/mad/gstmad.c: add debugging category, comment + cleanups
27088 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
27090 reviewed by Benjamin Otte <otte@gnome.org>
27093 fix == in test(1) operator
27095 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
27097 reviewed by Benjamin Otte <otte@gnome.org>
27100 fix --export-symblos-regex to a working regex.
27102 2004-04-04 Benjamin Otte <otte@gnome.org>
27104 * sys/oss/.cvsignore:
27107 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
27109 reviewed by Benjamin Otte <otte@gnome.org>
27111 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27112 add missing 'new_media' argument (fixes #138168)
27113 * gst/matroska/matroska-demux.c:
27114 (gst_matroska_demux_handle_seek_event):
27115 add vararg terminator (fixes #138169)
27117 2004-04-02 David Schleef <ds@schleef.org>
27119 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
27120 disted (bug #138914)
27122 2004-04-01 Benjamin Otte <otte@gnome.org>
27124 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
27125 (gst_alsa_close_audio):
27126 handle case better where a soundcard can't pause
27127 * ext/ogg/gstoggdemux.c:
27128 don't crash when we get events but don't have pads yet
27130 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27132 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27133 throw an error if we couldn't probe any caps.
27135 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
27137 * ext/dvdnav/gst-dvd:
27138 Add a really simple sample DVD player
27140 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
27142 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
27143 (gst_a52dec_push), (gst_a52dec_handle_event),
27144 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
27145 (gst_a52dec_change_state):
27146 * ext/a52dec/gsta52dec.h:
27147 Use a debug category, Output timestamps correctly
27148 Emit tag info, Handle events, tell liba52dec about cpu
27149 capabilities so it can use MMX etc.
27150 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
27151 Fix a crasher accessing invalid memory
27152 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
27153 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
27154 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27155 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
27157 Some support for byte-format seeking.
27158 Small fixes for still frames and menu button overlays
27159 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27160 (gst_mpeg2dec_alloc_buffer):
27161 Use a debug category. Adjust the report level of several items to
27162 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
27163 so it doesn't lose the GstBuffer pointer
27164 * gst/debug/Makefile.am:
27165 * gst/debug/gstdebug.c: (plugin_init):
27166 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
27167 (gst_navseek_base_init), (gst_navseek_class_init),
27168 (gst_navseek_init), (gst_navseek_seek),
27169 (gst_navseek_handle_src_event), (gst_navseek_set_property),
27170 (gst_navseek_get_property), (gst_navseek_chain),
27171 (gst_navseek_plugin_init):
27172 * gst/debug/gstnavseek.h:
27173 Add the navseek debug element for seeking back and forth in a
27174 video stream using arrow keys.
27175 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
27176 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27177 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27178 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27179 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27180 (gst_mpeg2subt_parse_header), (gst_get_nibble),
27181 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27182 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27183 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27184 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27185 * gst/mpeg2sub/gstmpeg2subt.h:
27186 Pretty much a complete rewrite. Now a loopbased element. May still
27187 require work to properly synchronise subtitle buffers.
27188 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27189 (gst_dvd_demux_send_subbuffer):
27190 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27191 Don't attempt to create subbuffers of size 0
27192 Reduce a couple of error outputs to warnings.
27193 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27194 (gst_y4mencode_chain):
27195 Output the y4m frame header correctly.
27197 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27199 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27200 throw errors instead of allowing SIGFPE
27202 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
27204 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27205 (gst_gconf_render_bin_from_key):
27206 leak plugging and style fixing
27208 2004-03-31 David Schleef <ds@schleef.org>
27210 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27211 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27213 * gst/debug/Makefile.am:
27214 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27215 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
27217 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27218 (gst_negotiation_base_init), (gst_negotiation_class_init),
27219 (gst_negotiation_init), (gst_negotiation_getcaps),
27220 (gst_negotiation_pad_link), (gst_negotiation_chain),
27221 (gst_negotiation_set_property), (gst_negotiation_get_property),
27222 (gst_negotiation_plugin_init): New element to talk about random
27223 negotiation things happening in a pipeline.
27225 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27227 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27228 fix integer addition with help of Stefan Kost
27230 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
27232 * po/nl.po: updated Dutch translation (Elros Cyriatan)
27234 2004-03-30 David Schleef <ds@schleef.org>
27236 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27237 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
27238 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27240 * ext/mpeg2dec/gstmpeg2dec.h:
27242 2004-03-30 David Schleef <ds@schleef.org>
27244 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27246 2004-03-30 David Schleef <ds@schleef.org>
27248 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
27249 Michael Petullo) to handle .mov
27251 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27253 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27254 (gst_osselement_rate_check_rate):
27255 probe caps correctly for sound cards that only support one format
27257 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27259 * ext/kio/kiosrc.cpp: (process_events):
27260 update handling event processing if inside KDE - untested
27262 2004-03-29 David Schleef <ds@schleef.org>
27264 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27265 by 2 to not interfere with other colorspaces.
27266 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27267 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27268 one to not interfere with ffmpeg_colorspace.
27270 2004-03-29 David Schleef <ds@schleef.org>
27272 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27273 aren't in the caps.
27274 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27275 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27277 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27279 * gst-libs/gst/riff/riff-media.c:
27280 fail on error, don't try to set stuff on NULL caps
27282 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
27286 * ext/kio/Makefile.am:
27287 * ext/kio/kioreceiver.cpp:
27288 * ext/kio/kioreceiver.h:
27289 * ext/kio/kiosrc.cpp:
27290 * ext/kio/kiosrc.h:
27291 add experimental kiosrc plugin
27292 * ext/alsa/gstalsaplugin.c: (plugin_init):
27293 initialize debugging category only when we're sure registering the
27296 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27298 * examples/gstplay/player.c: (main):
27299 * gst-libs/gst/play/play.c: (gst_play_class_init),
27300 (gst_play_set_location), (gst_play_set_data_src),
27301 (gst_play_set_video_sink), (gst_play_set_audio_sink),
27302 (gst_play_set_visualization), (gst_play_connect_visualization):
27303 check return values of element_set_state and return FALSE where
27306 2004-03-29 Benjamin Otte <otte@gnome.org>
27308 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27309 try harder to check if an event is really a discont
27311 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
27313 * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27316 2004-03-28 Benjamin Otte <otte@gnome.org>
27318 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27319 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27320 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27321 get rid of non-standard "..." ranges in case statements.
27323 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
27325 * gst/mpegstream/gstmpegdemux.c:
27326 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27327 specific functionality split to the new dvddemux element.
27328 * gst/mpegstream/gstdvddemux.c:
27329 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27330 streams, derived from mpegdemux.
27331 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27332 up. SCR based timestamp rewriting can be turned off (will probably
27333 completely disappear soon).
27334 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27335 hacking. General cleanup. All printf statements replaced by
27336 debugging messages. Almost complete libdvdnav support.
27337 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27338 by events. New properties for audio and subpicture languages.
27339 (dvdnavsrc_update_highlight): Now uses events.
27340 (dvdnavsrc_user_op): Cleaned up.
27341 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27342 based). Lots of cleanup, and propper support for most libdvdnav
27344 (dvdnavsrc_make_dvd_event): New function.
27345 (dvdnavsrc_make_dvd_nav_packet_event): New function.
27346 (dvdnavsrc_make_clut_change_event): New function.
27348 2004-03-26 Benjamin Otte <otte@gnome.org>
27350 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27351 fix bug where typefinding would claim it's theora whenever less then
27352 7 bytes of data were available
27354 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
27356 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27357 (gst_alawdec_base_init), (gst_alawdec_class_init),
27358 (gst_alawdec_init), (gst_alawdec_chain):
27359 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27360 (gst_alawenc_base_init), (gst_alawenc_class_init),
27361 (gst_alawenc_init), (gst_alawenc_chain):
27362 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27363 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27364 (gst_mulawdec_init), (gst_mulawdec_chain):
27365 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27366 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27367 (gst_mulawenc_init), (gst_mulawenc_chain):
27368 Fix capsnego in all four, remove the unused property functions and
27369 simplify the chain functions slightly. I guess we could use macros
27370 or something similar for those, since the code is so similar, but
27371 I'm currently too lazy...
27373 2004-03-24 David Schleef <ds@schleef.org>
27375 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27376 (gst_osselement_close_audio), (gst_osselement_probe_caps),
27377 (gst_osselement_get_format_structure),
27378 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27379 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27380 (gst_osselement_rate_int_compare): Add code to handle rate probing
27382 * sys/oss/gstosselement.h: same
27383 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27384 Use rate probing provided by osselement.
27385 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27387 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
27389 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27390 (gst_xvidenc_get_property):
27393 2004-03-24 David Schleef <ds@schleef.org>
27395 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27396 (gst_speexdec_init):
27397 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27398 (gst_speexenc_init): Create the pad template correctly (from
27399 the static pad template, not a NULL pointer.)
27401 2004-03-25 Benjamin Otte <otte@gnome.org>
27403 * gst/debug/Makefile.am:
27404 * gst/debug/breakmydata.c:
27405 add element that quasi-randomly changes bytes in the stream.
27406 Intended use is robustness checking of demuxers and decoders in
27409 2004-03-24 Benjamin Otte <otte@gnome.org>
27411 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27412 (gst_alsa_probe_hw_params):
27413 * ext/alsa/gstalsa.h:
27414 debugging output fixes
27416 2004-03-24 Benjamin Otte <otte@gnome.org>
27418 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27419 don't g_return_if_fail if element is PLAYING, fail silently as every
27421 * gst/effectv/gstquark.c: (gst_quarktv_chain):
27422 only fix needed for cast lvalue issues in gst-plugins
27423 * gst/volenv/gstvolenv.c: (gst_volenv_init):
27426 2004-03-24 Benjamin Otte <otte@gnome.org>
27428 * gst/level/gstlevel.c: (gst_level_init):
27429 add proxying getcaps function, so level doesn't advertise impossible
27432 2004-03-24 David Schleef <ds@schleef.org>
27434 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27435 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27436 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27437 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27438 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27439 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27440 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27441 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27442 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
27443 messages. Divide the chunk size by the compression ratio
27444 (needed for MACE audio)
27446 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27448 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27449 Fix buffer overflow read error.
27451 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
27453 * ext/alsa/gstalsa.h:
27454 Remove unused entry.
27455 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27457 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27458 (gst_videodrop_link), (gst_videodrop_chain):
27459 Fix, sort of. Was horribly broken with new capsnego. Bah...
27461 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
27463 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27465 Add a monkeysaudio typefind function
27467 2004-03-23 Johan Dahlin <johan@gnome.org>
27469 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27470 (gst_play_video_fixate): Check so the structure has the field
27471 before trying to fixate them, this makes it possible to have
27472 fakesinks for video and audio output without printing errors on
27473 the output console.
27475 2004-03-22 David Schleef <ds@schleef.org>
27477 * sys/oss/Makefile.am:
27478 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27479 (check_rate), (add_rate): Rate probing test app.
27481 2004-03-21 Benjamin Otte <otte@gnome.org>
27483 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27484 (_fixate_caps_to_int), (gst_audio_convert_fixate):
27485 add a fixation function that pretty much does the right thing (fixes
27488 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
27490 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27492 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
27494 reviewed by: Benjamin Otte <otte@gnome.org>
27496 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27497 terminate gst_event_new_discontinuous correctly (fixes parts of
27500 2004-03-19 David Schleef <ds@schleef.org>
27502 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
27503 since it doesn't depend on X, and it's part of our ABI.
27505 2004-03-19 Iain <iain@prettypeople.org>
27507 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27508 is_int in the structure, not the local variable.
27510 2004-03-19 David Schleef <ds@schleef.org>
27512 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27513 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27514 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27515 Improvements in caps negotiation.
27517 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27521 adding Afrikaans (Petri Jooste)
27523 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27525 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27526 (gst_ffmpegcolorspace_chain):
27527 throw error instead of g_critical (#137588)
27529 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
27533 dist common and m4 correctly
27536 2004-03-17 David Schleef <ds@schleef.org>
27538 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
27541 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27545 adding Swedish translation (Christian Rose)
27547 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
27549 * Makefile.am: use release.mak
27551 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27553 * common/ChangeLog:
27554 * common/gst-autogen.sh:
27555 add some explanation about the version detection
27559 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27561 * configure.ac: bump nano to 1
27563 === release 0.8.0 ===
27565 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27567 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27569 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
27572 update libtool version
27573 * gst-libs/gst/media-info/Makefile.am:
27574 actually use libtool version
27576 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27578 * configure.ac: fix speex detection to work with 1.0 but not 1.1
27580 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27583 * gst-plugins.spec.in:
27584 * pkgconfig/Makefile.am:
27585 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27586 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27587 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27588 * pkgconfig/gstreamer-libs.pc.in:
27589 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27590 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27591 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27592 * pkgconfig/gstreamer-plugins.pc.in:
27593 remove @VERSION@ from some of the pc files since core and plugins
27595 created gstreamer-plugins.pc as it's a better name, but keeping
27596 -libs around for now to get fixes upstream done first.
27598 2004-03-15 Julien MOUTTE <julien@moutte.net>
27600 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27601 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27602 * gst-libs/gst/play/play.h:
27604 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27606 * *.c, *.cc: don't mix tabs and spaces
27608 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27610 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27611 use the new ffmpegcolorspace
27612 * gst-plugins.spec.in:
27613 package new colorspace and media-info
27615 * pkgconfig/Makefile.am:
27616 fix some more disting issues
27617 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27618 * pkgconfig/gstreamer-media-info.pc.in:
27619 generate media-info pc files
27621 2004-03-15 Johan Dahlin <johan@gnome.org>
27623 * *.h: Revert indenting
27625 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27628 adding ffmpegcolorspace element
27629 * gst/ffmpegcolorspace/Makefile.am:
27630 * gst/ffmpegcolorspace/avcodec.h:
27631 * gst/ffmpegcolorspace/common.h:
27632 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27633 * gst/ffmpegcolorspace/dsputil.h:
27634 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27635 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27636 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27637 (gst_ffmpeg_caps_to_pix_fmt):
27638 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27639 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27640 (gst_ffmpegcolorspace_caps_remove_format_info),
27641 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27642 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27643 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27644 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27645 (gst_ffmpegcolorspace_set_property),
27646 (gst_ffmpegcolorspace_get_property),
27647 (gst_ffmpegcolorspace_register):
27648 * gst/ffmpegcolorspace/imgconvert.c:
27649 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27650 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27651 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27652 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27653 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27654 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27655 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27656 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27657 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27658 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27659 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27660 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27661 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27662 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27663 (img_get_alpha_info), (deinterlace_line),
27664 (deinterlace_line_inplace), (deinterlace_bottom_field),
27665 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27666 * gst/ffmpegcolorspace/imgconvert_template.h:
27667 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27668 * gst/ffmpegcolorspace/mmx.h:
27669 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27670 adding ffmpegcolorspace element supplied by Ronald after cleaning
27671 up and pulling in the right bits of upstream source.
27672 I'm sure a better C/compiler wizard could do some cleaning up (for
27673 example use GLIB's malloc stuff), but as a first pass this
27676 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
27678 * ext/alsa/gstalsa.h:
27679 I assume Ronald forgot to commit the change to have cardname
27680 as a struct member. Expect some public spanking at the next
27683 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
27685 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27686 (gst_alsa_open_audio), (gst_alsa_close_audio):
27687 * ext/alsa/gstalsa.c:
27688 Don't open the device if we're a mixer (= padless).
27689 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27690 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27691 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27692 Open mixer during state change rather than during object
27693 initialization. Also, get a device name. Currently in a somewhat
27694 hackish fashion, but I didn't really find something better.
27696 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
27698 * *.c, *.h: run gst-indent
27700 2004-03-14 Benjamin Otte <otte@gnome.org>
27702 * gst/modplug/gstmodplug.cc:
27703 * gst/modplug/gstmodplug.h:
27704 set correct timestamps on outgoing buffers
27706 2004-03-14 Benjamin Otte <otte@gnome.org>
27708 * gst/modplug/gstmodplug.cc:
27709 handle events - don't do crap when a discont arrives that's not
27711 This allows correct loading and playback of mods in Rhythmbox
27713 2004-03-14 Benjamin Otte <otte@gnome.org>
27716 * gst-libs/gst/gconf/Makefile.am:
27717 * pkgconfig/Makefile.am:
27718 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27719 they get rebuilt properly
27721 when checking for vorbis, try pkgconfig first.
27722 * gst/modplug/gstmodplug.cc:
27723 add fixate function
27725 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
27727 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27728 Fix for obvious mistake, where we first shift the offset and then
27729 read a samplesize element assuming the old offset. Note that this
27730 part still has something weird, i.e. my movies containing those
27731 don't actually play well, but at least there's something that looks
27734 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
27735 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27737 Add a typefind function for speex format
27739 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27741 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27742 (gst_asf_demux_setup_pad):
27743 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27744 instead of 0. Reason is simple: some elements have a fps range
27745 of 1-max instead of 0-max. So now ASF video actually works.
27747 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
27751 adding serbian as a language
27753 2004-03-13 Benjamin Otte <otte@gnome.org>
27755 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27756 return taglist correctly from _get function, don't gst_pad_push it.
27759 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27760 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27762 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27764 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27765 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27766 (gst_alsa_mixer_track_new):
27767 * ext/alsa/gstalsamixertrack.h:
27768 Fix ancient leftovers... MixerTrack is a GObject.
27770 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
27772 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27773 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27774 Don't block during probing...
27776 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
27778 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27779 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27780 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27781 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27782 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27783 (gst_alsa_open_audio), (gst_alsa_close_audio):
27784 * ext/alsa/gstalsa.h:
27785 Add propertyprobe interface implementation, add some device-name
27786 property, all this so that it looks good in gnome-volume-control.
27788 2004-03-12 David Schleef <ds@schleef.org>
27790 * configure.ac: the Hermes library controls hermescolorspace, not
27792 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27793 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27795 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27796 * ext/sdl/sdlvideosink.h: ditto.
27797 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27799 2004-03-12 Benjamin Otte <otte@gnome.org>
27801 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27802 (gst_x_overlay_got_xwindow_id):
27803 * gst-libs/gst/xoverlay/xoverlay.h:
27804 replace XID with unsigned long to get rid of the xlibs dependency in
27805 XOverlay (fixes #137004)
27807 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
27808 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27809 (gst_agingtv_setup):
27810 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27811 (gst_dicetv_base_init), (gst_dicetv_class_init),
27812 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27813 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27814 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27815 (gst_edgetv_setup), (gst_edgetv_rgb32):
27816 * gst/effectv/gsteffectv.c:
27817 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27818 (gst_quarktv_set_property):
27819 * gst/effectv/gstrev.c: (gst_revtv_get_type),
27820 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27821 (gst_revtv_setup), (gst_revtv_rgb32):
27822 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27823 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27824 (gst_shagadelictv_init), (gst_shagadelictv_setup),
27825 (gst_shagadelictv_rgb32):
27826 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27827 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27828 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27829 * gst/effectv/gstwarp.c:
27830 Port everything that can be ported to videofilter and fix up the caps.
27831 Can someone with a big-endian machine please check these?
27833 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27835 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27836 (gst_osssink_chain), (gst_osssink_change_state):
27837 Latest fixes for A/V sync, audio playback and such. This is about
27838 all... MPEG playback issues are mostly related to the async build-
27839 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27841 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27843 patch from: Stephane Loeuillet
27846 use pkg-config for some libraries, falling back to the old .m4 way
27851 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
27854 * tools/Makefile.am:
27855 * tools/Makefile.in:
27856 * tools/gst-launch-ext-m.m:
27857 * tools/gst-launch-ext.1.in:
27858 * tools/gst-visualise-m.m:
27859 * tools/gst-visualise.1:
27860 * tools/gst-visualise.1.in:
27861 reorganizing generation of script tools
27863 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
27865 * ext/divx/gstdivxdec.c:
27866 Downgrade priority. We prefer ffdec_mpeg4.
27867 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27868 (gst_faad_chain), (gst_faad_change_state):
27869 Fix capsnego. Doesn't work for some sounds because we don't have
27870 a 5:1 to stereo element.
27871 * ext/xvid/gstxvid.c: (plugin_init):
27873 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27874 (gst_osssink_change_state):
27875 Add discont handling.
27877 2004-03-09 Colin Walters <walters@verbum.org>
27879 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27882 2004-03-09 Benjamin Otte <otte@gnome.org>
27884 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27885 the signals take 2 arguments
27887 2004-03-09 David Schleef <ds@schleef.org>
27889 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27890 (gst_alsa_fixate): Add fixate function. (bug #136686)
27891 * ext/alsa/gstalsa.h:
27892 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27894 2004-03-09 Benjamin Otte <otte@gnome.org>
27896 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27897 (gst_mikmod_change_state):
27898 * ext/mikmod/gstmikmod.h:
27899 make mikmod's loop function not loop infinitely and call
27900 gst_element_yield anymore
27901 * gst/modplug/gstmodplug.cc:
27902 fix pad negotiation (fixes #136590)
27904 2004-03-09 David Schleef <ds@schleef.org>
27906 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
27907 doesn't conflict with the internal colorspace plugin.
27908 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
27909 satisfy the crappy-ass shell shipped by a certain vendor.
27910 * gst/videofilter/make_filter: same (bug #135299)
27912 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27914 * configure.ac: bump nano to 1
27916 === release 0.7.6 ===
27918 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27920 * configure.in: releasing 0.7.6, "There"
27922 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27924 * pkgconfig/gstreamer-play-uninstalled.pc.in:
27925 * pkgconfig/gstreamer-play.pc.in:
27926 synchronize the two
27928 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27930 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27931 (cdparanoia_open), (cdparanoia_event):
27932 fix/add error handling
27934 add cdparanoia source
27935 * tools/Makefile.am:
27936 make scripts executable
27938 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
27941 * ext/vorbis/Makefile.am:
27943 remove id3types, vorbisfile and xvideosink from the build (#133783)
27945 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
27947 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27948 Fix metadata read crash (#136537).
27950 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27952 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27953 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27954 adding mime types, fixing the one-stop function
27956 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27958 * ext/nas/nassink.c and /ext/nas/nassink.h:
27959 More NAS love from Arwed von Merkatz
27960 So lets all sing 'Can you feel the NAS tonight'
27962 2004-03-08 Christian Schaller <Uraeus@gnome.org>
27964 * tools/gst-launch-ext.in:
27965 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27967 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27969 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27970 (gst_mpeg2dec_init):
27971 remove the user_data pad for now, because it is being used in
27972 fixating causing MPEG playback to fixate on 1000 Hz for playback.
27973 If someone knows how to fix this properly, please do.
27975 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
27977 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27978 (gst_osssink_get_time):
27979 add a warning, IMO this won't get triggered anymore, remove later
27981 2004-03-07 David Schleef <ds@schleef.org>
27983 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
27984 format (bug #136470)
27986 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
27988 * gst-libs/Makefile.am:
27989 * gst-libs/gst/media-info/Makefile.am:
27990 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27991 (error_callback), (gst_media_info_error_create),
27992 (gst_media_info_error_element), (gmip_init), (gmip_reset),
27993 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27994 * gst-libs/gst/media-info/media-info-priv.h:
27995 * gst-libs/gst/media-info/media-info-test.c: (main):
27996 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27997 (gst_media_info_class_init), (gst_media_info_instance_init),
27998 (gst_media_info_set_source), (gst_media_info_read_with_idler),
27999 (gst_media_info_read_idler), (gst_media_info_read):
28000 * gst-libs/gst/media-info/media-info.h:
28001 fixed, should work now
28003 2004-03-07 Christian Schaller <Uraeus@gnome.org>
28005 * ext/nas/nassink.c:
28006 A bunch of NAS fixes from Arwed von Merkatz
28008 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
28010 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
28011 (qtdemux_parse_trak):
28012 Fix crash (j might be greater than n_samples, in which case we're
28013 writing outside the allocated space for the array) and memleak.
28015 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
28017 * sys/oss/gstosssink.c: (gst_osssink_chain):
28018 And another caller that couldn't handle delay < 0 (unsigned
28019 integer overflow). Video now continues playing on an audio
28020 buffer underrun, and the clock continues working. Audio still
28023 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
28025 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28026 (gst_osssink_get_time):
28027 get_delay() may return values lower than 0. In those cases, we
28028 should not actually cast to *unsigned* int64, that will break
28029 stuff horribly. In my case, it screwed up A/V sync in movies
28030 in totem rather badly.
28032 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28034 * ext/faac/gstfaac.c: (gst_faac_chain):
28035 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28036 * ext/libpng/gstpngenc.c: (user_write_data):
28037 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28038 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28039 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28040 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28041 Fix several misuse of gst_buffer_merge (it doesn't take ownership
28042 of any buffer), should fix some leaks. I hope I didn't unref buffers
28043 that shouldn't be...
28045 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28047 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
28048 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
28049 (error_callback), (gmi_reset), (gmi_seek_to_track),
28050 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
28051 (gmip_find_type_post), (gmip_find_stream_post),
28052 (gmip_find_track_streaminfo_post):
28053 * gst-libs/gst/media-info/media-info-priv.h:
28054 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
28055 (info_print), (main):
28056 * gst-libs/gst/media-info/media-info.c:
28057 (gst_media_info_error_create), (gst_media_info_error_element),
28058 (gst_media_info_instance_init), (gst_media_info_get_property),
28059 (gst_media_info_new), (gst_media_info_set_source),
28060 (gst_media_info_read_idler), (gst_media_info_read):
28061 * gst-libs/gst/media-info/media-info.h:
28062 first pass at making this work again. This seems to work on
28063 tagged ogg/vorbis and mp3 files.
28065 2004-03-06 Benjamin Otte <otte@gnome.org>
28067 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28068 fix huge leak: gst_buffer_merge doesn't unref the first argument
28071 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28073 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
28074 report layer/mode/emphasis
28076 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28078 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
28080 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28082 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
28085 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28087 * ext/vorbis/vorbis.c: (plugin_init):
28088 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28089 (gst_vorbis_dec_init), (vorbis_dec_event):
28091 make vorbisdec handle _BYTE and _TIME queries
28093 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28095 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
28096 from the xing header
28098 2004-03-06 Benjamin Otte <otte@gnome.org>
28100 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
28101 (gst_audio_convert_link), (gst_audio_convert_change_state),
28102 (gst_audio_convert_buffer_from_default_format):
28103 do conversions from/to float correctly, fix some caps nego errors,
28104 export correct supported caps in template and getcaps, use correct
28105 caps in try_set_caps functions
28107 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28109 For some reason, I only committed a ChangeLog entry yesterday and
28110 not the corresponding code...
28111 * ext/mad/gstmad.c: Fix detection of Xing headers
28112 * gst/tags/gstid3tag.c: Changes to support TLEN tags
28114 2004-03-06 Benjamin Otte <otte@gnome.org>
28116 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
28117 (gst_ogg_demux_src_query):
28118 make sure to handle the case where there's no current chain
28121 2004-03-05 David Schleef <ds@schleef.org>
28123 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
28124 Add fixate function. (bug #131128)
28125 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28126 (gst_sdlvideosink_fixate): Add fixate function.
28127 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28128 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
28129 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
28130 Fix missing break that was causing ulaw to be interpreted as
28133 2004-03-05 David Schleef <ds@schleef.org>
28135 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28136 Fix code that ignores return value of gst_buffer_merge().
28138 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
28139 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
28140 * testsuite/gst-lint: Check for above.
28142 2004-03-05 David Schleef <ds@schleef.org>
28144 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
28145 caps and throw an element error. (bug #136334)
28147 2004-03-05 David Schleef <ds@schleef.org>
28149 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
28150 (gst_faad_chain): Fix negotiation.
28151 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
28152 key and button events.
28153 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
28155 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
28157 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
28158 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28159 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
28160 function to encourage better negotiation, particularly between
28161 audioconvert and osssink.
28162 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28163 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
28165 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
28167 * gst/vbidec/vbiscreen.c: Add glib header
28168 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
28170 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
28172 * ext/mad/gstmad.c: Fix detection of Xing headers
28173 * gst/tags/gstid3tag.c: Changes to support TLEN tags
28175 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
28177 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28178 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28181 2004-03-06 Christophe Fergeau <teuf@gnome.org>
28183 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28184 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28185 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28186 files, and report the parsed length as a GST_TAG_DURATION tag.
28187 * gst/tags/gstid3tag.c: support TLEN (duration) tag
28189 2004-03-05 Benjamin Otte <otte@gnome.org>
28191 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28192 convert channels correctly. convert correctly to unsigned.
28194 2004-03-05 Julien MOUTTE <julien@moutte.net>
28196 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28197 we have a window before clearing it.
28199 2004-03-05 Julien MOUTTE <julien@moutte.net>
28201 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28202 have a window before clearing it.
28204 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
28206 * gconf/gstreamer.schemas.in:
28207 * gst-libs/gst/gconf/Makefile.am:
28208 version installation path the same way as for 0.6
28209 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28210 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28211 * pkgconfig/gstreamer-play-uninstalled.pc.in:
28212 remove comment that was fixed
28214 2004-03-05 David Schleef <ds@schleef.org>
28216 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28217 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28218 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28219 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28220 Add prototype code for handling seeking and querying.
28222 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
28224 * examples/gstplay/player.c: (main):
28225 Initialize variables to NULL. Prevents a segfault because the
28226 (uninitialized) variable is not NULL, resulting in a crash on
28227 trying to reach error->message.
28229 2004-03-05 Benjamin Otte <otte@gnome.org>
28231 * gst/audioconvert/gstaudioconvert.c:
28232 (gst_audio_convert_buffer_to_default_format):
28233 make float=>int conversion work correctly even in cornercases.
28235 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
28237 * debian/README.Debian:
28238 * debian/build-deps:
28239 * debian/changelog:
28241 * debian/control.in:
28242 * debian/copyright:
28243 * debian/gstreamer-a52dec.files:
28244 * debian/gstreamer-aa.files:
28245 * debian/gstreamer-alsa.files:
28246 * debian/gstreamer-alsa.manpages:
28247 * debian/gstreamer-arts.files:
28248 * debian/gstreamer-artsd.files:
28249 * debian/gstreamer-audiofile.files:
28250 * debian/gstreamer-avifile.files:
28251 * debian/gstreamer-cdparanoia.files:
28252 * debian/gstreamer-colorspace.files:
28253 * debian/gstreamer-doc.files:
28254 * debian/gstreamer-dv.files:
28255 * debian/gstreamer-dvd.files:
28256 * debian/gstreamer-esd.files:
28257 * debian/gstreamer-festival.files:
28258 * debian/gstreamer-flac.files:
28259 * debian/gstreamer-gconf.conffiles:
28260 * debian/gstreamer-gconf.files:
28261 * debian/gstreamer-gconf.postinst:
28262 * debian/gstreamer-gnomevfs.files:
28263 * debian/gstreamer-gsm.files:
28264 * debian/gstreamer-http.files:
28265 * debian/gstreamer-jack.files:
28266 * debian/gstreamer-jpeg.files:
28267 * debian/gstreamer-mad.files:
28268 * debian/gstreamer-mikmod.files:
28269 * debian/gstreamer-misc.files:
28270 * debian/gstreamer-mpeg2dec.files:
28271 * debian/gstreamer-oss.files:
28272 * debian/gstreamer-plugin-apps.files:
28273 * debian/gstreamer-plugin-apps.manpages:
28274 * debian/gstreamer-plugin-libs-dev.files:
28275 * debian/gstreamer-plugin-libs.files:
28276 * debian/gstreamer-plugin-template.postinst:
28277 * debian/gstreamer-plugin-template.postrm:
28278 * debian/gstreamer-sdl.files:
28279 * debian/gstreamer-sid.files:
28280 * debian/gstreamer-vorbis.files:
28281 * debian/gstreamer-x.files:
28282 * debian/mk.control:
28284 Debian package info not maintained here.
28286 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
28288 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28289 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28290 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28291 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28292 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28293 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28294 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28295 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28296 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28297 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28298 * gst-libs/gst/colorbalance/colorbalance.c:
28299 (gst_color_balance_class_init):
28300 * gst-libs/gst/colorbalance/colorbalancechannel.c:
28301 (gst_color_balance_channel_class_init):
28302 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28303 * gst-libs/gst/play/play.c: (gst_play_class_init):
28304 * gst-libs/gst/propertyprobe/propertyprobe.c:
28305 (gst_property_probe_iface_init):
28306 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28307 * gst-libs/gst/tuner/tunerchannel.c:
28308 (gst_tuner_channel_class_init):
28309 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28310 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28311 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28312 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28313 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28314 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28315 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28316 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28317 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28318 fix signals to use - instead of _
28319 * ext/libcaca/gstcacasink.h:
28320 * ext/sdl/sdlvideosink.h:
28323 2004-03-04 David Schleef <ds@schleef.org>
28325 * testsuite/gst-lint: Add a check for bad signal names.
28327 2004-03-04 Stefan Kost <kost@imn.htwk-leipzig.de>
28329 reviewed by David Schleef
28331 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28332 modified the alpha channel and caused a warning. (bug #136192)
28334 2004-04-03 Christian Schaller <Uraeus@gnome.org>
28336 * gst-plugins.spec.in:
28337 Change names of plugins to actually be correct. Try to keep things
28338 alphabetical to avoid getting beat up by Thomas
28340 2004-03-03 Julien MOUTTE <julien@moutte.net>
28342 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28343 Using ximagesink as a default if no gconf key found. We should
28344 probably consider using alsasink instead of osssink for the audio
28347 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28350 fix --with-plugins, don't think it ever worked before
28351 * gst-plugins.spec.in:
28354 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
28356 * ext/sdl/sdlvideosink.h:
28357 * sys/ximage/ximagesink.h:
28358 * sys/xvideo/xvideosink.h:
28359 * sys/xvimage/xvimagesink.h:
28360 Fix for move of gstvideosink.h -> videosink.h.
28362 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
28364 * gst-libs/gst/xwindowlistener/Makefile.am:
28365 this is a plugin library, not a library
28367 2004-03-01 David Schleef <ds@schleef.org>
28369 * AUTHORS: Added some names. Add yourself if you're still
28372 2004-03-01 David Schleef <ds@schleef.org>
28376 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28378 * gst-plugins.spec.in: clean up spec file
28380 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28382 * gst-libs/gst/video/Makefile.am:
28383 * gst-libs/gst/video/gstvideosink.c:
28384 * gst-libs/gst/video/gstvideosink.h:
28385 rename gstvideosink.h to videosink.h to match other headers
28386 * gst/mixmatrix/Makefile.am:
28387 fix plugin filename
28388 * gst/tags/Makefile.am: fix plugin filename
28390 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28392 * gst/tags/Makefile.am: fix plugin filename
28394 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
28396 * examples/gstplay/player.c: (got_time_tick), (main):
28398 display time_tick more readably
28399 * gst/mixmatrix/Makefile.am:
28400 fix plugin file name
28402 2004-02-29 Christophe Fergeau <teuf@gnome.org>
28404 * sys/oss/gstosselement.c: (gst_osselement_probe),
28405 (device_combination_append), (gst_osselement_class_probe_devices):
28406 * sys/oss/gstosselement.h:
28407 Reworked enumeration of oss dsps and mixers so that gst-mixer works
28408 on my system using alsa oss emulation, fixes bug #135597
28410 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
28412 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28413 (gst_videodrop_chain), (gst_videodrop_change_state):
28414 * gst/videodrop/gstvideodrop.h:
28415 Work based on timestamp of input data, not based on the expected
28416 framerate from the input. The consequence is that this element now
28417 not only scales framerates, but also functions as a framerate
28418 corrector or framerate stabilizer/constantizer.
28420 2004-02-27 David Schleef <ds@schleef.org>
28422 patches from jmmv@menta.net (Julio M. Merino Vidal)
28424 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28425 GST_ELEMENT_ERROR call (bug #135634)
28426 * gst/interleave/interleave.c: (interleave_buffered_loop),
28427 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28428 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28429 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28430 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28431 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28432 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28433 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28434 Fix GST_ELEMENT_ERROR call.
28435 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28436 GST_ELEMENT_ERROR call.
28438 2004-02-27 Benjamin Otte <otte@gnome.org>
28440 * gst-libs/gst/audio/audio.h:
28441 add macro to make sure header isn't included twice
28442 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28443 don't use gst_buffer_free
28444 * gst/playondemand/filter.func:
28445 don't use gst_data_free. Free data only once.
28447 2004-02-26 David Schleef <ds@schleef.org>
28449 * gst-libs/gst/colorbalance/Makefile.am:
28450 * gst-libs/gst/mixer/Makefile.am:
28451 * gst-libs/gst/tuner/Makefile.am:
28452 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28453 should not be disted, -marshal.h files should not be installed,
28454 and -enum.h files _should_ be installed. Fix to make this the
28457 === release 0.7.5 ===
28459 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
28461 * configure.ac: release 0.7.5, "Under The Sea"
28463 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28465 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28466 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28467 * gst/videoscale/gstvideoscale.c:
28468 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28469 assorted debug/warning fixes
28471 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28473 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28474 (gst_videoscale_init), (gst_videoscale_chain),
28475 (gst_videoscale_set_property), (plugin_init):
28476 * gst/videoscale/gstvideoscale.h:
28477 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28478 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28479 (gst_videoscale_planar400), (gst_videoscale_packed422),
28480 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28481 (gst_videoscale_24bit), (gst_videoscale_16bit),
28482 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28483 (gst_videoscale_scale_plane_slow),
28484 (gst_videoscale_scale_point_sample),
28485 (gst_videoscale_scale_nearest),
28486 (gst_videoscale_scale_nearest_str2),
28487 (gst_videoscale_scale_nearest_str4),
28488 (gst_videoscale_scale_nearest_32bit),
28489 (gst_videoscale_scale_nearest_24bit),
28490 (gst_videoscale_scale_nearest_16bit):
28491 add debugging category and use it properly
28492 fix use of GST_PTR_FORMAT
28494 2004-02-25 Andy Wingo <wingo@pobox.com>
28496 * gst/interleave/interleave.c (interleave_buffered_loop): Always
28497 push only when channel->buffer is NULL. Prevents segfaults doing
28498 the state change after a nonlocal exit, like a scheme exception.
28500 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28501 Handle the case where the intersected caps is empty.
28503 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
28505 * gst/law/mulaw-decode.c: (mulawdec_link):
28506 * gst/law/mulaw.c: (plugin_init):
28507 fix mulawdec so it actually works again
28509 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
28511 reviewed by: David Schleef <ds@schleef.org>
28513 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28514 (gst_gamma_init), (gst_gamma_set_property),
28515 (gst_gamma_get_property), (gst_gamma_calculate_tables),
28516 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
28517 for RGB, with separate r g and b correction factors. (#131167)
28519 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
28521 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28522 only signal tags for bitrate if they're > 0 (#134894)
28524 2004-02-24 David Schleef <ds@schleef.org>
28526 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28527 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28528 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28529 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28530 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28531 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28532 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28533 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28534 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
28535 category. Attempt to fix timestamp calculation.
28537 2004-02-24 Johan Dahlin <johan@gnome.org>
28539 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28541 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
28544 * gconf/Makefile.am:
28545 * gconf/gstreamer.schemas:
28546 * gst-libs/gst/gconf/Makefile.am:
28547 * gst-libs/gst/gconf/gconf.c:
28548 version gconf schemas and install locations
28550 2004-02-23 Benjamin Otte <otte@gnome.org>
28552 * ext/xine/xineinput.c: (gst_xine_input_dispose):
28553 (gst_xine_input_subclass_init):
28554 call parent dispose.
28555 change pad template for CD reader correctly
28556 * ext/xine/Makefile.am:
28557 * ext/xine/gstxine.h:
28558 * ext/xine/xine.c: (plugin_init):
28559 * ext/xine/xineaudiosink.c:
28560 wrap audio sinks, too
28561 * gst-libs/gst/resample/private.h:
28562 * gst-libs/gst/resample/resample.c: (gst_resample_init),
28563 (gst_resample_reinit), (gst_resample_scale),
28564 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28565 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28566 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28567 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28568 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28569 * gst-libs/gst/resample/resample.h:
28570 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28571 (gst_audioscale_class_init), (gst_audioscale_link),
28572 (gst_audioscale_get_buffer), (gst_audioscale_init),
28573 (gst_audioscale_chain), (gst_audioscale_set_property),
28574 (gst_audioscale_get_property):
28575 * gst/audioscale/gstaudioscale.h:
28576 s/resample_*/gst_resample_*/i to not clobber namespaces
28578 2004-02-23 Julien MOUTTE <julien@moutte.net>
28580 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28581 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28582 (gst_riff_create_video_template_caps),
28583 (gst_riff_create_audio_template_caps),
28584 (gst_riff_create_iavs_template_caps):
28585 * gst-libs/gst/riff/riff-media.h:
28586 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28587 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28588 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28589 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28590 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28591 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28592 (gst_matroska_demux_plugin_init): First batch implementing audio and
28593 video codec tags in demuxers.
28595 2004-02-22 Benjamin Otte <otte@gnome.org>
28597 * ext/xine/Makefile.am:
28598 * ext/xine/gstxine.h:
28599 * ext/xine/xine.c: (plugin_init):
28600 * ext/xine/xineinput.c:
28601 add input plugin wrapper. Playback from files, http, mms and cdda
28603 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28604 remove leftover G_GNUC_UNUSED
28605 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28606 (gst_asf_demux_identify_guid):
28607 improve debugging output
28609 2004-02-22 Benjamin Otte <otte@gnome.org>
28611 reported by: Padraig O'Briain <padraig.obriain@sun.com>
28614 replace test -e with test -x for mkinstalldirs to be more portable.
28617 2004-02-22 Benjamin Otte <otte@gnome.org>
28619 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28621 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28622 set rank to PRIMARY
28623 * gst/volume/gstvolume.c: (plugin_init):
28627 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
28629 reviewed by Benjamin Otte <otte@gnome.org>
28631 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28632 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28634 2004-02-22 Benjamin Otte <otte@gnome.org>
28637 export [_]*{gst,Gst,GST}.* symbols from plugins
28639 2004-02-22 Christophe Fergeau <teuf@gnome.org>
28641 reviewed by: Benjamin Otte <otte@gnome.org>
28643 * ext/lame/gstlame.c: (add_one_tag):
28644 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28645 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28646 (gst_vorbisenc_metadata_set1):
28647 * gst/tags/gstid3tag.c:
28648 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28649 apply fixes from bugs #135042 (lame can't write tags) and #133817
28650 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28652 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28654 * configure.ac: Export only gst_plugin_desc from plugins.
28655 Note that this change only makes any effect with Linux using libtool
28656 1.5.2 or higher. Otherwise it is silently ignored, but it would build
28657 fine. And don't try to have several versions of libtool in different
28660 2004-02-20 Andy Wingo <wingo@pobox.com>
28662 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28663 interleave respectively.
28665 * gst/interleave/deinterleave.c: New plugin: deinterleave
28666 (replaces on oneton).
28667 * gst/interleave/interleave.c: New plugin: interleave.
28668 * gst/interleave/plugin.h: Support file.
28669 * gst/interleave/plugin.c: Support file.
28671 * configure.ac: Remove intfloat and oneton, add interleave.
28673 * ext/sndfile/gstsf.c: Handle events better.
28675 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28676 and float2int operation. int2float has scheduling problems as
28677 noted in in2float_chain.
28679 2004-02-20 Benjamin Otte <otte@gnome.org>
28681 * ext/xine/Makefile.am:
28682 * ext/xine/gstxine.h:
28684 * ext/xine/xineaudiodec.c:
28685 * ext/xine/xinecaps.c:
28686 add first version of xine plugin wrapper. Currently only wraps the
28687 QDM2 win32 DLL, and even that only in proof-of-concept quality.
28690 add xine plugin wrapper, disabled by default. Use --enable-xine to
28691 build. Note that it'll segfault on gst-register if you don't remove
28692 the goom and tvtime post plugins from xine.
28693 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28694 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28695 add extradata parsing for QDM2.
28696 change around debugging prints.
28698 2004-02-19 Benjamin Otte <otte@gnome.org>
28700 * ext/lame/gstlame.c: (gst_lame_chain):
28701 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28702 use gst_tag_list_insert when you want to insert tags
28704 2004-02-18 David Schleef <ds@schleef.org>
28706 * configure.ac: Move massink to gst-rotten
28708 * ext/mas/Makefile.am:
28709 * ext/mas/massink.c:
28710 * ext/mas/massink.h:
28712 2004-02-18 David Schleef <ds@schleef.org>
28714 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28715 typefinding, since it seems to be worse than nothing.
28716 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
28717 atom to recognize .mp4 and .m4a files as video/quicktime.
28719 2004-02-18 David Schleef <ds@schleef.org>
28721 * gst/sine/demo-dparams.c: (quit_live),
28722 (dynparm_log_value_changed), (dynparm_value_changed), (main):
28723 Use double dparams, not float.
28724 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28725 (gst_sinesrc_init): Change sync default to FALSE, since multiple
28726 sync'd elements don't really work correctly.
28727 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28728 (volume_update_volume), (volume_get_property): Change dparam
28731 2004-02-18 Julien MOUTTE <julien@moutte.net>
28733 * sys/ximage/ximagesink.c:
28734 (gst_ximagesink_xwindow_update_geometry),
28735 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28736 (gst_ximagesink_change_state), (gst_ximagesink_expose),
28737 (gst_ximagesink_init): Rework the way software video scaling works. So
28738 now we check on each chain call if the video frames are feeling the
28739 window. If not we try to renegotiate caps. On failure we memorize that
28740 and we won't try again for that PLAYING sessions.
28741 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28743 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28746 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28748 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28749 break up _link so we can give a better debug message for errors
28751 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
28753 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28754 set up debug category
28756 2004-02-18 Julien MOUTTE <julien@moutte.net>
28758 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28759 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28760 the way renegotiation work. The event handling function is not taking
28761 care of external windows and renegotiate method check for pad flags
28762 NEGOTIATING. Should fix : #133209
28764 2004-02-17 Julien MOUTTE <julien@moutte.net>
28766 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28767 pad is negotiating before trying renegotiation.
28769 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
28771 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28772 pass on all possible mime types as typefind hints
28774 2004-02-17 Julien MOUTTE <julien@moutte.net>
28776 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28777 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28778 possible SHM leak if we crash. All other apps using XShm are doing
28781 2004-02-17 Julien MOUTTE <julien@moutte.net>
28783 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28784 (gst_ximagesink_expose): Renegotiate size on expose.
28785 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28788 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
28790 * testsuite/alsa/sinesrc.c:
28791 cosmetic fix to fix compile issue with gcc 2.95.4
28793 2004-02-16 Julien MOUTTE <julien@moutte.net>
28795 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28796 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28797 failed opening the audio device.
28798 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28799 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28800 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28801 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28802 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28803 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28804 (gst_ximagesink_change_state), (gst_ximagesink_chain),
28805 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28806 Removing some useless g_return_if_fail like wingo suggested.
28807 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28808 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28809 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28810 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28811 (gst_xvimagesink_update_colorbalance),
28812 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28813 (gst_xvimagesink_xcontext_clear),
28814 (gst_xvimagesink_get_fourcc_from_caps),
28815 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28816 (gst_xvimagesink_set_xwindow_id),
28817 (gst_xvimagesink_colorbalance_list_channels),
28818 (gst_xvimagesink_colorbalance_set_value),
28819 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28820 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28822 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
28824 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28825 throw error when not negotiated instead of asserting
28827 2004-02-15 Julien MOUTTE <julien@moutte.net>
28829 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28830 correct data refcounting.
28832 2004-02-15 Julien MOUTTE <julien@moutte.net>
28834 * gst/switch/gstswitch.c: (gst_switch_change_state),
28835 (gst_switch_class_init): Cleaning the sinkpads correctly on state
28836 change, mostly the EOS flag.
28838 2004-02-15 Julien MOUTTE <julien@moutte.net>
28840 * examples/gstplay/player.c: (got_eos), (main): Adding some
28841 output for debugging.
28842 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28843 timeouts if we go to any state different from PLAYING.
28844 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28845 more EOS bugs in riff lib.
28847 2004-02-14 Julien MOUTTE <julien@moutte.net>
28849 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28850 visualization until i find a way to fix switch correctly.
28851 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28853 * gst/switch/gstswitch.c: (gst_switch_release_pad),
28854 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28855 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28856 Reworked switch to get a more correct behaviour with events and refing
28857 of data stored in sinkpads.
28858 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28859 we don't pull from a pad in EOS.
28861 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28863 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28864 remove v1 tag even if we can't read it (makes sure we don't detect
28867 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
28869 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28870 (gst_alsa_xrun_recovery):
28871 * ext/alsa/gstalsa.h:
28872 try xrun recovery when wait failed. Make xrun recovery function
28873 return TRUE/FALSE to indicate success. (might fix #134354)
28875 2004-02-13 David Schleef <ds@schleef.org>
28877 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28878 (dynparm_value_changed), (main): Convert from float to double.
28879 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28881 2004-02-13 David Schleef <ds@schleef.org>
28883 * gst/silence/gstsilence.c: (gst_silence_class_init),
28884 (gst_silence_set_clock), (gst_silence_get),
28885 (gst_silence_set_property), (gst_silence_get_property):
28886 * gst/silence/gstsilence.h: Add sync property.
28887 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28888 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28889 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28890 * gst/sine/gstsinesrc.h: Add sync property.
28892 2004-02-13 David Schleef <ds@schleef.org>
28894 * gst/intfloat/gstint2float.c: (conv_f32_s16),
28895 (gst_int2float_chain_gint16): Change stdint usage to glib types.
28897 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28901 * gst-libs/ext/Makefile.am:
28902 move ffmpeg plugin to gst-ffmpeg module
28904 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
28906 * configure.ac: use GST_ARCH to detect architecture
28908 2004-02-12 Julien MOUTTE <julien@moutte.net>
28910 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28912 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
28914 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28915 classify LADSPA plugins based on number of src/sink pads
28916 (#133663, Stefan Kost)
28917 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28918 fix dparams registration
28919 (#133528, Stefan Kost)
28920 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28921 fix use of isprint and use g_ascii_isprint instead
28922 (#133316, Stefan Kost)
28924 2004-02-11 David Schleef <ds@schleef.org>
28926 Convert a few inner loops to use liboil. This is currently
28927 optional, and is only enabled if liboil is present (duh!).
28928 * configure.ac: Check for liboil-0.1
28929 * gst/intfloat/Makefile.am:
28930 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28931 (gst_int2float_chain_gint16):
28932 * gst/videofilter/Makefile.am:
28933 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28934 (tablelookup_u8), (gst_videobalance_planar411):
28935 * gst/videotestsrc/Makefile.am:
28936 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28937 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28938 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28939 (paint_hline_RGB565), (paint_hline_xRGB1555):
28941 2004-02-11 David Schleef <ds@schleef.org>
28943 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28944 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28945 (gst_colorspace_getcaps), (gst_colorspace_link),
28946 (gst_colorspace_base_init), (gst_colorspace_init),
28947 (gst_colorspace_chain), (gst_colorspace_change_state),
28948 (plugin_init): Merge Ronald's patch (bug #117897) and update
28949 for new caps and negotiation. Seems to work, although it
28950 shows off bugs in lcs.
28952 2004-02-11 David Schleef <ds@schleef.org>
28954 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28955 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28957 2004-02-11 David Schleef <ds@schleef.org>
28959 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28960 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28961 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28962 Add server and port properties
28964 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28969 * m4/as-liblame.m4:
28970 * m4/as-slurp-ffmpeg.m4:
28971 * m4/check-libheader.m4:
28978 * m4/gst-ivorbis.m4:
28979 * m4/gst-matroska.m4:
28981 * m4/gst-shout2.m4:
28989 fix underquotedness of macros (#133800)
28990 * m4/as-avifile.m4:
28992 removed because no longer used
28994 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
28997 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28998 by autopoint (fixes #132996)
29000 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
29002 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
29003 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
29004 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
29005 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
29008 2004-02-11 David Schleef <ds@schleef.org>
29010 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
29011 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
29012 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
29013 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
29014 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
29015 (gst_jpegenc_class_init), (gst_jpegenc_init),
29016 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
29017 (gst_jpegenc_chain), (gst_jpegenc_set_property),
29018 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
29019 * ext/jpeg/gstjpegenc.h: Fix negotiation.
29021 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
29023 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
29024 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
29025 * ext/mikmod/gstmikmod.h:
29026 fix caps negotiation in mikmod
29027 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
29028 output debug information
29030 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
29032 * gst-libs/gst/colorbalance/Makefile.am:
29033 * gst-libs/gst/navigation/Makefile.am:
29034 * gst-libs/gst/xoverlay/Makefile.am:
29035 remove unused GST_OPT_CFLAGS from Makefiles
29036 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
29038 2004-02-07 David Schleef <ds@schleef.org>
29040 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
29041 push events to pads that haven't been created (#133508)
29043 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
29045 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29046 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
29047 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
29048 (gst_dvdec_loop), (gst_dvdec_change_state):
29049 Second attempt at committing a working dvdec element.
29051 2004-02-06 David Schleef <ds@schleef.org>
29053 Build fixes for OS X: (see #129600)
29054 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
29055 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
29056 (gst_riff_read_strf_iavs):
29057 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29058 (gst_avi_demux_stream_odml):
29059 * gst/playondemand/Makefile.am:
29060 * gst/rtp/rtp-packet.c:
29062 2004-02-05 David Schleef <ds@schleef.org>
29064 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
29065 last change, because it Just Doesn't Compile.
29067 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29069 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29070 skip undecodable id3v2 tag instead of keeping it
29072 2004-02-05 David Schleef <ds@schleef.org>
29074 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29075 Unref leaked buffer. (Noticed by Ronald)
29077 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
29079 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29080 Sync requires with other checks. >= vs =.
29082 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
29084 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29085 (gst_dvdec_video_link), (gst_dvdec_loop):
29086 * ext/dv/gstdvdec.h:
29087 rework the caps negotiation so that dvdec works again instead
29088 of just segfaulting.
29090 === release 0.7.4 ===
29092 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
29094 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
29095 * configure.ac: changed for release
29097 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
29099 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
29100 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29101 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29102 * pkgconfig/gstreamer-play-uninstalled.pc.in:
29103 reworked patch by David Lehn to fix libdir and includedir for
29104 uninstalled libraries
29105 removed play and gconf from gstreamer-libs since they have their
29106 own pkgconfig files
29108 2004-02-04 David Schleef <ds@schleef.org>
29110 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
29113 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29115 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29116 use correct GST_TAG_ENCODER tag
29118 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
29120 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29121 be sure to stop the clock when going to paused
29122 * sys/oss/gstosssink.c: (gst_osssink_change_state):
29123 reset number of transmitted when going to ready.
29126 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
29128 reviewed by Benjamin Otte
29130 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29131 extract track count (fixes #133410)
29133 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
29135 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29136 that should be !=, not == (fixes #132519)
29138 2004-02-04 David Schleef <ds@schleef.org>
29140 Make sure set_explicit_caps() is called before adding pad.
29141 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29142 * gst/id3/gstid3types.c: (gst_id3types_loop):
29143 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29144 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29146 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
29149 bump nano to 2, first prerelease
29150 put back AM_PROG_LIBTOOL
29152 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
29154 * testsuite/alsa/Makefile.am:
29155 these are user test apps, not automatic testsuite tests
29157 2004-02-04 David Schleef <ds@schleef.org>
29159 Convert GST_DEBUG_CAPS() to GST_DEBUG():
29160 * gst/mpeg1videoparse/gstmp1videoparse.c:
29161 (mp1videoparse_parse_seq):
29162 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29163 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29164 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
29165 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29166 (gst_xvideosink_getcaps):
29167 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29168 * testsuite/gst-lint: more tests
29170 2004-02-04 David Schleef <ds@schleef.org>
29172 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
29173 with the code that they would expand to.
29174 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
29175 (gst_flacdec_get_src_query_types),
29176 (gst_flacdec_get_src_event_masks):
29177 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29178 (gst_gnomevfssrc_get_query_types),
29179 (gst_gnomevfssrc_get_event_mask):
29181 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
29183 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29184 (gst_sinesrc_dispose):
29185 fix memleak by properly disposing sinesrc
29187 2004-02-04 Julien MOUTTE <julien@moutte.net>
29189 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29190 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29191 an overlay to redraw the image because it has been exposed.
29192 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29193 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29194 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29195 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29197 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29198 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29199 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29200 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29203 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29205 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29206 more memleak fixage
29208 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29210 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29211 * gst/typefind/gsttypefindfunctions.c:
29212 fix memleaks shown by gst-typefind
29214 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
29216 * common/glib-gen.mak:
29217 add hack rule to touch .Plo files
29218 * gst-libs/gst/colorbalance/Makefile.am:
29219 * gst-libs/gst/mixer/Makefile.am:
29220 * gst-libs/gst/play/Makefile.am:
29221 * gst-libs/gst/tuner/Makefile.am:
29222 remove glib_root variable
29224 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29226 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29227 set explicit caps before adding the element, so the autopluggers can
29229 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29230 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29231 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29233 fix memleaks in typefind functions. gst_type_find_suggest takes a const
29236 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
29238 * gst-libs/gst/colorbalance/Makefile.am:
29239 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29240 * gst-libs/gst/colorbalance/colorbalance.c:
29241 * gst-libs/gst/colorbalance/colorbalance.h:
29242 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29243 * gst-libs/gst/mixer/Makefile.am:
29244 * gst-libs/gst/mixer/mixer-marshal.list:
29245 * gst-libs/gst/mixer/mixer.c:
29246 * gst-libs/gst/mixer/mixer.h:
29247 * gst-libs/gst/mixer/mixermarshal.list:
29248 * gst-libs/gst/play/Makefile.am:
29249 * gst-libs/gst/play/play.h:
29250 * gst-libs/gst/tuner/Makefile.am:
29251 * gst-libs/gst/tuner/tuner-marshal.list:
29252 * gst-libs/gst/tuner/tuner.c:
29253 * gst-libs/gst/tuner/tuner.h:
29254 * gst-libs/gst/tuner/tunermarshal.list:
29255 use new glib-gen.mak snippet to clean up Makefile.am
29256 fix various bugs in Makefile.am's
29258 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29260 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29261 handle chain parsing correctly in the multichain case
29262 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29263 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29264 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29265 (theora_dec_chain):
29266 handle events and queries correctly
29268 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29271 Ignore generated file _stdint.h.
29273 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29275 * gst-libs/gst/colorbalance/Makefile.am:
29276 * gst-libs/gst/colorbalance/colorbalance.h:
29277 * gst-libs/gst/mixer/Makefile.am:
29278 * gst-libs/gst/mixer/mixer.h:
29279 * gst-libs/gst/play/Makefile.am:
29280 * gst-libs/gst/play/play.h:
29281 * gst-libs/gst/tuner/Makefile.am:
29282 * gst-libs/gst/tuner/tuner.h:
29283 Generate enum type code with glib-mkenums.
29284 * gst-libs/gst/colorbalance/.cvsignore:
29285 * gst-libs/gst/mixer/.cvsignore:
29286 * gst-libs/gst/play/.cvsignore:
29287 * gst-libs/gst/tuner/.cvsignore:
29288 Ignore generated files.
29290 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29292 * gst-libs/gst/audio/.cvsignore:
29293 Ignore generated file.
29294 * gst-libs/gst/audio/Makefile.am:
29295 Do not install example filter.
29297 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
29299 * examples/switch/.cvsignore:
29300 Ignore generated file.
29302 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
29304 * common/m4/ax_create_stdint_h.m4:
29306 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29309 remove generated _stdint.h in DISTCLEANFILES
29310 * ext/a52dec/gsta52dec.c:
29311 include _stdint.h for a52dec. (should fix #133064)
29313 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29315 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29316 (gst_tag_to_vorbis_comments):
29317 Add replaygain support to vorbistag
29319 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
29320 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29321 (gst_ffmpeg_caps_to_extradata):
29322 Fix SVQ3 caps flag properties
29323 Use glib macro for bytes swap
29325 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29327 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29328 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29329 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29330 * ext/sndfile/gstsf.c: (plugin_init):
29331 * gst/avi/gstavi.c: (plugin_init):
29332 * sys/dxr3/dxr3init.c: (plugin_init):
29333 * sys/oss/gstossaudio.c: (plugin_init):
29334 * sys/v4l/gstv4l.c: (plugin_init):
29335 * sys/v4l2/gstv4l2.c: (plugin_init):
29336 remove textdomain calls
29338 update Dutch translation
29340 2004-02-02 Julien MOUTTE <julien@moutte.net>
29342 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29343 (gst_play_set_audio_sink): Moving volume in the audio thread for
29344 instantaneous volume change. Maybe i will add another volume in front
29345 of visualization later, not sure yet though.
29347 2004-02-02 Julien MOUTTE <julien@moutte.net>
29349 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29350 (gst_ximagesink_handle_xevents): Better X events handling, only take
29351 the latest events for configure and motion.
29352 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29354 2004-02-02 Jon Trowbridge <trow@gnu.org>
29356 reviewed by: David Schleef <ds@schleef.org>
29359 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29360 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29362 2004-02-02 David Schleef <ds@schleef.org>
29364 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
29366 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29367 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29368 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29369 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29370 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29371 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29372 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29373 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29374 (gst_float2_2_int_link):
29375 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29376 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29377 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29378 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29379 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29380 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29381 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29382 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29383 * testsuite/gst-lint: Add tests for bzero and ;;
29385 2004-02-02 David Schleef <ds@schleef.org>
29387 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29389 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29391 * ext/aalib/gstaasink.c: (gst_aasink_open):
29392 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29393 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29394 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29395 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29396 (gst_afsink_close_file):
29397 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29398 (gst_afsrc_close_file):
29399 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29400 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29401 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29402 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29403 * ext/esd/esdmon.c: (gst_esdmon_get):
29404 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29405 * ext/faac/gstfaac.c: (gst_faac_chain):
29406 * ext/faad/gstfaad.c: (gst_faad_chain):
29407 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29408 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29409 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29410 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29411 (gst_flacdec_loop):
29412 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29413 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29414 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29415 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29416 (gst_gnomevfssink_close_file):
29417 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29418 (gst_gnomevfssrc_open_file):
29419 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29420 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29421 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29422 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29423 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29424 * ext/mad/gstmad.c: (gst_mad_chain):
29425 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29426 * ext/mpeg2dec/gstmpeg2dec.c:
29427 * ext/mpeg2enc/gstmpeg2enc.cc:
29428 * ext/mplex/gstmplex.cc:
29429 * ext/mplex/gstmplexibitstream.cc:
29430 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29431 (gst_ogg_demux_push):
29432 * ext/raw1394/gstdv1394src.c:
29433 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29434 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29435 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29437 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29438 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29439 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29440 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29441 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29442 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29443 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29444 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29445 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29446 (gst_riff_read_element_data), (gst_riff_read_seek),
29447 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29448 * gst/adder/gstadder.c: (gst_adder_loop):
29449 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29450 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29451 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29452 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29453 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29454 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29455 * gst/goom/gstgoom.c: (gst_goom_chain):
29456 * gst/id3/gstid3types.c: (gst_id3types_loop):
29457 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29458 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29459 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29460 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29461 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29462 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29463 (gst_ebml_read_float), (gst_ebml_read_header):
29464 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29465 (gst_matroska_demux_parse_blockgroup):
29466 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29467 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29468 * gst/oneton/gstoneton.c: (gst_oneton_chain):
29469 * gst/silence/gstsilence.c: (gst_silence_get):
29470 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29471 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29472 * gst/speed/gstspeed.c: (speed_loop):
29473 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29474 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29475 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29476 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29477 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29478 (gst_wavparse_loop):
29479 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29480 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29481 (dxr3audiosink_close):
29482 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29483 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29484 (dxr3videosink_close), (dxr3videosink_write_data):
29485 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29486 * sys/oss/gstosssink.c: (gst_osssink_chain):
29487 * sys/oss/gstosssrc.c: (gst_osssrc_get):
29488 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29489 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29490 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29491 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29492 (gst_v4l_set_window), (gst_v4l_enable_overlay):
29493 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29494 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29495 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29496 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29497 (gst_v4l_set_audio):
29498 * sys/v4l/v4l_calls.h:
29499 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29500 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29501 (gst_v4lmjpegsink_playback_init),
29502 (gst_v4lmjpegsink_playback_start):
29503 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29504 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29505 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29506 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29507 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29508 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29509 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29510 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29511 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29512 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29513 (gst_v4l2_get_output), (gst_v4l2_set_output),
29514 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29515 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29516 (gst_v4l2_set_attribute):
29517 * sys/v4l2/v4l2_calls.h:
29518 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29519 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29520 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29521 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29522 (gst_v4l2src_capture_stop):
29523 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29524 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29525 (gst_ximagesink_chain):
29526 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29527 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29528 (gst_xvideosink_xwindow_new):
29529 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29530 (gst_xvimagesink_chain):
29532 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29534 * gst/volume/gstvolume.c: (gst_volume_set_volume),
29535 (gst_volume_get_volume), (volume_class_init), (volume_init),
29536 (volume_chain_int16), (volume_update_volume):
29537 * gst/volume/gstvolume.h:
29538 make code more readable by removing magic numbers
29539 make mixer interface export 0-100 range
29540 make it internally map to 0.0-1.0 range so users don't distort
29541 output by putting the sliders at full volume
29543 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29545 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29546 (gst_play_state_change), (gst_play_seek_to_time):
29547 block the tick callback for 0.5 secs after doing a seek
29549 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
29551 * gst-libs/gst/play/play.c: (gst_play_new):
29554 2004-02-01 Julien MOUTTE <julien@moutte.net>
29556 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29557 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29558 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29559 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29560 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29561 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29563 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
29566 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29567 check for a function added in vorbis 1.1
29569 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29571 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29572 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29573 really start/stop clock only on PLAYING <=> PAUSED
29574 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29575 remove \n from debugging lines
29576 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29577 make it work when seeking does not
29578 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29581 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29583 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29584 start clock on PAUSED=>PLAYING, not later
29585 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29586 extract correct time for different discont formats
29587 (gst_alsa_sink_get_time):
29588 don't segfault when no format is negotiated yet, just return 0
29589 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29590 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29591 (gst_ogg_pad_push):
29592 handle flush and discont events correctly
29593 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29594 handle discont events correctly
29596 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
29598 * gst-libs/gst/play/play.c: (gst_play_error_quark),
29599 (gst_play_error_create), (gst_play_error_plugin),
29600 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29601 * gst-libs/gst/play/play.h:
29602 add error handling during creation
29603 * examples/gstplay/player.c: (main):
29604 use new gst_play_new
29607 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
29609 * ext/theora/theoradec.c: (theora_dec_chain):
29611 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29612 (vorbis_dec_src_event), (vorbis_dec_chain):
29613 add encoder tag, fix tag reading to be more error tolerant, change
29614 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29615 gst_pad_event_default.
29616 * gst/tags/gstvorbistag.c:
29617 (gst_tag_list_from_vorbiscomment_buffer):
29618 undefine function specific define at end of function
29620 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
29622 * ext/flac/gstflac.c: (plugin_init):
29623 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29624 * ext/flac/gstflacdec.h:
29625 * ext/flac/gstflacenc.h:
29628 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
29630 * examples/gstplay/player.c: s/gstplay.h/play.h/
29632 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29634 * gst-libs/gst/play/Makefile.am:
29635 * gst-libs/gst/play/gstplay.c:
29636 * gst-libs/gst/play/gstplay.h:
29637 * gst-libs/gst/play/play.c:
29638 more surgery, operation complete
29640 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29642 * gst-libs/gst/play/play.old.c:
29643 * gst-libs/gst/play/play.old.h:
29644 after CVS surgery by moving, remove
29645 * gst-libs/gst/play/playpipelines.c:
29648 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29649 add negotiation error
29651 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29653 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29654 (gst_ogg_demux_push):
29655 add some seeking debug info
29656 send a flush when seeking
29658 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29664 * ext/theora/Makefile.am:
29665 * ext/theora/theoradec.c:
29666 add theora video decoder. Does just do simple decoding for now and
29667 has been tested against Theora cvs only. It only works when theora
29668 is compiled with --enable-static.
29669 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29670 always reset packetno on DISCONT
29672 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29674 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29677 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29679 * gst/mpegaudioparse/gstmpegaudioparse.c:
29680 (mp3_type_frame_length_from_header):
29681 Fix header parsing - stolen from ffmpeg (thank you! :) ).
29683 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29685 * ext/esd/esdsink.c: (gst_esdsink_init):
29686 Since we have static pad template caps, we don't need to negotiate;
29687 either the core errors out or we know the format.
29689 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
29691 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29692 (gst_riff_read_seek):
29693 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29694 (gst_ebml_read_seek):
29695 Fix event handling.
29697 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
29699 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29700 removee video/x-theora from vp3 decoder, it doesn't handle raw
29702 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29703 fix bug with finalizing element that never went to PAUSED
29704 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29705 length and position queries were swapped
29706 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29707 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29708 (vorbis_dec_src_event):
29709 implement querying time and bytes
29711 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
29713 * just about every source file:
29714 gst_element_error -> GST_ELEMENT_ERROR
29716 2004-01-29 Julien MOUTTE <julien@moutte.net>
29718 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29719 emiting FLUSH and even before DISCONT.
29720 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29721 get the best instant seeking as possible yay!
29723 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
29725 * gst/mpeg1videoparse/gstmp1videoparse.c:
29726 (gst_mp1videoparse_real_chain):
29727 Committed wrong version last week... Grr... Didn't notice until now.
29729 2004-01-29 Julien MOUTTE <julien@moutte.net>
29731 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29732 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29733 have_xwindow_id signal in xwindow_create.
29735 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
29737 * ext/ogg/gstoggdemux.c:
29738 lots of changes - mainly support for chained bitstreams, seeking,
29739 querying and bugfixes of course
29740 * ext/vorbis/Makefile.am:
29741 * ext/vorbis/vorbisdec.c:
29742 * ext/vorbis/vorbisdec.h:
29743 add vorbisdec raw vorbis decoder
29744 * ext/vorbis/vorbis.c: (plugin_init):
29745 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29746 * gst/intfloat/Makefile.am:
29747 * gst/intfloat/float22int.c:
29748 * gst/intfloat/float22int.h:
29749 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29750 add float2intnew plugin. It converts multichannel interleaved float to
29751 multichannel interleaved int. The name should probably be changed.
29752 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29754 add typefinding for raw theora video so oggdemux can detect it.
29756 2004-01-28 Julien MOUTTE <julien@moutte.net>
29758 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29759 sink element first.
29760 * gst/videoscale/gstvideoscale.c:
29761 (gst_videoscale_handle_src_event): Fixing src event handler.
29763 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
29765 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29766 (gst_v4lsrc_open), (gst_v4lsrc_close),
29767 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29768 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29769 * sys/v4l/gstv4lsrc.h:
29770 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29771 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29772 Implement resizing... Hack. But that's why v4l is b0rked...
29774 2004-01-28 Julien MOUTTE <julien@moutte.net>
29776 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29777 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29778 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29779 (gst_ximagesink_xwindow_destroy):
29780 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29781 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29782 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29783 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29784 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29785 correctly cleaning the image created to check xshm calls on succes,
29786 added a lot of XSync calls in X11 functions, and fixed a segfault when
29787 no image format was defined before negotiation happened.
29789 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
29791 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29792 use gst_element_get_time to get correct time
29794 2004-01-28 Julien MOUTTE <julien@moutte.net>
29796 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29797 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29798 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29799 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29800 (gst_xvimagesink_check_xshm_calls),
29801 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29802 X plugins are now able to detect that XShm calls will fail even if the
29803 server claims that it has XShm support (remote displays most of the
29804 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29805 so that we use non XShm functions. This feature is almost useless for
29806 xvimagesink as Xv is not supported on remote displays anyway, but
29807 it might happen than even on the local display XShm calls fail.
29809 2004-01-27 David Schleef <ds@schleef.org>
29811 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29812 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29813 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
29814 changed esdsink to only use 44100,16,2, since esd sucks at rate
29815 conversion and esdsink has had difficulty negotiating.
29817 2004-01-27 Julien MOUTTE <julien@moutte.net>
29819 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29820 (gst_play_seek_to_time): Fixing the way to get current position.
29822 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29824 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29825 use gst_element_get_time to get correct time
29827 2004-01-27 Julien MOUTTE <julien@moutte.net>
29829 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29830 fix ever... Inverting 2 lines of code make spider autoplug correctly
29833 2004-01-27 David Schleef <ds@schleef.org>
29835 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29836 Use gst_pad_try_set_caps_nonfixed().
29838 2004-01-27 David Schleef <ds@schleef.org>
29840 * gst/ac3parse/gstac3parse.c: update to checklist 5
29841 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
29842 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29843 * gst/audioscale/gstaudioscale.c: same
29844 * gst/auparse/gstauparse.c: same
29845 * gst/avi/gstavidemux.c: same
29847 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29849 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29850 stop processing after EOS
29852 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
29854 * gst/asfdemux/asfheaders.h:
29855 * gst/asfdemux/gstasfdemux.c:
29856 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29857 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29858 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29859 lot's of fixes to make data extraction simpler and get the code
29860 architecture and compiler independant. Add debugging category
29861 * gst/goom/gstgoom.c: (gst_goom_change_state):
29862 reset channel count on PAUSED=>READY, not READY=>PAUSED
29864 2004-01-26 Colin Walters <walters@verbum.org>
29866 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29867 code to pull a bigger buffer in iradio mode. This as a side effect
29868 makes typefinding work.
29870 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29872 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29873 Fix SVQ3 decoding on PPC
29875 2004-01-26 Julien MOUTTE <julien@moutte.net>
29877 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29878 that one managed to stay there... Fixed.
29880 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
29882 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29883 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29884 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29885 (qtdemux_video_caps):
29886 * gst/qtdemux/qtdemux.h:
29887 Add SVQ3 specific flags to qtdemux and ffmpeg
29889 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
29891 * gst-libs/gst/audio/audio.h:
29892 remove buffer-frames from audio caps
29893 * gst/audioconvert/gstaudioconvert.c:
29894 fix plugin to really work.
29896 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29898 * gst-libs/gst/mixer/mixer.c:
29899 * gst-libs/gst/propertyprobe/propertyprobe.c:
29900 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29901 (gst_tuner_find_channel_by_name):
29902 * gst-libs/gst/tuner/tuner.h:
29903 Add gtk-doc style comments. Also fix a function name.
29905 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29907 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29908 (gst_divxdec_negotiate):
29909 Fix for new capsnego - also fixes gst-player with divxdec.
29911 2004-01-25 Julien MOUTTE <julien@moutte.net>
29913 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29914 (gst_play_identity_handoff), (gst_play_set_location),
29915 (gst_play_set_visualization), (gst_play_connect_visualization): Another
29916 try in visualization implementation. Still have an issue with switch
29917 blocking when pulling from video_queue and only audio comes out of
29919 * gst/switch/gstswitch.c: (gst_switch_release_pad),
29920 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29921 release method. And check if the pad is usable before pulling.
29923 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29925 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29926 (gst_videobalance_init),
29927 (gst_videobalance_colorbalance_list_channels),
29928 (gst_videobalance_colorbalance_set_value),
29929 (gst_videobalance_colorbalance_get_value),
29930 (gst_videobalance_update_properties),
29931 (gst_videobalance_update_tables_planar411),
29932 (gst_videobalance_planar411):
29933 * gst/videofilter/gstvideobalance.h:
29934 Implement lookup-tables. +/- 10x faster.
29936 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29938 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29939 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29940 The index reading was broken. The rest worked fine, but the whole
29941 goal of my rewrite was to make avidemux readable, and this was
29942 not at all readable. Please use typed variables.
29944 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
29946 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29947 Additional pad usability check.
29948 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29949 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29950 (gst_mp1videoparse_real_chain):
29951 Fix MPEG video stream parsing. The original plugin had several
29952 issues, including not timestamping streams where the source was
29953 not timestamped (this happens with PTS values in mpeg system
29954 streams, but MPEG video is also a valid stream on its own so
29955 that needs timestamps too). We use the display time code for that
29956 for now. Also, if one incoming buffer contains multiple valid
29957 frames, we push them all on correctly now, including proper EOS
29958 handling. Lastly, several potential segfaults were fixed, and we
29959 properly sync on new sequence/gop headers to include them in next,
29960 not previous frames (since they're header for the next frame, not
29961 the previous). Also see #119206.
29962 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29964 Move caps setting so we only do it after finding several valid
29965 MPEG-1 fraes sequentially, not right after the first one (which
29966 might be coincidental).
29967 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29968 (mpeg_video_type_find), (mpeg_video_stream_type_find),
29970 Add unsynced MPEG video stream typefinding, and change some
29971 probability values so we detect streams rightly. The idea is as
29972 follows: I can have an unsynced system stream which contains
29973 video. In the current code, I would randomly get a type for either
29974 system or video stream type found, because the probabilities are
29975 being calculated rather randomly. I now use fixed values, so we
29976 always prefer system stream if that was found (and that is how it
29977 should be). If no system stream was found, we can still identity the stream as video-only.
29979 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
29981 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29982 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29983 don't write to buffer. Extract data without the need of
29984 __attribute__ ((packed))
29986 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29988 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29989 (mpeg1_sys_type_find):
29990 Fix MPEG-1 stream typefinding.
29992 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
29994 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29995 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29997 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
29999 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
30000 * ext/esd/gstesd.c: (plugin_init):
30001 private debugging, better error reporting
30003 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
30005 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30006 (gst_riff_read_init), (gst_riff_read_change_state):
30007 * gst-libs/gst/riff/riff-read.h:
30008 Remove stuff fromold metadata system.
30010 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
30012 * ext/ogg/gstoggdemux.c:
30013 Fix wrong file comment.
30014 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30015 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
30016 Add metadata reading properly.
30018 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
30021 Fix nas DIST_SUBDIRS
30023 Fix bug where make distcheck doesn't get run on adding stuff to
30026 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
30028 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
30029 * ext/divx/gstdivxdec.h:
30030 Fix divx3 ("msmpeg4") playback using divxdec.
30032 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
30034 * gst/typefind/gsttypefindfunctions.c:
30035 (mp3_type_frame_length_from_header): fix bug in length computation
30036 (mp3_type_find): improve debugging output
30038 2004-01-23 Julien MOUTTE <julien@moutte.net>
30040 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30041 (gst_play_set_location), (gst_play_seek_to_time),
30042 (gst_play_set_audio_sink), (gst_play_set_visualization),
30043 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
30044 the pipeline from scratch. Visualization is back and switch went out as
30045 i realized it was not possible to use the way i wanted.
30046 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
30047 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
30048 clearing in state change from READY to NULL. So that one can clean the
30049 X ressources keeping the element.
30050 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30051 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
30052 (gst_xvimagesink_colorbalance_set_value),
30053 (gst_xvimagesink_colorbalance_get_value),
30054 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
30055 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
30056 change from READY to NULL and fixed some stupid bugs in colorbalance
30057 get/set values. Also added the following feature : when nobody tries to
30058 set some values to the colorbalance levels before the xcontext is
30059 grabbed, then when creating channels list from Xv attributes we set the
30060 internal values to the Xv defaults. This way we handle buggy Xv drivers
30061 that set default hue values far from the middle of the range (Thanks
30062 to Jon Trowbridge for pointing that issue).
30063 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
30064 colorbalance levels have been set before xcontext is grabbed.
30066 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
30068 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30069 Fix the ossmixer case where we shouldn't open /dev/dsp* because
30070 it might block operations (which is bad for a mixer).
30072 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
30074 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30075 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
30076 (gmip_find_type_pre):
30077 * gst-libs/gst/media-info/media-info-priv.h:
30078 * gst-libs/gst/media-info/media-info.c:
30079 (gst_media_info_instance_init), (gst_media_info_read_idler):
30080 add fakesink to get caps on decoder src pad again
30081 fix callback prototype to match new have_type signal signature
30083 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
30085 * gst/adder/gstadder.c: (gst_adder_link):
30086 fix non-compile and cut-n-paste code
30088 2004-01-21 David Schleef <ds@schleef.org>
30090 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
30091 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
30092 (gst_swfdec_init), (gst_swfdec_change_state):
30093 * ext/swfdec/gstswfdec.h:
30095 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
30096 (gst_adder_request_new_pad): Fix negotiation.
30097 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
30098 Add a fixate function.
30099 * gst/intfloat/gstfloat2int.c:
30100 * gst/intfloat/gstfloat2int.h:
30101 * gst/intfloat/gstint2float.c:
30102 * gst/intfloat/gstint2float.h:
30103 Completely rewrite the negotiation. Doesn't quite work yet,
30104 due to some buffer-frames problem.
30106 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
30108 * ext/gnomevfs/gstgnomevfssrc.c:
30109 * sys/v4l2/v4l2_calls.h:
30110 fix includes for distcheck
30112 2004-01-21 Christian Schaller <uraeus@gnome.org>
30115 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
30116 based on earlier patch from Laurent Vivier
30118 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
30120 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
30121 Fix wma caps property
30122 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30123 Fix typo (flags1 and flags2)
30125 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30127 * gst-libs/gst/media-info/media-info-priv.c:
30128 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
30129 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
30130 (gmip_find_stream), (gmip_find_track_metadata),
30131 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
30132 (gmip_find_track_format):
30133 * gst-libs/gst/media-info/media-info-priv.h:
30134 * gst-libs/gst/media-info/media-info-test.c: (main):
30135 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30136 (gst_media_info_read_idler), (gst_media_info_read):
30137 * gst-libs/gst/media-info/media-info.h:
30138 register debugging category and use it for debugging
30140 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30142 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
30143 (gst_vorbisfile_new_link):
30144 signal streaminfo through tags
30146 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30148 * ext/mplex/gstmplex.cc:
30149 * ext/mplex/gstmplexibitstream.cc:
30150 g++ doesn't like NULL in our i18n/error macros, should be
30151 either (NULL) or ("").
30153 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30155 * sys/dxr3/dxr3audiosink.c:
30156 * sys/dxr3/dxr3init.c:
30157 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
30158 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
30159 Fix more error error error errors (missing includes here).
30161 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30163 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30164 fix thomas' error errors.
30166 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30168 * ext/mpeg2enc/gstmpeg2enc.cc:
30171 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
30173 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30174 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30175 Fix for new error system.
30177 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
30179 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30180 fix for new error reporting
30182 2004-01-20 David Schleef <ds@schleef.org>
30184 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30185 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30186 (gst_ximagesink_set_xwindow_id): Change to using a framerate
30187 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30188 and neither is 100+, most likely.
30189 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30190 (gst_xvimagesink_getcaps): same
30192 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
30195 Up version requirement to 2.0.3 (not yet released) to avoid symbol
30196 clashes with ffmpeg.
30198 2004-01-20 Julien MOUTTE <julien@moutte.net>
30200 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30201 (gst_switch_init): Fixed switch element : proxying link and setting
30202 caps from src to sink on request.
30204 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30206 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30207 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30208 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30211 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30213 * sys/v4l/v4l_calls.h:
30214 * sys/v4l2/v4l2_calls.h:
30215 element_error fixes
30217 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30219 * gst-libs/gst/gst-i18n-plugin.h:
30221 remove config.h inclusion
30223 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30226 adding autopoint invocation
30229 * gst-libs/gst/gettext.h:
30230 adding gettext bits
30231 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30232 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30233 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30234 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30235 (gst_gnomevfssink_close_file):
30236 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30237 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30238 * gst-libs/gst/gst-i18n-plugin.h:
30239 * gst/avi/gstavi.c: (plugin_init):
30240 * sys/dxr3/dxr3init.c: (plugin_init):
30241 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30242 * sys/oss/gstossaudio.c: (plugin_init):
30243 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30244 * sys/v4l/gstv4l.c: (plugin_init):
30245 * sys/v4l/v4l_calls.c: (gst_v4l_open):
30246 * sys/v4l2/gstv4l2.c: (plugin_init):
30247 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30248 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30249 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30250 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30251 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30252 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30253 make sure locale and translation domain are set
30254 fix translated strings
30260 put translation files into place
30261 * sys/xvideo/imagetest.c: (main):
30262 * ext/dv/demo-play.c: (main):
30263 fix unnecessary translations
30265 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
30267 * ext/sndfile/gstsf.c:
30268 * gst/avi/gstavimux.c:
30269 * ext/audiofile/gstafsink.c:
30270 * ext/audiofile/gstafsrc.c:
30271 * ext/gnomevfs/gstgnomevfssink.c:
30272 * ext/gnomevfs/gstgnomevfssrc.c:
30273 * sys/oss/gstosselement.c:
30274 * sys/v4l/v4l_calls.h:
30277 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30279 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30280 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30281 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30282 (gst_v4l2_get_output), (gst_v4l2_set_output),
30283 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30284 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30285 (gst_v4l2_set_attribute):
30286 update to new error handling
30288 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30290 * ext/sidplay/gstsiddec.cc:
30291 * gst/modplug/gstmodplug.cc:
30292 parenthese NULL because C++ seems angry about it
30294 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
30296 * gst-libs/gst/gst-i18n-plugin.h:
30297 add skeleton i18n stuff, but needs to be further implemented
30299 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
30301 * examples/gstplay/player.c: (main):
30302 * ext/aalib/gstaasink.c: (gst_aasink_open):
30303 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30304 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30305 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30306 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30307 (gst_afsink_close_file):
30308 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30309 (gst_afsrc_close_file):
30310 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30311 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30312 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30313 * ext/esd/esdmon.c: (gst_esdmon_get):
30314 * ext/esd/esdsink.c: (gst_esdsink_chain):
30315 * ext/faac/gstfaac.c: (gst_faac_chain):
30316 * ext/faad/gstfaad.c: (gst_faad_chain):
30317 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30318 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30319 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30320 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30321 (gst_flacdec_loop):
30322 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30323 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30324 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30325 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30326 (gst_gnomevfssink_close_file):
30327 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30328 (gst_gnomevfssrc_open_file):
30329 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30330 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30331 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30332 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30333 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30334 * ext/mad/gstmad.c: (gst_mad_chain):
30335 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30336 * ext/mpeg2dec/gstmpeg2dec.c:
30337 * ext/mpeg2enc/gstmpeg2enc.cc:
30338 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30339 * ext/mplex/gstmplex.cc:
30340 * ext/mplex/gstmplexibitstream.cc:
30341 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30342 (gst_ogg_demux_push), (gst_ogg_pad_push):
30343 * ext/raw1394/gstdv1394src.c:
30344 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30345 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30346 * ext/sidplay/gstsiddec.cc:
30347 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30349 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30350 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30351 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30352 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30353 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30354 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30355 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30356 * gst-libs/gst/Makefile.am:
30357 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30358 (gst_riff_read_element_data), (gst_riff_read_seek),
30359 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30360 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30361 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30362 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30363 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30364 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30365 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30366 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30367 * gst/goom/gstgoom.c: (gst_goom_chain):
30368 * gst/id3/gstid3types.c: (gst_id3types_loop):
30369 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30370 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30371 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30372 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30373 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30374 (gst_ebml_read_float), (gst_ebml_read_header):
30375 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30376 (gst_matroska_demux_parse_blockgroup):
30377 * gst/modplug/gstmodplug.cc:
30378 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30379 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30380 * gst/oneton/gstoneton.c: (gst_oneton_chain):
30381 * gst/silence/gstsilence.c: (gst_silence_get):
30382 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30383 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30384 * gst/speed/gstspeed.c: (speed_loop):
30385 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30386 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30387 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30388 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30389 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30390 (gst_wavparse_loop):
30391 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30392 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30393 (dxr3audiosink_close):
30394 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30395 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30396 (dxr3videosink_close), (dxr3videosink_write_data):
30397 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30398 * sys/oss/gstosselement.h:
30399 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30400 (gst_osssink_chain):
30401 * sys/oss/gstosssrc.c: (gst_osssrc_get):
30402 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30403 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30404 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30405 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30406 (gst_v4l_enable_overlay):
30407 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30408 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30409 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30410 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30411 (gst_v4l_set_audio):
30412 * sys/v4l/v4l_calls.h:
30413 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30414 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30415 (gst_v4lmjpegsink_playback_init),
30416 (gst_v4lmjpegsink_playback_start):
30417 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30418 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30419 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30420 (gst_v4lmjpegsrc_requeue_frame):
30421 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30422 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30423 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30424 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30425 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30426 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30427 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30428 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30429 (gst_v4l2src_capture_stop):
30430 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30431 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30432 (gst_ximagesink_chain):
30433 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30434 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30435 (gst_xvideosink_xwindow_new):
30436 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30437 (gst_xvimagesink_chain):
30438 use new error signal, function and categories
30440 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
30444 * ext/musicbrainz/gsttrm.c:
30445 * ext/musicbrainz/gsttrm.h:
30446 * ext/musicbrainz/Makefile.am:
30449 2004-01-18 Julien MOUTTE <julien@moutte.net>
30451 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30452 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30453 synchronous property for debugging.
30454 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30455 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30456 (gst_xvimagesink_set_property): Moving a pointer declaration to a
30457 smaller block, fixing indent.
30459 2004-01-16 David Schleef <ds@schleef.org>
30461 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30462 property affects the video stream.
30463 * sys/xvimage/xvimagesink.c:
30464 * sys/xvimage/xvimagesink.h:
30465 Add synchronous property for debugging. Should probably be
30466 disabled in non-CVS builds. Make sure that the Xv attribute
30467 exists before we set it (crash!). Fix a silly float bug that
30468 caused colorbalance to just not work.
30470 2004-01-17 Christian Schaller <Uraeus@gnome.org>
30472 * tools/gst-launch-ext.in - update for new plugins
30474 2004-01-16 David Schleef <ds@schleef.org>
30476 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30477 already-freed caps.
30479 2994-01-16 Christian Schaller <Uraeus@gnome.org>
30481 * Update spec for new colorspace plugin and libcaca plugin
30482 * Fix compilation of libcaca plugin (clock -> id)
30484 2004-01-16 Julien MOUTTE <julien@moutte.net>
30486 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30487 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30488 (gst_xvimagesink_set_xwindow_id),
30489 (gst_xvimagesink_colorbalance_set_value),
30490 (gst_xvimagesink_colorbalance_get_value),
30491 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30492 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30493 correct colorbalance properties. They can now be set when the element
30494 is still in NULL state. The values will be committed to the Xv Port
30495 when xcontext is initialized.
30496 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30497 brightness int values in the GstXvImagesink structure.
30499 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30501 * gst-libs/gst/Makefile.am:
30502 restructure so having local patches works easier.
30504 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30506 * ext/mpeg2enc/Makefile.am:
30507 * ext/mpeg2enc/gstmpeg2enc.cc:
30508 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30509 Bugfix with respect to EOS handling.
30511 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
30513 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30514 Link with right caps (else, it segfaults).
30515 * ext/mplex/gstmplexjob.cc:
30516 Fix for slight API change in 1.6.1.93 release of mjpegtools.
30518 2004-01-15 David Schleef <ds@schleef.org>
30520 * gst-libs/gst/audio/Makefile.am:
30521 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30523 * gst-libs/gst/audio/gstaudiofilter.c:
30524 * gst-libs/gst/audio/gstaudiofilter.h:
30525 Add bytes_per_sample and size and n_samples calculation.
30526 * gst-libs/gst/audio/gstaudiofilterexample.c:
30527 Remove, now autogenerated.
30528 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30529 Moved from gstaudiofilterexample, object name changed, code added
30530 so that it actually works.
30531 * gst-libs/gst/audio/make_filter:
30532 Script to build an audiofilter subclass from the template.
30533 * gst/colorspace/Makefile.am:
30534 * gst/colorspace/yuv2yuv.c:
30535 Remove file, since it's GPL, and we don't use it.
30537 2004-01-15 Julien MOUTTE <julien@moutte.net>
30539 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30540 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30541 them use the buffer free function to test how the buffer was allocated.
30543 2004-01-15 David Schleef <ds@schleef.org>
30545 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30546 that handles osssink fallback.
30547 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30548 (gst_audio_convert_getcaps):
30549 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30550 Add audio/x-qdm2 for QDM2 audio.
30551 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30552 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30553 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30554 Decrease minimum size to 16x16.
30555 * gst/wavparse/gstwavparse.c:
30556 Convert disabled pad template caps to new caps.
30557 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30558 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30559 (gst_xvimagesink_chain): Throw element error when display cannot
30560 be opened. Increase minimum framerate to 1.0. Check the data
30561 free function on a buffer to make sure it is the type we expect
30562 before manipulating it.
30564 2004-01-15 Julien MOUTTE <julien@moutte.net>
30566 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30567 (gst_videobalance_colorbalance_set_value): Implement passthru if
30568 settings are in the middle.
30569 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30571 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30573 * gst/videofilter/Makefile.am:
30574 * gst/volume/Makefile.am:
30575 Since we use videofilter symbols, link to it.
30577 2004-01-15 Julien MOUTTE <julien@moutte.net>
30579 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30580 mixer interface type to HARDWARE.
30581 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30583 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30584 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30585 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30586 (gst_volume_interface_init), (gst_volume_list_tracks),
30587 (gst_volume_set_volume), (gst_volume_get_volume),
30588 (gst_volume_set_mute), (gst_volume_mixer_init),
30589 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30590 (volume_init): Implementing mixer interface.
30591 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30592 * sys/oss/gstosselement.c: (gst_osselement_get_type),
30593 (gst_osselement_change_state): Removing some trailing commas in
30595 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30596 interface type to HARDWARE.
30597 * sys/v4l/gstv4lcolorbalance.c:
30598 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30600 * sys/v4l2/gstv4l2colorbalance.c:
30601 (gst_v4l2_color_balance_interface_init): Setting colorbalance
30602 interface type to HARDWARE.
30603 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30604 same code than ximagesink for event handling.
30606 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30608 * ext/snapshot/Makefile.am:
30609 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30610 (gst_snapshot_chain):
30611 * ext/snapshot/gstsnapshot.h:
30612 This has to be a joke... Snapshot should be connected to a tee,
30613 colorspace element before it and EOS after that, where the other
30614 src of the tee receives normal data.
30615 The current way is *wrong*.
30617 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30619 * ext/hermes/gsthermescolorspace.c:
30620 Fix another compile error. Same as below.
30622 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
30624 * gst/colorspace/gstcolorspace.c:
30625 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30626 (gst_colorspace_i420_to_yv12):
30627 Fix compiling... Didn't test if it actually works.
30629 2004-01-15 David Schleef <ds@schleef.org>
30632 * gst/colorspace/Makefile.am:
30633 * gst/colorspace/gstcolorspace.c:
30634 * gst/colorspace/gstcolorspace.h:
30635 * gst/colorspace/yuv2rgb.c:
30636 * gst/colorspace/yuv2rgb.h:
30637 Duplicate the ext/hermes colorspace plugin, and remove Hermes
30638 code and GPL code. Fix for new caps negotiation. Rewrite
30639 much of the format handling code, and some of the conversion
30640 code. Basically, rewrote almost everything. This element
30641 handles I420, YV12 to RGB conversions.
30642 * ext/hermes/Makefile.am:
30643 * ext/hermes/gsthermescolorspace.c:
30644 Rename colorspace to hermescolorspace. Fix negotiation issues.
30645 Remove non-Hermes related code. This element handles lots of
30646 RGB to RGB conversions, but no YUV.
30647 * ext/hermes/gstcolorspace.c:
30648 * ext/hermes/gstcolorspace.h:
30649 * ext/hermes/rgb2yuv.c:
30650 * ext/hermes/yuv2rgb.c:
30651 * ext/hermes/yuv2rgb.h:
30652 * ext/hermes/yuv2rgb_mmx16.s:
30653 * ext/hermes/yuv2yuv.c:
30654 * ext/hermes/yuv2yuv.h:
30657 2004-01-14 Colin Walters <walters@verbum.org>
30659 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30660 they've already been.
30662 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30664 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30665 assume tag mode when pad is not connected
30667 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
30669 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30670 Don't update the time of the clock
30671 (gst_alsa_sink_loop):
30672 sync to the clock given to alsasink, not the own clock
30673 * sys/oss/gstosssink.c: (gst_osssink_chain):
30675 (gst_osssink_change_state):
30677 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30678 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30679 remove bogus code that made DISCONT events unhandled
30680 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30681 explicitly case to double in _set_simple. (fixes 2nd warning in bug
30683 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30684 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30685 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30686 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30687 2nd warning in bug #131502)
30689 2004-01-14 Julien MOUTTE <julien@moutte.net>
30691 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30692 (gst_videobalance_colorbalance_set_value),
30693 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30694 for colorbalance interface implementation.
30695 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30696 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30697 (gst_ximagesink_dispose), (gst_ximagesink_init),
30698 (gst_ximagesink_class_init): Adding DISPLAY property.
30699 * sys/ximage/ximagesink.h: Adding display_name to store display.
30700 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30701 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30702 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30703 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30704 properties (they still need polishing though for gst-launch use : no
30705 xcontext yet, i ll do that tomorrow).
30706 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30708 2004-01-14 Julien MOUTTE <julien@moutte.net>
30710 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30711 (gst_play_set_location), (gst_play_set_visualization): Preparing
30712 switch integration, adding videobalance in the pipeline.
30714 2004-01-14 Julien MOUTTE <julien@moutte.net>
30716 * gst-libs/gst/colorbalance/colorbalance.c:
30717 (gst_color_balance_class_init): Adding a default type.
30718 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30720 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30721 (gst_videobalance_dispose), (gst_videobalance_class_init),
30722 (gst_videobalance_init), (gst_videobalance_interface_supported),
30723 (gst_videobalance_interface_init),
30724 (gst_videobalance_colorbalance_list_channels),
30725 (gst_videobalance_colorbalance_set_value),
30726 (gst_videobalance_colorbalance_get_value),
30727 (gst_videobalance_colorbalance_init): Implementing colorbalance
30729 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30731 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30732 bug which was triggering a BadAccess X error when setting an overlay
30733 before pad was really negotiated.
30734 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30735 Using the colorbalance type macro.
30737 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30739 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30740 (gst_flacenc_chain):
30741 handle tags correctly
30742 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30743 extract ID3v1 tags correctly
30745 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30747 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30749 Improve matroska typefinding for odd-typed headers...
30751 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30753 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30754 Fix for using incremental number on padnames.
30756 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
30758 * ext/divx/gstdivxdec.c:
30759 * ext/divx/gstdivxenc.c:
30760 Set category to divx4linux instead of divx (too generic).
30761 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30762 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30763 (gst_wavparse_loop), (gst_wavparse_change_state):
30764 * gst/wavparse/gstwavparse.h:
30765 fix parsing of WAV files with non-standard fmt-tag size and fix
30766 skipping of unrecognized chunks... Someone please fix this thing
30767 to use rifflib so all this is automated.
30768 * sys/v4l/Makefile.am:
30769 * sys/v4l2/Makefile.am:
30770 Add X_CFLAGS because we depend on X (for overlay).
30772 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
30774 * ext/mpeg2dec/gstmpeg2dec.c:
30775 Don't issue a timestamp unless we tagged the frame
30778 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30780 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30781 Query the audio element to get the time, not the clock. We're
30782 interested in the element's time here.
30784 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30786 * ext/aalib/gstaasink.c: (gst_aasink_chain):
30787 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30788 * ext/esd/esdsink.c: (gst_esdsink_chain):
30789 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30790 * ext/mas/massink.c: (gst_massink_chain):
30791 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30792 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30793 (gst_matroska_demux_parse_metadata):
30794 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30795 (gst_mpeg_parse_release_locks):
30796 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30797 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30798 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30799 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30800 (gst_osssink_change_state):
30801 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30802 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30803 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30804 (gst_xvideosink_release_locks):
30805 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30807 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30808 (gst_alsa_clock_stop):
30809 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30810 (gst_audio_clock_get_internal_time):
30811 simplify for use with new clocking code.
30812 * testsuite/alsa/Makefile.am:
30813 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30814 fix testsuite for new caps system
30816 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
30818 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30819 * ext/flac/gstflacenc.c: (add_one_tag):
30820 length is already host endian, no need to convert. Fixes playback of
30821 tagged files on PPC. (bug #128384)
30823 2004-01-13 Julien MOUTTE <julien@moutte.net>
30825 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30826 colorbalance interface stating if it is hardware based or software
30828 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30829 Removing a trailing comma.
30830 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30831 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30832 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30833 the documentation seems to be wrong on the -1000 to 1000 interval.
30835 2004-01-12 David Schleef <ds@schleef.org>
30837 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30838 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30839 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30840 Fix negotiation. Add a bufferalloc function for the sink pad,
30841 and generally clean up some of the code.
30843 2004-01-12 Julien MOUTTE <julien@moutte.net>
30845 * gst-libs/gst/colorbalance/colorbalancechannel.c:
30846 (gst_color_balance_channel_dispose): Adding safety check in dispose
30848 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30849 (gst_xvimagesink_xcontext_clear),
30850 (gst_xvimagesink_interface_supported),
30851 (gst_xvimagesink_colorbalance_list_channels),
30852 (gst_xvimagesink_colorbalance_set_value),
30853 (gst_xvimagesink_colorbalance_get_value),
30854 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30855 Adding colorbalance interface support to set XV parameters such as
30856 HUE, BRIGHTNESS, CONTRAST, SATURATION.
30857 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30860 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30862 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30863 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30864 (gst_audio_convert_init), (gst_audio_convert_set_property),
30865 (gst_audio_convert_get_property), (gst_audio_convert_chain),
30866 (gst_audio_convert_link),
30867 (gst_audio_convert_buffer_to_default_format),
30868 (gst_audio_convert_buffer_from_default_format), (plugin_init):
30869 - implement _getcaps and use it
30871 - remove float caps since no float conversion is actually done
30872 - remove properties and arguments that were to be used for rate
30875 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30877 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30878 (gst_audio_structure_set_int):
30879 * gst-libs/gst/audio/audio.h:
30880 add helper functions for _getcaps matching the standard audio
30883 2004-01-12 David Schleef <ds@schleef.org>
30885 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30886 Test that pad is negotiated before getting its caps.
30888 2004-01-12 Julien MOUTTE <julien@moutte.net>
30890 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30891 analyzing the pads of an element the bin is mostly in READY state so
30892 no caps were negotiated. This helper function needs to work with
30893 _get_caps directly then. I was not freeing them though, added that to
30896 2004-01-12 Julien MOUTTE <julien@moutte.net>
30898 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30899 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30900 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30901 than the free_func.
30903 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
30905 * sys/oss/gstossaudio.c: (plugin_init):
30906 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30907 * sys/oss/gstosselement.h:
30908 make an oss debugging category
30909 make failure more descriptive
30911 2004-01-11 David Schleef <ds@schleef.org>
30913 * ext/ffmpeg/gstffmpeg.c:
30914 * ext/ffmpeg/gstffmpegcodecmap.c:
30915 * ext/ffmpeg/gstffmpegdec.c:
30916 * ext/ffmpeg/gstffmpegenc.c:
30917 * ext/ffmpeg/gstffmpegprotocol.c:
30918 * ext/gdk_pixbuf/gstgdkanimation.c:
30919 * ext/jpeg/gstjpeg.c:
30920 * ext/libpng/gstpng.c:
30921 * ext/mpeg2dec/perftest.c:
30922 * ext/speex/gstspeex.c:
30923 * gst-libs/gst/resample/dtos.c:
30924 * gst/intfloat/gstintfloatconvert.c:
30925 * gst/oneton/gstoneton.c:
30926 * gst/rtjpeg/RTjpeg.c:
30927 * gst/rtp/gstrtp.c:
30928 * sys/dxr3/dxr3init.c:
30929 * sys/glsink/gstgl_nvimage.c:
30930 * sys/glsink/gstgl_pdrimage.c:
30931 * sys/glsink/gstglsink.c:
30932 * testsuite/gst-lint:
30933 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30935 2004-01-11 David Schleef <ds@schleef.org>
30937 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30938 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30939 * ext/gdk_pixbuf/gstgdkanimation.c:
30940 (gst_gdk_animation_iter_create_pixbuf):
30941 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30942 (gst_gdk_pixbuf_chain):
30943 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30944 * ext/jack/gstjack.c: (gst_jack_change_state):
30945 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30946 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30947 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30948 * gst/videofilter/gstvideofilter.c:
30949 (gst_videofilter_set_output_size):
30950 Remove all usage of gst_pad_get_caps(), and replace it with
30951 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30953 2004-01-11 David Schleef <ds@schleef.org>
30956 * ext/Makefile.am: Fixes to make ext/libcaca compile.
30957 * ext/divx/gstdivxdec.c:
30958 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30959 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30960 handle images that span multiple buffers. Now work with both
30961 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30962 * ext/gdk_pixbuf/gstgdkpixbuf.h:
30963 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30964 video/video.h changes
30965 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30966 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30967 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30968 of GstData free function.
30969 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30972 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30974 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30975 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30976 (gst_v4l2element_get_property):
30977 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30978 add norm, channel and frequency properties.
30979 * sys/v4l2/gstv4l2tuner.c:
30980 fixes for tuner interface changes
30981 * sys/v4l2/gstv4l2element.h:
30982 * sys/v4l2/gstv4l2src.c:
30983 * sys/v4l2/gstv4l2src.h:
30984 * sys/v4l2/v4l2src_calls.c:
30985 * sys/v4l2/v4l2src_calls.h:
30986 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30988 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
30990 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30991 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30992 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30993 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30994 * gst-libs/gst/tuner/tuner.h:
30995 GObjects aren't const.
30996 Add find_by_name functions.
30997 Add checks to _changed functions.
30998 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30999 (gst_v4l_tuner_get_norm):
31002 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
31004 * gst-libs/gst/video/video.h:
31005 Fix caps template names to be understandable.
31006 Prefix everything with GST_VIDEO.
31007 * ext/aalib/gstaasink.c:
31008 * ext/divx/gstdivxdec.c:
31009 * ext/divx/gstdivxenc.c:
31010 * ext/gdk_pixbuf/gstgdkpixbuf.c:
31011 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
31012 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
31013 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
31014 * ext/libcaca/gstcacasink.c:
31015 * ext/libpng/gstpngenc.c: (raw_caps_factory):
31016 * ext/snapshot/gstsnapshot.c:
31017 * ext/swfdec/gstswfdec.c:
31018 * ext/xvid/gstxviddec.c:
31019 * ext/xvid/gstxvidenc.c:
31020 * gst/chart/gstchart.c:
31021 * gst/deinterlace/gstdeinterlace.c:
31022 * gst/effectv/gsteffectv.c:
31023 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31024 * gst/goom/gstgoom.c:
31025 * gst/median/gstmedian.c:
31026 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
31027 (gst_monoscope_srcconnect), (gst_monoscope_chain):
31028 * gst/overlay/gstoverlay.c:
31029 * gst/smooth/gstsmooth.c:
31030 * gst/smpte/gstsmpte.c:
31031 * gst/synaesthesia/gstsynaesthesia.c:
31032 * gst/videocrop/gstvideocrop.c:
31033 * gst/videodrop/gstvideodrop.c:
31034 * gst/y4m/gsty4mencode.c:
31035 * sys/qcam/gstqcamsrc.c:
31036 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
31037 Make them work with new video.h file.
31038 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31039 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31040 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31041 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31042 Make it work with new buffer allocation system.
31044 2004-01-11 Julien MOUTTE <julien@moutte.net>
31046 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
31047 pad_alloc_buffer implementation to use ->srcpad
31048 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
31049 pad_alloc_buffer implementation to use ->srcpad
31050 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
31051 pad_alloc_buffer implementation to use ->srcpad
31052 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31053 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31054 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31055 a reference to everything we need.
31056 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
31057 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31058 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31059 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31060 a reference to everything we need.
31061 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
31063 2004-01-11 David Schleef <ds@schleef.org>
31065 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
31066 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
31067 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
31069 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
31070 value during a resize/renegotiation.
31071 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
31072 gst_pad_alloc_buffer();
31073 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31074 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
31076 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31077 Fix for rename of buffer private structure members.
31078 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31079 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31080 Fix for rename of buffer private structure members.
31081 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31082 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31083 Fix for rename of buffer private structure members.
31085 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
31087 reviewed by: David Schleef <ds@schleef.org>
31089 * gst/videofilter/Makefile.am:
31090 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
31091 from the patch by ds to fit in with recent make_filter changes.
31093 2004-01-11 Julien MOUTTE <julien@moutte.net>
31095 * configure.ac: Adding examples/switch/Makefile
31096 * examples/Makefile.am: Adding examples/switch
31097 * examples/switch/Makefile.am: Adding switcher example.
31098 * examples/switch/switcher.c: (got_eos), (idle_iterate),
31099 (switch_timer), (main): Adding an example demonstrating switch usage
31100 with 2 videotestsrc showing different patterns.
31101 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
31102 (gst_switch_init): Fixing switch with the new caps system.
31104 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31106 * gst-libs/gst/video/video.h:
31107 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
31108 They should probably be like
31109 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
31111 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31113 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31114 (qtdemux_parse_trak):
31115 fix audio chunk size/timestamp calculation
31117 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
31119 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31122 2004-01-11 Steve Baker <steve@stevebaker.org>
31124 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
31125 (gst_agingtv_base_init), (gst_agingtv_class_init),
31126 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
31127 (gst_agingtv_set_property), (gst_agingtv_get_property):
31128 Port agingTV to videofilter
31130 2004-01-09 Julien MOUTTE <julien@moutte.net>
31132 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
31133 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31135 2004-01-09 Julien MOUTTE <julien@moutte.net>
31137 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
31138 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31139 * gst-libs/gst/xoverlay/xoverlay.c:
31140 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
31141 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
31142 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31143 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31144 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31145 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31146 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
31147 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
31148 the bufferalloc_function to replace bufferpools, fixing the XOverlay
31149 interface implementation to handle xid being 0 and fix some bugs
31150 triggered by Benjamin's testcase.
31151 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31152 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
31153 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
31154 the bufferalloc_function to replace bufferpools, fixing the XOverlay
31155 interface implementation to handle xid being 0 and fix some bugs
31156 triggered by Benjamin's testcase.
31158 2004-01-09 David Schleef <ds@schleef.org>
31160 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
31161 mouse pointer events. It works.
31163 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
31165 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
31166 Use explicit caps - fix capsnego.
31167 * ext/xvid/gstxviddec.c:
31168 * ext/xvid/gstxvidenc.c:
31169 Remove macro-inside-macro which caused compile errors.
31170 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
31171 Error out if it's not a RIFF file. Else we error out without
31172 gst_element_error() which is not good...
31174 2004-01-08 David Schleef <ds@schleef.org>
31176 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31177 Fix pad_link function to handle formats that ffmpeg returns
31178 as multiple caps structures.
31179 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31180 Only complain if source buffer is _smaller_ than expected.
31181 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31182 (gst_videoscale_handle_src_event): Resize navigation events
31183 when passing them upstream.
31184 * gst/videotestsrc/gstvideotestsrc.c:
31185 * gst/videotestsrc/gstvideotestsrc.h:
31186 * gst/videotestsrc/videotestsrc.c:
31187 * gst/videotestsrc/videotestsrc.h:
31188 Rewrite many of the buffer painting functions to handle odd
31189 sizes (for many formats, size%4!=0 or size%8!=0). Most have
31190 been verified to work with my video card.
31191 * testsuite/gst-lint: Add check for elements calling
31192 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31194 2004-01-08 David Schleef <ds@schleef.org>
31196 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31197 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31199 2004-01-08 Julien MOUTTE <julien@moutte.net>
31201 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31202 configure event is not emiting the desired size signal. That fixes
31203 aspect ratio issues with gst-player.
31205 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
31207 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31210 2004-01-08 Julien MOUTTE <julien@moutte.net>
31212 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31213 public method to fire size signal.
31215 2004-01-07 Julien MOUTTE <julien@moutte.net>
31217 * examples/gstplay/Makefile.am: Adding the interface library.
31218 * gst-libs/gst/play/Makefile.am: Adding the interface library.
31219 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
31220 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31221 GST_IS_X_OVERLAY before signal connect.
31222 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31223 Removing the have_video_size signal.
31224 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31225 and associated public method.
31226 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31227 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31229 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31230 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31232 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31233 Using XOverlay public method to fire size signal.
31235 2004-01-07 David Schleef <ds@schleef.org>
31237 * gst/videofilter/Makefile.am:
31238 * gst/videofilter/gstvideotemplate.c:
31239 * gst/videofilter/make_filter:
31240 Create gstvideoexample.c in a srcdir!=builddir friendly way.
31241 Convert make_filter to /bin/sh script.
31243 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
31245 * gst/modplug/gstmodplug.cc: fix element description
31247 2004-01-07 Julien MOUTTE <julien@moutte.net>
31249 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31250 (got_video_size): Adding some new lines in g_print calls.
31251 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31252 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31253 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31254 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31255 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31256 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31257 Complete code review, reverting some stuff i disagree with, adding
31258 some fixes : time synchronization on invalid timestamps, renegotiation
31260 * sys/ximage/ximagesink.h:
31261 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31262 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31263 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31264 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31265 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31266 (gst_xvimagesink_buffer_new),
31267 (gst_xvimagesink_navigation_send_event),
31268 (gst_xvimagesink_set_xwindow_id),
31269 (gst_xvimagesink_get_desired_size),
31270 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31271 stuff i disagree with, adding some fixes : Renegotiation of private
31272 window, implementing get_desired_size.
31274 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
31276 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31277 (gst_afsink_handle_event):
31278 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31279 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31280 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31281 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31282 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31283 Fix for instantiate-test (see core). Also remove dead code from
31284 jpegenc (which still needs fixing, but that's lower on my TODO
31286 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31287 Never return NULL as caps.
31289 2004-01-07 David Schleef <ds@schleef.org>
31293 * ext/librfb/Makefile.am:
31294 * ext/librfb/gstrfbsrc.c:
31295 New source plugin based on librfb-0.1. RFB (remote framebuffer)
31296 is the protocol used by VNC.
31298 2004-01-07 David Schleef <ds@schleef.org>
31300 * gst/videofilter/gstvideotemplate.c:
31301 * gst/videofilter/gstvideotemplate.h:
31302 * gst/videofilter/make_filter:
31303 Merge videotemplate header into source file.
31304 * gst/effectv/Makefile.am:
31305 * gst/effectv/gsteffectv.c: (plugin_init):
31306 * gst/effectv/gstwarp.c:
31307 Make warpTV a subclass of videofilter.
31309 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31311 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31312 Add guard against invalid utf-8 conversions in mad. Just in case.
31314 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
31316 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31317 Fix for bug shown by poisoning
31319 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31321 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31322 (gst_v4lmjpegsrc_buffer_free):
31323 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31324 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31325 (gst_v4lsrc_buffer_free):
31326 Fix for removed bufferpools.
31328 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31330 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31331 Fix caps negotiation.
31333 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31334 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31335 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31337 * ext/mpeg2dec/gstmpeg2dec.c:
31338 * gst-libs/gst/navigation/navigation.c:
31339 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31340 * gst-libs/gst/navigation/navigation.h:
31341 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31342 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31343 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31344 Super-simple first version of mouse and keyboard events. Clicking
31345 on a DVD menu now works, although it may not take you where you
31348 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31349 * gst/videotestsrc/gstvideotestsrc.c:
31350 (gst_videotestsrc_src_fixate):
31351 These fixate functions were broken - they never actually
31354 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31356 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31357 (gst_icecastsend_init):
31358 fix for new caps system.
31359 * gst-libs/gst/mixer/mixertrack.h:
31360 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31361 Add 'master track' flag (for tools like ACME that only want to
31362 change the main volume).
31364 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
31366 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31367 (gst_xvid_csp_to_caps):
31368 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31369 * ext/xvid/gstxvidenc.c:
31370 ifdef out ARGB type when it isn't available
31371 in xvidcore 1.0.0beta2
31373 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
31375 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31376 When we have received a new SCR right in the first buffer after
31377 a seek (so in the same cycle that handles the discont), we should
31378 handle the buffer instead of unreffing it, else we lose data.
31380 2004-01-06 Iain <iain@prettypeople.org>
31382 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31383 buffer-frames caps too.
31385 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31386 caps that we need, don't destroy them all and rebuild them. And when
31387 creating src pads, use the src pad template rather than the sink...
31389 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
31391 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31392 Add pad to element *after* setting functions such as event handler.
31393 Without this, the scheduler (opt) will link pads, set the event
31394 handler from the default event function (dispatcher in gstpad.c)
31395 and *after* that, we will set our own event function, which will
31396 thus never be used (and thus mpegdemux doesn't handle events).
31398 2004-01-04 David Schleef <ds@schleef.org>
31400 Fix the fixate functions to handle new prototype:
31401 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31402 * gst/videotestsrc/gstvideotestsrc.c:
31403 (gst_videotestsrc_src_fixate):
31404 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31405 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31406 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31408 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31410 * sys/ximage/ximagesink.h:
31411 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31412 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31413 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31414 (gst_ximagesink_xoverlay_init):
31415 assorted fixes to make (re)embedding work
31416 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31417 (gst_ximagesink_get_desired_size):
31418 implement desired size additions to XOverlay
31420 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
31422 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31423 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31424 (gst_x_overlay_got_desired_size):
31425 * gst-libs/gst/xoverlay/xoverlay.h:
31426 Add optional "desired size" signal and querying.
31428 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31430 * gst/matroska/matroska-demux.c:
31431 (gst_matroska_demux_parse_blockgroup):
31432 Fix EBML-laced block parsing. Diffs are relative to previous
31433 lace, not the first lace. Thanks to Mosu from the Matroska
31434 team for detecting this.
31435 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31436 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31437 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31438 (gst_wavparse_change_state):
31439 * gst/wavparse/gstwavparse.h:
31440 Quickfix for capsnego.
31442 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31444 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31445 Fix indenting, fix pad creation.
31447 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31449 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31450 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31451 (gst_xviddec_sink_link):
31452 Implement src_getcaps() so proper size caps is negotiated.
31454 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31456 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31457 Finish flac decoder on EOS. See #116178.
31459 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31461 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31462 (gst_matroska_demux_add_stream):
31463 * gst/matroska/matroska-ids.h:
31464 Add getcaps() function to fix capsnego...
31466 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
31468 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31469 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31470 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31471 Fix more integer overflows. Again, see #126967.
31473 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31475 * ext/mpeg2dec/gstmpeg2dec.c:
31476 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31479 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31482 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31483 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31484 * ext/xvid/gstxvid.h:
31485 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31486 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31487 (gst_xviddec_src_link), (gst_xviddec_sink_link),
31488 (gst_xviddec_change_state):
31489 * ext/xvid/gstxviddec.h:
31490 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31491 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31492 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31493 (gst_xvidenc_link), (gst_xvidenc_set_property),
31494 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31495 * ext/xvid/gstxvidenc.h:
31496 Update xvid plugin to latest xvid (1.0.0-beta3) API.
31498 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31500 * gst/rtp/rtp-packet.c:
31501 Add sys/types.h include, since OS X doesn't define in_addr_t
31502 in netinet/in.h, like it does on Linux (see #129600).
31504 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
31506 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
31508 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31509 Correct logic of dispose function (see #129306).
31511 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31513 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31514 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31515 (gst_mpeg_parse_init):
31516 * gst/mpegstream/gstmpegparse.h:
31517 Remove clock (which was never provided, i.e. dead code), and
31518 also fix integer overflows at high PTS values (see #126967).
31520 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31522 * ext/flac/gstflacdec.c:
31523 * ext/libpng/gstpngenc.h:
31524 * ext/mikmod/gstmikmod.h:
31525 OS X fixes (see #126628).
31527 2004-01-02 David Schleef <ds@schleef.org>
31529 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31530 (gst_alsa_src_base_init): Remove bogus "src" request pad.
31531 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31532 (gst_mpeg_parse_class_init): Move pad template registration
31533 to class_init, since the derived class (mpegdemux) doesn't
31536 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
31538 * sys/ximage/Makefile.am:
31539 * sys/xvideo/Makefile.am:
31540 * sys/xvimage/Makefile.am:
31541 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31542 after installation (see #127664).
31544 2004-01-02 David Schleef <ds@schleef.org>
31546 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31547 (gst_ffmpegenc_connect): Negotiation fixes.
31548 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31549 Remove inappropriate gst_caps_free().
31550 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31551 Reenable Ronald's internal resize code, since the core handles
31554 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31556 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31557 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31558 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31559 Fix pad template stuff.
31561 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31563 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31564 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31565 fix signed integer reading/writing.
31567 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
31570 Remove outdated document
31572 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
31574 * gst/cutter/gstcutter.c: (gst_cutter_init):
31575 src pad was being created twice - oops.
31577 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31579 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31580 Comment out internal resize. It doesn't handle the resulting
31581 XEvent internally, does another try_set_caps() which leads to
31582 a really nice loop.
31583 Real fix will come when Julien and Dave are awake. ;).
31585 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
31587 * ext/mpeg2enc/gstmpeg2enc.cc:
31588 fix const/nonconst compile issue.
31590 2004-01-02 David Schleef <ds@schleef.org>
31592 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31593 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31594 Add fixate function and a check for bad formats.
31596 2004-01-01 David Schleef <ds@schleef.org>
31599 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31600 (gst_audiofilter_init):
31601 * gst/debug/efence.c: (gst_efence_init):
31602 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31603 (gst_deinterlace_init):
31604 * gst/volume/gstvolume.c: (volume_connect):
31606 2004-01-01 David Schleef <ds@schleef.org>
31608 Convert elements to use gst_pad_use_explicit_caps() where
31610 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31611 * ext/audiofile/gstafparse.c: (gst_afparse_init),
31612 (gst_afparse_open_file):
31613 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31614 (gst_afsrc_open_file):
31615 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31616 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31617 (gst_ffmpegdec_chain):
31618 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31619 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31620 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31621 (gst_gdk_pixbuf_chain):
31622 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31623 (gst_jpegdec_chain):
31624 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31625 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31626 (gst_mikmod_negotiate):
31627 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31628 (gst_mpeg2dec_negotiate_format):
31629 * ext/mpeg2enc/gstmpeg2enc.cc:
31630 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31631 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31632 (gst_speexdec_sinkconnect):
31633 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31634 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31635 (gst_vorbisfile_new_link):
31636 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31637 (gst_ac3parse_chain):
31638 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31639 (gst_asf_demux_setup_pad):
31640 * gst/auparse/gstauparse.c: (gst_auparse_init),
31641 (gst_auparse_chain):
31642 * gst/id3/gstid3types.c: (gst_id3types_loop):
31643 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31644 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31645 (mp1videoparse_parse_seq):
31646 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31648 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31649 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31650 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31651 (gst_mpeg_parse_send_data):
31652 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31653 (gst_qtdemux_add_stream):
31654 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31655 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31656 (gst_wavparse_parse_fmt):
31658 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
31661 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31662 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31663 it therefore uses the wrong include paths. Too bad... Note
31664 that 1.6.1.93 is not release yet. ;).
31665 Also add a check for mplex, which is now using the lib'ified
31666 mplex from mjpegtools, too.
31667 * ext/ffmpeg/gstffmpegcodecmap.c:
31668 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31669 issues. I don't think ffmpeg handles 3ivx correctly, so this
31670 probably won't work. But it won't hurt either.
31671 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31672 (gst_ffmpegdec_chain):
31673 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31674 (gst_ffmpegenc_chain_audio):
31675 Fix memleak in audio encoding. Close codec if open fails, this
31676 calls the cleanup routines so we can re-use the context.
31677 * ext/mpeg2enc/gstmpeg2enc.cc:
31678 Fix pad template names/types, fix memory issue with getcaps().
31679 * ext/mpeg2enc/gstmpeg2encoder.cc:
31680 * ext/mpeg2enc/gstmpeg2encoder.hh:
31681 Fix compile issue with new caps system (const thingy).
31682 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31683 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31684 We read a first frame right on initing, so that we have a caps
31685 when we init the output. This caps is cached in padprivate and
31686 read as first frame.
31687 * ext/mplex/Makefile.am:
31688 * ext/mplex/gstmplex.cc:
31689 * ext/mplex/gstmplex.h:
31690 * ext/mplex/gstmplex.hh:
31691 * ext/mplex/gstmplexibitstream.cc:
31692 * ext/mplex/gstmplexibitstream.hh:
31693 * ext/mplex/gstmplexjob.cc:
31694 * ext/mplex/gstmplexjob.hh:
31695 * ext/mplex/gstmplexoutputstream.cc:
31696 * ext/mplex/gstmplexoutputstream.hh:
31697 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31698 had issues, didn't do capsnego, supported only a subset of the
31699 mplex features and required a mplex fork in our local CVS. Plus
31700 that it worked agaist a very old mplex version. Rewriting was
31701 faster than updating it.
31702 * gst-libs/ext/Makefile.am:
31703 * gst-libs/ext/mplex/INSTRUCT:
31704 * gst-libs/ext/mplex/Makefile.am:
31705 * gst-libs/ext/mplex/README:
31706 * gst-libs/ext/mplex/TODO:
31707 * gst-libs/ext/mplex/ac3strm_in.cc:
31708 * gst-libs/ext/mplex/audiostrm.hh:
31709 * gst-libs/ext/mplex/audiostrm_out.cc:
31710 * gst-libs/ext/mplex/aunit.hh:
31711 * gst-libs/ext/mplex/bits.cc:
31712 * gst-libs/ext/mplex/bits.hh:
31713 * gst-libs/ext/mplex/buffer.cc:
31714 * gst-libs/ext/mplex/buffer.hh:
31715 * gst-libs/ext/mplex/fastintfns.h:
31716 * gst-libs/ext/mplex/format_codes.h:
31717 * gst-libs/ext/mplex/inputstrm.cc:
31718 * gst-libs/ext/mplex/inputstrm.hh:
31719 * gst-libs/ext/mplex/lpcmstrm_in.cc:
31720 * gst-libs/ext/mplex/mjpeg_logging.cc:
31721 * gst-libs/ext/mplex/mjpeg_logging.h:
31722 * gst-libs/ext/mplex/mjpeg_types.h:
31723 * gst-libs/ext/mplex/mpastrm_in.cc:
31724 * gst-libs/ext/mplex/mpegconsts.cc:
31725 * gst-libs/ext/mplex/mpegconsts.h:
31726 * gst-libs/ext/mplex/mplexconsts.hh:
31727 * gst-libs/ext/mplex/multplex.cc:
31728 * gst-libs/ext/mplex/outputstream.hh:
31729 * gst-libs/ext/mplex/padstrm.cc:
31730 * gst-libs/ext/mplex/padstrm.hh:
31731 * gst-libs/ext/mplex/stillsstream.cc:
31732 * gst-libs/ext/mplex/stillsstream.hh:
31733 * gst-libs/ext/mplex/systems.cc:
31734 * gst-libs/ext/mplex/systems.hh:
31735 * gst-libs/ext/mplex/vector.cc:
31736 * gst-libs/ext/mplex/vector.hh:
31737 * gst-libs/ext/mplex/videostrm.hh:
31738 * gst-libs/ext/mplex/videostrm_in.cc:
31739 * gst-libs/ext/mplex/videostrm_out.cc:
31740 * gst-libs/ext/mplex/yuv4mpeg.cc:
31741 * gst-libs/ext/mplex/yuv4mpeg.h:
31742 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31743 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31744 We don't fork mjpegtools' mplex in our CVS anymore.
31745 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31746 (gst_avi_demux_add_stream):
31747 * gst/avi/gstavidemux.h:
31748 Add getcaps() function for proper caps nego. This makes some
31749 parts of AVI playback/reading work.
31750 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31751 Resize window on new capsnego. This is probably wrong, but
31752 I'm still committing it because with current capsnego, the
31753 first successfull capsnego is auto-fixated, therefore rounded
31754 down to the lowest values in the caps. this results in a 16x16
31755 XWindow that is not reized when real capsnego finishes.
31756 Dave, I see more cases of this, do you know a proper solution?
31757 * tools/gst-launch-ext.in:
31758 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31760 2003-12-31 David Schleef <ds@schleef.org>
31762 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31763 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31764 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31766 2003-12-30 David Schleef <ds@schleef.org>
31768 * ext/ffmpeg/gstffmpegcolorspace.c:
31769 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31770 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31771 (gst_ffmpegcsp_chain): Negotiation fixes
31772 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31773 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31774 (gst_audio_convert_link), (gst_audio_convert_channels):
31775 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31776 (gst_audioscale_link), (gst_audioscale_get_buffer),
31777 (gst_audioscale_chain): Negotiation fixes
31778 * gst/audioscale/gstaudioscale.h:
31779 * gst/videofilter/gstvideofilter.c:
31780 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31781 (gst_videofilter_link), (gst_videofilter_init),
31782 (gst_videofilter_set_output_size), (gst_videofilter_setup),
31783 (gst_videofilter_find_format_by_structure):
31784 * gst/videofilter/gstvideofilter.h: Negotiation fixes
31785 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31786 (gst_videoscale_link):
31787 * gst/videoscale/videoscale.c: (videoscale_get_structure),
31788 (videoscale_find_by_structure), (gst_videoscale_setup):
31789 * gst/videoscale/videoscale.h: Negotiation fixes
31790 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31791 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31792 function, restrict resizing to a multiple of 4 (hack until
31793 everyone supports odd sizes correctly).
31795 2003-12-29 Colin Walters <walters@verbum.org>
31797 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31800 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
31802 * ext/sndfile/gstsf.c: (gst_sf_loop):
31803 Fix warning about discarding const qualifier
31805 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
31807 * gst/cutter/gstcutter.c:
31808 * gst/videoscale/gstvideoscale.c:
31809 * gst/volenv/gstvolenv.c:
31810 * gst-libs/gst/audio/audio.c:
31811 * gst-libs/gst/video/video.c:
31814 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31816 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31817 Don't send ALSA debugging to stderr.
31818 * ext/alsa/gstalsa.h:
31819 Use GST_WARNING instead of g_warning when ALSA functions fail.
31821 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31823 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31824 Free XVAdapterInfo correctly.
31826 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31828 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31829 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31830 Make id3tag use correct caps nego.
31832 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
31834 * ext/ivorbis/vorbis.c:
31835 * ext/ivorbis/vorbisenc.h:
31836 * ext/ivorbis/vorbisfile.c:
31837 Modify so that it uses the new caps things
31839 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
31841 * testsuite/spider/spider1.c: (main):
31842 * testsuite/spider/spider2.c: (main):
31843 * testsuite/spider/spider3.c: (main):
31844 Make tests compile again. They probably don't work.
31846 2003-12-24 Colin Walters <walters@verbum.org>
31848 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31849 we can't fixate the caps anymore.
31851 2003-12-23 David Schleef <ds@schleef.org>
31853 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31854 * sys/oss/gstosssink.c: (gst_osssink_init),
31855 (gst_osssink_sink_fixate): Add fixate function.
31857 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
31859 * ext/ffmpeg/gstffmpegcodecmap.c:
31860 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31861 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31862 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31863 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31864 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31865 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31866 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31867 fix typo in RGB masks, and move back to "old" colorspace
31868 capsnego code until whoever wrote this new crap has actually
31869 tested it so that it works.
31870 And yes, this works, keep it that way please.
31872 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31874 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31875 (gst_divxdec_init), (gst_divxdec_negotiate):
31876 * ext/divx/gstdivxdec.h:
31877 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31878 (gst_divxenc_init):
31879 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31880 (gst_faac_sinkconnect), (gst_faac_srcconnect):
31881 * ext/mpeg2enc/gstmpeg2enc.cc:
31882 * ext/mpeg2enc/gstmpeg2encoder.cc:
31883 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31884 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31885 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31886 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31887 (dxr3spusink_init):
31888 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31889 (dxr3videosink_init):
31890 Fix caps breakage after Dave's caps branch merge.
31892 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
31894 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31895 Fix for 24bpp display.
31897 2003-12-23 Colin Walters <walters@verbum.org>
31899 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31900 a GnomeVFSHandle directly.
31902 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31904 * gst/volume/Makefile.am:
31905 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31906 (volume_base_init), (volume_init):
31907 Reenable volume element and fix to work with new caps stuff.
31908 Rhythmbox needs this.
31910 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31912 * gst/qtdemux/qtdemux.c: (plugin_init):
31913 qtdemux requires bytestream
31915 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31917 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31918 Fix remaining caps handling errors due to CAPS merge.
31920 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
31922 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31923 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31924 (gst_faad_srcconnect):
31925 Port to new caps system.
31927 2003-12-21 Julien MOUTTE <julien@moutte.net>
31929 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31930 (got_video_size), (main): using g_print instead of g_message.
31931 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31932 signal which was not emitted because of "switch" element added to the
31933 bin but not connected. (Removing from the bin temporarily)
31935 2003-12-21 Julien MOUTTE <julien@moutte.net>
31937 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31938 find X development files. I don't understand the previous tests and
31939 they fail on my debian/ppc unstable. This one works.
31940 * examples/gstplay/player.c: (main): Set the pipeline to READY before
31942 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31943 (gst_play_set_video_sink), (gst_play_set_audio_sink),
31944 (gst_play_set_visualization): Add some safety checks in set_ methods
31945 and state_change. This was throwing some ugly CRITICAL messages when
31946 pipeline was getting disposed and casts were failing.
31948 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
31951 Improve mpeg2enc detection. This is for distributions that do
31952 ship mjpegtools, but without mpeg2enc. Also does object check
31953 for might there ever be ABI incompatibility.
31954 * ext/mpeg2enc/gstmpeg2enc.cc:
31955 Add Andrew as second maintainer (he's helping me), and also add
31956 an error if no caps was set. This happens if I pull before capsnego
31957 and that's something I should solve sometime else.
31958 * gst/matroska/matroska-demux.c:
31959 (gst_matroska_demux_parse_blockgroup):
31961 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31962 (gst_matroska_mux_track_header):
31963 Add caps to templates.
31964 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31965 Add mpegversion=1 to prevent confusion with MPEG/AAC.
31966 * gst/mpegstream/gstmpegdemux.c:
31967 Remove layer since it causes warnings about unfixed caps.
31968 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31969 Fix obvious typo (we error out if caps were set, we should of
31970 course error out if *no* caps were set).
31971 * sys/oss/gstosselement.c: (gst_osselement_convert):
31972 Fix format conversion, we confused bits/bytes.
31973 * sys/oss/gstosselement.h:
31974 Improve documentation for 'bps'.
31976 Remove stuff about plugins that need removing - this was done
31978 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31979 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31980 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31981 (gst_v4lsrc_src_query):
31982 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31983 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31984 Add get_query_types(), get_formats() and query() functions.
31986 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
31988 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31989 * moved CVS to freedesktop.org