80b037ae31a024e4954d3b613b6a19316a50b3df
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * tests/check/Makefile.am:
4         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
5           GST_START_TEST, streamheader_suite, main):
6           Add a test for the streamheader bug Wim fixed.
7
8 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9
10         * ext/theora/theoradec.c: (theora_dec_sink_event):
11         Fix misleading comment.
12
13 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
14
15         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16           More sanity checks for the header fields.
17
18 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
19
20         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
21           Try encodings from all environment variables, not just those in the
22           first environment variable that is set.
23
24 2007-04-12  Wim Taymans  <wim@fluendo.com>
25
26         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
27         (gst_video_rate_chain):
28         Add some debug.
29
30         * tests/check/elements/videorate.c: (GST_START_TEST),
31         (videorate_suite):
32         Added check for videorate changing caps handling. Closes #421834.
33
34 2007-04-12  Michael Smith  <msmith@fluendo.com>
35
36         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
37           Use scale functions to avoid overflow when calculating duration of 
38           vorbis buffers.
39
40 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
41
42         * docs/libs/gst-plugins-base-libs-sections.txt:
43         * gst-libs/gst/tag/tag.h:
44         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
45           API: add gst_tag_freeform_string_to_utf8() (#405072).
46
47         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
48           Use gst_tag_freeform_string_to_utf8() here.
49
50 2007-04-12  Wim Taymans  <wim@fluendo.com>
51
52         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
53         (gst_gdp_pay_sink_event):
54         Make sure we set the IN_CAPS flag correctly.
55
56         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
57         Get the IN_CAPS flag before we call functions that mess with the flags.
58
59 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
60
61         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
62           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
63           Only stamp buffers with offset/offset_end right before they get
64           pushed.  This ensures offset continuity, which was not the case
65           before as shown by
66           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
67
68 2007-04-06  Wim Taymans  <wim@fluendo.com>
69
70         * gst/playback/gstplaybin.c: (add_sink),
71         (gst_play_bin_change_state):
72         Activate sync in playbin, we are ready to handle it for live streams.
73
74 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
75
76         * tests/check/elements/playbin.c:
77         (test_sink_usage_video_only_stream), (playbin_suite):
78           Add small test for stream-info-value-array code paths.
79
80 2007-04-05  Wim Taymans  <wim@fluendo.com>
81
82         * gst-libs/gst/audio/gstbaseaudiosink.c:
83         (gst_base_audio_sink_skew_slaving):
84         Don't try to create invalid calibration parameters by making the
85         internal time go backwards, instead make external time go forward.
86
87 2007-04-05  Wim Taymans  <wim@fluendo.com>
88
89         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
90
91         * gst/playback/gstplaybasebin.c: (add_stream):
92         Fix leak in add_stream(), when g_value_set_object() increases the
93         refcount of streaminfo object. Fixes #426250.
94
95 2007-04-03  David Schleef  <ds@schleef.org>
96
97         * gst/videotestsrc/gstvideotestsrc.c:
98         * gst/videotestsrc/gstvideotestsrc.h:
99         * gst/videotestsrc/videotestsrc.c:
100         * gst/videotestsrc/videotestsrc.h:
101           Add a test pattern called "circular", which has concentric
102           rings with varying radial frequency.  The main purpose of this
103           pattern is to test fidelity loss in a filter or scaler element.
104           Notably, this pattern is scale invariant, and is optimally viewed
105           with a width (and height) of 400.
106
107 2007-04-03  Wim Taymans  <wim@fluendo.com>
108
109         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
110
111         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
112         (deactivate_free_recursive):
113         Decodebin2 doesn't unref pads it obtains in some occasions:
114         - multiqueue src pads, when either connecting further or exposing
115         - sink pads of new autoplugged elements
116         - peer pads when recursively freeing elements
117         Fixes #425455.
118
119 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
120
121         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
122         Add audio/x-raw-float support, now that audioconvert support
123         non-native endianness floats.
124
125 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
126
127         * docs/libs/gst-plugins-base-libs-docs.sgml:
128           gstreamer-plugins-base.pc doesn't exist, it's
129           gstreamer-plugins-base-0.10.pc.
130
131 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
132
133         Patch by: René Stadler <mail at renestadler dot de>
134         with some minor changes
135
136         * gst-libs/gst/floatcast/floatcast.h:
137         Use more efficient float endianness conversion functions that don't
138         involve 2 function calls per value.
139         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
140         (check_default), (audio_convert_prepare_context):
141         * gst/audioconvert/gstaudioconvert.c:
142         (gst_audio_convert_parse_caps), (make_lossless_changes):
143         Support non-native endianness floats as input and output.
144         Fixes #339838.
145         * tests/check/elements/audioconvert.c: (verify_convert),
146         (GST_START_TEST):
147         Add unit tests for the non-native endianness float conversions.
148
149 2007-03-29  Wim Taymans  <wim@fluendo.com>
150
151         * gst-libs/gst/rtp/gstbasertpdepayload.c:
152         (gst_base_rtp_depayload_base_init),
153         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
154         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
155         (gst_base_rtp_depayload_set_gst_timestamp),
156         (gst_base_rtp_depayload_change_state),
157         (gst_base_rtp_depayload_set_property),
158         (gst_base_rtp_depayload_get_property):
159         * gst-libs/gst/rtp/gstbasertpdepayload.h:
160         Add Private structure.
161         Bring element code to 2007.
162         Parse clock-base caps param and use it when generating the
163         newsegment.
164         Reset variables before going to PAUSED.
165         Fix some docs.
166
167 2007-03-29  Wim Taymans  <wim@fluendo.com>
168
169         * docs/libs/gst-plugins-base-libs-docs.sgml:
170         * docs/libs/gst-plugins-base-libs-sections.txt:
171         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
172         (gst_base_rtp_audio_payload_get_adapter):
173         Add RTCP docs.
174         Fix some more docs.
175
176         * gst-libs/gst/rtp/Makefile.am:
177         * gst-libs/gst/rtp/gstrtcpbuffer.c:
178         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
179         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
180         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
181         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
182         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
183         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
184         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
185         (gst_rtcp_packet_sr_get_sender_info),
186         (gst_rtcp_packet_sr_set_sender_info),
187         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
188         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
189         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
190         (gst_rtcp_packet_sdes_get_chunk_count),
191         (gst_rtcp_packet_sdes_first_chunk),
192         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
193         (gst_rtcp_packet_sdes_first_item),
194         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
195         (gst_rtcp_packet_bye_get_ssrc_count),
196         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
197         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
198         (gst_rtcp_packet_bye_get_reason_len),
199         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
200         * gst-libs/gst/rtp/gstrtcpbuffer.h:
201         Add new helper object for parsing and creating RTCP messages.
202
203 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
204
205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
206         PCM samples with width=8 must be always unsigned, no matter what
207         depth they have.
208
209 2007-03-29  Andy Wingo  <wingo@pobox.com>
210
211         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
212         perfect offsets also, not just timestamps.
213
214         * tests/check/elements/videorate.c (test_more): Test that given
215         any incoming offsets, that videorate produces perfect offsets.
216
217 2007-03-29  Wim Taymans  <wim@fluendo.com>
218
219         * gst-libs/gst/riff/riff-ids.h:
220         Add some more RIFF formats.
221
222 2007-03-29  Wim Taymans  <wim@fluendo.com>
223
224         * gst-libs/gst/rtp/gstrtpbuffer.c:
225         (gst_rtp_buffer_default_clock_rate):
226         * gst-libs/gst/rtp/gstrtpbuffer.h:
227         Fix fixed payload names and docs.
228         Added method to get the default clock rates of fixed payload types.
229         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
230
231 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
232
233         * tests/check/pipelines/.cvsignore:
234         Add new vorbisdec test to cvsignore.
235
236 2007-03-28  Wim Taymans  <wim@fluendo.com>
237
238         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
239         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
240         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
241         (gst_base_audio_sink_set_property),
242         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
243         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
244         (gst_base_audio_sink_skew_slaving),
245         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
246         (gst_base_audio_sink_async_play):
247         * gst-libs/gst/audio/gstbaseaudiosink.h:
248         Store private stuff in GstBaseAudioSinkPrivate.
249         Add configurable clock slaving modes property.
250         API:: GstBaseAudioSink::slave-method property
251         Some more latency reporting tweaks.
252         Added skew based clock slaving correction and make it the default until
253         the resampling method is more robust.
254
255 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
256
257         * gst/audioconvert/audioconvert.c:
258         Add docs to the integer pack functions and implement proper
259         rounding. Before we had rounding towards negative infinity, i.e.
260         always the smaller number was taken. Now we use natural rounding,
261         i.e. rounding to the nearest integer and to the one with the largest
262         absolute value for X.5. The old rounding introduced some minor
263         distortions. Fixes #420079
264         * tests/check/elements/audioconvert.c: (GST_START_TEST):
265         Fix one unit test that assumed the old rounding and added unit tests
266         for checking signed/unsigned int16 <-> signed/unsigned int16 with
267         depth 8, one for signed int16 <-> unsigned int16 and one for the new
268         rounding from signed int32 to signed/unsigned int16.
269
270 2007-03-27  Michael Smith  <msmith@fluendo.com>
271
272         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
273         (gst_audio_convert_transform_caps):
274           Fix typo in debug line introduced recently, as pointed out on irc.
275
276 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
277
278         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
279         * tests/check/libs/tag.c: (GST_START_TEST):
280           Make sure we parse floating-point numbers in vorbis comments
281           correctly with either '.' or ',' as separator, no matter what
282           the current locale is. Add unit test for this too.
283
284 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
285
286         Patch by: René Stadler  <mail at renestadler de>
287
288         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
289           When writing out floating-point numbers to vorbis comment tags, always
290           use the same character as separator no matter what the current locale is
291           (fixes #423051).
292
293         * tests/check/libs/tag.c: (GST_START_TEST):
294           Add unit tests for replaygain tags in vorbis comments (closes #423055).
295
296 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
297
298         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
299           vorbis_handle_data_packet):
300           Correctly set DURATION to generate a timestamp-continuous stream.
301           One bug left at the end; see
302           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
303         * tests/check/Makefile.am:
304         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
305           Add a test to check this.  Without the above patch this test fails.
306
307 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
308
309         * gst-libs/gst/rtp/Makefile.am:
310         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
311
312 2007-03-23  Michael Smith  <msmith@fluendo.com>
313
314         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
315         (gst_video_rate_reset), (gst_video_rate_chain):
316           If videorate changes caps, we can no longer use the old buffer
317           (which may have a different size, incompatible with our caps).
318           So don't do that; just duplicate the new frame more times.
319
320 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
321
322         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
323         Remove playbin's override of the set_clock vmethod. It's irrelevant
324         after Wim's commit on the 19th.
325
326 2007-03-22  Wim Taymans  <wim@fluendo.com>
327
328         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
329         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
330         * ext/gnomevfs/gstgnomevfssrc.h:
331         Don't cache file sizes. Fixes #341078.
332
333 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
334
335         * gst/playback/gstplaybin.c: (add_sink):
336           Use GST_PTR_FORMAT to log caps. 
337
338 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
339
340         Patch by: Young-Ho Cha <ganadist at chollian net>
341
342         * gst/subparse/samiparse.c: (handle_start_font):
343           Special-case some more colour names that pango doesn't handle by
344           default. Fixes #420578.
345
346 2007-03-20  Michael Smith  <msmith@fluendo.com>
347
348         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
349           If we get a zero-sized input buffer, don't pass it to libvorbis, as
350           that marks EOS internally. After that, libvorbis will buffer all
351           input data, and encode none of it, eventually leading to memory
352           exhaustion.
353
354 2007-03-19  Wim Taymans  <wim@fluendo.com>
355
356         * gst/playback/gstdecodebin.c: (remove_fakesink):
357         Don't post STATE_DIRTY anymore.
358
359         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
360         (gst_play_bin_change_state):
361         Remove stream_time reset in seek handling, core does that now.
362         Disable clocking for live pipelines by forcing a NULL clock to the
363         complete pipeline, core is too smart now for our previous hack.
364         We can always autoplug in PAUSED now.
365
366 2007-03-17  David Schleef  <ds@schleef.org>
367
368         * REQUIREMENTS:  Update this file, change the formatting to make
369         it more consistent, plus more machine readable.
370
371 2007-03-16  Michael Smith  <msmith@fluendo.com>
372
373         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
374         (strip_width_64), (append_with_other_format):
375           Previous fix was too simplistic, and broke the tests. Use a better
376           approach; only strip 64 from widths for integer audio.
377
378 2007-03-16  Michael Smith  <msmith@fluendo.com>
379
380         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
381         (gst_audio_convert_transform_caps):
382           We don't support 64 bit integer audio, so don't try to claim we can.
383           Stops us producing caps don't match our template caps.
384           Update comments.
385
386 2007-03-15  Michael Smith  <msmith@fluendo.com>
387
388         * gst/audioresample/gstaudioresample.c:
389         (audioresample_check_discont), (audioresample_transform):
390           Don't trigger discontinuities for very small imperfections; a filter
391           flush will sound bad, and many plugins have rounding errors leading
392           to these.
393
394 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
395
396         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
397         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
398         Add min-ptime property to RTP base audio payloader. Patch by
399         olivier.crete@collabora.co.uk.
400         Fixes #415001
401
402         Indentation/whitespace/documentation fixes.
403
404 2007-03-14  Julien MOUTTE  <julien@moutte.net>
405
406         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
407         (audioresample_transform_size), (audioresample_do_output),
408         (audioresample_transform), (audioresample_pushthrough): Handle
409         discontinuous streams.
410         * gst/audioresample/gstaudioresample.h:
411         * tests/check/elements/audioresample.c:
412         (test_discont_stream_instance), (GST_START_TEST),
413         (audioresample_suite): Add a test for discontinuous streams.
414         * win32/common/config.h: Updated.
415
416 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
417
418         * po/af.po:
419         * po/az.po:
420         * po/cs.po:
421         * po/en_GB.po:
422         * po/it.po:
423         * po/nb.po:
424         * po/nl.po:
425         * po/or.po:
426         * po/sq.po:
427         * po/sr.po:
428         * po/sv.po:
429         * po/uk.po:
430         * po/vi.po:
431           Update translations from translation project.
432
433 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
434
435         * gst/audioresample/debug.h:
436         * gst/audioresample/resample.c: (resample_init):
437           Since I really am not interested in a debug line for each sample
438           being processed, move the library's debugging to its own category,
439           libaudioresample
440
441 2007-03-13  Michael Smith  <msmith@fluendo.com>
442
443         * ext/theora/theoradec.c: (theora_handle_type_packet):
444           Since the plugin doesn't support anything other than 4:2:0 right
445           now, post an error and fail if we get something else. Won't matter
446           until libtheora supports the other pixel formats, but hopefully
447           that'll be soon...
448
449 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
450
451         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
452         Use gst_guint64_to_gdouble for conversion.
453         * win32/MANIFEST:
454         Add new files to the win32 MANIFEST.
455         * win32/common/libgstaudio.def:
456         * win32/common/libgstpbutils.def:
457         Add new exported functions.
458         * win32/vs6/gst_plugins_base.dsw:
459         * win32/vs6/libgstdecodebin.dsp:
460         * win32/vs6/libgstplaybin.dsp:
461         Change the link to libgstpbutils.lib.
462         * win32/vs6/libgstdecodebin2.dsp:
463         Add a new project for decodebin2.
464         * win32/vs6/libgstpbutils.dsp:
465         Add a new project for pbutils.
466
467 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
468
469         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
470           Also accept partial dates with only year and month,
471           like 1999-12-00 (fixes #410396 even more).
472
473         * tests/check/libs/tag.c: (GST_START_TEST):
474           Add unit test for the above.
475
476 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
477
478         * tests/check/elements/subparse.c: (GST_START_TEST),
479         (subparse_suite):
480           Add unit test for MPL2 subtitle format (#413799).
481
482 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
483
484         Patch by: Kamil Pawlowski  <kamilpe gmail com>
485
486         * gst/subparse/Makefile.am:
487         * gst/subparse/gstsubparse.c:
488         (gst_sub_parse_data_format_autodetect),
489         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
490         (gst_subparse_type_find):
491         * gst/subparse/gstsubparse.h:
492         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
493         * gst/subparse/mpl2parse.h:
494           Add support for MPL2 subtitle format (#413799).
495
496 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
497
498         * configure.ac:
499           We require core CVS for the new buffer metadata copy functions.
500
501 2007-03-09  Wim Taymans  <wim@fluendo.com>
502
503         * gst-libs/gst/tag/gstid3tag.c:
504         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
505         Fixes #414496.
506
507         Patch by: Alex Lancaster <alexl at users sourceforge net>
508
509 2007-03-09  Wim Taymans  <wim@fluendo.com>
510
511         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
512         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
513         Improve adapter usage and comments.
514
515 2007-03-09  Wim Taymans  <wim@fluendo.com>
516
517         * ext/pango/gsttextrender.c: (gst_text_render_chain):
518         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
519         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
520         Use new metadata copy function.
521
522         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
523         (gst_ffmpegcsp_transform):
524         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
525         Basetransform copied the metadata for us.
526
527 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
528
529         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
530         (gst_text_overlay_video_event):
531           Some more logging. Only accept newsegment events in TIME format and
532           send a WARNING message if they are not in TIME format.
533
534         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
535         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
536         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
537         * gst/subparse/gstsubparse.h:
538           No need to allocate GstSegment structure dynamically, just put it
539           into the instance structure; ignore newsegment events in BYTE
540           format and in particular don't let it overwrite our saved TIME
541           segment from the last seek.
542
543 2007-03-09  Michael Smith  <msmith@fluendo.com>
544
545         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
546           Replace AC3 typefinder with one that isn't terrible, and actually
547           works usefully.
548
549 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
550
551         * gst/audioconvert/gstaudioconvert.c:
552         (gst_audio_convert_transform):
553           fix error category and translatable string
554           
555
556 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
557
558         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
559         * pkgconfig/gstreamer-plugins-base.pc.in:
560           Fix up utils => pbutils here too.
561
562 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
563
564         * gst/subparse/gstsubparse.c: (handle_buffer):
565           Break out of loop in chain function as soon as possible if we get
566           a non-OK flow return.
567
568 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
569
570         * tests/check/elements/alsa.c: (GST_START_TEST):
571         Unref the mixer if the state change fails too (if the
572         alsa devices are inaccessible, for example)
573
574 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
575
576         * tests/check/Makefile.am:
577         Don't test libvisual elements in the states check, because libvisual
578         seems to leak internally.
579
580         Re-enable the alsa and states tests now that there's new suppressions
581         in gst.supp.
582
583         * tests/check/elements/alsa.c: (GST_START_TEST):
584         Don't leak the alsamixer we instantiated.
585
586 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
587
588         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
589         (gst_ximagesink_change_state), (gst_ximagesink_reset),
590         (gst_ximagesink_finalize):
591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
592         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
593         Move some cleanup stuff from the state change handler into a _reset()
594         function that can be called from _finalize(). This ensures that things
595         get freed even if (for some reason) the NULL->READY state transition
596         fails in the parent class.
597         Even if a parent state change fails, process our downward state change
598         logic instead of bailing out early.
599         Free the correct xcontext pointer in ximagesink's xcontext_clear.
600
601 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
602
603         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
604         Extra log line.
605
606         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
607         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
608         Use pango_font_description_set_family_static instead of 
609         pango_font_description_set_family to save a string copy (it was
610         leaking due to the strdup anyway)
611
612         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
613         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
614         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
615         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
616         Chain up in finalize.
617
618 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
619
620         * gst-libs/gst/interfaces/mixertrack.c:
621         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
622         (gst_mixer_track_set_property):
623           API: add "untranslated-label" property which should be set by
624           implementations at construct time (#414645).
625
626         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
627         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
628           Set "untranslated-label" when constructing mixer track objects.
629
630         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
631           Unit test to check the above.
632
633 2007-03-07  Wim Taymans  <wim@fluendo.com>
634
635         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
636         Fix confusing debug message.
637
638 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
639
640         * gst-plugins-base.doap:
641         update doap file with new version
642
643 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
644
645         * configure.ac:
646         Back to CVS
647
648 === release 0.10.12 ===
649
650 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
651
652         * configure.ac:
653           releasing 0.10.12, "Zombie Horde"
654
655 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
656
657         * configure.ac:
658         Bump version to 0.10.11.4 pre-release
659
660 2007-03-06  Wim Taymans  <wim@fluendo.com>
661
662         * gst-libs/gst/audio/gstbaseaudiosink.c:
663         (gst_base_audio_sink_async_play):
664         Fix regression that made GStreamer skip the first samples of audio.
665         Fixes #414684.
666
667 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
668
669         * configure.ac:
670         Bump version to 0.10.11.3 pre-release
671
672 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
673
674         * po/POTFILES.in:
675           Update paths for the rename from utils to pbutils to fix the build.
676
677 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
678
679         * gst-libs/gst/pbutils/Makefile.am:
680           Change directory to install headers in from gst/utils to gst/pbutils
681           as well.
682
683 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
684
685         * configure.ac:
686         * docs/libs/gst-plugins-base-libs-docs.sgml:
687         * docs/libs/gst-plugins-base-libs-sections.txt:
688         * gst-libs/gst/Makefile.am:
689         * gst-libs/gst/interfaces/mixer.c:
690         * gst-libs/gst/pbutils/Makefile.am:
691         * gst-libs/gst/pbutils/descriptions.c:
692         (gst_pb_utils_get_source_description),
693         (gst_pb_utils_get_sink_description),
694         (gst_pb_utils_get_decoder_description),
695         (gst_pb_utils_get_encoder_description),
696         (gst_pb_utils_get_element_description),
697         (gst_pb_utils_add_codec_description_to_tag_list),
698         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
699         * gst-libs/gst/pbutils/descriptions.h:
700         * gst-libs/gst/pbutils/install-plugins.c:
701         * gst-libs/gst/pbutils/install-plugins.h:
702         * gst-libs/gst/pbutils/missing-plugins.c:
703         (gst_missing_uri_source_message_new),
704         (gst_missing_uri_sink_message_new),
705         (gst_missing_element_message_new),
706         (gst_missing_decoder_message_new),
707         (gst_missing_encoder_message_new),
708         (gst_missing_plugin_message_get_description):
709         * gst-libs/gst/pbutils/missing-plugins.h:
710         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
711         * gst-libs/gst/pbutils/pbutils.h:
712         * gst-libs/gst/utils/Makefile.am:
713         * gst-libs/gst/utils/base-utils.c:
714         * gst-libs/gst/utils/base-utils.h:
715         * gst-libs/gst/utils/descriptions.c:
716         * gst-libs/gst/utils/descriptions.h:
717         * gst-libs/gst/utils/install-plugins.c:
718         * gst-libs/gst/utils/install-plugins.h:
719         * gst-libs/gst/utils/missing-plugins.c:
720         * gst-libs/gst/utils/missing-plugins.h:
721         * gst-plugins-base.spec.in:
722         * gst/playback/Makefile.am:
723         * gst/playback/gstdecodebin.c:
724         * gst/playback/gstdecodebin2.c:
725         * gst/playback/gstplaybasebin.c: (setup_subtitle),
726         (gen_source_element):
727         * gst/playback/gstplaybin.c: (plugin_init):
728         * tests/check/Makefile.am:
729         * tests/check/libs/pbutils.c: (GST_START_TEST),
730         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
731         * tests/check/libs/utils.c:
732           rename utils to pbutils
733
734 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
735
736         * docs/plugins/Makefile.am:
737         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
738         * docs/plugins/gst-plugins-base-plugins-sections.txt:
739         * docs/plugins/inspect/plugin-decodebin2.xml:
740         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
741         Add documentation for decodebin2 that indicates that the API
742         is still unstable.
743
744 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
745
746         * configure.ac:
747         Update to 0.10.11.2 (0.10.12 pre-release)
748
749 2007-03-01  Wim Taymans  <wim@fluendo.com>
750
751         * gst-libs/gst/audio/gstbaseaudiosink.c:
752         (gst_base_audio_sink_async_play):
753         base time is irrelevant here.
754
755 2007-03-01  Wim Taymans  <wim@fluendo.com>
756
757         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
758         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
759         Improve debugging.
760
761         * gst-libs/gst/audio/gstbaseaudiosink.c:
762         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
763         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
764         Improve latency and clock slaving calculations.
765         Improve slave clock calibration.
766
767         * gst-libs/gst/audio/gstringbuffer.c:
768         (gst_ring_buffer_commit_full):
769         When we are asked to render N sample to 0 bytes, return N.
770
771 2007-03-01  Wim Taymans  <wim@fluendo.com>
772
773         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
774         (gst_alsasink_write), (gst_alsasink_reset):
775         * ext/alsa/gstalsasink.h:
776         Remove unused dispose function.
777         Rename lock to not interfere with alsasrc lock.
778
779         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
780         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
781         (gst_alsasrc_read), (gst_alsasrc_reset):
782         * ext/alsa/gstalsasrc.h:
783         Implement finalize function.
784         Use lock to protect alsa access.
785         Implement _reset.
786         Fine tune sw params.
787
788 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
789
790         * configure.ac:
791           Convert to new AG_GST style.
792
793 2007-02-28  Wim Taymans  <wim@fluendo.com>
794
795         Patch by: Ed Catmur <ed at catmur dot co dot uk>
796
797         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
798         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
799         Fix race condition when rapidly switching visualisations in playbin.
800         Fixes #401029.
801
802 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
803
804         * tests/check/Makefile.am:
805         Include local stuff before system installed things in LDFLAGS and
806         CFLAGS.
807
808 2007-02-28  Wim Taymans  <wim@fluendo.com>
809
810         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
811         Improve debugging.
812
813 2007-02-28  Wim Taymans  <wim@fluendo.com>
814
815         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
816         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
817         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
818         Fix duration and timestamping, taking latency into account.
819         Implement latency query.
820
821 2007-02-28  Wim Taymans  <wim@fluendo.com>
822
823         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
824         (gst_audio_clock_new):
825         Fix clock name.
826
827         * gst-libs/gst/audio/gstbaseaudiosink.c:
828         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
829         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
830         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
831         (gst_base_audio_src_create):
832         Improve latency query code.
833         Use proper clock names.
834
835 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
836
837         * tests/check/generic/states.c: (GST_START_TEST):
838           Copy the states.c test from core again
839         * tests/check/Makefile.am:
840           ignore cdio and cdparanoiasrc
841
842 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
843
844         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
845         (double_hq), (audio_convert_get_func_index), (check_default),
846         (audio_convert_prepare_context), (audio_convert_convert):
847           Also make valgrind happy and avoid copying data in some cases.
848
849 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
850
851         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
852         (double_hq), (audio_convert_get_func_index),
853         (audio_convert_prepare_context), (audio_convert_convert):
854         * gst/audioconvert/gstaudioconvert.c:
855         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
856         (gst_audio_convert_transform_caps):
857         * tests/check/elements/audioconvert.c: (GST_START_TEST),
858         (audioconvert_suite):
859           Don't run inplace if that overwrites source data as we go. Add more
860           tests. Fixes #339837 even more.
861
862 2007-02-27  Julien MOUTTE  <julien@moutte.net>
863
864         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
865         (msg_segment_done): Fix various seeking bugs (Slider was not
866         updating when doing a non flushing seek, Reverse playback 
867         on segment seek was wrong).
868
869 2007-02-26  Wim Taymans  <wim@fluendo.com>
870
871         * tests/examples/seek/seek.c: (stop_seek):
872         When we stop scrubbing, don't leave the pipeline PLAYING when we
873         requested a PAUSED state.
874
875 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
876
877         Patch by: René Stadler <mail at renestadler de>
878
879         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
880           Parse date strings in vorbis comments that have an invalid (zero)
881           month or day (#410396).
882
883         * tests/check/libs/tag.c: (GST_START_TEST):
884           Test case for the above.
885
886 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
887
888         Patch by: Loïc Minier <lool+gnome at via ecp fr>
889
890         * configure.ac:
891         * ext/alsa/Makefile.am:
892         * gst/audiotestsrc/Makefile.am:
893           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
894
895 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
896
897         * gst/playback/gstplaybin.c:
898           Improve docs: point out that the application needs to assist playbin
899           with buffering.
900
901 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
902
903         * gst-libs/gst/utils/install-plugins.c:
904         * gst-libs/gst/utils/missing-plugins.c:
905         * tests/check/libs/utils.c: (missing_msg_check_getters):
906           Change GStreamer marker prefix in detail string from 'gstreamer.net'
907           to just 'gstreamer'. Document the caps string component of the
908           decoder/encoder detail a bit better, since not everyone will be
909           familiar with the GStreamer media type/caps system (but they better
910           enjoy nested itemized lists).
911
912 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
913
914         * gst-libs/gst/netbuffer/gstnetbuffer.c:
915         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
916           Fix copying of GstNetBuffer (would crash before, or at least lead to
917           invalid memory access, #410772), for now by copying the GstBuffer copy
918           code from the core over here so we can copy the GstBuffer fields on a
919           provided buffer instance (of type GstNetBuffer in this case). Would be
920           better to fix this with some support by the core though (and in the long
921           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
922
923         * tests/check/Makefile.am:
924           Enable unit test for GstNetBuffer.
925
926 2007-02-22  Andy Wingo  <wingo@pobox.com>
927
928         * gst-libs/gst/audio/gstbaseaudiosink.c
929         (gst_base_audio_sink_init): Disable pull-mode activation until we
930         figure out how to make audio sinks go to PLAYING.
931
932 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
933
934         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
935         (double_hq), (audio_convert_get_func_index),
936         (audio_convert_prepare_context), (audio_convert_convert):
937         * gst/audioconvert/audioconvert.h:
938         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
939         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
940         * gst/audioconvert/gstchannelmix.h:
941         * tests/check/elements/audioconvert.c: (GST_START_TEST):
942           Add float as an intermediate format, as well as float mixing. Enable
943           test that was failing before. Fixes #339837
944
945 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
946
947         * tests/examples/seek/seek.c: (do_seek):
948         Undo the previous commit: -1 as a stop time implies that the stop
949         time is the end of file, clearing any previously configured segment.
950
951 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
952
953         * tests/examples/seek/seek.c: (do_seek):
954         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
955
956 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
957
958         * gst/volume/gstvolume.c: (volume_process_int16),
959         (volume_process_int16_clamp), (volume_set_caps):
960           Unbreak volume, value remains gint.
961
962 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
963
964         * gst/volume/gstvolume.c: (volume_choose_func),
965         (volume_update_real_volume), (gst_volume_set_volume),
966         (gst_volume_init), (volume_process_double), (volume_process_float),
967         (volume_process_int16), (volume_process_int16_clamp),
968         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
969         * gst/volume/gstvolume.h:
970           Extend float audio support (double) and some int->uint cleanups.
971
972 2007-02-20  Edward Hervey  <edward@fluendo.com>
973
974         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
975         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
976         (sort_end_pads), (gst_decode_group_expose),
977         (gst_decode_group_hide):
978         Don't free groups from the streaming threads. Just put them aside and
979         free them in dispose.
980
981 2007-02-20  Edward Hervey  <edward@fluendo.com>
982
983         * gst/playback/gstdecodebin2.c: (connect_element),
984         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
985         (sort_end_pads), (gst_decode_group_expose):
986         Handle dynamic pads within groups.
987         Sort pads before exposing them in order to make playbin happy.
988         There still is a race with the multiqueue filling up. This should be
989         solved separately.
990         Fixes #398721
991
992 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
993
994         * gst-libs/gst/utils/base-utils.c:
995         * gst-libs/gst/utils/descriptions.c:
996         * gst-libs/gst/utils/install-plugins.c:
997         * gst-libs/gst/utils/missing-plugins.c:
998           Some more docs (and descriptions for two subtitle formats).
999
1000 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1001
1002         * gst-libs/gst/audio/audio.c:
1003           Fix documentation.
1004
1005 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1006
1007         Patch by: Yves Lefebvre  <ivanohe abacom com>
1008
1009         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
1010           Don't leak caps. Fixes #408278.
1011
1012 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
1013
1014         * ext/cdparanoia/gstcdparanoiasrc.h:
1015         * ext/ogg/gstoggdemux.h:
1016         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
1017         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
1018         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
1019         * gst-libs/gst/audio/audio.h:
1020         * gst-libs/gst/audio/gstaudiofilter.h:
1021         * gst-libs/gst/interfaces/videoorientation.h:
1022         * gst/adder/gstadder.h:
1023           More docs coverage and some ChangeLog surgery (add missing names)
1024
1025 2007-02-15  Wim Taymans  <wim@fluendo.com>
1026
1027         * sys/ximage/ximagesink.c:
1028         (gst_ximagesink_calculate_pixel_aspect_ratio):
1029         * sys/xvimage/xvimagesink.c:
1030         (gst_xvimagesink_calculate_pixel_aspect_ratio):
1031         Small constifications.
1032
1033 2007-02-15  Wim Taymans  <wim@fluendo.com>
1034
1035         * gst-libs/gst/audio/gstbaseaudiosink.c:
1036         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
1037         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
1038         (gst_base_audio_sink_async_play),
1039         (gst_base_audio_sink_change_state):
1040         Answer latency query.
1041         Use configured latency when syncing.
1042         Fix clock slaving.
1043
1044         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1045         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1046         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
1047         Fix possible memleak.
1048         Implement latency query.
1049         Small cleanups.
1050
1051 2007-02-15  Wim Taymans  <wim@fluendo.com>
1052
1053         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1054         Ignore errors in reset, these are not fatal. They also grab the element
1055         lock which is already taking when this function is called. Fixes
1056         #405451.
1057
1058 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
1059
1060         * configure.ac:
1061           Remove 'tests/examples/xerror/Makefile' from output files again.
1062
1063 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
1064
1065         * configure.ac:
1066         * docs/plugins/Makefile.am:
1067           Also crossref against gst-plugins-base-libs.
1068
1069 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
1070
1071         * configure.ac:
1072         * docs/libs/Makefile.am:
1073         * docs/plugins/Makefile.am:
1074           Add crossreferences to glib/gobject/gstream docs.
1075
1076         * gst-libs/gst/audio/audio.h:
1077           Source formatting.
1078
1079         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
1080           Add own debug category.
1081
1082 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1083
1084         Patch by: René Stadler <mail at renestadler de>
1085
1086         * gst-libs/gst/tag/gstvorbistag.c:
1087           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
1088           (#403597).
1089
1090 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1091
1092         * gst/playback/gstplaybasebin.c: (setup_source):
1093           When we have external subtitles and wait for the subtitle decodebin
1094           to get up and running, we set up a (sync) bus handler for the
1095           subtitle decodebin, so we can stop waiting when it posts an error
1096           message. However, we should do that before we set the subtitle
1097           decodebin's state to playing, otherwise things are racy and we might
1098           miss error messages posted before we had a chance to set up the bus.
1099           This should finally fix totem hanging on .txt pseudo-subtitle files.
1100           
1101 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
1102
1103         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
1104           Use gst_gdouble_to_guint64 for conversions.
1105         * win32/common/config.h.in:
1106           Add a define for GST_INSTALL_PLUGINS_HELPER
1107         * win32/common/libgstaudio.def:
1108         * win32/common/libgstcdda.def:
1109         * win32/common/libgstnetbuffer.def:
1110         * win32/common/libgstrtp.def:
1111         * win32/common/libgutils.def:
1112           Add new exported functions.
1113         * win32/vs6/gst_plugins_base.dsw:
1114         * win32/vs6/libgstdecodebin.dsp:
1115         * win32/vs6/libgstnetbuffer.dsp:
1116         * win32/vs6/libgstplaybin.dsp:
1117         * win32/vs6/libgstrtp.dsp:
1118         * win32/vs6/libgstvorbis.dsp:
1119         * win32/vs6/libgstcdda.dsp:
1120         * win32/vs6/libgstgdp.dsp:
1121         * win32/vs6/libgstutils.dsp:
1122           Update and add new project files.
1123
1124 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1125
1126         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
1127         (subrip_remove_unhandled_tags), (parse_subrip):
1128           For SubRip (.srt) subtitles, ignore all markup tags we don't
1129           handle (like font tags, for example).
1130
1131         * tests/check/elements/subparse.c:
1132           Add test for this.
1133
1134 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1135
1136         * gst/playback/gstdecodebin.c: (add_fakesink),
1137         (gst_decode_bin_change_state):
1138         * gst/playback/gstdecodebin2.c: (add_fakesink),
1139         (gst_decode_bin_change_state):
1140           Don't error out if there is no fakesink in the NULL to READY state
1141           change, since when decodebin is re-used, we're only adding the
1142           fakesink element in READY to PAUSED.
1143
1144         * tests/check/elements/decodebin.c:
1145         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
1146         (decodebin_suite):
1147           Minimal unit test to make sure we can use the same decodebin
1148           instance twice (at least with audiotestsrc input).
1149
1150 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1151
1152         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
1153           Try to get devic-name from device string first, and from handle only
1154           as fallback (seems to yield better results and is more robust
1155           against buggy probing code on the application side).
1156
1157 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
1158
1159         Based on patch by: Julien Puydt <julien.puydt at laposte net>
1160
1161         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
1162         (gst_alsa_find_device_name):
1163         * ext/alsa/gstalsa.h:
1164         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
1165         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
1166           Improve device-name detection a bit, especially in the case where
1167           the device is not actually open (#405020, #405024). Move common code
1168           into gstalsa.c instead of duplicating it.
1169
1170 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1171
1172         * gst/audioconvert/gstaudioconvert.c:
1173           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
1174
1175 2007-02-06  Julien MOUTTE  <julien@moutte.net>
1176
1177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1178         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
1179         (gst_xvimagesink_interface_supported),
1180         (gst_xvimagesink_probe_get_properties),
1181         (gst_xvimagesink_probe_probe_property),
1182         (gst_xvimagesink_probe_needs_probe),
1183         (gst_xvimagesink_probe_get_values),
1184         (gst_xvimagesink_property_probe_interface_init),
1185         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1186         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
1187         (gst_xvimagesink_get_type):
1188         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
1189         for XVAdaptors so that one can choose the adaptor to use with 
1190         gstreamer-properties.
1191
1192 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
1193
1194         * gst/audioconvert/gstaudioconvert.c:
1195           Also mention that a conversion from double to float is suboptimal still.
1196
1197 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1198
1199         * gst-libs/gst/audio/gstaudiofilter.c:
1200         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
1201           Clear our formats structure and free the caps contained in it when
1202           shutting down.
1203
1204 2007-02-05  Andy Wingo  <wingo@pobox.com>
1205
1206         * gst-libs/gst/audio/gstbaseaudiosink.c
1207         (gst_base_audio_sink_callback): Update basesink->offset so that we
1208         pull monotonically increasing offsets instead of, um, seeking back
1209         to 0 each time. Fixes alsasrc ! alsasink!
1210
1211 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1212
1213         * gst/videoscale/gstvideoscale.c:
1214           A width and height of 1 makes us crash, so increase minimum size to
1215           2x2 pixels until someone feels like fixing this (#404512).
1216
1217 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1218
1219         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
1220           Add small test to make sure request pads are cleaned up properly
1221           even if oggmux never changes state out of NULL.
1222
1223 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1224
1225         * tests/check/libs/utils.c: (GST_START_TEST):
1226           Fix unit test. Turns out things work much better when you
1227           NULL-terminate string arrays. Should make p5 build bot happy again.
1228
1229 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1230
1231         * gst-libs/gst/audio/Makefile.am:
1232         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1233         (gst_audio_filter_template_base_init),
1234         (gst_audio_filter_template_class_init),
1235         (gst_audio_filter_template_init),
1236         (gst_audio_filter_template_set_property),
1237         (gst_audio_filter_template_get_property),
1238         (gst_audio_filter_template_setup),
1239         (gst_audio_filter_template_filter),
1240         (gst_audio_filter_template_filter_inplace), (plugin_init):
1241           Oops, forgot to commit fixed-up example.
1242
1243 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1244
1245         * docs/libs/gst-plugins-base-libs-sections.txt:
1246         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1247         (gst_audio_filter_class_init), (gst_audio_filter_init),
1248         (gst_audio_filter_set_caps),
1249         (gst_audio_filter_class_add_pad_templates):
1250         * gst-libs/gst/audio/gstaudiofilter.h:
1251           Port GstAudioFilter to 0.10. This change technically breaks
1252           API and ABI (and thus also every library developer's heart),
1253           but seems justifiable on the grounds that the base class was
1254           completely unusable before (ie. would crash immediately when
1255           actually used). Fixes #403963 (and eventually also #403572).
1256           Also document all of this a bit.
1257
1258 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1259
1260         * gst-libs/gst/utils/install-plugins.c:
1261         (gst_install_plugins_spawn_child):
1262         * tests/check/libs/utils.c:
1263         (test_base_utils_install_plugins_do_callout):
1264           Lowering log level to see why things fail on the p5 build bot;
1265           fix some typos in unit test messages.
1266
1267 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1268
1269         * tests/check/libs/utils.c:
1270         (test_base_utils_install_plugins_do_callout):
1271           Don't hard-code temp directory for test helper; use GLib functions
1272           to write out file and do error checking etc.
1273
1274 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1275
1276         * gst-libs/gst/utils/Makefile.am:
1277         * gst-libs/gst/utils/base-utils.h:
1278         * gst-libs/gst/utils/install-plugins.c:
1279         (gst_install_plugins_context_set_xid),
1280         (gst_install_plugins_context_new),
1281         (gst_install_plugins_context_free),
1282         (gst_install_plugins_get_helper),
1283         (gst_install_plugins_spawn_child),
1284         (gst_install_plugins_return_from_status),
1285         (gst_install_plugins_installer_exited),
1286         (gst_install_plugins_async), (gst_install_plugins_sync),
1287         (gst_install_plugins_return_get_name),
1288         (gst_install_plugins_installation_in_progress):
1289         * gst-libs/gst/utils/install-plugins.h:
1290           API: add API for applications to initiate installation of missing
1291           plugins, ie. gst_install_plugins_async() primarily.
1292           Based on libgimme-codec by Ryan Lortie.
1293
1294         * configure.ac:
1295           Add --with-install-plugins-helper configure option so distros can specify
1296           the path of the helper script or program to call when plugin installation
1297           is requested (distros: please do any argument munging in this helper
1298           script instead of patching GStreamer to pass arguments differently
1299           to another program directly).
1300
1301         * docs/libs/gst-plugins-base-libs-docs.sgml:
1302         * docs/libs/gst-plugins-base-libs-sections.txt:
1303           Build and document new API.
1304
1305         * tests/check/libs/utils.c: (result_cb),
1306         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1307         (libgstbaseutils_suite):
1308           Some simple checks for the new API.
1309
1310 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1311
1312         * tests/check/elements/audioconvert.c: (test_float_conversion):
1313           Add small test for 32bit float <=> 64bit float conversion (works
1314           only one way so far, 32=>64 produces structured noise).
1315
1316 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1317
1318         * gst/audioconvert/gstaudioconvert.c:
1319         (set_structure_widths_32_and_64), (make_lossless_changes):
1320           We don't support floats with a width of 40, 48 or 56 bits.
1321
1322 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
1323
1324         * gst/audioconvert/audioconvert.c: (float), (double),
1325         (audio_convert_get_func_index):
1326         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1327         (make_lossless_changes):
1328           Support for 64-bit float audio in audioconvert (#339837)
1329
1330 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1331
1332         Patch by: Holger Wansing  <linux wansing-online de>
1333
1334         * po/LINGUAS:
1335         * po/de.po:
1336           Add German translation (#352069).
1337
1338 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
1339
1340         reviewed by: Wim Taymans <wim@fluendo.com>
1341
1342         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1343         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1344         Use newly added GstCollectPads API to free the allocated resources in
1345         the GstOggPad structures (#402393).
1346
1347 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1348
1349         * gst/playback/gstplaybin.c: (gen_vis_element):
1350           Add audioresample+audioconvert in front of the visualisation
1351           element, so that elements like libvisual 0.4 that don't support all
1352           samplerates can work.
1353
1354           Fixes: #402505
1355
1356 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1357
1358         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1359         (gst_play_base_bin_get_streaminfo_value_array):
1360           Take some locks and make a copy of the streaminfo value array we
1361           maintain while holding the lock, so that the application can
1362           retrieve the stream-info as a value array in a thread-safe way.
1363
1364 2007-01-30  Wim Taymans  <wim@fluendo.com>
1365
1366         * gst/audioconvert/gstaudioconvert.c:
1367         Don't fail on 0 sized buffers. Fixes #396835.
1368
1369 2007-01-29  David Schleef  <ds@schleef.org>
1370
1371         * gst/typefind/gsttypefindfunctions.c:
1372           Detect BBCD as video/x-dirac, so we can play raw dirac
1373           streams.
1374
1375 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1376
1377         * ext/theora/theoraenc.c: (theora_enc_chain):
1378           Check return value of theora_encode_header(), or we might try to
1379           allocate a random number of bytes. theora_encode_header() can fail
1380           if libtheora has been compiled with encoding support disabled.
1381           Fixes #398110.
1382
1383 2007-01-29  Wim Taymans  <wim@fluendo.com>
1384
1385         * tests/check/gst/.cvsignore:
1386         Do as buildbot says.
1387
1388 2007-01-29  Wim Taymans  <wim@fluendo.com>
1389
1390         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1391         Fix strides in libvisual. Gst uses X strides.
1392         Inspired by: <ed at catmur dot co dot uk> and 
1393         <tim at centricular dot net>
1394         Fixes #401118.
1395
1396 2007-01-27  Wim Taymans  <wim@fluendo.com>
1397
1398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1399         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1400         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1401         (gst_ogg_demux_perform_seek),
1402         (gst_ogg_demux_bisect_forward_serialno),
1403         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1404         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1405         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1406         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1407         * ext/ogg/gstoggdemux.h:
1408         Properly propagate streaming errors when we are scanning the file for
1409         chains so that we don't crash when shut down. Might fix some crashers
1410         when quickly switching oggs in RB such as #332503 and #378436.
1411
1412 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1413
1414         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1415           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1416           error code as well.
1417
1418 2007-01-25  Wim Taymans  <wim@fluendo.com>
1419
1420         * gst/playback/gstplaybasebin.c: (remove_source):
1421         Don't try to disconnect a signal from a finalized object.
1422
1423 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1424
1425         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1426           Cast lock macro parameters to make sure we're actually accessing the
1427           lock member at the right class level. Free list itself in _dispose()
1428           as well and NULL it in case dispose gets called multiple times.
1429
1430 2007-01-25  Edward Hervey  <edward@fluendo.com>
1431
1432         * gst/playback/gstdecodebin2.c:
1433         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1434         Free GstDecodeGroups no longer used.
1435         (gst_decode_group_expose):
1436         Don't unlock too many times !
1437         (deactivate_free_recursive):
1438         Free iterator once we're done with it.
1439         Fix for recursively deactivating elements (stop at ghostpads).
1440
1441 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1442
1443         * gst/playback/gstplaybin.c: (handoff):
1444           Fix up caps on the frame buffer before we save it and potentially
1445           make it accessible to other threads via g_object_get; also use
1446           gst_buffer_replace() instead of gst_mini_object_replace().
1447
1448 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1449
1450         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1451           Make getting the current frame thread-safe.
1452
1453 2007-01-25  Edward Hervey  <edward@fluendo.com>
1454
1455         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1456         (gst_decode_group_new), (gst_decode_group_free):
1457         Set queues to bigger sizes to cope with HD contents.
1458         Fix some mutex freeing and add comment about MT safe methods.
1459
1460 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1461
1462         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1463         (gst_text_overlay_text_event):
1464           Don't unnecessarily ref (and then leak) upstream events if the text
1465           pad is not linked. Fixes #399948.
1466
1467         * tests/check/gst-plugins-base.supp:
1468           Add suppression for pango on edgy/x86 for textoverlay test.
1469
1470 2007-01-24  Wim Taymans  <wim@fluendo.com>
1471
1472         * gst-libs/gst/rtp/gstrtpbuffer.h:
1473         Add some more fixed payloads.
1474
1475 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1476
1477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1478           Error out properly if we get an error from libogg while reading the
1479           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1480
1481 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1482
1483         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1484           Don't leak mutex.
1485
1486         * tests/check/elements/playbin.c:
1487         (test_sink_usage_video_only_stream),
1488         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1489         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1490         (test_missing_suburisource_handler),
1491         (test_missing_primary_decoder), (playbin_suite):
1492           Run all tests once with decodebin and once with decodebin2.
1493           One test does not pass yet with decodebin2.
1494
1495 2007-01-23  Edward Hervey  <edward@fluendo.com>
1496
1497         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1498         Fix the cases where oggmux doesn't properly figure out that all
1499         sinkpads have gone EOS, and therefore doesn't push out the remaining
1500         buffers and the final EOS event.
1501         Fixes #363379
1502
1503 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1504
1505         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1507         Don't lock on navigation event push, just on keysym to string.
1508         Fixes #397673 again.
1509
1510 2007-01-22  Edward Hervey  <edward@fluendo.com>
1511
1512         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1513         (get_current_group), (group_demuxer_event_probe),
1514         (gst_decode_group_expose), (deactivate_free_recursive),
1515         (gst_decode_group_free):
1516         Cleanups.
1517         Don't forget to emit 'no-more-pads' once a group is exposed.
1518         Cleanup elements from a DecodeGroup once we remove it.
1519         Protect call to gst_decode_group_expose() with the decodebin lock.
1520
1521 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1522
1523         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1525         Looking at Xorg code i can't figure out if that XKeysymToString
1526         function is thread sensible or not. Lock it just in case as
1527         recommended by Radek Doulik <rodo at ximian dot com>.
1528
1529 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1530
1531         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1533         Lock that X Call as well. Fixes #397673.
1534
1535 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1536
1537         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1538           Don't go into an endless loop if the file starts with 00 00 01 2X,
1539           like quicktime redirect files might. Fixes #396042.
1540
1541         * tests/check/Makefile.am:
1542         * tests/check/gst/.cvsignore:
1543         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1544         (typefindfunctions_suite):
1545           Add unit test for the above.
1546
1547 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1548
1549         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1550           On second thought, use "depth" field rather than "bpp" field.
1551
1552 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1553
1554         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1555           Camtasia caps apparently need a bpp field (#398875).
1556
1557 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1558
1559         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1560         (gen_source_element), (gst_play_base_bin_change_state):
1561           Attempt at a better error message in case we don't have the required
1562           URI handler installed; post missing-plugin message also when we're
1563           missing an URI handler for the subtitle URI; clean up properly also
1564           when an error occurs and we never made it to PAUSED state.
1565
1566         * tests/check/elements/playbin.c: (GST_START_TEST),
1567         (playbin_suite):
1568           Check that we're also getting a missing-plugin messsage for a
1569           missing subtitle URI handler (and clean up properly).
1570
1571 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1572
1573         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1574           Plug a few reference leaks.
1575
1576 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1577
1578         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1579           Lower probability a bit if the marker isn't right at the start,
1580           to decrease the chance of false positives.
1581
1582 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1583
1584         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1585           Small mpeg2 system stream typefinding improvement: make typefinder
1586           probe a bit into the stream instead of just looking for a marker
1587           at the beginning. Fixes #397810.
1588
1589 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         * gst/audioconvert/gstchannelmix.c:
1592           Remove compatibility cruft for prehistoric GLib versions.
1593
1594 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1595
1596         * gst/playback/Makefile.am:
1597         * gst/playback/gstdecodebin.c: (close_pad_link):
1598         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1599         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1600         (gst_play_base_bin_handle_message_func), (unknown_type):
1601           Let decodebin be the element to post missing-plugin messages for
1602           missing decoders (rather than playbin); make playbin implement
1603           GstBin::handle_message so we can suppress missing-plugin messages
1604           for types we're not handling on purpose (don't want to bring up an
1605           installer in those cases).
1606
1607 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1608
1609         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1610         * gst-libs/gst/tag/gstvorbistag.c:
1611         (gst_tag_list_to_vorbiscomment_buffer):
1612         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1613           Fix potentially unaligned access (#397207).
1614
1615 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1616
1617         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1618         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1619         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1620         (main):
1621           Allow to toggle looping while it plays. Fix callback prototype. Clean
1622           up code a bit more. Add copyright header.
1623
1624 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1625
1626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1627           Red and blue mask was swapped (spotted by Dan Williams).
1628
1629 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1630
1631         * gst-libs/gst/tag/gstid3tag.c:
1632         * gst-libs/gst/tag/gstvorbistag.c:
1633           Use new beats-per-minute tag from core.
1634
1635 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1636
1637         * po/POTFILES.in:
1638           Add new files with translatable strings, so they actually make it
1639           into the template file one day.
1640
1641 2007-01-12  Andy Wingo  <wingo@pobox.com>
1642
1643         * gst-libs/gst/audio/gstbaseaudiosink.c
1644         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1645         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1646         stuff, as the base class handles this now. Actually tell the ring
1647         buffer to start.
1648         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1649         How did this work before? Maybe I'm not as awesome a programmer as
1650         I think.
1651
1652         * gst-libs/gst/audio/gstbaseaudiosrc.c
1653         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1654         of a pad function.
1655
1656 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1657
1658         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1659           Remove more fields so that the application can better blacklist
1660           formats that have been tried before.
1661
1662 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1663
1664         * gst-libs/gst/audio/mixerutils.h:
1665           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1666           used when compiling with c++ compilers as well.
1667
1668 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1669
1670         * gst/typefind/gsttypefindfunctions.c:
1671           Fix comment.
1672
1673 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1674
1675         * gst/playback/gstplaybin.c: (post_missing_element_message),
1676         (gen_video_element), (gen_text_element), (gen_audio_element),
1677         (gen_vis_element):
1678           Post missing-plugin messages also when we error out because
1679           converters, textoverlay or auto*sinks are missing (#161922).
1680
1681 2007-01-10  Wim Taymans  <wim@fluendo.com>
1682
1683         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1684         (is_demuxer_element), (new_caps):
1685         * gst/playback/gstplaybasebin.c: (source_new_pad):
1686         Fix the case where we try to ref a NULL element when we delay a link
1687         because of unfixed caps.
1688         Set the state of autoplugged decodebins to PAUSED.
1689         RTSP now works in playbin, we can remove it from the blacklist.
1690
1691 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1692
1693         * gst/playback/Makefile.am:
1694         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1695         (unknown_type), (setup_subtitle), (gen_source_element):
1696         * gst/playback/gstplaybin.c: (plugin_init):
1697           Post missing-plugin messages on the bus for missing sources and
1698           missing decoders/demuxers/depayloaders; fix error code used when
1699           we're missing an URI handler source; for media types that we are not
1700           handling on purpose at the moment, don't print "don't know how to
1701           handle xyz" messages to the terminal or post missing-plugin
1702           messages on the bus.
1703
1704         * tests/check/elements/playbin.c: (create_playbin),
1705         (GST_START_TEST), (gst_codec_src_uri_get_type),
1706         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1707         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1708         (gst_codec_src_init_type), (gst_codec_src_base_init),
1709         (gst_codec_src_create), (gst_codec_src_class_init),
1710         (gst_codec_src_init), (plugin_init), (playbin_suite):
1711           Add some tests for the missing-plugin stuff.
1712
1713 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1714
1715         * configure.ac:
1716         * gst-libs/gst/Makefile.am:
1717         * gst-libs/gst/utils/Makefile.am:
1718         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1719         * gst-libs/gst/utils/base-utils.h:
1720         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1721         (find_format_info), (caps_are_rtp_caps),
1722         (gst_base_utils_get_source_description),
1723         (gst_base_utils_get_sink_description),
1724         (gst_base_utils_get_decoder_description),
1725         (gst_base_utils_get_encoder_description),
1726         (gst_base_utils_get_element_description),
1727         (gst_base_utils_add_codec_description_to_tag_list),
1728         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1729         * gst-libs/gst/utils/descriptions.h:
1730         * gst-libs/gst/utils/missing-plugins.c:
1731         (missing_structure_get_type), (copy_and_clean_caps),
1732         (gst_missing_uri_source_message_new),
1733         (gst_missing_uri_sink_message_new),
1734         (gst_missing_element_message_new),
1735         (gst_missing_decoder_message_new),
1736         (gst_missing_encoder_message_new),
1737         (missing_structure_get_string_detail),
1738         (missing_structure_get_caps_detail),
1739         (gst_missing_plugin_message_get_installer_detail),
1740         (gst_missing_plugin_message_get_description),
1741         (gst_is_missing_plugin_message):
1742         * gst-libs/gst/utils/missing-plugins.h:
1743           API: add new libgstbaseutils library with functions
1744           - to create and parse missing-plugins messages
1745           - that provide (translated) descriptions for caps/decoders/sources/etc.
1746           Closes #392393.
1747
1748         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1749         * pkgconfig/gstreamer-plugins-base.pc.in:
1750           Add new lib.
1751
1752         * docs/libs/gst-plugins-base-libs-docs.sgml:
1753         * docs/libs/gst-plugins-base-libs-sections.txt:
1754           Generate docs for new lib and API.
1755
1756         * tests/check/Makefile.am:
1757         * tests/check/libs/.cvsignore:
1758         * tests/check/libs/utils.c: (missing_msg_check_getters),
1759         (GST_START_TEST), (libgstbaseutils_suite):
1760           Add some basic unit tests.
1761
1762 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1763
1764         * ext/ogg/Makefile.am:
1765           Dist gstoggdemux.h to fix 'make distcheck'.
1766
1767         * sys/v4l/Makefile.am:
1768           Fix 'make distcheck' even more.
1769
1770 2007-01-09  Wim Taymans  <wim@fluendo.com>
1771
1772         * docs/plugins/Makefile.am:
1773         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1774         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1775         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1776         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1777         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1778         (gst_ogg_demux_perform_seek):
1779         * ext/ogg/gstoggdemux.h:
1780         Added docs.
1781         Add some more comments.
1782         Small cleanups.
1783
1784 2007-01-09  Wim Taymans  <wim@fluendo.com>
1785
1786         * ext/theora/theoradec.c:
1787         * ext/vorbis/vorbisdec.c:
1788         * gst-libs/gst/audio/gstringbuffer.c:
1789         (gst_ring_buffer_commit_full):
1790         * gst-libs/gst/audio/gstringbuffer.h:
1791         * gst-libs/gst/rtp/gstrtpbuffer.c:
1792         * gst-libs/gst/tag/gstvorbistag.c:
1793         Small documentation updates/fixes
1794
1795 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1796
1797         * configure.ac:
1798           Require core CVS HEAD for Andy's basesrc/sink API additions.
1799
1800 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1801
1802         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1803
1804         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1805         (plugin_init):
1806           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1807           on flac.sf.net (there appear to be other versions of the first
1808           ogg page in the wild) (#391365).
1809
1810 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1811
1812         * configure.ac:
1813           Check if localtime_r() is available.
1814
1815         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1816           If localtime_r() is not available, fall back to localtime(). Should
1817           fix build on MingW (#393310).
1818
1819 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1820
1821         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1822         * gst/subparse/gstsubparse.h:
1823           Remove spurious 1000 subtrahend when calculating the timestamp from
1824           the frame number and the frame rate . Also, use the frames/second
1825           value specified in the first line of the file, if one is specified
1826           there. Should fix #357503.
1827
1828         * tests/check/elements/subparse.c: (do_test),
1829         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1830         (subparse_suite):
1831           Add some basic unit tests for the microdvd subtitle format.
1832
1833 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1834
1835         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1836         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1837         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1838         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1839         (gst_xvimagesink_set_xwindow_id),
1840         (gst_xvimagesink_set_event_handling),
1841         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1842         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1843         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1844         Fixes : #390076.
1845         Add an adaptor property to select a specific XV adaptor.
1846         * sys/xvimage/xvimagesink.h:
1847
1848 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1849
1850         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1851         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1852         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1853         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1854         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1855         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1856         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1857         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1858         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1859         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1860         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1861         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1862         Use flow_lock much more to protect every access to xwindow.
1863         Try to catch erros while creating images in case some drivers are
1864         just generating an XError when the requested image is too big.
1865         Should fix : #354698, #384008, #384060.
1866         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1867         Implement some stress testing of setting window xid.
1868
1869 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1870
1871         * win32/common/libgsaudio.def:
1872           Add new exported function.
1873         * win32/common/libgstogg.dsp:
1874           Add gstoggaviparse.c to the build.
1875         * win32/common/libgstvideoscale.dsp:
1876           Add vs_4tap.c to the build.
1877         * win32/common/libgstvorbis.dsp:
1878           Add vorbistag.c to the build.
1879         
1880 2007-01-06  Andy Wingo  <wingo@pobox.com>
1881
1882         * gst-libs/gst/audio/gstbaseaudiosink.c
1883         (gst_base_audio_sink_class_init)
1884         (gst_base_audio_sink_init): 
1885         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1886         to baseaudiosink, and tell basesink that we can work in pull mode.
1887         This way the ring buffer thread drives the pipeline directly, if
1888         pull mode is possible. There is some lingering nastiness regarding
1889         capsnego, however.
1890         (gst_base_audio_sink_callback): Implement the callback to pull
1891         data. This interface is a bit light, though -- it should get a
1892         GstFlowReturn return value at least.
1893
1894 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1895
1896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1897         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1898         * gst/playback/gstdecodebin2.c:
1899         (gst_decode_group_check_if_blocked):
1900           Printf format and missing argument fixes.
1901
1902 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1903
1904         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1905         (gst_ogm_parse_change_state):
1906         Activate pads before adding them to the element.
1907
1908 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1909
1910         * tests/examples/seek/scrubby.c: (main):
1911         * tests/examples/seek/seek.c: (main):
1912           Call g_thread_init() first thing in main() (see #391278).
1913
1914 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1915
1916         * tests/check/Makefile.am:
1917         * tests/check/libs/.cvsignore:
1918         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1919         (netbuffer_suite):
1920           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1921           for the time being, since it's broken, see #393099.
1922
1923 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1924
1925         * tests/check/Makefile.am:
1926           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1927
1928 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1929
1930         * configure.ac:
1931           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1932           so that GST_BASE_CFLAGS can go inbetween them, making sure
1933           we use uninstalled gst-libs headers
1934         * docs/libs/Makefile.am:
1935         * ext/alsa/Makefile.am:
1936         * ext/cdparanoia/Makefile.am:
1937         * ext/gnomevfs/Makefile.am:
1938         * ext/libvisual/Makefile.am:
1939         * ext/ogg/Makefile.am:
1940         * ext/theora/Makefile.am:
1941         * ext/vorbis/Makefile.am:
1942         * gst-libs/gst/audio/Makefile.am:
1943         * gst-libs/gst/cdda/Makefile.am:
1944         * gst-libs/gst/interfaces/Makefile.am:
1945         * gst-libs/gst/riff/Makefile.am:
1946         * gst-libs/gst/rtp/Makefile.am:
1947         * gst-libs/gst/tag/Makefile.am:
1948         * gst/adder/Makefile.am:
1949         * gst/audioconvert/Makefile.am:
1950         * gst/audiorate/Makefile.am:
1951         * gst/audioresample/Makefile.am:
1952         * gst/playback/Makefile.am:
1953         * gst/tcp/Makefile.am:
1954         * gst/videoscale/Makefile.am:
1955         * gst/volume/Makefile.am:
1956         * sys/ximage/Makefile.am:
1957         * sys/xvimage/Makefile.am:
1958         * tests/icles/Makefile.am:
1959           adapt
1960
1961 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1962
1963         * gst-libs/gst/interfaces/xoverlay.c:
1964         (gst_x_overlay_handle_events):
1965         * gst-libs/gst/interfaces/xoverlay.h:
1966         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1967         (gst_ximagesink_set_xwindow_id),
1968         (gst_ximagesink_set_event_handling),
1969         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1970         (gst_ximagesink_get_property), (gst_ximagesink_init),
1971         (gst_ximagesink_class_init):
1972         * sys/ximage/ximagesink.h:
1973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1974         (gst_xvimagesink_set_xwindow_id),
1975         (gst_xvimagesink_set_event_handling),
1976         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1977         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1978         (gst_xvimagesink_class_init):
1979         * sys/xvimage/xvimagesink.h:
1980         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1981         Add a method to the XOverlay interface to allow disabling of 
1982         event handling in x[v]imagesink elements. This will let X events
1983         propagate to parent windows which can be usefull in some cases.
1984         Be carefull that the application is then responsible of pushing
1985         navigation events and expose events to the video sink.
1986         Fixes: #387138.
1987
1988 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1989
1990         * gst-libs/gst/tag/gstvorbistag.c:
1991         * tests/check/libs/tag.c: (GST_START_TEST):
1992           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1993           (fixes #392070).
1994
1995 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1996
1997         * configure.ac:
1998         * docs/Makefile.am:
1999         * docs/design/Makefile.am:
2000           Dist design docs.
2001
2002 2006-12-27  Julien MOUTTE  <julien@moutte.net>
2003
2004         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
2005         typo. Fixes: #390063.
2006
2007 2006-12-27  Julien MOUTTE  <julien@moutte.net>
2008
2009         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
2011         caps leak.
2012         * win32/common/config.h: Updated.
2013
2014 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
2015
2016         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
2017         (setup_gdpdepay_streamheader):
2018         * tests/check/elements/gdppay.c: (cleanup_gdppay),
2019         (setup_gdppay_streamheader):
2020           Fix the dp tests, but activating the pads for the streamheader tests
2021           too and cleaning up conditionaly
2022
2023 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
2024
2025         * gst/ffmpegcolorspace/avcodec.h:
2026         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2027         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2028         (gst_ffmpegcsp_avpicture_fill):
2029         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
2030         (img_get_alpha_info):
2031         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
2032         other end of the word. Fixes: #387073.
2033
2034         Add some inconsequential branch hints in a couple of places.
2035
2036 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
2037
2038         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2039         (gst_ffmpeg_caps_to_smpfmt):
2040           The "signed" field in raw audio caps is of boolean type, trying to
2041           extract the value with _get_int() will fail (fix to keep in sync with
2042           the copy in gst-ffmpeg)
2043
2044 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
2045
2046         * tests/check/elements/audioresample.c: (cleanup_audioresample):
2047         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
2048         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
2049         (cleanup_gdpdepay):
2050         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
2051         * tests/check/elements/subparse.c: (teardown_subparse):
2052         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
2053         * tests/check/elements/videorate.c: (cleanup_videorate):
2054         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
2055         * tests/check/elements/volume.c: (cleanup_volume):
2056         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
2057         (cleanup_vorbisdec):
2058         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2059         (cleanup_vorbistag):
2060           consistent pad (de)activation
2061
2062 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
2063
2064         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2065           Forgot to register the extensions.
2066
2067 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
2068
2069         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
2070         (plugin_init):
2071           Add typefinder for VIVO files (my christmas present to the 90s).
2072
2073 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2074
2075         * gst/playback/gstdecodebin.c: (type_found):
2076           Special-case the text/plain media type: we only want to recognise it
2077           as a 'raw' decoded media type if it comes from a demuxer or subtitle
2078           parser, but not if the entire stream is of text/plain type. If the
2079           entire stream is text/plain, we should just error out.
2080
2081           This fixes playback of audio files with lyrics in totem. Totem can't
2082           distinguish between text files and subtitle files and passes any
2083           .txt file with the same basename as the main file to playbin as
2084           suburi, and playbin will then throw a 'subtitle found, but no video
2085           stream' error, which isn't entirely helpful. See #380342.
2086
2087           Also, with this change we'll show a slightly more correct error
2088           message in case totem passes a playlist file to us (although a
2089           custom error message wording instead of the default text would
2090           probably not be a bad idea either).
2091
2092           Same problem also needs to be fixed for playbin+decodebin2.
2093
2094         * tests/check/Makefile.am:
2095         * tests/check/elements/decodebin.c: (src_handoff_cb),
2096         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
2097         (decodebin_suite):
2098           Add simple unit test for decodebin for the above.
2099
2100 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2101
2102         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
2103         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
2104           Refuse to change state to READY when we failed to create any of the
2105           required elements in our instance init function.
2106
2107 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2108
2109         * docs/libs/gst-plugins-base-libs-sections.txt:
2110           Small docs fixes/updates.
2111
2112         * gst-libs/gst/video/gstvideosink.h:
2113           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
2114           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
2115           removed from the base sink API between 0.9.6 and 0.9.7).
2116           API: add GST_VIDEO_SINK_CAST and use it for the height/width
2117           accessor macros, so we don't do a runtime GObject type check every
2118           time we use them.
2119
2120 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2121
2122         * Makefile.am:
2123         * gst-plugins-base.doap:
2124         * gst-plugins-base.spec.in:
2125           add doap file
2126
2127 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
2128
2129         Patch by: Jens Granseuer <jensgr at gmx net>
2130
2131         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2132         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2133         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2134         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2135         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2136           Declare variables at the beginning of a block. Fixes #383195.
2137
2138 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
2139
2140         * configure.ac:
2141         Bump version nano - back to CVS.
2142
2143
2144 === release 0.10.11 ===
2145
2146 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
2147
2148         * configure.ac:
2149           releasing 0.10.11, "Dumb things"
2150
2151 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2152
2153         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
2154         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
2155         Handle the case where an element has multiple pads with 
2156         unfixed caps as well as still possibly producing more dynamic 
2157         pads by storing each case as a distinct entry in the dynamic list.
2158         Fixes #38223 again.
2159
2160 2006-12-04  Wim Taymans  <wim@fluendo.com>
2161
2162         * gst/playback/gstdecodebin.c: (close_pad_link):
2163         Fix #382223, add more dynamic caps handling.
2164
2165 2006-12-04  Wim Taymans  <wim@fluendo.com>
2166
2167         reviewed by: <delete if not using a buddy>
2168
2169         * gst-libs/gst/audio/gstringbuffer.h:
2170         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
2171         (gst_netaddress_set_ip4_interface),
2172         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
2173         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
2174         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
2175         (gst_netaddress_get_ttl):
2176         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2177         * gst/playback/gstdecodebin.c: (close_pad_link):
2178         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
2179         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
2180         * win32/common/config.h:
2181
2182 2006-12-01  Michael Smith  <msmith@fluendo.com>
2183
2184         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2185           Delete bad debug code.
2186           Fixes #381219
2187
2188 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
2189
2190         * gst/videoscale/vs_4tap.c:
2191         * win32/MANIFEST:
2192         * win32/common/config.h:
2193         * win32/vs8/libgstvideoscale.vcproj:
2194         Fix compilation on win32 under VS8
2195         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2196         Partially fixes #381175
2197
2198 2006-11-30  Michael Smith  <msmith@fluendo.com>
2199
2200         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2201         (GST_START_TEST):
2202           It would be very bad if, after a discont buffer, we thought every
2203           single following buffer was also discont. So, add to the test to
2204           ensure that this isn't the case.
2205           
2206         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
2207           ... it was the case. So fix it.
2208
2209 2006-11-28  Wim Taymans  <wim@fluendo.com>
2210
2211         * gst/playback/gstplaybasebin.c: (check_queue_event):
2212         Improve debug.
2213
2214         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2215         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
2216         padtemplate caps. Refixes #357577.
2217
2218 2006-11-28  Wim Taymans  <wim@fluendo.com>
2219
2220         * gst/playback/gstplaybasebin.c: (check_queue_event),
2221         (queue_threshold_reached), (queue_out_of_data),
2222         (gen_preroll_element):
2223         Add event probe to see when EOS is in a queue and we can disable the
2224         underrun signals. Fixes #357577.
2225
2226 2006-11-28  Edward Hervey  <edward@fluendo.com>
2227
2228         * gst/playback/Makefile.am:
2229         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
2230         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
2231         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2232         (gst_decode_bin_init), (gst_decode_bin_dispose),
2233         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
2234         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2235         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2236         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2237         (connect_element), (expose_pad), (type_found),
2238         (pad_added_group_cb), (pad_removed_group_cb),
2239         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2240         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2241         (are_raw_caps), (multi_queue_overrun_cb),
2242         (multi_queue_underrun_cb), (gst_decode_group_new),
2243         (get_current_group), (group_demuxer_event_probe),
2244         (gst_decode_group_control_demuxer_pad),
2245         (gst_decode_group_control_source_pad),
2246         (gst_decode_group_check_if_blocked),
2247         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2248         (gst_decode_group_hide), (gst_decode_group_free),
2249         (gst_decode_group_set_complete), (source_pad_blocked_cb),
2250         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2251         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2252         (plugin_init):
2253         New decodebin2 element.
2254         Closes #370092
2255         * gst/playback/gstplay-marshal.list:
2256         Added marshallers for new signals in decodebin2
2257         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2258         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2259         is set.
2260
2261 2006-11-28  Wim Taymans  <wim@fluendo.com>
2262
2263         * gst/playback/gstplaybasebin.c: (setup_source),
2264         (gst_play_base_bin_change_state):
2265         Disable rtsp:// uris for the release, it's not good enough yet.
2266         Remove unused var.
2267
2268 2006-11-26  Wim Taymans  <wim@fluendo.com>
2269
2270         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2271         (theora_dec_push_forward), (theora_dec_push_reverse),
2272         (theora_handle_data_packet), (theora_dec_decode_buffer),
2273         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2274         (theora_dec_chain_forward), (theora_dec_chain):
2275         Implement reverse playback.
2276
2277         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2278         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2279         (vorbis_dec_chain_forward):
2280         Clear buffers used for reverse playback in _reset.
2281         No need to set the eos flag, we clip samples using the segment.
2282
2283 2006-11-24  Wim Taymans  <wim@fluendo.com>
2284
2285         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2286         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2287         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2288         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2289         Some cleanups.
2290         Handle continued pages in reverse mode.
2291
2292 2006-11-24  Wim Taymans  <wim@fluendo.com>
2293
2294         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2295         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2296         (vorbis_dec_flush_decode):
2297         Small cleanups.
2298         Don't try to add invalid timestamps.
2299         Clipping will unref the buffer.
2300
2301 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2302
2303         * gst/adder/gstadder.h:
2304         * gst/audiotestsrc/gstaudiotestsrc.h:
2305           remove obsolete _factory_init protos
2306
2307 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2308
2309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2310           Fix spacing in debug message.
2311
2312 2006-11-23  Wim Taymans  <wim@fluendo.com>
2313
2314         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2315         (gst_ogg_demux_chain):
2316         Don't just ignore return values from _pad_push().
2317         Small debug improvements.
2318
2319 2006-11-23  Michael Smith  <msmith@fluendo.com>
2320
2321         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2322           If our incoming buffer is marked as DISCONT, then increment the page
2323           number (so that the discontinuity is marked in the final ogg
2324           bitstream) and flush the previous page.
2325
2326 2006-11-22  Michael Smith  <msmith@fluendo.com>
2327
2328         * ext/theora/gsttheoraenc.h:
2329         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2330         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2331         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2332         (theora_enc_chain), (theora_enc_change_state):
2333           Mark discontinuities of > 3/4 of a frame, reinit encoder.
2334
2335         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2336         (GST_START_TEST), (theoraenc_suite):
2337           Enable discontinuity test, fix it.
2338
2339 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2340
2341         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2342         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2343         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2344         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2345         (gst_text_overlay_change_state):
2346         * ext/pango/gsttextoverlay.h:
2347           Some textoverlay fixes: for one, in the video chain function,
2348           actually wait for a text buffer to come in if there is none at the
2349           moment and there should be one; also, deal more gracefully with
2350           incoming buffers that do not have a timestamp or duration; discard
2351           text buffer when not needed any longer. Fixes #341681.
2352
2353         * tests/check/Makefile.am:
2354         * tests/check/elements/.cvsignore:
2355         * tests/check/elements/textoverlay.c:
2356         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2357         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2358         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2359         (test_video_waits_for_text_send_text_newsegment_thread),
2360         (test_video_waits_for_text_shutdown_element),
2361         (test_render_continuity_push_video_buffers_thread),
2362         (textoverlay_suite):
2363           Add some unit tests for textoverlay.
2364
2365 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2366
2367         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2368           Avoid integer underflow when the found probability for mp3 is
2369           smaller than the 'penalty' we subtract if there's not a clean
2370           mp3 header sync at offset 0.
2371
2372 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2373
2374         * docs/libs/gst-plugins-base-libs-sections.txt:
2375           Add some new symbols to the docs
2376
2377 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2378
2379         * tests/check/Makefile.am:
2380         * tests/check/elements/ffmpegcolorspace.c:
2381         (ffmpegcolorspace_suite):
2382           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2383           (for now not for valgrinding though, since it takes too long).
2384
2385 2006-11-20  Wim Taymans  <wim@fluendo.com>
2386
2387         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2388         (gst_ffmpeg_pixfmt_to_caps):
2389         Fix RGBA32 caps. Fixes #357038.
2390
2391 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2392
2393         * gst-libs/gst/interfaces/mixertrack.h:
2394           Add FIXME so we can add some padding here in 0.11
2395
2396 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2397
2398         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2399           Fix GstBaseRTPAudioPayload structure so the whole GObject
2400           inheritance business actually works (parent class instance structure
2401           must always come first in the derived class instance structure).
2402
2403 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2404
2405         * gst/videotestsrc/Makefile.am:
2406         * tests/check/Makefile.am:
2407           Make sure our checks and the videotestsrc plugin link against the
2408           local uninstalled gst libs and not any installed gst libs that
2409           might happen to exist as well.
2410
2411         * tests/check/elements/adder.c: (message_received),
2412         (test_event_message_received), (test_play_twice_message_received):
2413         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2414           Fix compiler warnings when compiling against core with disabled
2415           debugging system.
2416
2417 2006-11-16  Michael Smith  <msmith@fluendo.com>
2418
2419         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2420         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2421           Fix audiorate, so that it accurately sets offsets and timestamps.
2422           Doesn't change the fundamental algorithmic decisions; so should be
2423           safe.
2424
2425         * tests/check/Makefile.am:
2426           Enable audiorate test now that it passes.
2427
2428 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2429
2430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2431           clear xv when going to NULL, remove // commented non-existant proto
2432
2433         * tests/examples/seek/seek.c: (main):
2434           add missing tooltip description for scrub and play_scrub
2435
2436 2006-11-14  David Schleef  <ds@schleef.org>
2437
2438         * configure.ac:
2439           Bump liboil requirement to 0.3.8.
2440         * gst-libs/gst/riff/riff-media.c:
2441           Add Dirac fourcc.
2442         * gst/videoscale/vs_image.h:
2443         * gst/videoscale/vs_scanline.h:
2444           Use liboil's stdint.h.
2445         * gst/videotestsrc/videotestsrc.c:
2446           Remove liboil related ifdef's, since they aren't needed now, and
2447           won't work with future versions.
2448
2449 2006-11-14  David Schleef  <ds@schleef.org>
2450
2451         * gst/videoscale/Makefile.am:
2452         * gst/videoscale/gstvideoscale.c:
2453         * gst/videoscale/gstvideoscale.h:
2454         * gst/videoscale/vs_4tap.c:
2455         * gst/videoscale/vs_4tap.h:
2456         * gst/videoscale/vs_image.c:
2457         * gst/videoscale/vs_image.h:
2458         * gst/videoscale/vs_scanline.c:
2459         * gst/videoscale/vs_scanline.h:
2460           Add a 4-tap image scaler.  Theoretically looks much prettier.
2461           The tap calculation could use some improvement.
2462
2463 2006-11-14  Wim Taymans  <wim@fluendo.com>
2464
2465         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2466
2467         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2468         (gst_riff_parse_strf_iavs):
2469         * gst/subparse/gstsubparse.c: (convert_encoding):
2470         * gst/tcp/gstmultifdsink.c:
2471         (gst_multi_fd_sink_handle_client_write):
2472         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2473         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2474         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2475         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2476         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2477         (gst_ximagesink_ximage_new):
2478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2479         Various gsize and gssize printf fixes. Fixes #372507.
2480
2481 2006-11-13  Wim Taymans  <wim@fluendo.com>
2482
2483         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2484         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2485         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2486         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2487         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2488         * ext/vorbis/vorbisdec.h:
2489         First stab at vorbis reverse playback.
2490
2491 2006-11-13  Wim Taymans  <wim@fluendo.com>
2492
2493         * gst-libs/gst/audio/gstbaseaudiosink.c:
2494         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2495         * gst-libs/gst/audio/gstbaseaudiosink.h:
2496         Make the clock sync code more accurate wrt resampling and playback
2497         at different rates.
2498         
2499         * gst-libs/gst/audio/gstringbuffer.c:
2500         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2501         * gst-libs/gst/audio/gstringbuffer.h:
2502         Use better algorithm to interpolate sample rates. 
2503
2504 2006-11-13  Michael Smith  <msmith@fluendo.com>
2505
2506         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2507           Improve a debug line slightly.
2508
2509         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2510           Call gst_riff_init() in plugin_init, to avoid getting errors from
2511           the debug system (unrelated changes to another plugin made this turn
2512           up; not sure why).
2513
2514 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2515
2516         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2517
2518         * win32/common/libgsttag.def:
2519           Add missing symbol (#366492).
2520
2521 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2522
2523         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2524           Don't unref a NULL pad.
2525
2526 2006-11-09  Wim Taymans  <wim@fluendo.com>
2527
2528         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2529         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2530         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2531         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2532         (gst_ogg_demux_loop):
2533         Implement first stab at reverse playback.
2534
2535 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2536
2537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2538         (gst_riff_create_video_template_caps):
2539           add h263/h264 variants to the caps, Fixes #363118
2540
2541 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2542
2543         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2544         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2545           Use g_strerror instead of strerror so we get UTF-8.
2546
2547 2006-11-03  David Schleef  <ds@schleef.org>
2548
2549         * ext/ogg/gstoggdemux.c:
2550         * ext/ogg/gstoggmux.c:
2551           Add/remove KW-DIRAC header here, since it is ogg-specific.
2552
2553 2006-11-03  Michael Smith  <msmith@fluendo.com>
2554
2555         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2556           Recognise more mpeg4 elementary video streams.
2557
2558 2006-11-02  Edward Hervey  <edward@fluendo.com>
2559
2560         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2561         Lower the probability of mp3 typefinding functions if we don't find a
2562         valid mp3 header at the start of the file.
2563         Closes #369482
2564
2565 2006-11-02  Wim Taymans  <wim@fluendo.com>
2566
2567         * ext/theora/gsttheoradec.h:
2568         * ext/theora/theoradec.c: (gst_theora_dec_init),
2569         (theora_dec_sink_event), (theora_dec_chain_forward),
2570         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2571         (theora_dec_chain):
2572         Document and partially implement an algorithm for doing reverse playback
2573         of theora video.
2574
2575 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2576
2577         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2578
2579         * win32/common/config.h:
2580         * win32/common/interfaces-enumtypes.c:
2581         * win32/common/libgsttag.def:
2582         * win32/vs8/gst-plugins-base.sln:
2583         * win32/vs8/libgstaudioresample.vcproj:
2584         * win32/vs8/libgstinterfaces.vcproj:
2585         * win32/vs8/libgstogg.vcproj:
2586         * win32/vs8/libgstriff.vcproj:
2587         * win32/vs8/libgsttag.vcproj:
2588         * win32/vs8/libgsttheora.vcproj:
2589         * win32/vs8/libgstvideoscale.vcproj:
2590         * win32/vs8/libgstvorbis.vcproj:
2591           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2592           to libgsttag.def; add missing dependencies for some vs8 projects;
2593           re-arrange placement of .def files in vs8 projects (#366334).
2594
2595 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2596
2597         * ext/ogg/gstogg.c:
2598           Remove unused variable.
2599
2600         * ext/ogg/gstoggdemux.c:
2601           Fix Wim's surname in plugin description.
2602
2603 2006-10-31  Wim Taymans  <wim@fluendo.com>
2604
2605         * gst-plugins-base.spec.in:
2606         spec new .h file. Fixes #368310.
2607
2608 2006-10-31  Michael Smith  <msmith@fluendo.com>
2609
2610         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2611         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2612         (gst_multi_fd_sink_get_stats),
2613         (gst_multi_fd_sink_remove_client_link),
2614         (gst_multi_fd_sink_queue_buffer),
2615         (gst_multi_fd_sink_handle_clients):
2616         * gst/tcp/gstmultifdsink.h:
2617           Make using the remove or clear signals threadsafe.
2618           Make calling get-stats with an invalid fd not segfault.
2619           Fixes 368273.
2620
2621 2006-10-31  Wim Taymans  <wim@fluendo.com>
2622
2623         * gst-libs/gst/rtp/Makefile.am:
2624         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2625         (gst_base_rtp_audio_payload_init):
2626         Fix and activate base audio payloader.
2627
2628 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2629
2630         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2631         (plugin_init):
2632           Add typefinder for QuickTime Image Files (see #366156).
2633
2634 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2635
2636         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2637           Another typo fix (#366212).
2638
2639 2006-10-27  Wim Taymans  <wim@fluendo.com>
2640
2641         * gst/volume/gstvolume.c: (volume_transform_ip):
2642         Use stream time to synchronize volume property instead of rather random
2643         timestamps. This is needed when gnonlin does its time shifting.
2644
2645 2006-10-27  Wim Taymans  <wim@fluendo.com>
2646
2647         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2648
2649         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2650         Remove the pad from the element in release_pad. Fixes #364812.
2651
2652 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2653
2654         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2656           Explicitly create our custom buffer classes at a thread-safe
2657           location as well, since g_type_class_ref() doesn't seem to be
2658           entirely thread-safe either (#365501; also see #349410).
2659
2660 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2661
2662         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2663         (gst_riff_parse_info):
2664           If strings in INFO chunk are not UTF-8, do something similar to
2665           what we do for ID3v1 tags: check a number of environment variables
2666           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2667           character sets to try, otherwise try the current locale and/or fall
2668           back on ISO-8859-1. Fixes #360552.
2669
2670 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2671
2672         * gst/videotestsrc/gstvideotestsrc.c:
2673         (gst_video_test_src_pattern_get_type),
2674         (gst_video_test_src_set_pattern):
2675         * gst/videotestsrc/gstvideotestsrc.h:
2676         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2677         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2678         (gst_video_test_src_checkers8):
2679         * gst/videotestsrc/videotestsrc.h:
2680           Add a bunch of exciting new checkers patterns.
2681
2682 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2683
2684         * gst/subparse/Makefile.am:
2685         * gst/subparse/gstsubparse.c:
2686         (gst_sub_parse_data_format_autodetect),
2687         (gst_sub_parse_format_autodetect), (handle_buffer),
2688         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2689         * gst/subparse/gstsubparse.h:
2690         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2691         (parse_tmplayer):
2692         * gst/subparse/tmplayerparse.h:
2693           Add support for TMPlayer-type subtitles (#362845).
2694
2695         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2696         (GST_START_TEST), (subparse_suite):
2697           Add some basic unit tests for the above.
2698
2699 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2700
2701         * tests/check/elements/audiorate.c: (test_injector_base_init),
2702         (test_injector_class_init), (test_injector_chain),
2703         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2704         (GST_START_TEST), (audiorate_suite):
2705           More tests for audiorate: inject buffers to check behaviour when
2706           buffers overlap.
2707
2708 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2709
2710         * tests/check/Makefile.am:
2711         * tests/check/elements/.cvsignore:
2712         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2713         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2714           Add some basic unit tests for audiorate. Disabled at the moment
2715           since it doesn't pass yet (see bug #363119).
2716
2717 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2718
2719         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2720         (parse_subrip), (handle_buffer):
2721           Add missing closing tags for markup and fix broken markup,
2722           otherwise pango won't render anything (fixes #357531). Also,
2723           make sure the text we send out is always NUL-terminated
2724           (better safe than sorry etc.).
2725
2726         * tests/check/elements/subparse.c: (test_srt_do_test),
2727         (test_srt):
2728           Some more tests for .srt incl. tests for the above stuff.
2729
2730 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2731
2732         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2734         Patch by: Stefan Kost  <ensonic@users.sf.net>
2735         Try to redraw borders only when needed. Apparently this consumes
2736         resources on small devices... :-O (#363607)
2737
2738 2006-10-20  Michael Smith  <msmith@fluendo.com>
2739
2740         * gst/tcp/gstmultifdsink.c:
2741         (gst_multi_fd_sink_client_queue_buffer):
2742           If caps change, then update the client's idea of the caps so that we
2743           don't end up re-sending streamheaders for every single buffer after
2744           the caps change.
2745
2746 2006-10-20  Michael Smith  <msmith@fluendo.com>
2747
2748         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2749         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2750           Set caps on pushed buffers; fix up refcounting of caps objects.
2751
2752 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2753
2754         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2755         (plugin_init):
2756           Typefind mmsh header data packet to application/x-mmsh (#362625).
2757
2758 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2759
2760         * tests/check/Makefile.am:
2761         * tests/check/elements/.cvsignore:
2762         * tests/check/elements/subparse.c: (buffer_from_static_string),
2763         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2764         (GST_START_TEST), (subparse_suite):
2765           Add very simple unit test for subparse.
2766
2767 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2768
2769         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2770         (parse_subrip):
2771           Strip trailing newlines from subtitle text output.
2772
2773 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2774
2775         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2776         (gst_sub_parse_change_state):
2777           Fix memleak; clear subparse->textbuf n state change function.
2778
2779 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2780
2781         * gst/subparse/gstsubparse.c:
2782         (gst_sub_parse_data_format_autodetect):
2783           Don't require subrip (.srt) files to start with a chunk number of 1.
2784
2785 2006-10-18  Wim Taymans  <wim@fluendo.com>
2786
2787         * gst-libs/gst/audio/gstbaseaudiosink.c:
2788         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2789         * gst-libs/gst/audio/gstbaseaudiosink.h:
2790         Extract rate from the NEWSEGMENT event.
2791         Use commit_full to also take rate adjustment into account when writing
2792         samples to the ringbuffer.
2793         
2794         * gst-libs/gst/audio/gstringbuffer.c:
2795         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2796         (gst_ring_buffer_read):
2797         * gst-libs/gst/audio/gstringbuffer.h:
2798         Added _commit_full() to also take rate into account.
2799         Use simple interpolation algorithm to resample audio.
2800         API: gst_ring_buffer_commit_full()
2801
2802         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2803         * tests/examples/seek/seek.c: (segment_done):
2804         Don't try to seek with 0.0 rate, just pause instead.
2805         Remove bogus debug line.
2806
2807 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2808
2809         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2810         (setup_source):
2811           Catch async errors when starting up the subtitle bin, so we can
2812           stop waiting and continue with the main film instead of hanging
2813           forever. Fixes #339366.
2814
2815         * tests/check/elements/playbin.c: (playbin_suite):
2816           Enable unit test for the above.
2817
2818 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2819
2820         * tests/check/Makefile.am:
2821         * tests/check/elements/.cvsignore:
2822         * tests/check/elements/playbin.c: (GST_START_TEST),
2823         (gst_red_video_src_uri_get_type),
2824         (gst_red_video_src_uri_get_protocols),
2825         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2826         (gst_red_video_src_uri_handler_init),
2827         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2828         (gst_red_video_src_create), (gst_red_video_src_class_init),
2829         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2830           Some small and basic unit tests for playbin; not very useful yet,
2831           but at least a start.
2832
2833 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2834
2835         * gst/playback/gstplaybin.c: (setup_sinks):
2836           The old pad activation spiel.
2837
2838 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2839
2840         * gst/playback/gstplaybasebin.c: (setup_source):
2841           Don't hang forever if the subbin already fails to start up in 
2842           the state change to PAUSED (#339366).
2843
2844 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2845
2846         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2847         (gst_tuner_set_channel), (gst_tuner_get_channel),
2848         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2849         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2850         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2851         (gst_tuner_find_channel_by_name):
2852           Fix some function guards, add some more function guards.
2853
2854 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2855
2856         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2857         (remove_element_chain):
2858         Don't return a pad from get_our_ghost_pad unless it is actually the
2859         one we want.
2860         Change a cast in remove_element_chain slightly.
2861
2862 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2863
2864         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2865         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2866         Segment seeking needs to use the rate and set stop to -1.
2867
2868 2006-10-13  Wim Taymans  <wim@fluendo.com>
2869
2870         * gst-libs/gst/audio/gstbaseaudiosink.c:
2871         (gst_base_audio_sink_setcaps):
2872         Don't crash when ringbuffer is not yet created.
2873         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2874         Fixes #361634.
2875
2876         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2877         * gst/playback/gststreamselector.c:
2878         (gst_stream_selector_request_new_pad):
2879         Activate pads befre adding them to running elements.
2880
2881 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2882
2883         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2884         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2885         updater when we start grabing the slider. Don't wait for the
2886         pipeline to be PAUSED.
2887
2888 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2889
2890         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2891         (gst_mixer_set_volume), (gst_mixer_get_volume),
2892         (gst_mixer_set_mute), (gst_mixer_set_option),
2893         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2894         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2895         (gst_mixer_option_changed):
2896           Guard mixer interface functions against bogus arguments.
2897
2898 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2899
2900         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2901         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2902         (msg_state_changed), (main): Use state-changed messages to trigger
2903         start/stop of scale update timer. Indeed the scale slider was
2904         jumping here and there because the update timer was activated 
2905         before seek completed. This fixes instant applying of rate changes
2906         by pressing the spinbutton like a crazy man !
2907
2908 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2909
2910         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2911
2912         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2913         (gst_basertppayload_finalize):
2914           Fix two small memory leaks (#361456).
2915
2916 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2917
2918         * tests/examples/seek/seek.c: (do_seek),
2919         (rate_spinbutton_changed_cb): When changing spinbutton we try
2920         to change the rate on the fly.
2921
2922 2006-10-10  Wim Taymans  <wim@fluendo.com>
2923
2924         * gst-libs/gst/riff/riff-ids.h:
2925         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2926         (gst_riff_create_audio_template_caps):
2927         Add WMS caps.
2928
2929 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2930
2931         Patch by: Josep Torre Valles <josep@fluendo.com>
2932
2933         * ext/gnomevfs/gstgnomevfssink.c:
2934         * ext/gnomevfs/gstgnomevfssrc.c:
2935         Fix URI interface implementation return type.
2936         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2937         Fix what looks like a copy/paste issue when assigning values.
2938         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2939         (gst_audio_filter_template_get_type):
2940         Cast to prevent Forte warnings.
2941         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2942         Fix URI interface implementation return type.
2943         gst_pad_query_position requires a signed integer pointer as
2944         3rd parameter, GstClockTime is unsigned.
2945         * gst/audioconvert/audioconvert.c:
2946         Fix integer overflow when treated as signed.
2947         * gst/audioresample/resample.c: (resample_add_input_data):
2948         Cast to prevent warnings on Forte.
2949         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2950         Fix integer overflow when treated as signed.
2951         * gst/ffmpegcolorspace/imgconvert_template.h:
2952         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2953         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2954         (cleanup_decodebin):
2955         Who initialises a guint to -1!
2956         Cast function pointers to prevent warnings on Forte.
2957         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2958         (queue_threshold_reached):
2959         Cast function pointers correctly to prevent warnings on Forte.
2960         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2961         Cast function pointers correctly to prevent warnings on Forte.
2962         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2963         Obvious change to unsigned, 0xEF > max signed char.
2964         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2965         GstClockTime is unsigned, initialise correctly.
2966         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2967         Cast so pointer arithemetic doesn't cause warnings on Forte.
2968         * gst/videorate/gstvideorate.c:
2969         Use correct return value.
2970         * tests/examples/seek/scrubby.c:
2971         GstClockTime is unsigned, initialise correctly.
2972
2973 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2974
2975         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2976
2977         * gst/typefind/gsttypefindfunctions.c:
2978           Recognise XML files and XML-like files shorter than 256 bytes as
2979           well (fixes #359237).
2980
2981 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2982
2983         Patch by: Renato Filho <renato.filho@indt.org.br>
2984         
2985         * gst/typefind/gsttypefindfunctions.c:
2986         Added typefind functions to video/x-nuv media.
2987         
2988 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2989
2990         * gst-libs/gst/interfaces/xoverlay.c:
2991         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2992           Some more guards against invalid input.
2993
2994 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2995
2996         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2997         Useless goto.
2998         * tests/examples/seek/seek.c: (do_seek),
2999         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
3000         seek example to experiment with rates != 1.0 (reverse playback !)
3001
3002 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
3003
3004         * gst-libs/gst/interfaces/xoverlay.c:
3005           Unref message in doc-example (spotted by Robert McQueen)
3006
3007 2006-10-06  Wim Taymans  <wim@fluendo.com>
3008
3009         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3010         (mpeg1_parse_header), (mpeg1_sys_type_find):
3011         printf fix.
3012
3013 2006-10-06  Wim Taymans  <wim@fluendo.com>
3014
3015         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3016         (close_pad_link):
3017         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
3018         Activate dynamic pads before adding them to the element.
3019
3020 2006-10-06  Michael Smith  <msmith@fluendo.com>
3021
3022         * gst-libs/gst/floatcast/floatcast.h:
3023           Fix obviously-bogus macros; use the correct types.
3024
3025 2006-10-06  Wim Taymans  <wim@fluendo.com>
3026
3027         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3028         (gst_base_rtp_depayload_change_state):
3029         Also call parent state change function to activate pads.
3030
3031         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3032         (mpeg1_parse_header), (mpeg1_sys_type_find):
3033         Add some more debug info in mpeg typefinding.
3034
3035 2006-10-06  Michael Smith  <msmith@fluendo.com>
3036
3037         * ext/theora/theoradec.c: (theora_dec_chain):
3038           Zero byte theora packets are valid and well-defined; don't warn on
3039           them.
3040
3041 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3042
3043         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3044         (gst_multi_fd_sink_get_stats), (find_limits),
3045         (gst_multi_fd_sink_queue_buffer):
3046           API: add dropped_buffers to the get-stats GValueArray
3047
3048 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
3049
3050         * ext/alsa/gstalsadeviceprobe.c:
3051         (gst_alsa_device_property_probe_get_values):
3052         * ext/alsa/gstalsasink.c: (set_hwparams):
3053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
3054         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
3055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
3056         (gst_ogg_mux_process_best_pad):
3057         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
3058         (gst_ogg_parse_chain):
3059         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3060         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3061         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
3062         (gst_vorbis_enc_buffer_check_discontinuous):
3063         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
3064         * gst-libs/gst/audio/gstbaseaudiosink.c:
3065         (gst_base_audio_sink_render):
3066         * gst-libs/gst/cdda/gstcddabasesrc.c:
3067         (gst_cdda_base_src_handle_track_seek):
3068         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3069         (gst_base_rtp_depayload_push_full):
3070         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3071         * gst/audioresample/resample.c: (resample_input_pushthrough):
3072         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
3073         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3074         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3075         (wavpack_type_find):
3076         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3077         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3078         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
3079         * tests/check/elements/volume.c: (GST_START_TEST):
3080           Printf format fixes.
3081
3082 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3083
3084         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
3085           Fix a simple mistake (see the docs)
3086           Fixes #359580
3087
3088 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3089
3090         * docs/plugins/Makefile.am:
3091         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3092         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3093         * docs/plugins/gst-plugins-base-plugins.args:
3094         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3095         * docs/plugins/inspect/plugin-adder.xml:
3096         * docs/plugins/inspect/plugin-alsa.xml:
3097         * docs/plugins/inspect/plugin-audioconvert.xml:
3098         * docs/plugins/inspect/plugin-audiorate.xml:
3099         * docs/plugins/inspect/plugin-audioresample.xml:
3100         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3101         * docs/plugins/inspect/plugin-cdparanoia.xml:
3102         * docs/plugins/inspect/plugin-decodebin.xml:
3103         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3104         * docs/plugins/inspect/plugin-gdp.xml:
3105         * docs/plugins/inspect/plugin-gnomevfs.xml:
3106         * docs/plugins/inspect/plugin-libvisual.xml:
3107         * docs/plugins/inspect/plugin-ogg.xml:
3108         * docs/plugins/inspect/plugin-pango.xml:
3109         * docs/plugins/inspect/plugin-playbin.xml:
3110         * docs/plugins/inspect/plugin-subparse.xml:
3111         * docs/plugins/inspect/plugin-tcp.xml:
3112         * docs/plugins/inspect/plugin-theora.xml:
3113         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3114         * docs/plugins/inspect/plugin-video4linux.xml:
3115         * docs/plugins/inspect/plugin-videorate.xml:
3116         * docs/plugins/inspect/plugin-videoscale.xml:
3117         * docs/plugins/inspect/plugin-videotestsrc.xml:
3118         * docs/plugins/inspect/plugin-volume.xml:
3119         * docs/plugins/inspect/plugin-vorbis.xml:
3120         * docs/plugins/inspect/plugin-ximagesink.xml:
3121         * docs/plugins/inspect/plugin-xvimagesink.xml:
3122           Add vorbistag element to docs; update version numbers to 0.10.10.1.
3123
3124 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3125
3126         Patch by: James "Doc" Livingston <doclivingston at gmail com>
3127
3128         * ext/vorbis/Makefile.am:
3129         * ext/vorbis/vorbis.c: (plugin_init):
3130         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
3131         (vorbis_parse_parse_packet), (vorbis_parse_chain):
3132         * ext/vorbis/vorbisparse.h:
3133         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
3134         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
3135         (gst_vorbis_tag_parse_packet):
3136         * ext/vorbis/vorbistag.h:
3137           Add new vorbistag element which derives from vorbisparse
3138           and is essentially the same as well, only that it implements
3139           the GstTagSetter interface and can modify the stream's
3140           vorbiscomment on the fly (#335635).
3141
3142         * tests/check/Makefile.am:
3143         * tests/check/elements/.cvsignore:
3144         * tests/check/elements/vorbistag.c: (setup_vorbistag),
3145         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
3146         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
3147         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
3148           Add unit test for new vorbistag element.
3149
3150 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3151
3152         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
3153         (vorbis_parse_push_headers), (vorbis_parse_chain):
3154           Set BOS flag in packet structure to fix 'jump depends
3155           on unitialized value' errors in valgrind; various minor
3156           clean-ups.
3157
3158 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
3159
3160         * gst/playback/gstdecodebin.c: (close_pad_link):
3161         Fix typo in a debug statement.
3162
3163         * gst/playback/gstplaybasebin.c: (probe_triggered),
3164         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
3165         (gen_source_element), (source_new_pad), (analyse_source),
3166         (setup_source):
3167         When handling no_more_pads in new_decoded_pad, make sure to treat
3168         subtitle pads correctly. Fixes playback with subtitle files.
3169
3170         Move a recurring message to LOG level.
3171
3172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3173         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
3174         which ends up as -1 when cast to an int. Make the logic handle the
3175         max value as an unsigned mask and only change the colorkey when it's
3176         a value we recognise.
3177
3178 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3179
3180         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3181         Removed empty * between paragraphs
3182
3183 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3184
3185         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3186         * gst-libs/gst/rtp/README:
3187         Moved some documentation into .c file
3188
3189 2006-09-29  Wim Taymans  <wim@fluendo.com>
3190
3191         * gst/playback/gstdecodebin.c: (no_more_pads):
3192         Fix compilation.
3193
3194 2006-09-29  Wim Taymans  <wim@fluendo.com>
3195
3196         * gst/playback/gstdecodebin.c: (new_caps):
3197         Remove g_print
3198
3199         * gst/playback/gstplaybin.c:
3200         Add some docs.
3201
3202 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3203
3204         * tests/check/Makefile.am:
3205           Re-enable cddabasesrc test to see if it works again
3206           now.
3207
3208 2006-09-29  Wim Taymans  <wim@fluendo.com>
3209
3210         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3211         (gen_source_element):
3212         Handle invalid URIs a bit more gracefully.
3213
3214 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3215
3216         * tests/check/pipelines/oggmux.c:
3217           Remove obsolete comment.
3218
3219 2006-09-29  Michael Smith  <msmith@fluendo.com>
3220
3221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3222         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
3223         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3224         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
3225         (gst_ogg_mux_collected):
3226           Commit patch from James "Doc" Livingston, adds proper EOS handling
3227           in oggmux. GStreamer can, for the first time ever, create a valid
3228           Ogg file! Yay!
3229
3230         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
3231         (oggmux_suite):
3232           Reenable tests now that they pass.
3233
3234 2006-09-29  Wim Taymans  <wim@fluendo.com>
3235
3236         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3237         Stop reading commands when EOF (we read 0) as well.
3238
3239 2006-09-28  Wim Taymans  <wim@fluendo.com>
3240
3241         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3242         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3243         (find_dynamic), (unlinked), (close_link):
3244         Implement delayed caps linking needed for element with a lot of
3245         different caps on the src pads that get fixed at runtime.
3246         Improve management of dynamic elements.
3247
3248         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3249         (group_destroy), (group_commit), (check_queue), (queue_overrun),
3250         (gen_preroll_element), (remove_groups), (unknown_type),
3251         (add_element_stream), (no_more_pads_full), (no_more_pads),
3252         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3253         (new_decoded_pad), (setup_subtitle), (array_has_value),
3254         (gen_source_element), (source_new_pad), (has_all_raw_caps),
3255         (analyse_source), (remove_decoders), (make_decoder),
3256         (remove_source), (setup_source), (finish_source), (prepare_output),
3257         (gst_play_base_bin_change_state):
3258         * gst/playback/gstplaybasebin.h:
3259         Use more _CAST instead of full type checking casts.
3260         Small cleanups, plug some leaks.
3261         Handle dynamic sources.
3262         Add some helper functions to create lists of strings used for
3263         blacklisting and other stuff.
3264         Refactor some code dealing with analysing the source.
3265         Re-enable sources without pads (like cd:// or other selfcontained
3266         elements).
3267
3268 2006-09-28  Wim Taymans  <wim@fluendo.com>
3269
3270         * gst-libs/gst/audio/gstbaseaudiosink.c:
3271         (gst_base_audio_sink_render):
3272         When we have a timestamp, we can still perform clipping.
3273         When we have no clock, we must play the sample ASAP.
3274
3275 2006-09-28  Wim Taymans  <wim@fluendo.com>
3276
3277         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3278         Set caps on outgoing buffers.
3279
3280         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3281         (gst_video_rate_event), (gst_video_rate_chain):
3282         * gst/videorate/gstvideorate.h:
3283         Fix videorate some more. Fixes #357977
3284
3285 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3286
3287         * tests/check/elements/adder.c: (adder_suite):
3288           Don't set timeout to 6 seconds when we're running
3289           in valgrind ... (and how is 6 seconds longer than
3290           the default anyway?)
3291
3292 2006-09-28  Wim Taymans  <wim@fluendo.com>
3293
3294         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3295         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3296         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3297         Keep sink and src segment to keep track of time and support more
3298         input formats.
3299         Fix bogus next_offset and run_time calculation, don't understand how
3300         this could have worked before. Fixes #357976.
3301         Remove some unneeded vars.
3302
3303 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3304
3305         * gst/playback/gstplaybin.c: (remove_sinks):
3306           Only remove visualisation from visbin if there is a visbin (or:
3307           don't throw warnings when closing totem without playing a file).
3308
3309 2006-09-27  Wim Taymans  <wim@fluendo.com>
3310
3311         * gst-libs/gst/audio/gstbaseaudiosink.c:
3312         (gst_base_audio_sink_render):
3313         Add some more info in a WARNING.
3314
3315         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3316         (gst_base_audio_src_create):
3317         Handle PAUSE in create function, use new -core addition to
3318         wait for playing. Fixes pausing and resuming capture from an
3319         audiosrc.
3320
3321         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3322         (gst_ring_buffer_read):
3323         Constify some more.
3324         Caller supports interrupted reads now.
3325
3326 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3327
3328         * tests/check/Makefile.am:
3329           Another attempt to make the gen64 buildbot happy.
3330
3331 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
3332
3333         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3334
3335         * ext/libvisual/visual.c: (gst_visual_clear_actors),
3336         (gst_visual_chain), (gst_visual_change_state):
3337           Libvisual plugin was not passing audio data to libvisual 0.4.0 
3338           correctly. Fixes #357800
3339
3340 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3343           Add timeout to _get_state() so we see which pipeline it is
3344           that causes trouble on the gen64 build bot.
3345
3346 2006-09-27  Wim Taymans  <wim@fluendo.com>
3347
3348         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3349         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3350         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3351         (gst_base_rtp_depayload_set_gst_timestamp):
3352         the source pad always uses fixed caps.
3353
3354 2006-09-27  Wim Taymans  <wim@fluendo.com>
3355
3356         * docs/libs/gst-plugins-base-libs-docs.sgml:
3357         * docs/libs/gst-plugins-base-libs-sections.txt:
3358         * gst-libs/gst/audio/gstaudioclock.c:
3359         * gst-libs/gst/audio/gstaudioclock.h:
3360         * gst-libs/gst/audio/gstaudiosink.c:
3361         * gst-libs/gst/audio/gstaudiosink.h:
3362         * gst-libs/gst/audio/gstaudiosrc.c:
3363         * gst-libs/gst/audio/gstbaseaudiosink.c:
3364         (gst_base_audio_sink_render):
3365         * gst-libs/gst/audio/gstbaseaudiosink.h:
3366         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3367         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3368         * gst-libs/gst/audio/gstringbuffer.h:
3369         Added docs for the audio libs.
3370
3371 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3372
3373         * tests/check/Makefile.am:
3374           Temporarily disable test that fails on the bots for unknown reasons.
3375
3376 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3377
3378         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3379         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3380         Moved AudioCodecType into priv
3381         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3382
3383 2006-09-25  Wim Taymans  <wim@fluendo.com>
3384
3385         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3386         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3387         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3388         (new_pad):
3389         Cleanups and small leak fixes.
3390         Added Depayloaders to valid list of autopluggable elements.
3391
3392 2006-09-25  Wim Taymans  <wim@fluendo.com>
3393
3394         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3395         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3396         (gen_video_element), (gen_text_element), (gen_audio_element),
3397         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3398         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3399         Detect NO_PREROLL state change returns and disable clock distribution to
3400         the sinks so that sync is disabled.
3401         Avoid some type checking and do simple casts instead.
3402         Small cleanups, fix some FIXMEs.
3403         Be more robust when linking user specified elements, catch an report
3404         errors. Fixes #357404.
3405         Fix some leaks in the error paths.
3406
3407 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3408
3409         * ChangeLog:
3410           ChangeLog surgery for missing bug-number
3411
3412 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3413
3414         Patch by: Peter Kjellerstedt  <pkj at axis com>
3415
3416         * gst/playback/test.c:
3417           Fix compilation with uClibc and -Werror (#357591).
3418
3419 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3420
3421         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3422           Parse dates that are followed by a time as well (#357532).
3423
3424         * tests/check/libs/tag.c: (test_vorbis_tags):
3425           Add unit test for this.
3426
3427 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3428
3429         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3430         (gst_audio_convert_transform_caps):
3431         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3432         * gst/videotestsrc/videotestsrc.h:
3433           A few array const-ifications.
3434
3435 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3436
3437         * tests/check/Makefile.am:
3438           See if this makes the build bots happy.
3439
3440         * tests/check/libs/cddabasesrc.c:
3441           UTF8-ise my name.
3442
3443 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3444
3445         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3446
3447         * gst/subparse/samiparse.c: (handle_start_font),
3448         (fix_invalid_entities):
3449           More case-insensitivity for certain tags; recognise entities with
3450           decimal codes as special entities as well (#357330).
3451
3452 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3453
3454         * gst-libs/gst/Makefile.am:
3455           Need to build tag directory before cdda.
3456
3457 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3458
3459         * docs/libs/gst-plugins-base-libs-sections.txt:
3460         * gst-libs/gst/cdda/Makefile.am:
3461         * gst-libs/gst/cdda/gstcddabasesrc.c:
3462         (gst_cdda_base_src_base_init):
3463         * gst-libs/gst/cdda/gstcddabasesrc.h:
3464         * gst-libs/gst/tag/tag.h:
3465         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3466         (gst_tag_register_musicbrainz_tags):
3467           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3468           depend on libgsttag. This is required so we can extract/read tags like
3469           DISCID without depending on libgstcddabasesrc (which used to register
3470           them).
3471
3472         * gst-libs/gst/tag/gstvorbistag.c:
3473           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3474           tags (also see #347848).
3475
3476         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3477           Log vorbis comments we are actually writing. Const-ify array.
3478
3479 2006-09-23  Wim Taymans  <wim@fluendo.com>
3480
3481         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3482         Improve buffering a bit by avoiding a deadlock because we cannot assume
3483         the underrun is always called.
3484
3485 2006-09-23  Wim Taymans  <wim@fluendo.com>
3486
3487         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3488
3489         * gst-libs/gst/riff/riff-ids.h:
3490         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3491         (gst_riff_create_audio_template_caps):
3492         Added MPEG-4 AAC and id and caps. Fixes #357289
3493         Added WMA9 Lossless id.
3494
3495 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3496
3497         * ext/gnomevfs/gstgnomevfssrc.c:
3498           Fix misleading docs addition.
3499
3500         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3501           Get rid of compiler warning the right way.
3502
3503 2006-09-22  Wim Taymans  <wim@fluendo.com>
3504
3505         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3506         (gst_base_rtp_depayload_finalize),
3507         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3508         (gst_base_rtp_depayload_push_full),
3509         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3510         (gst_base_rtp_depayload_process),
3511         (gst_base_rtp_depayload_set_gst_timestamp),
3512         (gst_base_rtp_depayload_queue_release):
3513         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3514         Small cleanups.
3515         Fix some leaks.
3516         Refactored the process method and added methods to push from the process
3517         vmethod.
3518         Use _scale functions.
3519         API: gst_base_rtp_depayload_push_ts
3520         API: gst_base_rtp_depayload_push
3521
3522         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3523         timestamps are uint.
3524
3525 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3526
3527         * gst-libs/gst/interfaces/xoverlay.c:
3528           Remove unused statement from doc example.
3529
3530 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3531
3532         * gst-libs/gst/interfaces/videoorientation.c:
3533         (gst_video_orientation_iface_init),
3534         (gst_video_orientation_get_hflip),
3535         (gst_video_orientation_get_vflip),
3536         (gst_video_orientation_get_hcenter),
3537         (gst_video_orientation_get_vcenter),
3538         (gst_video_orientation_set_hflip),
3539         (gst_video_orientation_set_vflip),
3540         (gst_video_orientation_set_hcenter),
3541         (gst_video_orientation_set_vcenter):
3542           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3543           in ChangeLog)
3544
3545 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3546
3547         * tests/check/Makefile.am:
3548         * tests/check/elements/.cvsignore:
3549         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3550         (create_rgb_conversions), (rgb_conversion_free),
3551         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3552         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3553           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3554           but disable for now since it doesn't pass (something wrong with
3555           RGBA somewhere).
3556
3557 2006-09-21  Wim Taymans  <wim@fluendo.com>
3558
3559         * gst/playback/gstplaybasebin.c: (group_commit),
3560         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3561         (queue_out_of_data), (gen_preroll_element),
3562         (preroll_remove_overrun), (probe_triggered):
3563         Refactor handling of overrun detection.
3564         Separate handling of group completion and deadlock detection when doing
3565         network buffering. This should fix some deadlocks that were not detected
3566         because the group was completed.
3567         Add more comments, improve debugging.
3568
3569 2006-09-21  Wim Taymans  <wim@fluendo.com>
3570
3571         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3572         * tests/check/libs/audio.c:
3573         Some more compilation fixes.
3574
3575 2006-09-21  Wim Taymans  <wim@fluendo.com>
3576
3577         * gst-libs/gst/audio/gstringbuffer.c:
3578         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3579         (gst_ring_buffer_read):
3580         Early morning compilation fix.
3581
3582 2006-09-20  Wim Taymans  <wim@fluendo.com>
3583
3584         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3585         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3586         * tests/check/elements/videorate.c: (GST_START_TEST):
3587         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3588         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3589         Fix some warnings.
3590
3591 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3592
3593         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3594         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3595         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3596           Handcrafted merge to help CVS understanding what I changed and what
3597           not.
3598
3599 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3600
3601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3602         (gst_xvimagesink_get_times):
3603           change colorkey behaviour back according to #354773 comment 6/7
3604
3605 2006-09-19  Michael Smith  <msmith@fluendo.com>
3606
3607         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3608         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3609         (gst_multi_fd_sink_recover_client),
3610         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3611         (gst_multi_fd_sink_get_property):
3612         * gst/tcp/gstmultifdsink.h:
3613           Implement stubbed out properties unit-type, units-soft-max,
3614           units-max, to allow specifying maximum sizes in units other than
3615           buffers.
3616           Fixes #355935
3617
3618 2006-09-19  Wim Taymans  <wim@fluendo.com>
3619
3620         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3621         (gst_riff_create_audio_template_caps):
3622         Reorder the audio formats a bit for clarity.
3623         Detect and create caps for MSGSM and MSN (WAV49).
3624         Fixes #356596.
3625
3626         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3627         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3628         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3629         Small cleanups, move error handling out of normal flow for clarity.
3630
3631 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3632
3633         * docs/libs/gst-plugins-base-libs-docs.sgml:
3634         * docs/libs/gst-plugins-base-libs.types:
3635         * gst-libs/gst/interfaces/Makefile.am:
3636         * gst-libs/gst/interfaces/videoorientation.c:
3637         (gst_video_orientation_get_type),
3638         (gst_video_orientation_iface_init),
3639         (gst_video_orientation_get_hflip),
3640         (gst_video_orientation_get_vflip),
3641         (gst_video_orientation_get_hcenter),
3642         (gst_video_orientation_get_vcenter),
3643         (gst_video_orientation_set_hflip),
3644         (gst_video_orientation_set_vflip),
3645         (gst_video_orientation_set_hcenter),
3646         (gst_video_orientation_set_vcenter):
3647         * gst-libs/gst/interfaces/videoorientation.h:
3648           API: Add new interface to control video orientation (fixes #354908)
3649
3650 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3651
3652         * gst/videotestsrc/gstvideotestsrc.c:
3653           Use G_UNLIKELY in _create and log one more detail.
3654           
3655         (gst_video_test_src_get_times), (gst_video_test_src_create):
3656         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3657           Use gst_util_uint64_scale_int in _get_times().
3658
3659 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3660
3661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3662           Give better warning message (add object and detail).
3663
3664 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3665
3666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3667         (gst_xvimagesink_get_times):
3668           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3669           #354773), use gst_util_uint64_scale_int in _get_times()
3670
3671 2006-09-18  Michael Smith  <msmith@fluendo.com>
3672
3673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3674           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3675           always true, leading to dropping all timestamps.
3676
3677 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3678
3679         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3680         (gst_visual_chain), (gst_visual_change_state):
3681           update to work also with libvisual 0.4 API, fix double unref (#355914)
3682           
3683         * tools/gst-launch-ext.1.in:
3684         * tools/gst-visualise.1.in:
3685           remove references to old man-pages
3686
3687         * tests/examples/seek/seek.c: (main):
3688           add real meadi-buttons, add tool-tips for the seek-options, arrange
3689           seek options in a table
3690
3691 2006-09-18  Michael Smith  <msmith@fluendo.com>
3692
3693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3694         (gst_ogg_mux_push_buffer):
3695           Don't generate out-of-order timestamps from oggmux, instead clamp
3696           output timestamps to be >= the previously output ts.
3697           Fixes #355595
3698
3699 2006-09-18  Michael Smith  <msmith@fluendo.com>
3700
3701         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3702         (gst_multi_fd_sink_class_init):
3703           Updates, fixes, and typo corrections for multifdsink. No functional
3704           changes.
3705
3706 2006-09-17  Michael Smith  <msmith@fluendo.com>
3707
3708         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3709           Don't crash on truncated files - check that we got an 8 byte buffer
3710           before trying to memcmp it.
3711
3712 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3713
3714         * gst/playback/gstplaybasebin.c: (get_active_source):
3715           Make stream-switching appear instant to the application
3716           (ie. make sure that a g_object_get on 'current-foo' returns
3717           the stream previously set with g_object_set(). Totem needs
3718           this to update stream-related meta-info (like audio-codec)
3719           correctly when switching streams.
3720
3721 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3722
3723         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3724         (gst_alsa_mixer_ensure_track_list):
3725           Try harder to guess which mixer track is the master mixer
3726           track (instead of just taking the first one that has a pvolume).
3727           Fixes #342228.
3728
3729 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3730
3731         reviewed by: <delete if not using a buddy>
3732
3733         * gst-libs/gst/audio/audio.h:
3734         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3735
3736 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3737
3738         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3739         (gst_audio_convert_transform_caps):
3740           Get structure-name just once.
3741
3742 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3743
3744         * tests/check/elements/audioresample.c: (GST_START_TEST):
3745         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3746         * tests/check/elements/volume.c: (GST_START_TEST):
3747         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3748         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3749         (test_pipeline), (GST_START_TEST):
3750         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3751         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3752           Fix big batch of compiler warnings.
3753
3754 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3755
3756         * ext/gnomevfs/gstgnomevfssrc.c:
3757           Add docs about icydemux usage in connection with gnomevfssrc
3758
3759         * ext/libvisual/visual.c:
3760         * ext/ogg/gstoggaviparse.c:
3761         * ext/ogg/gstoggdemux.c:
3762         * ext/ogg/gstoggmux.c:
3763         * ext/ogg/gstoggparse.c:
3764         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3765         * gst-libs/gst/audio/gstaudiosink.c:
3766         * gst-libs/gst/audio/gstaudiosrc.c:
3767         * gst/audiorate/gstaudiorate.c:
3768           More G_OBJECT macro fixing.
3769
3770         * gst/audiotestsrc/gstaudiotestsrc.h:
3771           Fix wrong info in header due to copy & paste
3772
3773 2006-09-15  Wim Taymans  <wim@fluendo.com>
3774
3775         * gst-libs/gst/audio/gstbaseaudiosink.c:
3776         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3777         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3778         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3779         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3780         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3781         Do the delay calculation in the source/sink base classes as this is
3782         specific for the capture/playback mode.
3783         Try to fixate a bit better, like round depth up to a multiple of 8
3784         bigger than width.
3785         Handle underruns correctly by marking DISCONT on buffers and adjusting
3786         timestamps to handle the gap.
3787         Set offset/offset_end correctly on buffers.
3788
3789         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3790         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3791         (gst_ring_buffer_read):
3792         Remove resync and underrun recovery from the ringbuffer.
3793         Fix ringbuffer read code on under/overrun.
3794
3795 2006-09-15  Wim Taymans  <wim@fluendo.com>
3796
3797         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3798         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3799         (queue_threshold_reached), (gst_play_base_bin_set_property),
3800         (gst_play_base_bin_get_property):
3801         * gst/playback/gstplaybasebin.h:
3802         Don't use a 0 low watermark when buffering, it is catching starvation
3803         way too late. Instead, use a 3 second queue with 30 and 95
3804         percent low/high watermarks. 
3805         Added queue-min-threshold property to configure low watermark.
3806         Use new _buffering message API.
3807         Make queue_threshold variable big enough to store a uint64 time value.
3808         API: playbin::queue-min-threshold property.
3809
3810 2006-09-15  Wim Taymans  <wim@fluendo.com>
3811
3812         * configure.ac:
3813         We require 0.10.10.1 now because of _wait_preroll().
3814
3815         * gst-libs/gst/audio/gstbaseaudiosink.c:
3816         (gst_base_audio_sink_render):
3817         Use gst_base_sink_wait_preroll().
3818
3819 2006-09-15  Wim Taymans  <wim@fluendo.com>
3820
3821         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3822         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3823         Use DEBUG_OBJECT more.
3824
3825 === release 0.10.10 ===
3826
3827 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3828
3829         patch by: Michael Smith <msmith at fluendo dot com>
3830
3831         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3832         (gst_multi_fd_sink_client_queue_buffer),
3833         (gst_multi_fd_sink_new_client):
3834         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3835         (multifdsink_suite):
3836           Fix implementation of sync-method 'next-keyframe'
3837           Closes #354594
3838
3839 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3840
3841         patch by: Wim Taymans <wim at fluendo dot com>
3842
3843         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3844         This patch removes the RANDOM flag that was incorrectly introduced with
3845         revision 1.91.  Fixes #354590
3846
3847 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3848
3849         * tests/check/Makefile.am:
3850           Random variation in Makefile line to see if it makes the
3851           gen64-base-full bot any happier.
3852
3853 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3854
3855         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3856           Disable test that fails at the moment (killed after timeout).
3857
3858 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3859
3860         Patch by: James Livingston  <doclivingston at gmail.com>
3861
3862         * tests/check/Makefile.am:
3863         * tests/check/pipelines/.cvsignore:
3864         * tests/check/pipelines/oggmux.c: (get_page_codec),
3865         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3866         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3867         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3868         (test_theora_vorbis), (oggmux_suite):
3869           Add simple unit test for oggmux from #337026 with checking for the
3870           EOS flags disabled for the time being.
3871
3872 2006-09-04  Wim Taymans  <wim@fluendo.com>
3873
3874         patch by: Alessandro Dessina <alessandro nnva org>
3875
3876         * ext/ogg/gstoggmux.c:
3877         Add cmml caps to oggmux. Fixes #353912
3878
3879 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3880
3881         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3882           Returning a return value often helps. In this case, we
3883           don't need the return value anyway, so just get rid of it.
3884           Should make build bots much happier.
3885
3886 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3889         (paint_get_structure), (gst_video_test_src_get_size),
3890         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3891         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3892         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3893         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3894         * gst/videotestsrc/videotestsrc.h:
3895           Add support for AYUV and the various RGBA formats. Initialise
3896           fields of paintinfo structs allocated on the stack.
3897
3898         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3899         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3900         (check_rgb_buf), (videotestsrc_suite):
3901           Add unit tests for videotestsrc's RGB output.
3902
3903 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3904
3905         * gst/videotestsrc/gstvideotestsrc.c:
3906         (gst_video_test_src_pattern_get_type),
3907         (gst_video_test_src_set_pattern):
3908         * gst/videotestsrc/gstvideotestsrc.h:
3909         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3910         (gst_video_test_src_black), (gst_video_test_src_white),
3911         (gst_video_test_src_red), (gst_video_test_src_green),
3912         (gst_video_test_src_blue):
3913         * gst/videotestsrc/videotestsrc.h:
3914           Add more uni-colour patterns ("white", "red", "green", and "blue").
3915
3916 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3917
3918         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3919           Fix stride for YVYU, should be word-aligned (#353658).
3920
3921 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3922
3923         * gst/adder/gstadder.c: (gst_adder_src_event):
3924           Fix build.
3925
3926 2006-08-31  Edward Hervey  <edward@fluendo.com>
3927
3928         * gst/adder/gstadder.c: (forward_event_func),
3929         (gst_adder_src_event), (gst_adder_collected),
3930         (gst_adder_change_state):
3931         * gst/adder/gstadder.h:
3932         Remember the start position asked in the incoming seeks, so we can
3933         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3934         of assuming it will always be 0).
3935
3936 2006-08-31  Edward Hervey  <edward@fluendo.com>
3937
3938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3939         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3940         (gst_ogg_demux_loop):
3941         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3942
3943 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3944
3945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3946         (gst_ffmpegcsp_get_unit_size):
3947           Return FALSE instead of returning a random false unit
3948           size when the format isn't known/supported (even if
3949           this shouldn't happen under normal circumstances).
3950
3951 2006-08-29  Wim Taymans  <wim@fluendo.com>
3952
3953         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3954
3955         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3956         (gst_gnome_vfs_src_start):
3957         Try harder to get the size from a uri by using _info_uri() when
3958         _info_from_handle() does not give us enough info. 
3959         Also follow symlinks when getting the size.
3960         Partially Fixes #332864.
3961
3962 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3963
3964         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3965
3966         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3967         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3968         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3969         (gst_alsa_mixer_set_record):
3970         * ext/alsa/gstalsamixertrack.c:
3971         (gst_alsa_mixer_track_update_alsa_capabilities),
3972         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3973         (gst_alsa_mixer_track_update):
3974         * ext/alsa/gstalsamixertrack.h:
3975           Improve and fix mixer track handling, in particular better handling
3976           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3977           separate track objects for tracks that have both capture and playback
3978           volume (and label them differently as well so they're not mistakenly
3979           assumed to be duplicates); classify mixer tracks that only affect
3980           the audible volume of something (rather than the capture volume)
3981           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3982           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3983           (following the meaning documented in the mixer interface header
3984           file); add support for alsa's exclusive cswitch groups; update/sync
3985           state/flags better if mixer settings are changed by another
3986           application. Fixes #336075.
3987
3988 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3989
3990         * gst/playback/gstplaybin.c:
3991           Improve docs: add section about BUFFERING messages sent by playbin.
3992
3993 2006-08-29  Michael Smith  <msmith@fluendo.com>
3994
3995         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3996         (gst_vorbis_enc_buffer_check_discontinuous),
3997         (gst_vorbis_enc_chain):
3998           Ignore explicit DISCONT marked on buffers (which is often spurious,
3999           particularly when using multiple segments), in favour of solely
4000           using the timestamps/durations.
4001
4002 2006-08-29  Edward Hervey  <edward@fluendo.com>
4003
4004         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4005         Don't rely on incoming buffers offset anymore, since it is completely
4006         broken when using multiple segments.
4007         Instead convert the incoming buffers timestamp to running time, and
4008         then convert that value to the offsets.
4009         Also inform GstSegment of the last outputted stop position, which is
4010         needed if we received several segments with an unknown stop value.
4011
4012 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4013
4014         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4015           fix buffer unreffing on a header push failure
4016
4017 2006-08-28  Wim Taymans  <wim@fluendo.com>
4018
4019         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
4020         (gst_audio_rate_chain):
4021         Make the metadata of the buffer writable before changing its
4022         flags.
4023
4024 2006-08-28  Wim Taymans  <wim@fluendo.com>
4025
4026         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4027         (gst_audio_rate_setcaps), (gst_audio_rate_init),
4028         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
4029         (gst_audio_rate_chain), (gst_audio_rate_change_state):
4030         Fix audiorate some more.
4031         Reset and resync counters on flush and READY.
4032         Handle the DISCONT flag correctly.
4033         Use GstSegment to track position.
4034         Fail when not negotiated.
4035         Fixes #353234.
4036
4037 2006-08-25  Michael Smith  <msmith@fluendo.com>
4038
4039         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
4040           Fix spelling.
4041           Remove accidently included debug line.
4042
4043 2006-08-25  Wim Taymans  <wim@fluendo.com>
4044
4045         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
4046         Small cleanups.
4047         If a buffer is received with no caps, make the buffer metadata
4048         writable and set the caps, making sure that we don't screw up the
4049         refcounts.
4050
4051 2006-08-25  Michael Smith  <msmith@fluendo.com>
4052
4053         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
4054         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
4055           Fix memory leaks and misleading debug messages, add a couple of
4056           comments.
4057
4058         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
4059         (gst_multi_fd_sink_render):
4060           Do not use gst_buffer_make_writable() in a basesink render method,
4061           as it may incorrectly unref the buffer. Instead, use convoluted
4062           dance to avoid copying the buffer except when we need to.
4063
4064 2006-08-25  Michael Smith  <msmith@fluendo.com>
4065
4066         * ext/vorbis/vorbisenc.c:
4067         (gst_vorbis_enc_buffer_check_discontinuous):
4068           Allow very small discontinuities in the timestamps. These we can't
4069           do anything useful with anyway (because vorbis's timestamps have
4070           only sample granularity), and are commonly produced by elements with
4071           minor bugs. Allow up to 1/2 a sample out.
4072           Fixes #351742.
4073
4074 2006-08-24  Wim Taymans  <wim@fluendo.com>
4075
4076         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
4077         (play_scrub_toggle_cb), (main):
4078         Add a checkbox to enable play scrubbing. Makes it possible to disable
4079         normal scrubbing.
4080
4081 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
4082
4083         * tests/check/elements/.cvsignore:
4084           make buildbot happy
4085
4086 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4087
4088         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
4089         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
4090         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
4091         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4092         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4093         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
4094         (gst_ogm_text_parse_strip_trailing_zeroes),
4095         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
4096         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
4097           Refactor ogm parse, do better input checking, misc. clean-ups.
4098           Cache incoming events and push them once the source pad has
4099           been created. Don't pass unterminated strings to sscanf().
4100           Strip trailing zeroes from subtitle text output, since they
4101           are not valid UTF-8. Don't push vorbiscomment packets on
4102           the subtitle text pad. Output perfect streams if possible.
4103
4104 2006-08-23  Wim Taymans  <wim@fluendo.com>
4105
4106         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
4107         Waits for tasks to settle down so that we clean up correctly for 
4108         valgrind.
4109
4110 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4111
4112         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
4113           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
4114           actually return return value in taglists_are_equal.
4115
4116 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4117
4118         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4119           Fix crash due to broken bitstream parsing on x86-64: can't make
4120           any assumptions about sizeof(struct) due to alignment/packing
4121           differences on different architectures. Fixes #351790.
4122
4123 2006-08-22  Wim Taymans  <wim@fluendo.com>
4124
4125         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4126         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4127         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4128         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4129         (gst_riff_parse_info):
4130         Protect public functions against bad input.
4131         Do some cleanups.
4132         Fix documentation.
4133
4134 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4135
4136         * gst-libs/gst/riff/riff-ids.h:
4137         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4138           Add voxware audio IDs (even if we can't play it) (#351795).
4139
4140 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4141
4142         * gst-libs/gst/riff/riff-media.c:
4143         (gst_riff_create_video_template_caps),
4144         (gst_riff_create_audio_template_caps),
4145         (gst_riff_create_iavs_template_caps):
4146           Const-ify some arrays and use G_N_ELEMENTS instead
4147           of wasting oodles of RAM on terminator bits.
4148
4149 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4150
4151         * gst-libs/gst/tag/gstvorbistag.c:
4152         (gst_tag_list_to_vorbiscomment_buffer):
4153         * tests/check/libs/tag.c: (GST_START_TEST):
4154           And the same for _to_vorbiscomment_buffer(): allow
4155           id_data_len == 0 for speex.
4156
4157 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4158
4159         * configure.ac:
4160         * docs/plugins/Makefile.am:
4161         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4162         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4163         * docs/plugins/inspect/plugin-gdp.xml:
4164         * gst/gdp/Makefile.am:
4165         * tests/check/Makefile.am:
4166           Move GDP plugin to -base from -bad.  Closes #347783.
4167
4168 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4169
4170         * gst-libs/gst/tag/gstvorbistag.c:
4171         (gst_tag_list_from_vorbiscomment_buffer):
4172           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
4173           Also add some checks to make sure we don't memcmp() beyond the end of
4174           vorbiscomment buffer if the ID to check for is larger than the buffer.
4175
4176         * tests/check/libs/tag.c: (GST_START_TEST):
4177           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
4178
4179 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4180
4181         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
4182         (gst_vorbis_enc_set_metadata):
4183           Use vorbis comment utility functions from libgsttag
4184           instead of re-inventing the wheel (partially fixes #347091).
4185
4186 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
4187
4188         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4189         Fix leaks. Wait for state transitions that might happen ASYNC, as well
4190         as some that won't.
4191
4192 2006-08-21  Wim Taymans  <wim@fluendo.com>
4193
4194         * docs/libs/Makefile.am:
4195         * docs/libs/gst-plugins-base-libs-sections.txt:
4196         * docs/libs/gst-plugins-base-libs.types:
4197         Don't try to GObject scan the netbuffer as it's not a GObject.
4198         Fixes #351308.
4199
4200         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4201         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4202         Document GstNetBuffer.
4203
4204 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
4205
4206         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4207         (audioconvert_suite):
4208           Add testcase for caps-size-explosion
4209
4210 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
4211
4212         * gst/audioconvert/gstaudioconvert.c:
4213         (gst_audio_convert_get_unit_size), (set_structure_widths):
4214           Lower debug, use g_assert in _get_unit_size
4215
4216         * gst/audioresample/gstaudioresample.c:
4217         (audioresample_get_unit_size):
4218         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4219         (gst_ffmpegcsp_get_unit_size):
4220         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
4221           use g_assert in _get_unit_size
4222
4223 2006-08-18  Wim Taymans  <wim@fluendo.com>
4224
4225         * docs/libs/gst-plugins-base-libs-sections.txt:
4226         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
4227         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
4228         (gst_rtp_buffer_get_payload_buffer):
4229         * gst-libs/gst/rtp/gstrtpbuffer.h:
4230         Document GstRTPBuffer.
4231         Added function to efficiently strip payload headers.
4232         API: gst_rtp_buffer_get_payload_subbuffer()
4233
4234 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4235
4236         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4237         (gst_tag_to_vorbis_comments):
4238           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4239           tags and deserialise them properly as well (#347091).
4240           Add some more gtk-doc blurbs and also some g_return_if_fail().
4241
4242         * tests/check/libs/tag.c: (GST_START_TEST),
4243         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4244           More tests.
4245
4246 2006-08-17  Wim Taymans  <wim@fluendo.com>
4247
4248         * ext/ogg/Makefile.am:
4249         * ext/ogg/gstogg.c: (plugin_init):
4250         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4251         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4252         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4253         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4254         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4255         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4256         Added ogg-in-avi parser element. Fixes #140139.
4257
4258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4259         Fixed a bug in oggdemux debug code.
4260
4261         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4262         (gst_riff_create_audio_template_caps):
4263         Recognise Ogg in the AVI extensible wave format.
4264
4265 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4266
4267         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4268           Make buffer durations add up (duration should be next_ts-ts for
4269           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4270           from CVS.
4271
4272         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4273         (test_buffer_timestamps), (cddabasesrc_suite):
4274           Add unit test for the above.
4275
4276         * tests/check/Makefile.am:
4277           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4278           to see what happens.
4279
4280 2006-08-16  Wim Taymans  <wim@fluendo.com>
4281
4282         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4283         (gst_alsasink_open):
4284         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4285         (gst_alsasrc_open):
4286         Avoid setting and using a NULL device name.
4287         Print more info when we fail to open a device.
4288
4289 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4290
4291         * docs/libs/gst-plugins-base-libs-sections.txt:
4292         * gst-libs/gst/tag/tag.h:
4293         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4294           API: add gst_tag_parse_extended_comment() (#351426).
4295
4296         * tests/check/Makefile.am:
4297         * tests/check/libs/.cvsignore:
4298         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4299           Add unit test for gst_tag_parse_extended_comment().
4300
4301 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4302
4303         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4305           Fix leak (#351502).
4306
4307 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4308
4309         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4310         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4311         * docs/plugins/gst-plugins-base-plugins.args:
4312         * gst/playback/gstplaybin.c:
4313           Document playbin.
4314           
4315         * docs/plugins/inspect/plugin-adder.xml:
4316         * docs/plugins/inspect/plugin-alsa.xml:
4317         * docs/plugins/inspect/plugin-audioconvert.xml:
4318         * docs/plugins/inspect/plugin-audiorate.xml:
4319         * docs/plugins/inspect/plugin-audioresample.xml:
4320         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4321         * docs/plugins/inspect/plugin-cdparanoia.xml:
4322         * docs/plugins/inspect/plugin-decodebin.xml:
4323         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4324         * docs/plugins/inspect/plugin-gnomevfs.xml:
4325         * docs/plugins/inspect/plugin-ogg.xml:
4326         * docs/plugins/inspect/plugin-pango.xml:
4327         * docs/plugins/inspect/plugin-playbin.xml:
4328         * docs/plugins/inspect/plugin-subparse.xml:
4329         * docs/plugins/inspect/plugin-tcp.xml:
4330         * docs/plugins/inspect/plugin-theora.xml:
4331         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4332         * docs/plugins/inspect/plugin-video4linux.xml:
4333         * docs/plugins/inspect/plugin-videorate.xml:
4334         * docs/plugins/inspect/plugin-videoscale.xml:
4335         * docs/plugins/inspect/plugin-videotestsrc.xml:
4336         * docs/plugins/inspect/plugin-volume.xml:
4337         * docs/plugins/inspect/plugin-vorbis.xml:
4338         * docs/plugins/inspect/plugin-ximagesink.xml:
4339         * docs/plugins/inspect/plugin-xvimagesink.xml:
4340           Update to CVS version.
4341
4342 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4343
4344         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4345         (gst_play_bin_set_property), (gst_play_bin_get_property),
4346         (value_list_append_structure_list),
4347         (gst_play_bin_handle_redirect_message),
4348         (gst_play_bin_handle_message):
4349           API: GstPlayBin::connection-speed
4350           Add "connection-speed" property; re-order redirect messages with
4351           multiple redirect locations depending on the minimum bitrate if
4352           that information is available and a connection speed is set
4353           (#350399).
4354
4355 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4356
4357         * gst/playback/gstplaybin.c:
4358           Update max volume to the same value that the volume element uses.
4359
4360 2006-08-14  Wim Taymans  <wim@fluendo.com>
4361
4362         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4363         Less uglyness..
4364
4365 2006-08-14  Wim Taymans  <wim@fluendo.com>
4366
4367         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4368         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4369         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4370         Add some more debug info.
4371         Don't crash when a seek failed.
4372         Actually return the result of the seek instead of TRUE.
4373         Ignore multiple BOS pages with the same serial so that we don't create
4374         the same stream multiple times.
4375         Post an error when we fail to do the initial seek.
4376
4377 2006-08-13  Wim Taymans  <wim@fluendo.com>
4378
4379         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4380         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4381         Small code cleanup.
4382
4383         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4384         (gst_alsa_mixer_new):
4385         Remove hack that always set the device to hw:0*.
4386         Properly find the card name for whatever device was configured.
4387         Do some better debugging.
4388         Fixes #350784.
4389
4390         * ext/alsa/gstalsamixerelement.c:
4391         (gst_alsa_mixer_element_set_property),
4392         (gst_alsa_mixer_element_change_state):
4393         Cleanups.
4394         Handle setting of a NULL device name better.
4395
4396 2006-08-11  Wim Taymans  <wim@fluendo.com>
4397
4398         * gst/adder/gstadder.c:
4399         Don't clip float values. Fixes #350900.
4400
4401 2006-08-11  Andy Wingo  <wingo@pobox.com>
4402
4403         * gst/tcp/gsttcp.c: Really fix the build?
4404
4405         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4406         fixes the build.
4407
4408 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4409
4410         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4411           Float caps shouldn't have a "signed" field.
4412
4413 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4416           Implement SEEKING query in its most basic form, so that we can
4417           at least check if we're seekable or not (#350655).
4418
4419 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4420
4421         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4422           The checks here are not even close to anything that would
4423           justify MAXIMUM probability, lowering to POSSIBLE until someone
4424           fixes the checks (case at hand: quicktime redirection files
4425           might start with 00 00 01 XX and pass the checks here just
4426           fine, see #350399).
4427
4428 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4429
4430         Patch by: Sjoerd Simons  <sjoerd at luon net>
4431
4432         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4433           Better detection for multipart/x-mixed-replace: accept leading
4434           whitespaces before the boundary marker as well (as our very own
4435           multipartmux used to produce) (#349068).
4436
4437 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4438
4439         Patch by: Young-Ho Cha  <ganadist at chollian net>
4440
4441         * gst-libs/gst/riff/riff-ids.h:
4442         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4443         (gst_riff_create_audio_template_caps):
4444           Detect DTS audio streams (#350157).
4445
4446 2006-08-05  Andy Wingo  <wingo@pobox.com>
4447
4448         * ext/theora/gsttheoraparse.h:
4449         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4450         (theora_parse_dispose, theora_parse_set_property)
4451         (theora_parse_get_property, theora_parse_munge_granulepos)
4452         (theora_parse_push_buffer, theora_parse_change_state):
4453         API: GstTheoraParse::synchronization-points
4454         Add a property 'synchronization-points' to fix badly synchronized oggs.
4455
4456 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4457
4458         * tests/check/Makefile.am:
4459         * tests/check/libs/.cvsignore:
4460         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4461         (fixed_caps_have_channel_positions), (GST_START_TEST),
4462         (audio_suite), (main):
4463           Add a few tests for the channel position stuff in libgstaudio.
4464
4465 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4466
4467         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4468         (gst_alsa_detect_channels):
4469         * ext/alsa/gstalsasink.c:
4470           Add support for cards that (only) do more than 8 channels,
4471           like the Delta 44 (#345188).
4472
4473         * gst-libs/gst/audio/multichannel.c:
4474         (gst_audio_check_channel_positions):
4475         * gst-libs/gst/audio/multichannel.h:
4476           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4477           unspecified channel position and cannot be combined with any
4478           of the other audio channel positions; adjust position layout
4479           checks accordingly (#345188).
4480
4481 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4482
4483         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4484           Recognise ancient RealAudio files (see #349779).
4485
4486 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4487
4488         Patch by: Jens Granseuer  <jensgr at gmx net>
4489
4490         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4491           Add typefinder for Interplay's MVE format (#348973).
4492
4493 2006-08-02  Wim Taymans  <wim@fluendo.com>
4494
4495         Patch by: Marcel Moreaux <marcelm at luon dot net>
4496
4497         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4498         (gst_base_rtp_depayload_add_to_queue):
4499         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4500         Handle RTP sequence number rollover.
4501         Disable jitterbuffer by default.
4502
4503 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4504
4505         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4506         (audioresample_set_caps):
4507         Don't leak references to the incoming caps. Clean them up when
4508         stopping.
4509
4510         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4511         (gst_video_scale_finalize):
4512         Don't leak our temporary pixel buffer.
4513
4514         * tests/check/Makefile.am:
4515         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4516         (GST_START_TEST), (simple_launch_lines_suite):
4517
4518         Fix leaks and re-enable the test for valgrind checking.
4519
4520 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4521
4522         Patch by: Sjoerd Simons  <sjoerd at luon net>
4523
4524         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4525         (plugin_init):
4526           Add typefind function for multipart/x-mixed-replace (#348916).
4527
4528 2006-07-28  Wim Taymans  <wim@fluendo.com>
4529
4530         * gst/adder/gstadder.c: (gst_adder_setcaps),
4531         (gst_adder_query_duration):
4532         Fix leak in duration query.
4533         Reflow some docs and notes.
4534
4535 2006-07-28  Michael Smith  <msmith@fluendo.com>
4536
4537         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4538         (vorbisenc_suite):
4539           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4540           aspect of it.
4541
4542 2006-07-28  Michael Smith  <msmith@fluendo.com>
4543
4544         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4545         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4546         (gst_vorbis_enc_push_buffer),
4547         (gst_vorbis_enc_buffer_check_discontinuous),
4548         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4549         * ext/vorbis/vorbisenc.h:
4550           Handle discontinuities in the input vorbis stream correctly,
4551           so that the output is properly timestamped (and has good granulepos
4552           values). Needs some oggmux fixes too.
4553
4554 2006-07-27  Wim Taymans  <wim@fluendo.com>
4555
4556         patch by: Kai Vehmanen <kv2004 eca cx>
4557
4558         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4559         (gst_base_rtp_depayload_chain),
4560         (gst_base_rtp_depayload_handle_sink_event),
4561         (gst_base_rtp_depayload_change_state):
4562         Don't send multiple newsegments with different formats.
4563         Fixes #348677.
4564
4565 2006-07-26  Wim Taymans  <wim@fluendo.com>
4566
4567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4568         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4569         Make seeking in ogg more accurate again by doing the more correct
4570         granuletime to stream time conversion.
4571
4572 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4573
4574         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4575         (gst_multi_fd_sink_new_client):
4576           debug a little more understandably
4577           do not use goto as a substitute for break, especially if
4578           break is also being used
4579
4580 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4581
4582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4583         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4584           Remove GLib-2.6 compatibility cruft.
4585
4586 2006-07-24  Wim Taymans  <wim@fluendo.com>
4587
4588         * gst-libs/gst/audio/gstbaseaudiosink.c:
4589         (gst_base_audio_sink_render):
4590         Don't try to align a sample to an unknown value.
4591
4592 2006-07-24  Wim Taymans  <wim@fluendo.com>
4593
4594         * gst-libs/gst/audio/gstbaseaudiosink.c:
4595         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4596         When the audio clock is slaved to another clock, never try to align
4597         samples but trust the rate interpolation algorithm.
4598
4599 2006-07-24  Wim Taymans  <wim@fluendo.com>
4600
4601         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4602         Don't try to calculate silence samples, base class does this much
4603         better now.
4604
4605         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4606         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4607         (gst_ring_buffer_acquire):
4608         Calculate silence samples correctly.
4609
4610         * gst-libs/gst/audio/gstringbuffer.h:
4611         Add _CAST macro.
4612
4613 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4614
4615         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4616           Limit search for the first markup tag to the first few kB of
4617           the file. If we don't find one there, it's highly unlikely that
4618           this is an XML(-ish) file.
4619
4620 2006-07-21  Andy Wingo  <wingo@pobox.com>
4621
4622         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4623         test to the one in vorbisenc. Also commented out.
4624
4625         * tests/check/pipelines/vorbisenc.c: 
4626         (test_discontinuity): New test, commented out until Mike lands
4627         some elite vorbisenc patches.
4628
4629         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4630         Bufferstraw was actually factored out of these tests. Now we share
4631         code yay.
4632
4633         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4634         for bufferstraw addition to gstcheck.
4635
4636 2006-07-21  Wim Taymans  <wim@fluendo.com>
4637
4638         * ext/theora/theoradec.c: (clip_buffer):
4639         Better clipping.
4640
4641 2006-07-21  Wim Taymans  <wim@fluendo.com>
4642
4643         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4644         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4645         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4646         Fix leak.
4647         Avoid type casting when we can.
4648
4649         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4650         Fix mem leak.
4651
4652 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4653
4654         * ext/alsa/gstalsamixerelement.c:
4655         (gst_alsa_mixer_element_change_state):
4656           Make state change fail if the specified device can't be opened
4657           for some reason.
4658
4659 2006-07-20  Wim Taymans  <wim@fluendo.com>
4660
4661         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4662         (cb_newpad), (main):
4663         Example of a small audio/video player using decodebin.
4664
4665 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4666
4667         * gst-libs/gst/riff/riff-ids.h:
4668           Add 'fact' chunk id
4669
4670 2006-07-19  Wim Taymans  <wim@fluendo.com>
4671
4672         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4673         (gst_base_rtp_depayload_chain),
4674         (gst_base_rtp_depayload_change_state):
4675         Don't assert when not negotiated but post a meaningfull 
4676         error message. Fixes #347918.
4677
4678         * gst-libs/gst/rtp/gstbasertppayload.c:
4679         Add comment about better default MTU size.
4680
4681         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4682         Small cleanups, start docs.
4683
4684 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4685
4686         Patch by: Martin Szulecki
4687
4688         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4689           If "device-name" is requested and the device is not
4690           open, try to temporarily open it to obtain this
4691           information (#342494).
4692
4693 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4694
4695         * gst-libs/gst/tag/gstid3tag.c:
4696           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4697
4698         * gst-libs/gst/tag/gsttageditingprivate.h:
4699         * gst-libs/gst/tag/gstvorbistag.c:
4700           Some more random const-ifications.
4701
4702 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4703
4704         * gst-libs/gst/riff/riff-ids.h:
4705         * gst-libs/gst/riff/riff-media.c:
4706         (gst_riff_create_video_template_caps):
4707           Add more FOURCCs (sort list to make stuff easier to find),
4708           add comment what those 16 bytes in struct _gst_riff_strh according to
4709           one avi-dumper are
4710
4711 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4712
4713         * gst-libs/gst/audio/multichannel.c:
4714         (gst_audio_check_channel_positions),
4715         (gst_audio_fixate_channel_positions):
4716           Const-ify two arrays.
4717
4718 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4719
4720         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4721           Fix typo, so that alsasink also advertises 8 channels
4722           if that's supported (tags: can, worms, open, alsa, ph34r).
4723
4724 2006-07-17  Wim Taymans  <wim@fluendo.com>
4725
4726         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4727         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4728         *sigh*, when is the compiler going to warn when the comments
4729         are out-of-sync with the code.. Refix case of busted theora
4730         headers with 0 granule pos.
4731
4732 2006-07-14  Wim Taymans  <wim@fluendo.com>
4733
4734         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4735         (gst_base_rtp_depayload_wait),
4736         (gst_base_rtp_depayload_change_state),
4737         (gst_base_rtp_depayload_set_property),
4738         (gst_base_rtp_depayload_get_property):
4739         Fix 99% cpu load by waiting for absolute times on the
4740         clock. Fixes #347300.
4741
4742 2006-07-14  Andy Wingo  <wingo@pobox.com>
4743
4744         * ext/theora/gsttheoraparse.h: 
4745         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4746         (theora_parse_push_headers, theora_parse_clear_queue)
4747         (theora_parse_drain_queue_prematurely, )
4748         (theora_parse_sink_event, theora_parse_change_state): Queue events
4749         until we initialized our state, like in vorbisparse.
4750
4751         * ext/vorbis/vorbisparse.h: 
4752         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4753         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4754         (vorbis_parse_drain_queue_prematurely, )
4755         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4756         until we have initialized our state. Fixes seeking after an
4757         initial pad block.
4758
4759 2006-07-14  Andy Wingo  <wingo@pobox.com>
4760
4761         Patch by: Iain Holmes <iaingnome@gmail.com>
4762         
4763         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4764
4765 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4766
4767         * configure.ac:
4768         Bump nano back to CVS
4769
4770 === release 0.10.9 ===
4771
4772 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4773
4774         * configure.ac:
4775           releasing 0.10.9, "I walk the line"
4776
4777 2006-07-14  Michael Smith  <msmith@fluendo.com>
4778
4779         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4780           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4781           (commonly happens when running this test under valgrind) when trying
4782           to remove the buffer probe.
4783
4784 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4785
4786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4787         Fix missing g_unlock from the previous commit
4788
4789 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4790
4791         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4792         (gst_ximagesink_change_state):
4793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4794         (gst_xvimagesink_change_state):
4795         Implement a locking order to ensure we always take the object lock
4796         before the x_lock and never vice-versa.
4797
4798 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4799
4800         * gst/playback/gstdecodebin.c: (find_compatibles):
4801         Fix a caps leak when linking (#347304)
4802
4803         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4804         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4805         (gst_ximagesink_change_state):
4806         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4807         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4808         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4809         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4810         Don't leak shared memory resources. Use the object lock to protect
4811         against the xcontext disappearing while returning a buffer from the
4812         pipeline. (#347304)
4813
4814 2006-07-12  Edward Hervey  <edward@fluendo.com>
4815
4816         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4817         (vorbis_handle_comment_packet):
4818         gst_tag_list_merge() returns a new object. Take that into account when
4819         using it. This avoids memleak.
4820         Revert previous commit which is not needed.
4821
4822 2006-07-12  Edward Hervey  <edward@fluendo.com>
4823
4824         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4825         Reset the decoder in finalize so that all fields get cleared.
4826
4827 2006-07-12  Wim Taymans  <wim@fluendo.com>
4828
4829         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4830         (gst_base_audio_src_set_clock),
4831         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4832         Don't try to post an error message when setting the clock fails
4833         as this can happen when adding an element to a bin which will then
4834         deadlock. Fixes #347296.
4835
4836 2006-07-12  Edward Hervey  <edward@fluendo.com>
4837
4838         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4839         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4840         (vorbis_handle_type_packet):
4841         Post tag messages on the bus even if we're not initialized.
4842         If we're not initialized, we still postpone the event pushing of tags.
4843
4844 2006-07-12  Wim Taymans  <wim@fluendo.com>
4845
4846         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4847         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4848         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4849         Revert last two changes that broke the freeze.
4850
4851 2006-07-12  Wim Taymans  <wim@fluendo.com>
4852
4853         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4854         basesink calculates silence sample correctly for us.
4855
4856 2006-07-12  Wim Taymans  <wim@fluendo.com>
4857
4858         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4859         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4860         Calculate correct silence samples so we don't fill our ringbuffer
4861         with noise.
4862
4863 2006-07-12  Edward Hervey  <edward@fluendo.com>
4864
4865         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4866         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4867         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4868         * ext/vorbis/vorbisdec.h:
4869         Delay sending events (newsegment, tags) until the decoder is properly
4870         initialized.
4871         Fixes #347295
4872
4873 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4874
4875         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4876         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4877           Patch from #347221 adding a test for audioconvert
4878           channel remappings.
4879
4880 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4881
4882         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4883         (gst_ssa_parse_parse_line):
4884           Don't include the terminating NUL in the buffer size,
4885           it's only there for extra paranoia (would add random
4886           '*' characters at the end of each subtitle since the
4887           terminator itself is not valid UTF-8 technically).
4888           Also fix indenting after boilerplate macro.
4889
4890 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4891
4892         * gst/playback/gstdecodebin.c: (close_pad_link):
4893           Also emit 'unknown-type' signal (which should really be
4894           called unhandled-type) if we found potential decoders/demuxers
4895           in the registry but none of them worked in the end (as in the
4896           case where the plugins don't exist any longer but are still
4897           listed in the registry). Fixes #329798.
4898
4899 2006-07-08  Andy Wingo  <wingo@pobox.com>
4900
4901         * theoraparse.c (theora_parse_push_buffer)
4902         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4903         Add some more debugging. Fix granulepos reconstruction in the face
4904         of discontinuities.
4905
4906 2006-07-06  Wim Taymans  <wim@fluendo.com>
4907
4908         * gst-libs/gst/audio/gstbaseaudiosink.c:
4909         (gst_base_audio_sink_class_init),
4910         (gst_base_audio_sink_provide_clock):
4911         Use gobject_class instead of G_OBJECT_CLASS (klass)
4912
4913         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4914         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4915         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4916         (gst_base_audio_src_get_time),
4917         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4918         (gst_base_audio_src_create_ringbuffer):
4919         Fix latency and buffer-time constants and properties ala basesink.
4920         Implement pull based scheduling. Fixes #346527.
4921         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4922         one segment.
4923         Refuse slaving to another clock instead of silently not working.
4924         Only provide a clock when we are actually able to do so.
4925         Various small cleanups and compiler hints.
4926
4927 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4928
4929         Patch by: Lutz Mueller <lutz at topfrose de>
4930
4931         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4932         (plugin_init):
4933           Add typefinding for text/html (#346581).
4934
4935 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4936
4937         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4938         (xml_check_first_element), (xml_type_find), (smil_type_find):
4939           Fix SMIL typefinding, make xml_check_first_element() more
4940           useful.
4941
4942 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4943
4944         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4945         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4946         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4947         * gst/playback/gstplaybasebin.h:
4948           Protect list of elements with a subtitle-encoding property and
4949           the subtitle encoding member itself with a lock of their own
4950           instead of using the object lock. This prevents a dead-lock in
4951           the element-remove callback in some circumstances when shutting
4952           down playbin.
4953
4954 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4955
4956         * win32/common/libgsttag.def:
4957         Export some new functions.
4958         * win32/vs6/libgstogg.dsp:
4959         Add a link to libgsttag-0.10.lib.
4960
4961 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4962
4963         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4964           Some const-ification.
4965
4966 2006-07-04  Wim Taymans  <wim@fluendo.com>
4967
4968         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4969         Improve checking if we are dealing with a stream. Added some
4970         more uris that need buffering.
4971
4972 2006-07-03  Edward Hervey  <edward@fluendo.com>
4973
4974         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4975         Remove unused variable.
4976
4977 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4978
4979         * Makefile.am:
4980           include lcov.mak
4981         * configure.ac:
4982           add GCOV_LIBS to GST_LIBS
4983
4984 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4985
4986         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4987
4988         * ext/alsa/gstalsasrc.c:
4989           Add 32 bps to template caps and increase channels range
4990           from [1,2] to [1,MAX]. See #346326.
4991
4992 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4993
4994         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4995           Recognise 'WMVA' video codec fourcc (#345879).
4996           
4997 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4998          
4999         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5000           Fixed nasty memory leak
5001
5002 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5003
5004         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
5005         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
5006           fix logging
5007
5008 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
5009
5010         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5011         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
5012         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
5013         Protect remove_fakesink using a mutex, so that we don't try and
5014         remove the fakesink simultaneously from multiple threads.
5015
5016         When going from READY to PAUSED, restore the fakesink, so that
5017         it is there when decodebin gets reused.
5018
5019 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
5020
5021         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5022         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5023         * gst-libs/gst/rtp/gstbasertppayload.c:
5024         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5025         * gst/tcp/gstmultifdsink.c:
5026         * gst/tcp/gsttcpclientsink.c:
5027         * gst/tcp/gsttcpclientsrc.c:
5028         * gst/tcp/gsttcpserversink.c:
5029         * gst/tcp/gsttcpserversrc.c:
5030         * gst/videorate/gstvideorate.c:
5031         * gst/videotestsrc/gstvideotestsrc.c:
5032         * sys/v4l/gstv4ljpegsrc.c:
5033         * sys/v4l/gstv4lmjpegsink.c:
5034         * sys/v4l/gstv4lsrc.c:
5035         * tests/examples/seek/scrubby.c:
5036         * tests/examples/seek/seek.c:
5037           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
5038
5039 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5040
5041         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
5042           Second field in GEnumValue shouldn't be a description,
5043           but a stringified version of the enum value.
5044
5045 2006-06-22  Wim Taymans  <wim@fluendo.com>
5046
5047         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5048         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
5049         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5050         Avoid type checking in buffer casts.
5051         Avoid caps copy in buffer_alloc when we can.
5052         Use pad_peer_accept.
5053
5054 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5055
5056         * gst-libs/gst/tag/tag.h:
5057           Oops, make that 'Since: 0.10.9'.
5058
5059 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5060
5061         * docs/libs/gst-plugins-base-libs-sections.txt:
5062         * gst-libs/gst/tag/tag.h:
5063         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
5064         (gst_tag_image_type_get_type):
5065           API: add GstTagImageType enum to describe images contained
5066           in image tags (#345641).
5067
5068 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5069
5070         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5071           Fix warnings with gst-inspect: "buffers-min" property
5072           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
5073           typo in property description.
5074
5075 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5076
5077         Patch by: Cody Russell <bratsche at gnome org>
5078
5079         * gst/audioresample/gstaudioresample.c:
5080         (gst_audioresample_class_init):
5081         * gst/playback/gststreamselector.c:
5082         (gst_stream_selector_class_init):
5083         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5084         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5085         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5086         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
5087         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
5088         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
5089         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
5090         * gst/videotestsrc/gstvideotestsrc.c:
5091         (gst_video_test_src_class_init):
5092         * gst/volume/gstvolume.c: (gst_volume_class_init):
5093           Avoid unnecessary class cast check in class_init
5094           functions (#337747).
5095
5096 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
5097
5098         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
5099         (gst_text_overlay_video_chain):
5100           g_markup_escape_text() REALLY doesn't like non-UTF8 input
5101           and doesn't validate its input either (and neither did
5102           textoverlay it seems). Let's do that then and fix #345206.
5103
5104 2006-06-19  Wim Taymans  <wim@fluendo.com>
5105
5106         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5107         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
5108         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
5109         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
5110         (find_syncframe), (find_limits), (assign_value),
5111         (count_burst_unit), (gst_multi_fd_sink_new_client),
5112         (gst_multi_fd_sink_handle_client_write),
5113         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
5114         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
5115         (gst_multi_fd_sink_change_state):
5116         * gst/tcp/gstmultifdsink.h:
5117         Added shiny new burst-on-connect methods.
5118         Add properties to control the minimal amount of data queued.
5119         Small cleanups.
5120         API: bytes-min property
5121         API: time-min property
5122         API: buffers-min property
5123         API: burst-unit property
5124         API: burst-value property
5125         API: add-full signal
5126
5127         * gst/tcp/gsttcp-marshal.list:
5128         Added new marshaller code for the new signal.
5129
5130         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5131         (multifdsink_suite):
5132         Added testcases for new burst methods.
5133
5134 2006-06-19  Edward Hervey  <edward@fluendo.com>
5135
5136         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
5137         Implement clipping for accurate seeking.
5138         Closes #345225
5139
5140 2006-06-19  Wim Taymans  <wim@fluendo.com>
5141
5142         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
5143
5144         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
5145         (gst_video_scale_transform):
5146         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
5147
5148 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
5149
5150         * configure.ac:
5151           Fix --disable-external (can't set conditionals conditionally,
5152           #343602).
5153
5154 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5155
5156         * tests/check/elements/audioresample.c: (test_reuse),
5157         (audioresample_suite):
5158           Add test case for bug #342789 fixed below.
5159
5160 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5161
5162         * gst/audioresample/gstaudioresample.c:
5163         (gst_audioresample_class_init), (gst_audioresample_init),
5164         (audioresample_start), (audioresample_stop),
5165         (gst_audioresample_set_property), (gst_audioresample_get_property):
5166           Implement GstBaseTransform::start and ::stop so that audioresample
5167           can clear its internal state properly and be reused instead of
5168           causing non-negotiated errors with playbin under some circumstances
5169           (#342789).
5170
5171         * tests/check/elements/audioresample.c: (setup_audioresample),
5172         (cleanup_audioresample):
5173           Need to set element state here so that ::start and ::stop are
5174           called.
5175
5176 2006-06-16  Wim Taymans  <wim@fluendo.com>
5177
5178         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5179
5180         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
5181         Parse extra data better, apparently it's right behind
5182         the normal strf header size. Fixes #343500.
5183
5184 2006-06-16  Wim Taymans  <wim@fluendo.com>
5185
5186         * ext/alsa/gstalsasink.c: (set_hwparams):
5187         If we fail to set the buffer_time and period_time alsa
5188         parameters, post a warning and leave alsa select a 
5189         default instead of failing. Fixes #342085
5190
5191 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5192
5193         * docs/libs/gst-plugins-base-libs-sections.txt:
5194         * gst-libs/gst/cdda/gstcddabasesrc.h:
5195           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
5196           out in the header file and shouldn't be listed in the docs.
5197
5198         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5199           Must dereference pointer to fourcc in the debug statement.
5200
5201 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
5202
5203         * docs/libs/Makefile.am:
5204         * docs/libs/gst-plugins-base-libs-docs.sgml:
5205         * docs/libs/gst-plugins-base-libs-sections.txt:
5206         * docs/libs/gst-plugins-base-libs.types:
5207         add remaining symbols into correct setions
5208         
5209         * gst-libs/gst/audio/gstringbuffer.c:
5210         fix incomplete docs
5211         
5212         * gst-libs/gst/audio/gstringbuffer.h:
5213         comment out not yet implemented function
5214         
5215         
5216         * gst-libs/gst/floatcast/floatcast.h:
5217         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5218         add short descriptions
5219         
5220         
5221         * gst-libs/gst/interfaces/propertyprobe.c:
5222         fix return value docs   
5223         
5224         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5225         simplify debug logging
5226         
5227         * gst-libs/gst/riff/riff-read.h:
5228         sync function prototype and docs
5229         
5230         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5231         remove left over symbol
5232
5233 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5234
5235         * autogen.sh:
5236         * configure.ac:
5237         * docs/Makefile.am:
5238           Use GST_PLUGIN_DOCS macro in configure.ac, add
5239           --enable-plugin-docs default to autogen.sh and use
5240           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5241
5242 2006-06-15  Wim Taymans  <wim@fluendo.com>
5243
5244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5245         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5246         (gst_ogg_demux_loop):
5247         Combine GstFlowReturn from the source pads to give a
5248         meaningfull result to the upstream peer or to stop the
5249         processing task in case of errors.
5250
5251 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5252
5253         * gst/playback/gststreaminfo.c: (cb_probe):
5254           Try GST_TAG_CODEC as fallback when extracting the
5255           codec name; more debug info.
5256
5257 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5258
5259         * ext/ogg/Makefile.am:
5260         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5261           Extract language tags from ogm subtitle streams, so that
5262           the subtitle menu choices are labelled correctly in
5263           Totem (fixes #344708).
5264
5265 2006-06-14  Wim Taymans  <wim@fluendo.com>
5266
5267         Patch by: Alessandro Decina <alessandro at nnva dot org>
5268
5269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5270         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5271         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5272         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5273         Fix various leaks. Fixes #343699.
5274         Add x-smoke mime type.
5275
5276 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5277
5278         * gst-libs/gst/riff/riff-ids.h:
5279           Add IDs for 'bext' chunks (see #343837).
5280
5281 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
5282
5283         Patch by: Young-Ho Cha  <ganadist at chollian net>
5284
5285         * gst/subparse/samiparse.c: (sami_context_pop_state),
5286         (handle_start_font), (end_sami_element):
5287           Honour font face tags in SAMI subtitles (#344503).
5288
5289 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5290
5291         * po/POTFILES.in:
5292           add missing files containing translatable strings
5293
5294 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5295
5296         * docs/libs/tmpl/.cvsignore:
5297           we don't want those *.sgml files in CVS either
5298
5299 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5300
5301         * docs/libs/.cvsignore:
5302         * tests/check/elements/.cvsignore:
5303         * tests/check/libs/.cvsignore:
5304           ignore more
5305
5306 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5307
5308         * docs/libs/Makefile.am:
5309           also commiting the changed Makefile.am (added more libs to the
5310           doc-build)
5311
5312 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5313
5314         * docs/libs/gst-plugins-base-libs-docs.sgml:
5315         * docs/libs/gst-plugins-base-libs-sections.txt:
5316         * docs/libs/gst-plugins-base-libs.types:
5317           first batch of reordering things, add index & hierarchy
5318
5319 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5320
5321         * configure.ac:
5322           use GST_PKG_CHECK_MODULES, cleans up output
5323
5324 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5325
5326         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5327           Add support for burn:// URIs (#343385); const-ify things a bit,
5328           use G_N_ELEMENTS instead of hard-coded array size.
5329
5330 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5331
5332         Patch by: Young-Ho Cha  <ganadist at chollian net>
5333
5334         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5335           Fix up broken entities before passing them to libxml *sigh*.
5336           (#343303).
5337           
5338 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5339
5340         * configure.ac:
5341           back to TRUNK
5342
5343 === release 0.10.8 ===
5344
5345 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5346
5347         * configure.ac:
5348           releasing 0.10.8, "Moar gij ziet mij nie"
5349
5350 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5351
5352         * configure.ac:
5353         * po/af.po:
5354         * po/az.po:
5355         * po/cs.po:
5356         * po/en_GB.po:
5357         * po/hu.po:
5358         * po/it.po:
5359         * po/nb.po:
5360         * po/nl.po:
5361         * po/or.po:
5362         * po/sq.po:
5363         * po/sr.po:
5364         * po/sv.po:
5365         * po/uk.po:
5366         * po/vi.po:
5367         * win32/common/config.h:
5368           0.10.7.2 prerelease
5369
5370 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5371
5372         * docs/libs/tmpl/gstaudio.sgml:
5373         * docs/libs/tmpl/gstcolorbalance.sgml:
5374         * docs/libs/tmpl/gstmixer.sgml:
5375         * docs/libs/tmpl/gstringbuffer.sgml:
5376         * docs/libs/tmpl/gsttuner.sgml:
5377         * docs/libs/tmpl/gstxoverlay.sgml:
5378         * gst-libs/gst/audio/audio.c:
5379         * gst-libs/gst/audio/gstringbuffer.c:
5380         * gst-libs/gst/interfaces/colorbalance.c:
5381         * gst-libs/gst/interfaces/mixer.c:
5382         * gst-libs/gst/interfaces/tuner.c:
5383         * gst-libs/gst/interfaces/xoverlay.c:
5384           move last template doc snippets to source code and delete them
5385
5386 2006-06-06  Michael Smith  <msmith@fluendo.com>
5387
5388         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5389         (theora_parse_drain_queue):
5390           Mark DELTA_UNIT on non-keyframes.
5391
5392 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5393
5394         * gst-libs/gst/audio/gstbaseaudiosink.c:
5395         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5396         * gst-libs/gst/audio/gstbaseaudiosink.h:
5397         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5398         (gst_ring_buffer_samples_done):
5399         * gst-libs/gst/audio/gstringbuffer.h:
5400         Document better the fact that latency_time and buffer_time are values
5401         stored in microseconds, and not the usual GStreamer nanoseconds.
5402         Change the variables (compatibly) that store them from GstClockTime 
5403         to guint64 to make it more clear that they're not storing clock times.
5404         Also, remove the bogus property description that says the user can
5405         specify -1 to get the default value, since that's never been the case.
5406
5407         When computing the default segment size for the ring buffer, make it
5408         an integer number of samples.
5409
5410         When the sub-class indicates a delay greater than the number of
5411         samples we've written return 0 from the audio sink get_time method.
5412
5413 2006-06-02  Michael Smith  <msmith@fluendo.com>
5414
5415         * tests/check/elements/audioconvert.c: (set_channel_positions),
5416         (get_float_mc_caps), (get_int_mc_caps):
5417         * tests/check/elements/audioresample.c:
5418         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5419         * tests/check/elements/videorate.c:
5420         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5421         * tests/check/elements/volume.c:
5422         * tests/check/elements/vorbisdec.c:
5423         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5424           Don't busy-wait in tests; this was causing test timeouts very
5425           frequently when running under valgrind.
5426
5427 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5428
5429         * gst/tcp/README:
5430         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5431         (gst_multi_fd_sink_remove_client_link),
5432         (gst_multi_fd_sink_client_queue_caps),
5433         (gst_multi_fd_sink_client_queue_buffer),
5434         (gst_multi_fd_sink_handle_client_write),
5435         (gst_multi_fd_sink_render):
5436         * gst/tcp/gstmultifdsink.h:
5437           make multifdsink properly deal with streamheader:
5438           - streamheader is taken from caps
5439           - buffers marked with IN_CAPS are not sent
5440           - streamheaders are sent, on connection, from the caps of the
5441             buffer where the client gets positioned to
5442           - further streamheader changes are done every time the client
5443             will receive a buffer with different caps
5444         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5445         (gst_multifdsink_create_streamheader):
5446           add tests for this
5447
5448 2006-06-02  Michael Smith  <msmith@fluendo.com>
5449
5450         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5451           Reinstate limit on channel count. Vorbis does not define the meaning
5452           of > 6 channels, so they're just independent channels. Gstreamer
5453           currently has no mechanism to represent N independent channels.
5454
5455 2006-06-02  Michael Smith  <msmith@fluendo.com>
5456
5457         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5458           Don't arbitrarily restrict channel counts and rate in vorbis.
5459           In terms of effects likely on real-world files, this fixes 96kHz
5460           playback of vorbis.
5461
5462 2006-06-02  Michael Smith  <msmith@fluendo.com>
5463
5464         * gst/audioconvert/audioconvert.c: (float):
5465           More correct float->int conversion.
5466
5467 2006-06-02  Michael Smith  <msmith@fluendo.com>
5468
5469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5470           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5471           value. Fixes g-critical on trying to play back ogg containing
5472           unknown codec.
5473
5474 2006-06-02  Wim Taymans  <wim@fluendo.com>
5475
5476         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5477         (setup_source):
5478         * gst/playback/gstplaybasebin.h:
5479         Make the subtitle detection work from any thread so we don't
5480         deadlock. Fixes #343397.
5481
5482 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5483
5484         * gst/volume/Makefile.am:
5485           Seriously, it's not *that* hard to get compilation right.  Even
5486           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5487
5488 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5489
5490         * gst/volume/gstvolume.c: (volume_choose_func),
5491         (volume_update_real_volume), (gst_volume_class_init),
5492         (gst_volume_init), (volume_process_float), (volume_process_int16),
5493         (volume_process_int16_clamp), (volume_set_caps),
5494         (volume_transform_ip), (plugin_init):
5495         * gst/volume/gstvolume.h:
5496         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5497         another property desc., remove unused param from process function
5498         
5499         * tests/check/elements/volume.c: (volume_suite):
5500         reactivate the passthrough test
5501
5502 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5503
5504         * ext/alsa/gstalsamixerelement.h:
5505         * ext/alsa/gstalsamixeroptions.h:
5506         * ext/alsa/gstalsamixertrack.h:
5507         * ext/gnomevfs/gstgnomevfssink.h:
5508         * ext/gnomevfs/gstgnomevfssrc.h:
5509         * ext/theora/gsttheoradec.h:
5510         * ext/theora/gsttheoraenc.h:
5511         * ext/theora/gsttheoraparse.h:
5512         * ext/vorbis/vorbisparse.h:
5513         * gst-libs/gst/audio/gstaudioclock.h:
5514         * gst-libs/gst/audio/gstaudiofilter.h:
5515         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5516         * gst/audioconvert/gstaudioconvert.h:
5517         * gst/audioresample/gstaudioresample.h:
5518         * gst/audiotestsrc/gstaudiotestsrc.h:
5519         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5520         * gst/playback/gststreamselector.h:
5521         * gst/tcp/gstmultifdsink.h:
5522         * gst/tcp/gsttcpclientsink.h:
5523         * gst/tcp/gsttcpclientsrc.h:
5524         * gst/tcp/gsttcpserversink.h:
5525         * gst/tcp/gsttcpserversrc.h:
5526         * gst/videorate/gstvideorate.h:
5527         * gst/videoscale/gstvideoscale.h:
5528         * gst/videotestsrc/gstvideotestsrc.h:
5529         * gst/volume/gstvolume.h:
5530         * sys/v4l/gstv4ljpegsrc.h:
5531         * sys/v4l/gstv4lmjpegsink.h:
5532         * sys/v4l/gstv4lmjpegsrc.h:
5533         * sys/v4l/gstv4lsrc.h:
5534         * sys/ximage/ximagesink.h:
5535         * sys/xvimage/xvimagesink.h:
5536         * tests/old/testsuite/alsa/sinesrc.h:
5537         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5538
5539 2006-05-31  Wim Taymans  <wim@fluendo.com>
5540
5541         * ext/libvisual/visual.c: (gst_visual_reset),
5542         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5543         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5544         Handle DISCONT.
5545         Use running time before doing QoS.
5546         Handle mono too.
5547
5548 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5549
5550         * docs/libs/Makefile.am:
5551           set a magic variable to indicate we know the docs are incomplete
5552
5553 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5554
5555         * win32/common/libgstvideo.def:
5556           export gst_video_calculate_display_ratio
5557         * win32/vs6/libgstvideoscale.dsp:
5558           add link to libgstvideo-0.10.lib
5559
5560 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         * gst/playback/gstplaybasebin.c: (gen_source_element):
5563           Throw a more comprehensible error for rtsp:// URIs (rather
5564           than erroring out with a negotiation error later on) until
5565           we fix playbin to handle rtspsrc etc.
5566
5567 2006-05-30  Wim Taymans  <wim@fluendo.com>
5568
5569         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5570         (gst_text_overlay_text_event):
5571         Added some FIXMEs.
5572
5573 2006-05-30  Wim Taymans  <wim@fluendo.com>
5574
5575         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5576         (gst_adder_request_new_pad), (gst_adder_release_pad):
5577         * gst/adder/gstadder.h:
5578         Implement release_request_pad.
5579         Make padcounter atomic.
5580
5581         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5582         Added check for release_pad in adder.
5583
5584 2006-05-30  Wim Taymans  <wim@fluendo.com>
5585
5586         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5587         Fix build again.
5588
5589 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5590
5591         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5592         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5593         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5594         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5595         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5596         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5597         (gst_ogg_demux_bisect_forward_serialno),
5598         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5599         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5600           add more debugging
5601           clean up printf formats for granulepos and serialno
5602
5603 2006-05-30  Michael Smith  <msmith@fluendo.com>
5604
5605         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5606         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5607         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5608         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5609         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5610         * ext/vorbis/vorbisenc.h:
5611           Multi-channel caps negotiation, so we can do proper multichannel
5612           vorbis encoding, negotiated through audioconvert.
5613
5614 2006-05-30  Wim Taymans  <wim@fluendo.com>
5615
5616         * tests/check/elements/adder.c: (test_event_message_received),
5617         (test_play_twice_message_received), (GST_START_TEST),
5618         (adder_suite):
5619         Added check to show that #339935 is fixed with ongoing
5620         adder and collectpads fixes.
5621
5622 2006-05-29  Wim Taymans  <wim@fluendo.com>
5623
5624         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5625         Don't leak pad name.
5626
5627 2006-05-29  Wim Taymans  <wim@fluendo.com>
5628
5629         * gst/adder/gstadder.c: (gst_adder_query_duration),
5630         (forward_event_func), (forward_event), (gst_adder_src_event):
5631         Fix adder seeking.
5632         Make query/seeking code threadsafe.
5633
5634         * tests/check/Makefile.am:
5635         * tests/check/elements/adder.c: (test_event_message_received),
5636         (GST_START_TEST), (test_play_twice_message_received):
5637         Fix adder test case.
5638
5639 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5640
5641         Patch by: Young-Ho Cha  <ganadist at chollian net>
5642
5643         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5644         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5645         (set_encoding_element), (decodebin_element_added_cb),
5646         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5647         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5648         * gst/playback/gstplaybasebin.h:
5649           Add 'subtitle-encoding' property to playbin, so applications can
5650           force a subtitle encoding for non-UTF8 subtitles (#342268).
5651
5652         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5653         (gst_sub_parse_set_property):
5654           Rename recently-added 'encoding' property to 'subtitle-encoding'
5655           (so it can be proxied by playbin/decodebin in a generic way
5656           with less danger of false positives).
5657
5658 2006-05-29  Michael Smith  <msmith@fluendo.com>
5659
5660         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5661         (append_with_other_format), (set_structure_widths),
5662         (gst_audio_convert_transform_caps):
5663           Patch from #341562: give more specific audio caps in get_caps, so
5664           that basetransform  can make better decisions on what caps to
5665           negotiate.
5666
5667 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5668
5669         * tests/check/elements/volume.c:
5670         make it compile again
5671
5672 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5673
5674         * tests/check/elements/volume.c: (volume_suite):
5675         disable test until #343196 gets resolved
5676
5677 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5678
5679         * gst/adder/gstadder.c: (gst_adder_get_type):
5680         Make it easier to copy&paste
5681         
5682         * gst/volume/Makefile.am:
5683         * gst/volume/gstvolume.c: (volume_update_real_volume),
5684         (gst_volume_set_volume), (gst_volume_set_mute),
5685         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5686         (volume_transform_ip), (volume_update_mute),
5687         (volume_update_volume):
5688         * gst/volume/gstvolume.h:
5689         Add own debug category, move duplicate code to helper function, fix
5690         property texts, add more comments and prepare ffor liboil-goodness
5691         
5692         * tests/check/Makefile.am:
5693         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5694         add test for mute and passtrough case, be a bit more verbose to track
5695         failure
5696         
5697         * tests/check/generic/states.c: (GST_START_TEST):
5698         catch elements that fail to instantiate
5699
5700 2006-05-28  Edward Hervey  <edward@fluendo.com>
5701
5702         * tests/check/pipelines/simple-launch-lines.c:
5703         * tests/check/pipelines/theoraenc.c:
5704         * tests/check/pipelines/vorbisenc.c:
5705         Comment out tests using parse_launch() if core was built without
5706         parsing capabilities.
5707
5708 2006-05-27  Edward Hervey  <edward@fluendo.com>
5709
5710         * tests/check/Makefile.am:
5711         Extra bonus points for whoever explains to ensonic that you are meant
5712         to test unit tests thoroughly before commiting them, especially if
5713         you know it's going to break.
5714         De-activated element/adder tests.
5715
5716 2006-05-27  Edward Hervey  <edward@fluendo.com>
5717
5718         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5719         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5720         Marking caps conversion issues as GST_WARNING is way too verbose,
5721         Moving them to GST_LOG.
5722
5723 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5724
5725         * README:
5726           Replace current README (containing the release notes from
5727           some 0.9.x version) with a proper README taken from the core.
5728
5729 2006-05-26  Wim Taymans  <wim@fluendo.com>
5730
5731         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5732         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5733         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5734         (vorbis_dec_change_state):
5735         Small cleanups.
5736         Add some FIXMEs
5737         Clip output samples to segment boundaries.
5738
5739 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5740
5741         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5742         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5743         Improve the errors produced on bad output, including some human
5744         readable description strings.
5745         Handle the (theoretical for ximagesink) case where the XServer 
5746         has a different idea about the size required for a particular 
5747         frame and gives us too small a memory allocation.
5748
5749 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5750
5751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5752         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5753         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5754         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5755         Improve the errors produced on bad output, including some human 
5756         readable description strings.
5757         Handle RGB Xv formats properly by transforming them into our 
5758         big-endian caps description.
5759         Use gst_caps_truncate to ensure that we never try and choose a
5760         non-fixed caps in buffer_alloc.
5761         Handle the case where the XServer has a different idea about the size
5762         required for a particular frame and gives us too small a memory
5763         allocation.
5764         Use -1 to indicate 'no image format', because 0 is a valid XServer
5765         image format number.
5766         Put RGB Xv formats at the end of the caps, so that we always prefer
5767         YUV format frames.
5768         Iterate the available Xv Encodings to determine the maximum width and
5769         height, and then return that in our caps.
5770         (Closes #315312, #337544)
5771
5772 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5773
5774         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5775         When there is only one unfinished pad and it receives an event that
5776         doesn't match our requirements, we need to set alldone=FALSE so that
5777         the fakesink is not removed yet.
5778
5779 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5780
5781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5782           Use gst_type_find_helper_for_buffer() to find the type
5783           of stream from the first packet.
5784
5785         * configure.ac:
5786           Bump requirements to core CVS (needed for vorbis
5787           typefinding to work).
5788
5789 2006-05-24  Edward Hervey  <edward@fluendo.com>
5790
5791         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5792         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5793         contain.  Else they play perfectly fine with qtdemux.
5794
5795 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5796
5797         * ext/theora/theoradec.c:
5798         * ext/theora/theoraenc.c:
5799         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5800         * gst/audiorate/gstaudiorate.c:
5801           make more debug catagories static
5802         
5803         * tests/check/Makefile.am:
5804         * tests/check/elements/adder.c: (message_received),
5805         (test_event_message_received), (GST_START_TEST),
5806         (test_play_twice_message_received), (adder_suite):
5807           added test case for using element twice, extra bonus points for anyone
5808           who can make these test run reliably
5809
5810 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5811
5812         * ext/theora/theoradec.c: (theora_dec_chain):
5813           Make work with time-stamped input buffers that do not
5814           have a granulepos in BUFFER_OFFSET_END (like theora
5815           buffers coming from matroskademux). Fixes #342448.
5816
5817 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5818
5819         Patch by: Peter Kjellerstedt  <pkj at axis com>
5820
5821         * gst/tcp/Makefile.am:
5822           fdstresstest doesn't need Gtk+, fix compilation if 
5823           gtk is not available (#342566).
5824
5825 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5826          
5827         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5828           80 line columns
5829           Removed redundant floor()
5830
5831 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5832
5833         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5834           On second thought, just skip JUNK chunks automatically, so
5835           the caller doesn't have to handle this. Fixes #342345.
5836           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5837           not GST_FLOW_ERROR.
5838
5839 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5840
5841         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5842           Don't bail out on JUNK chunks with a size of 0 (would try to
5843           pull_range 0 bytes before, which sources don't like too much).
5844           See #342345.
5845
5846 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5847
5848         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5850         Use the gstutil scaling function to preserve 64 bits while calculating
5851         output width and height from the display-aspect-ratio. (A continuation
5852         of #341542)
5853
5854 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5855
5856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5857         (gst_xvimagesink_buffer_alloc):
5858         * sys/xvimage/xvimagesink.h:
5859         When performing buffer allocations, remember the caps and image format
5860         we return so that if the same caps are asked for next time we can
5861         return them immediately without doing any caps intersections.
5862
5863 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5864          
5865         * gst-libs/gst/rtp/README:
5866           Some new documentation
5867         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5868           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5869         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5870         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5871           New RTP audio base payloader class. Supports frame or sample based
5872           codecs.  Not enabled in Makefile.am until approved.
5873
5874 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5875
5876         * tests/check/elements/alsa.c: (test_device_property_probe):
5877           Fix test case: don't try to free NULL GValueArray when there
5878           are no devices.
5879
5880 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5881
5882         * tests/check/Makefile.am:
5883         * tests/check/elements/alsa.c: (test_device_property_probe),
5884         (alsa_suite), (main):
5885           Add simple test that runs a device property probe on alsasrc,
5886           alsasink and alsamixer. Disable valgrind check for now (too
5887           many leaks in libasound, and valgrind ignored my suppressions
5888           additions).
5889
5890 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5891
5892         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5893         (gst_alsa_device_property_probe_probe_property),
5894         (gst_alsa_device_property_probe_needs_probe),
5895         (gst_alsa_device_property_probe_get_values),
5896         (gst_alsa_type_add_device_property_probe_interface):
5897         * ext/alsa/gstalsadeviceprobe.h:
5898         * ext/alsa/gstalsamixerelement.c:
5899         (gst_alsa_mixer_element_init_interfaces):
5900         * ext/alsa/gstalsamixerelement.h:
5901           Clean up and simplify alsa device probing. Make it actually work
5902           for multiple classes. Don't cache results any longer.
5903
5904         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5905         (gst_alsasink_init):
5906         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5907         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5908         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5909           Make alsasink and alsasrc implement the GstPropertyProbe interface
5910           for device probing (#342181).
5911           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5912
5913 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5914
5915         * gst/subparse/samiparse.c: (handle_start_font):
5916           Don't ignore return value of strtol (++compiler_happiness).
5917
5918 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5919
5920         Patch by: Young-Ho Cha  <ganadist chollian net>
5921
5922         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5923         (gst_sub_parse_class_init), (gst_sub_parse_init),
5924         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5925         (convert_encoding):
5926         * gst/subparse/gstsubparse.h:
5927           Add 'encoding' property (#341681).
5928
5929         * gst/subparse/samiparse.c: (characters_sami):
5930           Output is pango markup, so we need to escape text
5931           between tags (#342143).
5932
5933 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5934
5935         * gst-libs/gst/audio/multichannel.c:
5936         (gst_audio_check_channel_positions):
5937           It's okay to have caps with channels=1 and a channel position
5938           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5939           (deinterleavers might want to keep the position in the caps,
5940           so that they can be re-interleaved again properly later).
5941           Leave check for unexpected 2-channel layouts intact for now.
5942
5943 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5944
5945         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5946         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5947         basesrc can do its job correctly.
5948
5949 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5950
5951         * ext/alsa/Makefile.am:
5952         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5953         (gst_alsa_detect_formats), (get_channel_free_structure),
5954         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5955         (gst_alsa_probe_supported_formats):
5956         * ext/alsa/gstalsa.h:
5957         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5958           Refactor and improve caps probing code: probe signedness
5959           when we probe the supported formats/widths; set endianness
5960           to the one we actually probed for (ie. cpu endianness).
5961           
5962         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5963         (gst_alsasrc_close):
5964         * ext/alsa/gstalsasrc.h:
5965           Implement caps probing for alsasrc.
5966
5967 2006-05-15  Wim Taymans  <wim@fluendo.com>
5968
5969         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5970         (theora_dec_src_query), (theora_dec_src_event),
5971         (theora_dec_sink_event), (theora_handle_comment_packet),
5972         (theora_handle_data_packet), (theora_dec_change_state):
5973         Cleanups, add some G_LIKELY.
5974         Use segment helpers instead of our own wrong code.
5975         Clear queued buffers on seek and READY.
5976
5977         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5978         (vorbis_dec_convert), (vorbis_dec_src_query),
5979         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5980         (vorbis_handle_comment_packet), (vorbis_dec_push),
5981         (vorbis_handle_data_packet), (vorbis_dec_chain),
5982         (vorbis_dec_change_state):
5983         * ext/vorbis/vorbisdec.h:
5984         Remove old useless packetno variable.
5985         Do position query properly.
5986         Add some G_LIKELY.
5987         Do cleanup of queued buffers in new helper function
5988         and use it.
5989
5990 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5991
5992         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5993           Query supported sample rates. Fixes #341732.
5994
5995 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5996
5997         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5998         (gst_decode_bin_change_state): Make decodebin reusable
5999         when going from PAUSE_TO_READY and then back to PAUSED.
6000         Fixes #331678.
6001
6002 2006-05-15  Wim Taymans  <wim@fluendo.com>
6003
6004         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
6005         (vorbis_dec_convert), (vorbis_dec_src_query),
6006         (vorbis_dec_sink_query), (vorbis_dec_src_event),
6007         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6008         (vorbis_dec_clean_queued), (vorbis_dec_push),
6009         (vorbis_handle_data_packet), (vorbis_dec_change_state):
6010         Cleanups. Use refcounting and DEBUG_OBJECT.
6011         Reset segment on flush, use code methods instead of our
6012         own wrong version.
6013         Fix potential memleak.
6014
6015 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6016
6017         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
6018         (gst_alsasink_init):
6019         * ext/alsa/gstalsasink.h:
6020           Don't leak allocated snd_output_t structure if there's
6021           more than one alsasink instance at a time (#341873).
6022           Also fix GObject macros in header file.
6023           
6024 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6025
6026         * gst/subparse/gstsubparse.c:
6027         (gst_sub_parse_data_format_autodetect):
6028           Don't use libxml functions in the typefinding code.
6029
6030 2006-05-15  Wim Taymans  <wim@fluendo.com>
6031
6032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6033         Fix seeking performance in the case where a non-header 
6034         packet has a 0 granulepos (busted theora case). 
6035         Fixes #341719
6036         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
6037          the first place, you limelight stealer you)
6038
6039 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6040
6041         * gst/subparse/gstsubparse.c:
6042         (gst_sub_parse_data_format_autodetect):
6043           Improve SAMI typefinding: handle case where there are
6044           whitespaces or newlines in front of the first <SAMI>
6045           tag (#169936).
6046
6047 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6048
6049         * configure.ac:
6050           Build video4linux plugin even if there's no XVIDEO, just
6051           without implementing the GstXOverlay interface (#334002).
6052          
6053 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * configure.ac:
6056         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
6057         (plugin_init):
6058           Add tentative support for libvisual-0.4 (#336881).
6059
6060 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6061
6062         Patch by: Young-Ho Cha <ganadist at chollian net>
6063
6064         * gst/subparse/samiparse.c: (handle_start_font):
6065           Need to map "silver" colour explicitly (#169936).
6066
6067 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6068
6069         Patch by: Young-Ho Cha  <ganadist at chollian net>
6070
6071         * gst/subparse/Makefile.am:
6072         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6073         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
6074         (gst_sub_parse_format_autodetect), (feed_textbuf),
6075         (gst_subparse_type_find), (plugin_init):
6076         * gst/subparse/gstsubparse.h:
6077         * gst/subparse/samiparse.c:
6078         * gst/subparse/samiparse.h:
6079           Add support for SAMI subtitles (#169936).
6080
6081 2006-05-14  Michael Smith  <msmith@fluendo.com>
6082
6083         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
6084           Fix #341696: crash when mixing L+R+C to mono or stereo.
6085         * tests/check/Makefile.am:
6086         * tests/check/elements/audioconvert.c: (set_channel_positions),
6087         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
6088         (audioconvert_suite):
6089           Add test for the above, including some generic framework bits for
6090           testing multichannel things.
6091
6092 === release 0.10.7 ===
6093
6094 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
6095
6096         * configure.ac:
6097           releasing 0.10.7, "Leave the gun"
6098
6099 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6100
6101         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6103         Fix the build.
6104
6105 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
6106
6107         * docs/libs/gst-plugins-base-libs-docs.sgml:
6108         * docs/libs/gst-plugins-base-libs-sections.txt:
6109         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
6110         * gst-libs/gst/video/video.h:
6111         * gst/videoscale/Makefile.am:
6112         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6114         * tests/check/Makefile.am:
6115         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
6116         (main):
6117           Fix integer overflow problem with pixel-aspect-ratio calculations
6118           in videoscale and xvimagesink (#341542)
6119
6120 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
6121
6122         * gst-libs/gst/tag/gstid3tag.c:
6123           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
6124
6125 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
6126
6127         * win32/MANIFEST:
6128           update win32 files listing
6129
6130 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6131
6132         patch by: Sjoerd Simons (sjoerd@luon.net)
6133
6134         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6135         (group_create), (group_destroy), (add_stream),
6136         (gst_play_base_bin_get_property),
6137         (gst_play_base_bin_get_streaminfo_value_array):
6138         * gst/playback/gstplaybasebin.h:
6139           API: GstPlayBaseBin::stream-info-value-array property
6140           use a more bindings-friendly way of exposing streaminfo
6141           using a GValueArray.  Tested in ipython.
6142           Closes #341114
6143
6144 2006-05-11  Wim Taymans  <wim@fluendo.com>
6145
6146         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
6147         (queue_underrun_cb), (queue_filled_cb):
6148         Also catch queue underruns but don't do anything yet.
6149         Refactor and comment queue enlarging code a bit.
6150
6151         * gst/playback/gstplaybasebin.c: (queue_overrun),
6152         (queue_threshold_reached), (queue_out_of_data),
6153         (gen_preroll_element):
6154         If a queue over/underruns check that we don't create nasty
6155         deadlocks when the min-threshold is not reached but the
6156         max-bytes is. In those cases disable max-bytes when we
6157         know that the queue is fed timed data.
6158         Add more comments.
6159
6160 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6161
6162         * gst/playback/gstplaybin.c: (gen_audio_element):
6163           Make playbin automatically plug an 'audioresample'
6164           element before the audio sink as well. This solves
6165           problems with sinks that only accept a very specific
6166           sample rate, like esdsink (e.g. #340379).
6167
6168 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6169
6170         * gst/playback/gstplaybasebin.c: (gen_source_element):
6171           Make http sources send special headers so that we receive
6172           icecast metadata if the http stream is an icecast stream
6173           (otherwise the server will just ignore them). This also
6174           means that from now on users will need the 'icydemux'
6175           element from gst-plugins-good installed if they want to
6176           listen to icecast radio streams. (#341432, #333657).
6177
6178 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6179
6180         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
6181         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
6182           remove stupid example from docs - it should come with a simple
6183           C program instead.
6184           Clean up/fix docs
6185         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6186         (fail_if_can_read), (GST_START_TEST),
6187         (gst_multifdsink_create_streamheader), (multifdsink_suite):
6188           add a test for changing streamheader which exposes a bug in
6189           multifdsink
6190
6191 2006-05-11  Michael Smith  <msmith@fluendo.com>
6192
6193         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
6194         (gst_gnome_vfs_src_received_headers_callback):
6195         * ext/gnomevfs/gstgnomevfssrc.h:
6196           Don't set icy-caps unless we have a sane interval value. Move
6197           interval to a local variable; we never use it outside this function.
6198
6199 2006-05-11  Wim Taymans  <wim@fluendo.com>
6200
6201         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6203         Register special buffer types along with the objects so
6204         that they are not registered at runtime from N different
6205         streaming threads since they are not threadsafe.
6206
6207 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6208
6209         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6210         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
6211           add two more tests, one doing streamheader
6212
6213 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6214
6215         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
6216           clean up the bufqueue when shutting down
6217         * tests/check/Makefile.am:
6218         * tests/check/elements/multifdsink.c: (setup_multifdsink),
6219         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
6220         (main):
6221           add a test for the leak that was just fixed
6222
6223 2006-05-10  Wim Taymans  <wim@fluendo.com>
6224
6225         * gst/adder/gstadder.c: (gst_adder_setcaps),
6226         (gst_adder_query_duration), (gst_adder_query), (forward_event),
6227         (gst_adder_src_event), (gst_adder_sink_event),
6228         (gst_adder_class_init), (gst_adder_finalize),
6229         (gst_adder_request_new_pad), (gst_adder_collected):
6230         * gst/adder/gstadder.h:
6231         Updated some docs. Added comments and FIXMEs all over the place.
6232         Improve debugging info.
6233         Fix leak on finalize by not calling the parent.
6234         Implement duration query.
6235         Make event forwarding threadsafe.
6236         Correctly send NEWSEGMENT at start and after flush.
6237         Handle EOS correctly.
6238         Post error when not negotiated.
6239
6240         * tests/check/elements/adder.c: (GST_START_TEST):
6241         Added FIXME in the test.
6242
6243 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6244
6245         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6246         (gst_text_overlay_halign_get_type),
6247         (gst_text_overlay_wrap_mode_get_type):
6248         * ext/theora/theoradec.c: (theora_handle_type_packet),
6249         (theora_handle_data_packet):
6250         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6251         (theora_enc_sink_setcaps), (theora_enc_chain):
6252         * gst-libs/gst/cdda/gstcddabasesrc.c:
6253         (gst_cdda_base_src_mode_get_type):
6254         * gst/audiotestsrc/gstaudiotestsrc.c:
6255         (gst_audiostestsrc_wave_get_type):
6256         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6257         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6258         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6259         (gst_sync_method_get_type), (gst_unit_type_get_type),
6260         (gst_client_status_get_type):
6261         * gst/videoscale/gstvideoscale.c:
6262         (gst_video_scale_method_get_type):
6263         * gst/videotestsrc/gstvideotestsrc.c:
6264         (gst_video_test_src_pattern_get_type):
6265         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6266         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6267         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6268         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6269         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6270         (paint_setup_RGB565), (paint_setup_xRGB1555):
6271           Const-ify GEnumValue and GFlagsValue arrays. Use
6272           GST_ROUND_UP_* macros instead of home-made ones.
6273
6274 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6275
6276         * configure.ac:
6277           Require core CVS for the new newsegment stuff.
6278
6279 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6280
6281         Patch by: Sjoerd Simons  <sjoerd at luon net>
6282
6283         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6284           Register nick for enum value (#341160).
6285
6286 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
6287
6288         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6289         (plugin_init):
6290          backout typefind patch #340375
6291          
6292         * tests/check/elements/adder.c: (message_received),
6293         (GST_START_TEST), (adder_suite):
6294           redo, signal-handling of test
6295
6296 2006-05-09  Wim Taymans  <wim@fluendo.com>
6297
6298         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6299         (gst_adder_collected):
6300         * gst/adder/gstadder.h:
6301         Remove bogus segment merging and forwarding, we don't
6302         care about timestamps anyway and we just produce a
6303         continuous stream. 
6304         Also create a nice NEWSEGMENT event when we start.
6305         Use _scale_int some more.
6306
6307 2006-05-09  Edward Hervey  <edward@fluendo.com>
6308
6309         * tests/icles/stress-xoverlay.c:
6310         Fix if core was built without parsing support.
6311
6312 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6313
6314         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6315           Add SEDG (Samsung MPEG-4) fourcc.
6316
6317 2006-05-09  Edward Hervey  <edward@fluendo.com>
6318
6319         * tests/icles/stress-xoverlay.c:
6320         * tests/examples/volume/volume.c:
6321         Fix if core was built without parsing support.
6322
6323         * tests/examples/seek/seek.c:
6324         Disable the parse_launch example if core was built without parsing
6325         support.
6326
6327 2006-05-08  Edward Hervey  <edward@fluendo.com>
6328
6329         * autogen.sh: (CONFIGURE_DEF_OPT): 
6330         libtoolize on Darwin/MacOSX is called glibtoolize
6331
6332 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6333
6334         * tests/check/Makefile.am:
6335         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6336           Disable the adder test, until the build-slaves posses the kindness to 
6337           either like it or to give valid reason for not doing so 
6338
6339 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6340
6341         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6342         (adder_suite):
6343           Shuffle NULL state change around and raise timeout more
6344
6345 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6346
6347         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6348         (mp4_type_find), (plugin_init):
6349           Add typefind to distinguish between "audio/x-m4a" and new type
6350           "video/mp4". Fixes #340375
6351
6352         * tests/check/elements/adder.c: (adder_suite):
6353           Raise timeout to make buildbot happy
6354
6355 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6356
6357         * gst/adder/gstadder.c: (gst_adder_sink_event),
6358         (gst_adder_request_new_pad), (gst_adder_change_state):
6359         * gst/adder/gstadder.h:
6360         * tests/check/Makefile.am:
6361         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6362         (adder_suite), (main):
6363           Add sink-event handling to adder. It tries to merge incomming
6364           newsegment-events. Added test to check if segment_done is comming
6365           through. Fixes #340060
6366
6367 2006-05-05  Andy Wingo  <wingo@pobox.com>
6368
6369         * ext/theora/theoraparse.c (gst_theora_parse_init)
6370         (theora_parse_src_convert, theora_parse_src_query):
6371         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6372         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6373         query functions on the source pads of the theora and vorbis parse
6374         elements. Fixes position querying when doing a remux.
6375
6376 2006-05-05  Michael Smith  <msmith@fluendo.com>
6377
6378         * ext/theora/theoraparse.c: (parse_granulepos),
6379         (theora_parse_drain_queue_prematurely),
6380         (theora_parse_queue_buffer), (theora_parse_sink_event):
6381           Fix flushing.
6382           Fix invalid granulepos outputs when starting with a non-keyframe.
6383
6384 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6385
6386         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6387         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6388         Rearrange MPEG system stream detection, fixing some memleaks in the
6389         process.
6390         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6391         they clean up their data correctly.
6392         Remove unused ogganx caps and move the 'is_annodex' check to inside
6393         the 'is_ogg' if statement.
6394
6395 2006-05-05  Wim Taymans  <wim@fluendo.com>
6396
6397         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6398         Properly remove ghostpads. Fixes #340392
6399
6400 2006-05-04  David Schleef  <ds@schleef.org>
6401
6402         * gst/typefind/gsttypefindfunctions.c:
6403
6404 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6405
6406         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6407         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6408
6409         When typefinding an MP3 in push-based mode, don't penalise the
6410         probability down to 74% when we found 5 valid frames just because we
6411         can't peek the end of the file.
6412
6413         Make the probability for detecting MPEG Transport Streams based on the
6414         number of sequential headers we successfully detected.
6415
6416 2006-05-03  Wim Taymans  <wim@fluendo.com>
6417
6418         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6419         (vorbis_dec_push), (vorbis_dec_chain):
6420         Still produce an error when we receive an empty packet.
6421
6422 2006-05-03  Wim Taymans  <wim@fluendo.com>
6423
6424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6425         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6426         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6427         Mark buffers with DISCONT after seek and after activating new
6428         chains.
6429
6430         * ext/theora/gsttheoradec.h:
6431         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6432         (theora_get_query_types), (theora_dec_sink_event),
6433         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6434         (theora_dec_change_state):
6435         Fix frame counter.
6436         Detect and mark DISCONT buffers.
6437
6438         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6439         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6440         (vorbis_dec_change_state):
6441         * ext/vorbis/vorbisdec.h:
6442         Use GstSegment.
6443         Detect and mark DISCONT buffers.
6444         Don't crash on 0 sized buffers.
6445
6446 2006-05-03  Wim Taymans  <wim@fluendo.com>
6447
6448         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6449         (volume_transform_ip):
6450         Increase "volume" property to 10.0. Fixes #340369.
6451         Set the process function to NULL when capsnego fails so that
6452         we properly error out.
6453
6454 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6455
6456         * gst/playback/gstplaybin.c: (add_sink):
6457         * gst/playback/test.c: (main):
6458         * gst/playback/test5.c: (dump_element_stats):
6459         * gst/playback/test6.c: (main):
6460           free caps using gst_caps_unref, don't leak caps-strings
6461
6462 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6465         (plugin_init):
6466           Refine musepack typefinding a bit. Return MAXIMUM
6467           probability when we detect stream version 7 to make
6468           sure the mpeg audio typefinder doesn't trump us.
6469
6470 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6471
6472         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6473           Protect against unexpected NULL strf_data buffer.
6474
6475 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6476
6477         * tests/check/elements/audioconvert.c: (verify_convert),
6478         (GST_START_TEST):
6479           interpret the out[] buffer in the order the bytes are actually
6480           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6481           Other tests should use BYTE_ORDER since the array is filled in
6482           with actual values
6483
6484 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6485
6486         * tests/check/elements/audioconvert.c: (verify_convert),
6487         (GST_START_TEST):
6488           when a test fails, give an indication of which it is
6489
6490 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6491
6492         * gst-libs/gst/cdda/gstcddabasesrc.c:
6493           compile fix; strtol() needs <stdlib.h>
6494
6495 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6496
6497         * ext/alsa/gstalsamixerelement.c:
6498         * ext/alsa/gstalsasrc.c:
6499         * ext/cdparanoia/gstcdparanoiasrc.c:
6500         * ext/gnomevfs/gstgnomevfssink.c:
6501         * ext/gnomevfs/gstgnomevfssrc.c:
6502         * ext/ogg/gstoggdemux.c:
6503         * ext/ogg/gstoggmux.c:
6504         * ext/ogg/gstoggparse.c:
6505         * ext/ogg/gstogmparse.c:
6506         * ext/pango/gstclockoverlay.c:
6507         * ext/pango/gsttextoverlay.c:
6508         * ext/pango/gsttextrender.c:
6509         * ext/pango/gsttimeoverlay.c:
6510         * ext/theora/theoradec.c:
6511         * ext/theora/theoraenc.c:
6512         * ext/vorbis/vorbisdec.c:
6513         * ext/vorbis/vorbisenc.c:
6514         * gst-libs/gst/audio/gstaudiofilter.c:
6515         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6516         * gst/audioconvert/gstaudioconvert.c:
6517         * gst/audiorate/gstaudiorate.c:
6518         * gst/audioresample/gstaudioresample.c:
6519         * gst/audiotestsrc/gstaudiotestsrc.c:
6520         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6521         * gst/playback/gstdecodebin.c:
6522         * gst/playback/gstplaybin.c:
6523         * gst/playback/gststreamselector.c:
6524         * gst/subparse/gstsubparse.c:
6525         * gst/tcp/gstmultifdsink.c:
6526         * gst/tcp/gsttcpclientsink.c:
6527         * gst/tcp/gsttcpclientsrc.c:
6528         * gst/tcp/gsttcpserversink.c:
6529         * gst/tcp/gsttcpserversrc.c:
6530         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6531         * gst/videorate/gstvideorate.c:
6532         * gst/videoscale/gstvideoscale.c:
6533         * gst/videotestsrc/gstvideotestsrc.c:
6534         * gst/volume/gstvolume.c:
6535         * sys/v4l/gstv4ljpegsrc.c:
6536         * sys/v4l/gstv4lmjpegsink.c:
6537         * sys/v4l/gstv4lmjpegsrc.c:
6538         * sys/v4l/gstv4lsrc.c:
6539         * sys/ximage/ximagesink.c:
6540         * sys/xvimage/xvimagesink.c:
6541         * tests/check/libs/cddabasesrc.c:
6542           make GstElementDetails const
6543
6544 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6545
6546         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6547         (gst_adder_init):
6548           send events from src-pad to all sink-pads fixes #338657
6549
6550 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6551
6552         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6553         (alsasink_parse_spec):
6554           query width capabilities from alsa, fixes #338919
6555
6556 2006-04-28  Wim Taymans  <wim@fluendo.com>
6557
6558         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6559         (gst_multi_fd_sink_remove_client_link):
6560         * gst/tcp/gstmultifdsink.h:
6561         Fix race condition in multifdsink that can lead to spurious 
6562         duplicate clients. this patch adds a new signal that is fired when
6563         multifdsink has removed all references to the fd.
6564         Fixes #339574.
6565         Updated documentation.
6566         API: client-fd-removed signal added
6567
6568 2006-04-28  Michael Smith  <msmith@fluendo.com>
6569
6570         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6571           When asking g_value_array_new to prealloc elements, we may as well
6572           ask for the right number of elements.
6573
6574 2006-04-28  Wim Taymans  <wim@fluendo.com>
6575
6576         * gst-libs/gst/audio/gstbaseaudiosink.c:
6577         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6578         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6579         patch to make timestamp checking more tollerant to rounding 
6580         errors given that real discontinuities are to be marked on
6581         buffers. Fixes some asf files and #338778.
6582         Also avoid some crashers when we receive an event in the 
6583         NULL state.
6584
6585 2006-04-28  Michael Smith  <msmith@fluendo.com>
6586
6587         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6588         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6589         (gst_gnome_vfs_src_get_property),
6590         (gst_gnome_vfs_src_send_additional_headers_callback),
6591         (gst_gnome_vfs_src_received_headers_callback),
6592         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6593         (gst_gnome_vfs_src_stop):
6594         * ext/gnomevfs/gstgnomevfssrc.h:
6595           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6596           proper shared support within icydemux.
6597
6598 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6599
6600         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6601         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6602           fix up docs
6603           fix a leak when no caps negotiated
6604           fix counting of input frames
6605         * tests/check/elements/.cvsignore:
6606         * tests/check/elements/videorate.c: (assert_videorate_stats),
6607         (GST_START_TEST), (videorate_suite):
6608           add tests for these
6609
6610 2006-04-28  Wim Taymans  <wim@fluendo.com>
6611
6612         * gst-libs/gst/audio/gstringbuffer.c:
6613         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6614         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6615         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6616         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6617         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6618         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6619         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6620         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6621         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6622         Check arguments passed to public functions instead of
6623         crashing.
6624
6625 2006-04-28  Wim Taymans  <wim@fluendo.com>
6626
6627         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6628         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6629         GstBaseAudioSrc must be live or it does not work.
6630
6631         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6632         Don't set live to TRUE as this is the default in the parentclass.
6633
6634 2006-04-28  Wim Taymans  <wim@fluendo.com>
6635
6636         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6637         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6638         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6639         fixation cases better. Fixes #338991
6640
6641 2006-04-28  Wim Taymans  <wim@fluendo.com>
6642
6643         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6644         Handle 0/1 framerate correctly Fixes #331901.
6645
6646 2006-04-28  Wim Taymans  <wim@fluendo.com>
6647
6648         * tests/check/elements/audioconvert.c: (get_float_caps),
6649         (GST_START_TEST), (audioconvert_suite):
6650         Added check for correct clipping when doing float samples
6651         in audioconvert.
6652
6653 2006-04-28  Wim Taymans  <wim@fluendo.com>
6654
6655         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6656         (gst_video_rate_chain):
6657         Print more debugging info.
6658
6659 2006-04-28  Wim Taymans  <wim@fluendo.com>
6660
6661         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6662         (resample_set_state_from_caps):
6663         Add support for other formats audioresample can handle such as
6664         32 bits in and float and 64 bits float. Fixes #301759
6665
6666 2006-04-28  Wim Taymans  <wim@fluendo.com>
6667
6668         * gst/audioconvert/audioconvert.c: (float):
6669         correctly clip float samples > 1.0. Fixes #338718
6670
6671 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6672
6673         Patch by: Young-Ho Cha  <ganadist at chollian net>
6674
6675         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6676         (gst_text_overlay_render_text):
6677           Don't strip newlines from the text. Also, center lines
6678           within multi-line paragraphs (#339405).
6679
6680 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6681
6682         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6683           Fix wavpack typefinding to work in more cases (don't peek
6684           for chunks of multiple hundred kBs at once, but process
6685           things step-by-step in smaller units). Fixes #339786.
6686
6687 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6688
6689         * configure.ac:
6690           back to HEAD
6691
6692 === release 0.10.6 ===
6693
6694 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6695
6696         * configure.ac:
6697           releasing 0.10.6, "Chao"
6698
6699 2006-04-26  David Schleef  <ds@schleef.org>
6700
6701         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6702           Fixes #338897.
6703
6704 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6705
6706         * configure.ac:
6707         * win32/common/config.h:
6708           new prerelease
6709
6710 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6711
6712         patch by: Wim Taymans
6713
6714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6715         (gst_ogg_demux_perform_seek):
6716           make sure correct newsegments are sent, so that the decoder
6717           and the demuxer agree on timestamps.  Fixes playback of a lot
6718           of Ogg files that do not start from 0.  Fixes #339833.
6719
6720 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6721
6722         Patch by: Edward Hervey  <edward@fluendo.com>
6723
6724         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6725         * tests/check/Makefile.am:
6726         * tests/check/elements/videorate.c: (assert_videorate_stats),
6727         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6728         (videorate_suite), (main):
6729           Fix an infinite loop if frames are passed in with wrongly ordered
6730           timestamps.  Fixes #339013.
6731
6732 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6733
6734         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6735
6736         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6737           fix typefinding on some ISO files.  Fixes #339212.
6738
6739 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6740
6741         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6744           add another H264 fourcc.  Fixes #339047.
6745
6746 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6747
6748         Patch by: Jan Schmidt
6749
6750         * gst/playback/gststreamselector.c:
6751         (gst_stream_selector_bufferalloc):
6752           Restore old StreamSelector behaviour.
6753           Fixes #338419.
6754
6755 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6756
6757         * configure.ac:
6758         * win32/common/config.h:
6759           prerelease
6760
6761 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6762
6763         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6764
6765         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6766         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6767           Fix some memory leaks: on finalize, free buffers left in the queue
6768           before destroying the queue; in _push(), unref rtp_buf even if
6769           the process vfunc returned a NULL buffer as output buffer (#337548);
6770           demote some recuring debug messages to LOG level.
6771
6772 2006-04-11  Wim Taymans  <wim@fluendo.com>
6773
6774         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6775         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6776         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6777         (gst_ogg_demux_loop):
6778         More cleanups.
6779         Respect segment stop when emiting EOS or SEGMENT_DONE.
6780         Fixes (#337945).
6781
6782 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6783
6784         * gst/playback/gststreamselector.c:
6785         (gst_stream_selector_get_property):
6786           Don't leak pad name.
6787
6788 2006-04-10  Michael Smith  <msmith@fluendo.com>
6789
6790         * tests/check/Makefile.am:
6791         * tests/check/gst-plugins-base.supp:
6792           Suppress an old libtheora bug (fixed in more recent versions), so 
6793           that FC4 buildslaves can pass.
6794
6795 2006-04-10  Wim Taymans  <wim@fluendo.com>
6796
6797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6798         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6799         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6800         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6801         (gst_ogg_demux_loop):
6802         Don't leak events.
6803         Remember what error we got when finding chains, if we
6804         were shutdown, that would not be an error.
6805
6806 2006-04-10  Wim Taymans  <wim@fluendo.com>
6807
6808         * gst-libs/gst/audio/gstbaseaudiosink.c:
6809         (gst_base_audio_sink_event):
6810         Starting the ringbuffer when we did not acquire it can cause
6811         a deadlock, is pointless and causes nasty things for
6812         subclasses. 
6813         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6814
6815 2006-04-10  Wim Taymans  <wim@fluendo.com>
6816
6817         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6818         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6819         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6820         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6821         (gst_ogg_demux_deactivate_current_chain),
6822         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6823         (gst_ogg_demux_bisect_forward_serialno),
6824         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6825         Add some more debugging.
6826
6827 2006-04-10  Wim Taymans  <wim@fluendo.com>
6828
6829         * ext/theora/theoradec.c: (theora_dec_src_event),
6830         (theora_handle_data_packet):
6831         Some more debug info.
6832
6833         * tests/examples/seek/seek.c: (start_seek), (main):
6834         Print element messages too.
6835
6836 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6837
6838         * gst/audioresample/debug.h:
6839           replace debug macros with variable number of parameters
6840           by a simple alias to gstreamer standard debug macros 
6841          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6842           supported by MSVC 6.0 and 7.1)
6843         * gst/audioresample/resample.h:
6844           define M_PI and rint for WIN32
6845         * win32/common/libgstaudio.def:
6846         * win32/common/libgstriff.def:
6847         * win32/common/libgsttag.def:
6848         * win32/common/libgstvideo.def:
6849           add new exported functions
6850         * win32/vs6:
6851           update project files
6852
6853 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6854
6855         * ext/alsa/gstalsamixeroptions.c:
6856         (gst_alsa_mixer_options_class_init):
6857         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6859         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6860         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6861         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6862         * gst-libs/gst/audio/gstaudiofilter.c:
6863         (gst_audio_filter_class_init):
6864         * gst-libs/gst/audio/gstaudiosink.c:
6865         (gst_audioringbuffer_class_init):
6866         * gst-libs/gst/audio/gstaudiosrc.c:
6867         (gst_audioringbuffer_class_init):
6868         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6869         * gst-libs/gst/interfaces/colorbalancechannel.c:
6870         (gst_color_balance_channel_class_init):
6871         * gst-libs/gst/interfaces/mixeroptions.c:
6872         (gst_mixer_options_class_init):
6873         * gst-libs/gst/interfaces/mixertrack.c:
6874         (gst_mixer_track_class_init):
6875         * gst-libs/gst/interfaces/tunerchannel.c:
6876         (gst_tuner_channel_class_init):
6877         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6878         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6879         (gst_netbuffer_class_init):
6880         * gst-libs/gst/rtp/gstbasertppayload.c:
6881         (gst_basertppayload_class_init):
6882         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6884         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6885         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6886         * gst/playback/gststreamselector.c:
6887         (gst_stream_selector_class_init):
6888         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6889         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6890         * sys/v4l/gstv4lcolorbalance.c:
6891         (gst_v4l_color_balance_channel_class_init):
6892         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6893         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6894         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6895         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6896         (gst_v4l_tuner_norm_class_init):
6897         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6899         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6900         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6901
6902 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6903
6904         * ext/pango/gsttextrender.h:
6905         * gst-libs/gst/audio/gstaudiosink.h:
6906         * gst-libs/gst/audio/gstaudiosrc.h:
6907         * gst-libs/gst/audio/gstbaseaudiosink.h:
6908         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6909         * gst-libs/gst/audio/gstringbuffer.h:
6910         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6911         * gst-libs/gst/rtp/gstbasertppayload.h:
6912         * gst-libs/gst/video/gstvideofilter.h:
6913         * gst-libs/gst/video/gstvideosink.h:
6914         * gst/playback/gstplaybasebin.h:
6915         * gst/tcp/gstmultifdsink.h:
6916         * sys/v4l/gstv4lelement.h:
6917         Fix broken GObject macros
6918
6919 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6920
6921         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6922         More debug to trace why my USB headset is not working with gst
6923
6924 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6925
6926         * gst/playback/gstplaybasebin.c: (group_destroy):
6927         Clean up our group elements properly in the case where it never 
6928         got committed - it still got added unconditionally to the bin.
6929
6930 2006-04-07  Wim Taymans  <wim@fluendo.com>
6931
6932         * ext/theora/theoradec.c: (theora_dec_sink_event),
6933         (theora_handle_data_packet), (theora_dec_chain):
6934         Unref unhandled events.
6935         Protect against empty buffers.
6936         Perform QoS on running time.
6937
6938 2006-04-07  Michael Smith  <msmith@fluendo.com>
6939
6940         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6941         (gst_vorbis_enc_chain):
6942           Remove leaks from vorbisenc.
6943           Mostly minor changes, the only significant one is that now the
6944           buffers we set as 'streamheader' on the caps are copies of the
6945           original buffers, to avoid circular refcounting problems.
6946
6947 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6948
6949         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6950           Don't remove our mute-probe if someone else already did so.
6951           Don't set a 2nd one if there is already one pending on the pad.
6952
6953         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6954         (do_playbin_seek):
6955           When a seek fails, ensure that playbin is still set back to playing.
6956           
6957         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6958         (mpeg_ts_type_find), (plugin_init):
6959           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6960
6961 2006-04-06  Andy Wingo  <wingo@pobox.com>
6962
6963         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6964         (gst_video_rate_init): Caps-related parameters should not be reset
6965         by a flush -- move their inits to the instance init function.
6966         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6967         is not OK, just return the result.
6968
6969         * gst/audiotestsrc/gstaudiotestsrc.c
6970         (gst_audio_test_src_class_init)
6971         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6972         broken by Stefan's commit on 24 March.
6973
6974         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6975         buffers being pushed out. Fixes oggmux ! multifdsink.
6976
6977 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6978
6979         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6980         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6981         * ext/vorbis/vorbisdec.h:
6982         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6983         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6984         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6985         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6986         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6987         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6988         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6989         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6990         (gst_vorbis_enc_buffer_from_packet),
6991         (gst_vorbis_enc_buffer_from_header_packet),
6992         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6993         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6994         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6995         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6996         (gst_vorbis_enc_change_state):
6997         * ext/vorbis/vorbisenc.h:
6998           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6999           vorbisenc adhere to the official nomenclature; use boilerplate
7000           macro.
7001
7002 2006-04-04  Andy Wingo  <wingo@pobox.com>
7003
7004         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
7005         Whoops, fix bug introduced. Bad hacker!
7006         
7007         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
7008         Properly handle the case where you get EOS before any buffers are
7009         received. Use gst_buffer_make_metadata_writable where appropriate.
7010
7011         * ext/theora/theoradec.c (theora_handle_data_packet): This value
7012         is often negative -- make it signed so as not to wrap around.
7013         Fixes segfaults introduced on 9 March.
7014
7015 2006-04-03  Wim Taymans  <wim@fluendo.com>
7016
7017         * ext/theora/gsttheoradec.h:
7018         * ext/theora/theoradec.c: (theora_dec_src_event):
7019         Don't try to store a gdouble in a gboolean.
7020         Small cleanups.
7021
7022 2006-04-03  Michael Smith  <msmith@fluendo.com>
7023
7024         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
7025           Oggmux sucks.
7026           Make it suck slightly less by writing out the final page.
7027           Still can't encode a vorbis-in-ogg file correctly, though.
7028
7029 2006-04-03  Andy Wingo  <wingo@pobox.com>
7030
7031         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
7032         a g_print.
7033
7034         * ext/theora/theora.c (plugin_init): Register theoraparse.
7035
7036         * ext/theora/gsttheoraparse.h: 
7037         * ext/theora/theoraparse.c: New files implementing a theora
7038         parser. Now we can properly remux ogg/theora+vorbis, yay.
7039
7040         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
7041
7042 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7043
7044         * gst/audiotestsrc/gstaudiotestsrc.c:
7045           Fixed the sample pipeline (see #323798)
7046
7047 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7048
7049         * configure.ac:
7050         * win32/common/config.h:
7051         * win32/common/config.h.in:
7052           use AS_VERSION and AS_NANO
7053           more cleanups
7054
7055 2006-03-31  Andy Wingo  <wingo@pobox.com>
7056
7057         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
7058         uninitialized variable return that would happen.
7059         
7060         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
7061         uninitialized variable return that would never happen.
7062
7063         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
7064         (vorbis_parse_sink_event): Add an event function to flush our
7065         state on a seek, and to drain buffers on a premature EOS.
7066         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
7067         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
7068         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
7069         (vorbis_parse_drain_queue): Queue up buffers until we can set
7070         their timestamps and granulepos values.
7071
7072         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
7073         and keep track of data needed for deriving granulepos and
7074         timestamps for buffers.
7075
7076 2006-03-29  Wim Taymans  <wim@fluendo.com>
7077
7078         Patch by: j^ <j at bootlab dot org>
7079
7080         * ext/alsa/gstalsamixerelement.c:
7081         (gst_alsa_mixer_element_class_init):
7082         * ext/alsa/gstalsasink.c:
7083         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
7084         * ext/ogg/gstoggdemux.c:
7085         * ext/ogg/gstoggmux.c:
7086         * ext/ogg/gstoggparse.c:
7087         * ext/pango/gstclockoverlay.c:
7088         * ext/pango/gsttextoverlay.c:
7089         * ext/pango/gsttextrender.c:
7090         * ext/pango/gsttimeoverlay.c:
7091         * ext/theora/theoradec.c:
7092         * ext/theora/theoraenc.c:
7093         * ext/vorbis/vorbisdec.c:
7094         * ext/vorbis/vorbisenc.c:
7095         * gst/audioconvert/gstaudioconvert.c:
7096         * gst/subparse/gstsubparse.c:
7097         * gst/tcp/gstmultifdsink.c:
7098         * gst/tcp/gsttcpclientsink.c:
7099         * gst/tcp/gsttcpclientsrc.c:
7100         * gst/tcp/gsttcpserversink.c:
7101         * gst/tcp/gsttcpserversrc.c:
7102           better/unified long descriptions
7103           Fixes #336477
7104
7105 2006-03-29  Wim Taymans  <wim@fluendo.com>
7106
7107         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
7108         (stop_seek):
7109         Don't let double and triple clicks mess up our state.
7110
7111 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7112
7113         * gst/playback/gstplaybin.c: (gen_video_element),
7114         (gen_text_element), (gen_audio_element), (gen_vis_element):
7115           Error out gracefully when we can't create any of the usual
7116           conversion elements for some reason. Also, don't try to
7117           create an audioscale (sic) element that's not used anyway.
7118
7119 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7120
7121         * gst/playback/gstplaybasebin.c: (setup_source):
7122           Don't post RESOURCE_NOT_FOUND error when we can't find a source
7123           element for a particular protocol, that's confusing for users.
7124           Instead, post a RESOURCE_FAILED error, so that our own error
7125           message is actually shown in totem etc. (#336303).
7126
7127 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7128
7129         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7130
7131         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
7132         (gst_gnome_vfs_src_get_icy_metadata):
7133           Fix some minor memory leaks (#336194).
7134
7135 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7136
7137         * ext/gnomevfs/gstgnomevfs.c:
7138         (gst_gnome_vfs_location_to_uri_string):
7139         * ext/gnomevfs/gstgnomevfs.h:
7140         * ext/gnomevfs/gstgnomevfssink.c:
7141         (gst_gnome_vfs_sink_set_property):
7142         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
7143           Make gnomevfssink accept filenames as well as URIs for the
7144           "location" property, just like gnomevfssrc does (and
7145           filesrc/filesink do) (#336190).
7146
7147 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7148
7149         * tests/check/generic/clock-selection.c: (GST_START_TEST):
7150           set to NULL before unreffing, fixes a valgrind leak.
7151           Why was this not triggering the error that an object needs to
7152           be NULL before unreffing ?
7153         * win32/common/config.h:
7154           update
7155
7156 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
7157
7158         * gst/subparse/gstsubparse.c: (convert_encoding),
7159         (gst_sub_parse_change_state):
7160         * gst/subparse/gstsubparse.h:
7161           Text subtitle files may or may not be UTF-8. If it's not, we
7162           don't really want to see '?' characters in place of non-ASCII
7163           characters like accented characters. So let's assume the input
7164           is UTF-8 until we come across text that is clearly not. If it's
7165           not UTF-8, we don't really know what it is, so try the following:
7166           (a) see whether the GST_SUBTITLE_ENCODING environment variable
7167           is set; if not, check (b) if the current locale encoding is
7168           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
7169           the current locale encoding is UTF-8 and the environment variable
7170           was not set to any particular encoding. Not perfect, but better
7171           than nothing (and better than before, I think) (fixes #172848).
7172
7173 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7174
7175         * configure.ac:
7176           update core requirement to 0.10.4.1 because of async_playback
7177           vmethod on GstBaseSink
7178
7179 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7180
7181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
7182         * gst/adder/gstadder.c: (gst_adder_init):
7183         use DEBUG_FUNCPTR for collectpads
7184
7185 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7186
7187         * docs/plugins/Makefile.am:
7188         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7189         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7190         * ext/cdparanoia/gstcdparanoiasrc.c:
7191         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
7192         (gst_gnome_vfs_sink_class_init):
7193         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
7194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
7195         * ext/ogg/gstoggmux.c:
7196         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
7197         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7198         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
7199         * ext/pango/gsttextoverlay.c:
7200         * ext/pango/gsttextrender.c:
7201         * ext/theora/theoradec.c:
7202         * ext/theora/theoraenc.c:
7203         * ext/vorbis/vorbisdec.c:
7204         * ext/vorbis/vorbisenc.c:
7205         * gst-libs/gst/audio/gstaudiofilter.c:
7206         (gst_audio_filter_base_init):
7207         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7208         (gst_audio_filter_template_base_init):
7209         * gst/adder/gstadder.c: (gst_adder_get_type):
7210         * gst/adder/gstadder.h:
7211         * gst/audioconvert/gstaudioconvert.c:
7212         * gst/audiotestsrc/gstaudiotestsrc.c:
7213         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
7214         (gst_audio_test_src_create):
7215         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7216         * gst/playback/gstdecodebin.c:
7217         * gst/playback/gstplaybin.c:
7218         * gst/playback/gststreamselector.c:
7219         (gst_stream_selector_base_init):
7220         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
7221         * gst/volume/gstvolume.c:
7222         * sys/v4l/gstv4lmjpegsink.c:
7223         * sys/v4l/gstv4lmjpegsrc.c:
7224         * tests/check/libs/cddabasesrc.c:
7225         * tests/old/examples/gob/gst-identity2.gob:
7226           Add docs for adder, use GST_ELEMENT_DETAILS macro,
7227           define GstElementDetails at the top
7228
7229 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
7230
7231         * win32/common/libgstinterfaces.def:
7232         Add a lot of export functions for gst-python
7233         * win32/vs6/libgstinterfaces.dsp:
7234         Add a missing include folder in the project configuration
7235         
7236 2006-03-23  Wim Taymans  <wim@fluendo.com>
7237
7238         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7239         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7240         (gst_base_audio_src_change_state):
7241         Fix audio sources, forgot to make the ringbuffer
7242         startable...
7243
7244 2006-03-23  Wim Taymans  <wim@fluendo.com>
7245
7246         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7247         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7248         (gst_base_audio_src_change_state):
7249         unparent instead of unref the ringbuffer.
7250
7251 2006-03-23  Wim Taymans  <wim@fluendo.com>
7252
7253         * gst-libs/gst/audio/gstbaseaudiosink.c:
7254         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7255         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7256         Implement new async_play vmethod to start slaving and allow
7257         playback start in case of async PLAY state changes. 
7258
7259         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7260         Enable QoS with new method in base class.
7261
7262 2006-03-23  Wim Taymans  <wim@fluendo.com>
7263
7264         Patch by: Julien MOUTTE <julien at moutte dot net>
7265
7266         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7267         (gst_video_test_src_do_seek), (gst_video_test_src_create):
7268         Partially handle 0 framerate, only EOS after the first frame
7269         is missing.
7270
7271 2006-03-23  Wim Taymans  <wim@fluendo.com>
7272
7273         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7274
7275         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7276         (gst_riff_create_video_template_caps):
7277         * gst/ffmpegcolorspace/avcodec.h:
7278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7279         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7280         (gst_ffmpegcsp_avpicture_fill):
7281         * gst/ffmpegcolorspace/imgconvert.c:
7282         Patch for support of YVU9 AVI files (#334822)
7283
7284 2006-03-22  Edward Hervey  <edward@fluendo.com>
7285
7286         * docs/design/design-decodebin.txt:
7287         Added design document for new decodebin
7288         (Target Caps): text/x-pango-markup is also a default target caps.
7289
7290 2006-03-22  Wim Taymans  <wim@fluendo.com>
7291
7292         * gst-libs/gst/audio/gstbaseaudiosink.c:
7293         (gst_base_audio_sink_dispose):
7294         Since we _parent the ringbuffer, we also need to
7295         _unparent instead of a plain _unref.
7296
7297 2006-03-22  Wim Taymans  <wim@fluendo.com>
7298
7299         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7300         (stop_seek), (scrub_toggle_cb), (main):
7301         Add scrub checkbox.
7302
7303 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7304
7305         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7306         (gst_ogg_parse_chain):
7307           Fix very inefficient usage of linked lists (#335365).
7308
7309 2006-03-21  Edward Hervey  <edward@fluendo.com>
7310
7311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7312         * gst/playback/gstplaybin.c: (handoff):
7313         * gst/playback/gststreamselector.c:
7314         (gst_stream_selector_set_property):
7315         gcc 4.1 unreferenced pointer fixes.
7316         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7318         gst_buffer_ref() now takes a GstBuffer*.
7319
7320 2006-03-20  Julien MOUTTE  <julien@moutte.net>
7321
7322         * sys/xvimage/xvimagesink.c:
7323         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7324         by Jan Schmidt.
7325
7326 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
7327
7328         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7329         (id3v1_type_find), (apetag_type_find), (plugin_init):
7330           Can't do tag preferences via probability, as tags would then
7331           lose against types that are recognised with MAXIMUM probability
7332           (like .wav); so let all tag typefinders return MAXIMUM themselves
7333           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7334           that we can prefer APE to ID3v1 (fixes #335028).
7335           
7336 2006-03-17  Wim Taymans  <wim@fluendo.com>
7337
7338         * gst-libs/gst/audio/gstbaseaudiosink.c:
7339         (gst_base_audio_sink_change_state):
7340         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7341         (gst_ring_buffer_may_start):
7342         * gst-libs/gst/audio/gstringbuffer.h:
7343         Only start playback if we are playing.
7344         should fix #330748.
7345
7346 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7347
7348         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7349         * win32/common/config.h:
7350           Revert accidental commits to these files.
7351
7352 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7353
7354         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7355
7356         * tests/Makefile.am:
7357           Don't try to build tests in tests/icles if we
7358           don't have X (#323852)
7359
7360 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7361
7362         * gst-libs/gst/tag/gstid3tag.c:
7363           Add TXXX frame identifiers for replaygain stuff as used
7364           by some taggers (see #323721).
7365
7366 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7367
7368         * gst/playback/gststreamselector.c:
7369         (gst_stream_selector_set_property),
7370         (gst_stream_selector_bufferalloc):
7371           Preserve the existing buggy streamselector behaviour by performing
7372           a fallback buffer allocation when downstream isn't linked yet.
7373           This should really be fixed in playbin by blocking pads until it's
7374           linked them.
7375           Also, use gst_pad_alloc_buffer instead of
7376           gst_pad_alloc_buffer_and_set.
7377
7378 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7379
7380         * gst-libs/gst/tag/gstid3tag.c:
7381           Don't crash on unknown ID3v2 TXXX frames.
7382           
7383 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7384
7385         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7386           Chain up to the parent finalize method.
7387           Add 32-bit sample size to the template caps.
7388
7389         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7390         (gst_riff_create_video_template_caps):
7391           Add the fourcc that the VMWare codec uses.
7392           
7393         * gst/playback/gststreamselector.c:
7394         (gst_stream_selector_set_property),
7395         (gst_stream_selector_bufferalloc),
7396         (gst_stream_selector_request_new_pad):
7397           For the active pad, forward buffer-alloc requests, otherwise
7398           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7399           having to memcpy every frame when used by playbin.
7400
7401         * gst/tcp/gstmultifdsink.c:
7402         (gst_multi_fd_sink_handle_client_write):
7403           Get negotiated caps from the sink pad, rather than the sink
7404           pad's peer.
7405
7406 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7407
7408         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7409         
7410         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7411           Don't forget to set src->callbacks_pushed to FALSE again when
7412           popping them, otherwise re-activation in a different mode won't
7413           work (#334620).
7414
7415 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7416
7417         Patch by: Sebastien Moutte  <sebastien moutte net>
7418
7419         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7420         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7421         (gst_ffmpeg_smpfmt_to_caps):
7422           Replace __VA_ARGS__ caps creation macros with varargs functions.
7423           Makes things compile on MSVC (#320765), looks nicer, and we can
7424           tell the compiler to check for the NULL terminator.
7425
7426 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7427
7428         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7429
7430         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7431           Make sure the buffer we copy into is really always big
7432           enough, this time for real (#333488).
7433           
7434 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7437           Add support for 24bpp DIB (#305279).
7438
7439 2006-03-14  Wim Taymans  <wim@fluendo.com>
7440
7441         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7442         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7443         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7444         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7445         (gst_video_scale_init), (gst_video_scale_src_event):
7446         Re-enable QoS after the release.
7447         Rework videoscale to use the base class src_event handler.
7448
7449 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         * configure.ac:
7452           back to CVS.
7453
7454 === release 0.10.5 ===
7455
7456 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7457
7458         * configure.ac:
7459           releasing 0.10.5, "Net"
7460
7461 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         * docs/plugins/Makefile.am:
7464           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7465           
7466 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7467
7468         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7469         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7470         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7471           Add cdparanoiasrc to docs.
7472
7473         * gst-libs/gst/cdda/gstcddabasesrc.c:
7474           More GstCddaBaseSrc docs.
7475
7476 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7477
7478         * docs/libs/gst-plugins-base-libs-sections.txt:
7479         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7480         * gst-libs/gst/tag/tag.h:
7481           API: libgsttag: new method gst_tag_from_id3_user_tag().
7482
7483 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7484
7485         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7486           NULL-terminate array of mpeg4 video file extensions.
7487           Fixes crash on PPC (#334226).
7488
7489 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7490
7491         * ext/gnomevfs/gstgnomevfssrc.c:
7492         (gst_gnome_vfs_src_check_get_range):
7493           gnome_vfs_uri_is_local() alone is not a good indicator
7494           whether we can operate in pull-mode with a specific URI,
7495           as it returns FALSE for file:// URIs that point to an
7496           NFS-mounted path. Be more conservative here: whitelist
7497           local files, blacklist http URIs and use the old
7498           mechanism for anything else (fixes #334216).
7499
7500 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7501
7502         * configure.ac:
7503           back to trunk
7504
7505 === release 0.10.4 ===
7506
7507 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7508
7509         * configure.ac:
7510           releasing 0.10.4, "Power"
7511
7512 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7513
7514         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7515         Disable max-lateness by setting it to -1 for now, so that 
7516         we can bed QoS stuff in thoroughly between now and the next
7517         release.
7518
7519 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7520
7521         Patch by: Fabrizio Gennari
7522
7523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7524           Make sure we don't read beyond the palette buffer in case of
7525           broken or manipulated files (#333488)
7526
7527 2006-03-10  Edward Hervey  <edward@fluendo.com>
7528
7529         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7530         Fix for variable not initialized.
7531
7532 2006-03-09  Wim Taymans  <wim@fluendo.com>
7533
7534         * ext/libvisual/visual.c: (gst_visual_get_type),
7535         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7536         (gst_visual_chain):
7537         Small cleanups.
7538
7539         * ext/theora/gsttheoradec.h:
7540         * ext/theora/theoradec.c: (gst_theora_dec_init),
7541         (gst_theora_dec_reset), (_theora_granule_time),
7542         (theora_dec_src_convert), (theora_dec_sink_convert),
7543         (theora_dec_src_query), (theora_dec_src_event),
7544         (theora_dec_sink_event), (theora_handle_comment_packet),
7545         (theora_handle_header_packet), (theora_dec_push),
7546         (theora_handle_data_packet), (theora_dec_chain),
7547         (theora_dec_change_state):
7548         Add simple QoS.
7549
7550 2006-03-09  Wim Taymans  <wim@fluendo.com>
7551
7552         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7553         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7554         Some cleanups.
7555
7556 2006-03-09  Wim Taymans  <wim@fluendo.com>
7557
7558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7559         Don't try to activate NULL chains.
7560
7561 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7562
7563         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7564           Fix invalid memory access to region before peek'd data (#332964).
7565
7566 2006-03-09  Wim Taymans  <wim@fluendo.com>
7567
7568         Patch by: Christophe Fergeau
7569
7570         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7571         * ext/pango/gsttextrender.c: (gst_text_render_init):
7572         * gst/adder/gstadder.c: (gst_adder_init):
7573         Don't leak padtemplates, closes #333510.
7574
7575 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7576
7577         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7578           Fix invalid memory access: make sure string passed to
7579           regexec() is NUL-termianted.
7580
7581 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7582
7583         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7584         (mp3_type_find):
7585           Refactor mpeg/audio typefinding to make it more maintainable
7586           and easier to fine-tune. Make probing into middle of the file
7587           work properly (fixes #333900, also see #152688).
7588
7589 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7590
7591         * gst/typefind/gsttypefindfunctions.c:
7592         (utf8_type_find_have_valid_utf8_at_offset):
7593           Remove part from previous commit that was bogus:
7594           g_utf8_validate() does in fact not accept embedded
7595           zeroes, so we don't need to check for those (thanks
7596           to Mike for the hint).
7597
7598 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7599
7600         * gst/typefind/gsttypefindfunctions.c:
7601         (utf8_type_find_count_embedded_zeroes),
7602         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7603           Make plain/text typefinder more conservative: firstly, check
7604           for embedded zeroes, which are perfectly valid UTF-8 characters,
7605           but also a fairly good sign that something is not a plain text
7606           file; secondly, probe into the middle of the file if possible.
7607           If we can't probe into the middle, limit the probability value
7608           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7609
7610 2006-03-08  Michael Smith  <msmith@fluendo.com>
7611
7612         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7613           Make typefind function name for mpeg4 video unique.
7614
7615 2006-03-08  Wim Taymans  <wim@fluendo.com>
7616
7617         * ext/libvisual/visual.c: (gst_visual_init),
7618         (gst_visual_clear_actors), (gst_visual_dispose),
7619         (gst_visual_reset), (gst_visual_src_setcaps),
7620         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7621         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7622         (gst_visual_chain), (gst_visual_change_state):
7623         Cleanups, post nice errors.
7624         Handle sink and src events.
7625         Implement simple QoS.
7626
7627         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7628         Use new basesink methods to configure max-lateness.
7629         Small doc update.
7630
7631         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7632         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7633         Debug statement cleanups.
7634
7635         * gst/volume/gstvolume.c: (gst_volume_class_init):
7636         Simple cleanup.
7637
7638 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7641         (gst_text_overlay_init), (gst_text_overlay_set_property),
7642         (gst_text_overlay_get_property):
7643           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7644           as string type properties, but mark them deprecated. Add
7645           'halignment' and 'valignment' properties that use enums
7646           instead of strings.
7647
7648 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7649
7650         Patch by: Fabrizio Gennari
7651
7652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7653           Allow palettes with less than 256 colours in AVI files
7654           (#333488)
7655
7656 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7657
7658         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7659         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7660         pad. We were releasing the queued text buffer when we should keep
7661         it until video pad gets EOS or discard the text buffer because it's
7662         too old. That was eating the last subtitle buffer. Add some more
7663         debug.
7664
7665 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7668         (gst_text_overlay_video_chain):
7669           Fix invalid memory access (we can't access a buffer after it's been
7670           pushed downstream without taking a reference); fix memory leak (if
7671           there's no text to render, bail out before allocating stuff).
7672
7673 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7674
7675         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7676         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7677         * ext/pango/gsttextoverlay.h:
7678           If input is plain text, escape it before passing it to
7679           pango_layout_set_markup().
7680
7681 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7682
7683         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7684           Don't ignore flow return from gst_pad_push().
7685
7686 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7687
7688         Patch by: Fabrizio Gennari
7689
7690         * ext/libvisual/visual.c: (gst_visual_getcaps),
7691         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7692         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7693         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7694         (gst_vorbisenc_convert_sink):
7695         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7696         (gst_audio_duration_from_pad_buffer):
7697         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7698         (gst_audio_filter_chain):
7699         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7700         (gst_base_rtp_depayload_setcaps):
7701         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7702         (gst_video_get_size):
7703         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7704           Don't leak references returned by gst_pad_get_parent()
7705           (#333663)
7706
7707 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7708
7709         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7710           change location param details
7711         * gst/volume/gstvolume.c: (plugin_init):
7712           correct plugin description
7713
7714 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7715
7716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7717         (gst_gnome_vfs_src_check_get_range):
7718           Override GstBaseSrc::check_get_range() in order to avoid opening
7719           the resource just to check whether we can operate in pull-mode or
7720           not - we can predict that pretty well from the URI alone. Should
7721           fix problems with last.fm (#331690). (Requires latest core CVS).
7722
7723 2006-03-06  Wim Taymans  <wim@fluendo.com>
7724
7725         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7726         (gst_video_sink_class_init):
7727         Throw away frames that are later than 20 ms.
7728
7729 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7730
7731         Patch by: Fabrizio Gennari
7732
7733         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7734           Set depth on WMA caps (#333545)
7735
7736 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7737
7738         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7739         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7740           put Theora BOS pages before others.  This hardcodes
7741           the Ogg/Theora I profile, but hey.
7742
7743 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7744
7745         * ext/ogg/README:
7746           updated with some examples
7747         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7748         (granulepos_add), (theora_buffer_from_packet):
7749         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7750         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7751         (gst_vorbisenc_chain):
7752           implement strategy from ext/ogg/README
7753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7754         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7755         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7756         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7757           Fix muxer so that oggz-validate is happy with all streams;
7758           except for no eos mark, and the BOS page ordering
7759         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7760         (check_buffer_granulepos):
7761         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7762           update tests to check for OFFSET being set as requested
7763           fixed type of granulepos, it's not a ClockTime
7764
7765 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7766
7767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7768         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7769         Check that the xvimage we are creating has a correct size
7770         before returning it. (#314897)
7771
7772 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7773
7774         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7775           Give id3 and ape tag typefinders a rank slightly higher
7776           than PRIMARY to ensure they're always run before any of
7777           the other typefinders (in particular wav and mp3) (#324186).
7778
7779 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7780
7781         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7782           Add support for '3IVD' fourcc (#333403).
7783
7784 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7785
7786         * configure.ac:
7787           Bump requirements to GStreamer CVS for the new error enum.
7788
7789         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7790           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7791           space left on the device (fixes #333352).
7792
7793 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7794
7795         * win32/vs6:
7796           add a project file for libgstvolume
7797           update the workspace
7798
7799 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7800
7801         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7802         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7803         (GST_START_TEST):
7804           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7805           Set IN_CAPS on header buffers
7806
7807 2006-03-02  Wim Taymans  <wim@fluendo.com>
7808
7809         * docs/plugins/Makefile.am:
7810         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7811         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7812         Add audioresample to docs.
7813
7814         * gst/audioconvert/gstaudioconvert.c:
7815         Add revision date.
7816
7817         * gst/audioresample/gstaudioresample.c:
7818         (gst_audioresample_base_init), (gst_audioresample_class_init),
7819         (gst_audioresample_init), (gst_audioresample_dispose),
7820         (audioresample_get_unit_size), (audioresample_transform_caps),
7821         (resample_set_state_from_caps), (audioresample_transform_size),
7822         (audioresample_set_caps), (audioresample_event),
7823         (audioresample_do_output), (audioresample_transform),
7824         (audioresample_pushthrough), (gst_audioresample_set_property),
7825         (gst_audioresample_get_property), (plugin_init):
7826         * gst/audioresample/gstaudioresample.h:
7827         Added docs.
7828         Small code cleanups.
7829
7830 2006-03-02  Wim Taymans  <wim@fluendo.com>
7831
7832         * docs/plugins/Makefile.am:
7833         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7834         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7835         Added videoscale to docs.
7836
7837         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7838         (gst_video_rate_swap_prev), (gst_video_rate_event),
7839         (gst_video_rate_chain):
7840         Fix typo in docs.
7841
7842         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7843         (gst_video_scale_init), (gst_video_scale_prepare_size),
7844         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7845         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7846         * gst/videoscale/gstvideoscale.h:
7847         Added docs, examples.
7848         Some code cleanups.
7849         Post errors instead of g_warning.
7850
7851 2006-03-02  Wim Taymans  <wim@fluendo.com>
7852
7853         * docs/libs/gst-plugins-base-libs-docs.sgml:
7854         * docs/libs/gst-plugins-base-libs-sections.txt:
7855         * docs/libs/gst-plugins-base-libs.types:
7856         * docs/plugins/Makefile.am:
7857         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7858         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7859         Added some more docs to libs and plugins.
7860
7861         * gst-libs/gst/audio/gstringbuffer.c:
7862         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7863         * gst-libs/gst/audio/gstringbuffer.h:
7864         Document ringbuffer some more.
7865
7866         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7867         (gst_video_rate_setcaps), (gst_video_rate_reset),
7868         (gst_video_rate_init), (gst_video_rate_flush_prev),
7869         (gst_video_rate_swap_prev), (gst_video_rate_event),
7870         (gst_video_rate_chain), (gst_video_rate_change_state):
7871         * gst/videorate/gstvideorate.h:
7872         Fix videorate to use segments.
7873         Make it work with 0/1 framerates (closes #331903)
7874         Handle EOS correctly.
7875         Added docs.
7876
7877 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7878
7879         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7880         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7881         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7882           In state change function, first chain up to parent class,
7883           then handle downwards state change stuff. Remove some
7884           commented out cruft from 0.8 code.
7885
7886 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7887
7888         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7889         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7890         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7891         (gst_ogm_parse_chain):
7892           Don't remove/re-add source pad if the new caps are the same as
7893           the old caps anyway (#333042). When removing source pad, don't
7894           unref it afterwards - we didn't ref it when adding. Sprinkle some
7895           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7896           after using gst_pad_get_parent(). Return downstream flow return
7897           value in chain function.
7898
7899 2006-03-02  Wim Taymans  <wim@fluendo.com>
7900
7901         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7902         * docs/plugins/gst-plugins-base-plugins.args:
7903         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7904         * docs/plugins/gst-plugins-base-plugins.interfaces:
7905         * docs/plugins/gst-plugins-base-plugins.signals:
7906         Fix hierarchy, added some more elements to the docs.
7907
7908         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7909         (gst_ffmpegcsp_get_type):
7910         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7911         Fix docs for ffmpegcolorspace.
7912
7913 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7914
7915         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7916         (apetag_type_find), (ape_type_find), (plugin_init):
7917           Some typefinding fine-tuning:
7918           - rank ID3/APE tags in order of preference via probabilities, so that
7919             ID3v2 > APEv2 > APEv1 > ID3v1.
7920           - three or four bytes don't really justify MAXIMUM probability,
7921             change those to 'very likely' (musepack and monkeysaudio).
7922
7923 2006-03-01  Wim Taymans  <wim@fluendo.com>
7924
7925         * docs/plugins/Makefile.am:
7926         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7927         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7928         * ext/alsa/gstalsamixer.c:
7929         * ext/alsa/gstalsamixer.h:
7930         * ext/alsa/gstalsamixerelement.c:
7931         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7932         * ext/alsa/gstalsamixerelement.h:
7933         * ext/alsa/gstalsasink.c:
7934         * ext/alsa/gstalsasink.h:
7935         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7936         (gst_alsasrc_init):
7937         * ext/alsa/gstalsasrc.h:
7938         Added alsa docs.
7939         Small code cleanups.
7940
7941 2006-03-01  Wim Taymans  <wim@fluendo.com>
7942
7943         * ext/theora/Makefile.am:
7944         Dist new header too,
7945
7946 2006-03-01  Wim Taymans  <wim@fluendo.com>
7947
7948         * docs/plugins/Makefile.am:
7949         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7950         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7951         * ext/gnomevfs/gstgnomevfssink.h:
7952         * ext/gnomevfs/gstgnomevfssrc.h:
7953         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7954         * ext/vorbis/vorbisdec.h:
7955         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7956         * ext/vorbis/vorbisenc.h:
7957         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7958         (vorbis_parse_chain), (vorbis_parse_change_state):
7959         * ext/vorbis/vorbisparse.h:
7960         * gst/audioconvert/gstaudioconvert.h:
7961         * gst/tcp/gsttcpserversink.h:
7962         * gst/videotestsrc/gstvideotestsrc.c:
7963         * gst/videotestsrc/gstvideotestsrc.h:
7964         * gst/volume/gstvolume.c:
7965         * gst/volume/gstvolume.h:
7966         Fix some more docs.
7967         Added docs for vorbisdec and vorbisparse.
7968         Fix vorbisparse.
7969
7970 2006-03-01  Wim Taymans  <wim@fluendo.com>
7971
7972         * docs/plugins/Makefile.am:
7973         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7974         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7975         * ext/pango/gstclockoverlay.h:
7976         * ext/pango/gsttextoverlay.h:
7977         * ext/pango/gsttextrender.h:
7978         * ext/pango/gsttimeoverlay.h:
7979         * ext/theora/gsttheoradec.h:
7980         * ext/theora/gsttheoraenc.h:
7981         * ext/theora/theoradec.c:
7982         * ext/theora/theoraenc.c:
7983         * gst/audioconvert/gstaudioconvert.h:
7984         * gst/audiotestsrc/gstaudiotestsrc.h:
7985         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7986         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7987         * gst/tcp/gstmultifdsink.h:
7988         Updated/added documentation.
7989
7990         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7991         (gst_text_overlay_halign_get_type),
7992         (gst_text_overlay_wrap_mode_get_type),
7993         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7994         (gst_text_overlay_init), (gst_text_overlay_set_property),
7995         (gst_text_overlay_get_property):
7996         Fix up properties to be enums instead of string to make bindings,
7997         introspection and automatic GUI creation possible.
7998         Add getters for the properties.
7999
8000 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
8001
8002         * gst/audiotestsrc/gstaudiotestsrc.c:
8003           added defines of M_PI and M_PI_2
8004         * gst/ffmpegcolorspace/avcodec.h:
8005           removed #include "stdint.h" for win32 as _stdint.h is 
8006           autogenerated to win32/common
8007         * win32/common/libgstaudio.def:
8008         * win32/common/libgsttag.def:
8009           added some exports
8010         * win32/vs6:
8011           some project files bugs corrected
8012         * win32/vs7:
8013           project files are reset to the default vs7 configuration 
8014           (they link to msvcr71.dll using default optimizations)
8015           
8016 2006-02-28  Wim Taymans  <wim@fluendo.com>
8017
8018         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
8019         Fix some docs.
8020
8021 2006-02-28  Edward Hervey  <edward@fluendo.com>
8022
8023         * ext/alsa/gstalsasrc.c:
8024         Set proper class on the ElementDetails:
8025         Source/Audio instead of Src/Audio/
8026
8027 2006-02-28  Edward Hervey  <edward@fluendo.com>
8028
8029         * gst/videoscale/vs_scanline.c:
8030         (vs_scanline_resample_nearest_RGBA):
8031         Revert optimization in videoscale. It should go in liboil and have
8032         an appropriate liboil function.
8033
8034 2006-02-28  Wim Taymans  <wim@fluendo.com>
8035
8036         * gst-libs/gst/audio/gstbaseaudiosink.c:
8037         (gst_base_audio_sink_provide_clock):
8038         Don't try to provide a clock in the NULL state.
8039
8040 2006-02-28  Wim Taymans  <wim@fluendo.com>
8041
8042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
8043         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
8044         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8045         (gst_ogg_demux_deactivate_current_chain),
8046         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
8047         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
8048         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8049         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
8050         Use GstSegment infrastructure to remove duplicated code
8051         and handle more seek cases correctly.
8052
8053 2006-02-28  Wim Taymans  <wim@fluendo.com>
8054
8055         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8056         (gst_ffmpegcsp_transform):
8057         Don't ignore return code from ffmpeg convert function.
8058
8059         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
8060         Split out some long statements to ease debugging.
8061
8062 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
8063
8064         * ext/libvisual/visual.c: (gst_visual_init),
8065         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
8066         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
8067         being able to renegotiate the size. Instead, use the negotiation
8068         algorithm from the goom plugin to pick an initial output caps. 
8069
8070         Also, allow theoretical libvisual plugins that might support non-GL 
8071         output even if they also do GL.
8072
8073 2006-02-26  Julien MOUTTE  <julien@moutte.net>
8074
8075         * ext/libvisual/visual.c: (gst_visual_init),
8076         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
8077         (plugin_init): Load only non GL plugins. Fix some memleaks and 
8078         possible negotiation issues.
8079
8080 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8081
8082         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
8083
8084 2006-02-24  Michael Smith  <msmith@fluendo.com>
8085
8086         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
8087         (cmml_type_find), (plugin_init):
8088           Fix CMML type find function to not require a specific minor version
8089           of the CMML header.
8090
8091           Add an MPEG4 video elementary stream typefind function.
8092
8093 2006-02-04  Michael Smith  <msmith@fluendo.com>
8094
8095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
8096         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
8097         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8098         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8099         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
8100         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
8101           Annodex support in ogg demuxer. Doesn't do very much without the
8102           other annodex patches (to come).
8103
8104 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8105
8106         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
8107
8108         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8109           Pick up palette for MS video v1 (#327028)
8110
8111 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8112
8113         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8114         (gst_ffmpegcsp_caps_remove_format_info),
8115         (gst_ffmpegcsp_get_unit_size):
8116           The 'palette_data' field from incoming RGB caps shouldn't be
8117           proxied on outgoing YUV caps; also, restrict unit size
8118           adjustment in case of paletted data only to the unit that
8119           actually has a palette. Fixes #330711.
8120
8121 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8122
8123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8124         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8125         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
8126         (gst_ffmpegcsp_get_unit_size):
8127           Plug some memory leaks.
8128
8129 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8130
8131         * sys/ximage/Makefile.am:
8132         * sys/xvimage/Makefile.am:
8133           Add some _CFLAGS and _LIBS that seem to be missing
8134           and/or required for Cygwin (see #317048).
8135
8136 2006-02-22  Wim Taymans  <wim@fluendo.com>
8137
8138         * ext/alsa/gstalsasrc.c:
8139         Fix description as pointed out by caugier.
8140
8141 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
8142
8143         Reviewed by : Edward Hervey  <edward@fluendo.com>
8144
8145         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8146         (qt_type_find):
8147         Better 3gp typefinding (#331526).
8148
8149 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8150
8151         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8152           Don't send EOS event here, the base class will send one for us.
8153
8154         * gst/playback/gstplaybasebin.c: (prepare_output):
8155           Subpictures without video stream aren't allowed either.
8156         
8157         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
8158           Fix debug statement copy'n'paste-o.
8159
8160 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8161
8162         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
8163           Fix issues with mixer keeping state when muting/unmuting
8164           and when changing the volume whilst muted (see #331763
8165           and #331765).
8166
8167 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8168
8169         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
8170         (parse_subrip), (gst_sub_parse_format_autodetect):
8171           Set right caps given that we send escaped text. Also,
8172           honour <i></i>, <b></b> and <u></u> markers that can be found
8173           in .srt files (fixes #310202).
8174
8175 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8176
8177         * gst-libs/gst/audio/mixerutils.c:
8178         (element_factory_rank_compare_func):
8179           Make order in which elements are tried more determinable.
8180
8181 2006-02-20  Julien MOUTTE  <julien@moutte.net>
8182
8183         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
8184         (remove_element_chain), (cleanup_decodebin),
8185         (gst_decode_bin_change_state): Make decodebin reusable by
8186         fixing remove_element_chain first and then introduce a
8187         cleaner in state change to ->NULL. (Closes #331678)
8188
8189 2006-02-19  Wim Taymans  <wim@fluendo.com>
8190
8191         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
8192         use 0666 mask when creating files so umask gets applied
8193         correctly. Fixes #331295.
8194
8195 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8196
8197         * gst/subparse/Makefile.am:
8198         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8199         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
8200         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
8201         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
8202         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
8203         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
8204         * gst/subparse/gstssaparse.h:
8205         * gst/subparse/gstsubparse.c: (plugin_init):
8206           Add very basic parser for SSA subtitle streams (as often
8207           found in matroska files).
8208
8209 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8210
8211         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
8212           That should be text/x-pango-markup, not text/x-pango-layout.
8213
8214 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8215
8216         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
8217         Polishing.
8218
8219 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8220
8221         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8222         (gst_text_overlay_finalize), (gst_text_overlay_init),
8223         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8224         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8225         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8226         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8227         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8228         Fix state change deadlock.
8229
8230 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8231
8232         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8233         (gst_text_overlay_finalize), (gst_text_overlay_init),
8234         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8235         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8236         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8237         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8238         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8239         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8240         and subtitles files.
8241
8242 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8243
8244         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8245         should be considered as raw.
8246
8247 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8248
8249         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8250         (cb_probe):
8251         * gst/playback/gststreaminfo.h: Introduce language informations.
8252
8253 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
8254
8255         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8256         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8257         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8258         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8259         Set shared memory segments to be deleted as soon as we have attached,
8260         that way they get cleaned up automatically if we crash.
8261
8262 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8263
8264         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
8265         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8266         functions are called with lock held.
8267
8268 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8269
8270         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8271         (gst_text_overlay_finalize), (gst_text_overlay_init),
8272         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8273         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8274         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8275         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8276         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8277         (gst_text_overlay_change_state): Refactoring of textoverlay
8278         without collectpads. This now supports sparse subtitles coming
8279         from a demuxer instead of a sub file. Seeking is still broken 
8280         though. Need to discuss with wtay some more on how to handle
8281         seeking correctly.
8282         * ext/pango/gsttextoverlay.h:
8283         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8284         subtitles coming from the demuxer.
8285
8286 2006-02-17  Wim Taymans  <wim@fluendo.com>
8287
8288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8289         (gst_vorbisenc_convert_sink):
8290         Use some more scaling functions.
8291
8292 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
8293
8294         * ext/cdparanoia/gstcdparanoiasrc.c:
8295         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8296         (gst_cd_paranoia_paranoia_callback),
8297         (gst_cd_paranoia_src_signal_is_being_watched),
8298         (gst_cd_paranoia_src_read_sector):
8299         * ext/cdparanoia/gstcdparanoiasrc.h:
8300           Add back 'transport-error' and 'uncorrected-error' signals and
8301           make them actually be fired when bad stuff happens (#319340).
8302
8303 2006-02-17  Wim Taymans  <wim@fluendo.com>
8304
8305         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8306         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8307         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8308         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8309         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8310         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8311         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8312         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8313         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8314         (gst_ring_buffer_clear):
8315         Small cleanups.
8316         Added some G_LIKELY.
8317
8318 2006-02-17  Wim Taymans  <wim@fluendo.com>
8319
8320         * gst-libs/gst/audio/TODO:
8321         Update TODO
8322
8323         * gst-libs/gst/audio/gstbaseaudiosink.c:
8324         (gst_base_audio_sink_get_offset):
8325         When trying to play samples ASAP and we don't have a
8326         previous sample, try to play at position 0 instead of
8327         an invalid position.
8328
8329 2006-02-17  Wim Taymans  <wim@fluendo.com>
8330
8331         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8332         (gst_alsasink_reset):
8333         Also release lock when we get an error in _reset();
8334         fix an error message.
8335
8336 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8337
8338         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8339         (gst_alsasink_init), (get_channel_free_structure),
8340         (caps_add_channel_configuration), (gst_alsasink_getcaps),
8341         (gst_alsasink_close):
8342         * ext/alsa/gstalsasink.h:
8343           Add support for more than 2 channels (#326720).
8344
8345 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8346
8347         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8348           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8349           with 4 or 6 channels, assume a default channel layout to make things
8350           work (not sure there's anything else we can do in those cases).
8351
8352 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8353
8354         * gst-libs/gst/audio/multichannel.c:
8355           Minor docs fix.
8356
8357         * gst-libs/gst/riff/Makefile.am:
8358         * gst-libs/gst/riff/riff-ids.h:
8359         * gst-libs/gst/riff/riff-media.c:
8360         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8361           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8362           channels and a channel layout map.
8363           
8364 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8365
8366         Reviewed by Edward Hervey  <edward@fluendo.com>
8367
8368         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8369         C-level optimization of the RGBA nearest neighbour function.
8370         Eventually this might end up in liboil with vectorized versions.
8371
8372 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8373
8374         * gst-libs/gst/audio/multichannel.c:
8375         (gst_audio_get_channel_positions):
8376           When we have more than 2 channels, but no channel layout is
8377           specified in the caps, return some default channel layout
8378           to the caller and warn about about a possibly buggy element
8379           (could be buggy filtercaps as well of course) (#317038).
8380
8381 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8382
8383         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8384           Add gst-libs/gst/cdda to list of lib search paths.
8385
8386 2006-02-15  Andy Wingo  <wingo@pobox.com>
8387
8388         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8389         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8390         to the Lord Jesus that I do not have to touch the ogg muxer ever
8391         again.
8392
8393 2006-02-15  Edward Hervey  <edward@fluendo.com>
8394
8395         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8396         quicktime movie files can also contain 'uuid' atoms.
8397
8398 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8399
8400         * gst/audioconvert/plugin.c: (plugin_init):
8401           Register the GstAudioChannelPosition enum type with the type
8402           system in the plugin_init function, so that it is known before
8403           any element actually makes use of multi-channel stuff. This is
8404           required for example if one wants to be able to deserialise/use
8405           a caps string with channel positions before any pipeline has
8406           been setup and started, like with gst-launch.
8407
8408 2006-02-14  Wim Taymans  <wim@fluendo.com>
8409
8410         * gst-libs/gst/audio/gstringbuffer.c:
8411         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8412         (gst_ring_buffer_samples_done), (wait_segment),
8413         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8414         Add some compiler G_(UN_)LIKELY help.
8415         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8416         make sure they can exit their functions. Should fix #330748
8417
8418 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8419
8420         * Makefile.am:
8421         * configure.ac:
8422         * win32/MANIFEST:
8423         * win32/common/_stdint.h:
8424           Windows does not have long long; copy the generated _stdint.h
8425         * win32/common/interfaces-enumtypes.c:
8426         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8427         (gst_mixer_track_flags_get_type),
8428         (gst_tuner_channel_flags_get_type):
8429         * win32/common/multichannel-enumtypes.c:
8430         (gst_audio_channel_position_get_type):
8431           update
8432
8433 2006-02-13  Wim Taymans  <wim@fluendo.com>
8434
8435         * gst-libs/gst/audio/gstbaseaudiosink.c:
8436         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8437         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8438         Always sync on first sample we receive when starting.
8439
8440 2006-02-13  Wim Taymans  <wim@fluendo.com>
8441
8442         * gst/playback/gstplaybin.c: (gen_vis_element):
8443         Update vis bin docs.
8444         Move queue after tee so we don't queue video buffers but
8445         audio samples instead. Fixes problems where the video queue
8446         is filled and the audio queue empty.
8447
8448 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8449
8450         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8451           No need to push an EOS event here, GstBaseSrc will do that for us
8452           when we return FLOW_UNEXPECTED.
8453           
8454 2006-02-12  Wim Taymans  <wim@fluendo.com>
8455
8456         * gst-libs/gst/audio/gstbaseaudiosink.c:
8457         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8458         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8459         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8460         Use scale functions when possible.
8461         Fix error messages.
8462         Free clockid when after waiting for EOS.
8463         Use G_(UN_)LIKLY when it makes sense.
8464         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8465
8466 2006-02-12  Edward Hervey  <edward@fluendo.com>
8467
8468         * gst/playback/gstplaybasebin.c: (prepare_output): 
8469         Remove stray semi-colon (fixes #330888).
8470
8471 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8472
8473         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8475         Fix up the XShm call testing so that we catch errors, and don't
8476         cause new ones by attempting to detach from a segment we failed
8477         to attach to. Fixes #312439.
8478
8479 2006-02-10  Edward Hervey  <edward@fluendo.com>
8480
8481         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8482         Added flv file typefind (video/x-flv).
8483
8484 2006-02-10  Edward Hervey  <edward@fluendo.com>
8485
8486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8487         (gst_riff_create_video_template_caps):
8488         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8489         Also added the caps to the default set of riff video caps.
8490
8491 2006-02-09  Andy Wingo  <wingo@pobox.com>
8492
8493         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8494         time and the end time of the last packet in the page.
8495         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8496         on the pages in our queue, set the duration as well. Reflow a
8497         debug statement.
8498         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8499         Fixes bad muxing order.
8500
8501 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8502
8503         * gst-libs/gst/rtp/gstbasertppayload.c:
8504         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8505           update seqnum before setting it on the packet; this makes sure
8506           that the timestamp and seqnum properties match after pushing
8507           a buffer
8508
8509 2006-02-09  Andy Wingo  <wingo@pobox.com>
8510
8511         * gst-libs/gst/audio/gstringbuffer.c
8512         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8513         overflow after 13.5 hours of recording. Kapow!
8514
8515         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8516         the buffer size -- we don't care about underrun/overrun reporting
8517         right now, just need to return a useful value.
8518
8519 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8520
8521         * configure.ac:
8522           Back to CVS
8523
8524 === release 0.10.3 ===
8525
8526 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8527
8528         * configure.ac:
8529           releasing 0.10.3, "Under Pressure"
8530
8531 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8532
8533         * configure.ac:
8534         Drat. Bump libtool version number for new API.
8535         Prelease 0.10.2.3 (of 0.10.3)
8536
8537 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8538
8539         * configure.ac:
8540         * win32/common/config.h:
8541         0.10.2.2 prerelease (of 0.10.3).
8542
8543 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8544
8545         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8546           Revert Andy's newsegment change pending a more correct
8547           fix.
8548
8549 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8550
8551         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8552         (qt_type_find), (plugin_init):
8553           detect more files as 3gp
8554           group and reorder the iso file formats
8555
8556 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8557
8558         * ext/vorbis/vorbis.c: (plugin_init):
8559           Register musicbrainz tags, so apps don't have to.
8560
8561 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8562
8563         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8564         (gst_tag_to_vorbis_tag):
8565           Make sure we called gst_tag_register_musicbrainz_tags()
8566           before possibly mapping a vorbiscomment string from/to a
8567           musicbrainz tag.
8568
8569 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8570
8571         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8572           In case we can't find the required number of consecutive
8573           mpeg audio frames to positively identify an MPEG audio
8574           stream, check if there's at least a valid mpeg audio
8575           frame right at offset 0 and if so suggest mpeg/audio
8576           caps with a very low probability (#153004).
8577
8578 2006-02-07  Andy Wingo  <wingo@pobox.com>
8579
8580         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8581         a TIME segment if we get timestamped buffers. Requires recent
8582         fixes in core to work properly.
8583
8584 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8585
8586         * gst/playback/gstplaybasebin.c: (prepare_output):
8587           Don't print the URI as part of the error message, it
8588           makes error dialogs look rather ugly, especially if
8589           the URI is very long or has characters in it that
8590           need escaping.
8591
8592 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8593
8594         * gst/playback/gstplaybasebin.c: (prepare_output):
8595           Error out if we have only text or subtitles, but nothing
8596           else. Also error out if we have subtitles but no video
8597           stream.
8598
8599 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8600
8601         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8602           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8603           Post an error message on the bus when we encounter an
8604           error, which will hopefully be more meaningful than the
8605           'Internal Flow Error' message users get to see if we
8606           just return GST_FLOW_ERROR.
8607
8608 2006-02-07  Andy Wingo  <wingo@pobox.com>
8609
8610         * configure.ac (GST_MAJORMINOR): Update core version req to
8611         0.10.2.2, for the collectpads API addition (#330244).
8612
8613 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8614
8615         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8616           Return FALSE from plugin_init() when GnomeVFS can't
8617           be initialised for some reason (#328423).
8618
8619 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8620
8621         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8622         Stick to seeking theory until i find the bug.
8623         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8624
8625 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8626
8627         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8628         (theora_enc_finalize), (theora_enc_sink_setcaps),
8629         (theora_set_header_on_caps), (theora_enc_chain),
8630         (theora_enc_change_state):
8631         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8632           Make theoraenc and the tests leak free. Like, really.
8633
8634 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8635
8636         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8637         (theora_enc_finalize), (theora_enc_sink_setcaps):
8638           Add a finalize method to ensure we clean up state even if
8639           someone omitted the state change back to NULL.
8640
8641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8642         (gst_vorbisenc_chain):
8643           Free some more leaked bits.
8644
8645         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8646         (stop_pipeline):
8647           Wait for state changes to happen if they're ASYNC.
8648
8649           This ought to teach those fancy pants buildbots a lesson.
8650
8651 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8652
8653         * gst-libs/gst/tag/gstid3tag.c:
8654           Add mapping for ID3 International Standard Recording Code
8655           tag "TSRC"
8656
8657 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8658
8659         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8660           Don't leak tag names.
8661
8662 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8663
8664         * docs/libs/gst-plugins-base-libs-docs.sgml:
8665         * docs/libs/gst-plugins-base-libs-sections.txt:
8666         * gst-libs/gst/tag/gstid3tag.c:
8667         * gst-libs/gst/tag/gstvorbistag.c:
8668         * gst-libs/gst/tag/tags.c:
8669           Split libgsttag docs into multiple sections.
8670
8671 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8672
8673         * docs/libs/Makefile.am:
8674         * docs/libs/gst-plugins-base-libs-docs.sgml:
8675         * docs/libs/gst-plugins-base-libs-sections.txt:
8676         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8677         * gst-libs/gst/tag/gstvorbistag.c:
8678         * gst-libs/gst/tag/tag.h:
8679         * gst-libs/gst/tag/tags.c:
8680           Add libgsttag to the docs.
8681
8682 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8683
8684         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8685         (gst_text_overlay_init), (gst_text_overlay_src_event),
8686         (gst_text_overlay_collected): Fix clockoverlay.
8687
8688 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8689
8690         * docs/libs/compiling.sgml:
8691           Fix typo: it's pkg-config, not pkg-gconfig
8692
8693         * docs/libs/gst-plugins-base-libs-docs.sgml:
8694         * docs/libs/gst-plugins-base-libs-sections.txt:
8695         * docs/libs/tmpl/gstgconf.sgml:
8696           There is no libgstgconf in 0.10, remove it
8697           from the docs.
8698
8699 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8700
8701         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8702         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8703         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8704         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8705         (gst_sub_parse_class_init), (gst_sub_parse_init),
8706         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8707         (parse_mpsub), (parser_state_init), (handle_buffer),
8708         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8709         * gst/subparse/gstsubparse.h: Introduce seeking code.
8710
8711 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8712
8713         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8714           Add comment about LANGUAGE tag inconsistency (we want
8715           ISO-639-1, but extract three-letter identifiers?)
8716
8717         * po/POTFILES.in:
8718           Add two translatable files.
8719
8720 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8721
8722         * gst-libs/gst/tag/Makefile.am:
8723         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8724         * gst-libs/gst/tag/tag.h:
8725         * gst-libs/gst/tag/tags.c:
8726         (gst_tag_register_musicbrainz_tags_internal),
8727         (gst_tag_register_musicbrainz_tags):
8728           Forward-port some tags stuff from the 0.8 branch. This is
8729           mostly the addition of musicbrainz tags and their mapping
8730           to vorbistags, and a vorbistag mapping of the language tag.
8731
8732 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8733
8734         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8735         refactoring.
8736
8737 2006-02-04  David Schleef  <ds@schleef.org>
8738
8739         * ext/ogg/gstoggmux.c:
8740         * gst/typefind/gsttypefindfunctions.c:
8741           Add Dirac typefinding and add dirac format to oggmux.
8742
8743 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8744
8745         * gst/playback/gstdecodebin.c: (try_to_link_1):
8746           Don't put essential function call into
8747           g_return_*() macro, otherwise it'll all be
8748           replaced by NOOPs when compiling with
8749           G_DISABLE_CHECKS defined.
8750
8751 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8752
8753         * ext/ogg/gstoggdemux.c:
8754         * ext/ogg/gstoggparse.c:
8755         * gst/tcp/gsttcpserversink.c:
8756         * sys/v4l/v4lsrc_calls.c:
8757         * sys/v4l/v4lsrc_calls.h:
8758         Just make it compile with --disable-gst-debug.
8759
8760 2006-02-03  Wim Taymans  <wim@fluendo.com>
8761
8762         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8763         (gst_alsasink_class_init), (gst_alsasink_init),
8764         (gst_alsasink_write), (gst_alsasink_reset):
8765         * ext/alsa/gstalsasink.h:
8766         Add lock to protect alsa calls.
8767         Implement reset to flush samples ASAP, does not work
8768         with dmix though.
8769
8770 2006-02-02  Wim Taymans  <wim@fluendo.com>
8771
8772         * gst-libs/gst/audio/gstbaseaudiosink.c:
8773         (gst_base_audio_sink_provide_clock):
8774         Ugh.. getting late I guess...
8775
8776 2006-02-02  Wim Taymans  <wim@fluendo.com>
8777
8778         * gst-libs/gst/audio/gstbaseaudiosink.c:
8779         (gst_base_audio_sink_provide_clock),
8780         (gst_base_audio_sink_set_property),
8781         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8782         Don't try to provide a clock when we are not negotiated since
8783         we might not be able to make it run.
8784
8785 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         * gst/playback/gstdecodebin.c: (try_to_link_1):
8788           Unlinking two source pads is ... hard.
8789
8790 2006-02-02  Wim Taymans  <wim@fluendo.com>
8791
8792         * gst-libs/gst/audio/TODO:
8793         Updated.
8794
8795         * gst-libs/gst/audio/gstbaseaudiosink.c:
8796         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8797         On EOS, wait till the last sample is played before posting EOS.
8798
8799 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8800
8801         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8802           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8803           setting queue_delay to zero. Also avoid thread being started if
8804           queue_delay is zero.
8805
8806 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8807
8808         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8809           Make test work again by connecting fakesinks to each decoded pad,
8810           which makes the pipeline wait until each fakesink has a buffer
8811           queued before going to PAUSED state. At that point we know the
8812           decodebin pads are negotiated.
8813
8814 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8815
8816         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8817         (gst_cdda_base_src_handle_event):
8818         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8819           Pass unhandled queries to the parent class's query function.
8820
8821 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8822
8823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8824         (gst_ogg_pad_src_query):
8825         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8826         * ext/theora/theoradec.c: (theora_dec_src_query),
8827         (theora_dec_sink_query):
8828         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8829         (vorbis_dec_sink_query):
8830         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8831         (gst_vorbisenc_sink_query):
8832         * gst/adder/gstadder.c: (gst_adder_query):
8833           Pass unhandled queries upstream instead of just
8834           dropping them (#326447). Also, fix supported
8835           query types list for some elements.
8836
8837 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8838
8839         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8840         (paris_type_find), (ilbc_type_find), (plugin_init):
8841           Fix typefinding for audio/x-au, audio/x-paris and
8842           audio/iLBC-sh. We cannot use the START_WITH macros
8843           here, because there can only be one typefind factory
8844           with the same name (caps), so the second one would
8845           replace the first one and the first one would never
8846           be called when doing typefinding (see #161712).
8847           
8848
8849 2006-01-31  Wim Taymans  <wim@fluendo.com>
8850
8851         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8852         (vorbis_handle_header_packet), (vorbis_dec_push),
8853         (vorbis_handle_data_packet):
8854         Use scale_int when we can, add some more scaling.
8855         Check packettype before parsing it.
8856
8857 2006-01-31  Wim Taymans  <wim@fluendo.com>
8858
8859         * ext/theora/theoradec.c: (_theora_granule_time),
8860         (theora_dec_src_convert), (theora_dec_sink_convert):
8861         Call right _scale functions.
8862         Use parameter instead of some other random value.
8863
8864 2006-01-31  Wim Taymans  <wim@fluendo.com>
8865
8866         * ext/theora/theoradec.c: (_theora_granule_frame),
8867         (_theora_granule_time), (_inc_granulepos),
8868         (theora_dec_src_convert), (theora_dec_sink_convert),
8869         (theora_handle_type_packet), (theora_handle_data_packet),
8870         (theora_dec_chain):
8871         Use higher precision timestamps calculation.
8872         Convert some other conversions to _scale.
8873
8874 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8875
8876         * gst/audiotestsrc/gstaudiotestsrc.c:
8877         (gst_audio_test_src_create_sine_table), (plugin_init):
8878         * gst/volume/gstvolume.c: (plugin_init):
8879           initialize gst_controller before using
8880
8881 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8882
8883         * tests/check/pipelines/theoraenc.c:
8884         * tests/check/pipelines/vorbisenc.c:
8885         Define constant using G_GINT64_CONSTANT to avoid errors when
8886         passing it around - otherwise it gets truncated to 32 bits.
8887
8888         Fixes failing tests.
8889
8890 2006-01-31  Andy Wingo  <wingo@pobox.com>
8891
8892         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8893         caps being set doesn't have a framerate value. Basically a stopgap
8894         measure.
8895
8896         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8897         technically correct enough to put into core though.
8898         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8899         DURATION. Fixes theoraenc ! oggmux.
8900
8901         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8902         fraction, not double.
8903
8904 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8905
8906         * win32/vs7:
8907         add vs7 project files created by Sergey Scobich
8908
8909 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8910
8911         * win32/vs8:
8912         add vs8 project files created by Sergey Scobich
8913         
8914 2006-01-30  Andy Wingo  <wingo@pobox.com>
8915
8916         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8917         timestamp + duration, not just timestamp -- ogg pages should be
8918         ordered by stop time. Necessary fix given the change in vorbis
8919         timestamps.
8920
8921         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8922         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8923         (granulepos_add): New function, handles the messiness of adjusting
8924         granulepos values.
8925         (theora_buffer_from_packet):
8926         (theora_enc_chain):
8927         (theora_enc_sink_event): Use granulepos_add, not +.
8928
8929         * tests/check/pipelines/theoraenc.c
8930         (check_buffer_granulepos_from_starttime): Just check the frame
8931         count, not the actual granulepos -- we can't dictate to the
8932         encoder when it should be placing keyframes.
8933
8934 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8935
8936         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8937           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8938           play an http:// stream from a server that's not serving
8939
8940 2006-01-30  Andy Wingo  <wingo@pobox.com>
8941
8942         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8943         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8944         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8945         available.
8946
8947         * ext/theora/gsttheoraenc.h:
8948         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8949         although theoraenc was timestamping correctly. Added handling of
8950         streams that start with nonzero timestamps.
8951
8952         * tests/check/Makefile.am:
8953         * tests/check/pipelines/theoraenc.c: New file, basically does same
8954         tests as vorbisenc.
8955
8956         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8957
8958 2006-01-30  Wim Taymans  <wim@fluendo.com>
8959
8960         * gst-libs/gst/audio/gstaudiosink.c:
8961         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8962         (gst_audioringbuffer_pause):
8963         Implement pause that does not wait for completion.
8964
8965         * gst-libs/gst/audio/gstbaseaudiosink.c:
8966         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8967         Don't drop buffers when going to PAUSED but perform preroll on
8968         remaining samples now that core base class supports this.
8969
8970         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8971         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8972         (gst_ring_buffer_commit):
8973         Pause should not signal waiters.
8974         Implement return value of _commit correctly.
8975
8976 2006-01-30  Andy Wingo  <wingo@pobox.com>
8977
8978         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8979
8980         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8981         updated to timestamp from the first sample, not the last.
8982         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8983         special care of granulepos and timestamp for header packets.
8984         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8985         when the first buffer has a nonzero timestamp.
8986
8987         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8988         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8989         case when the first audio buffer we get has a nonzero timestamp.
8990         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8991         properly timestamp vorbis buffers with the time of the first
8992         sample, not the last.
8993         
8994         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8995         vorbis_granule_time_copy -- now it takes the granule/subgranule
8996         offset into account.
8997
8998         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8999         timestamps, durations, and granulepos on buffers produced by
9000         vorbisenc.
9001
9002 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
9003
9004         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9005         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
9006           Patch from Eric Jonas to support conversions to/from UYVY 
9007           (Fixes: #324626)
9008
9009 2006-01-30  Julien MOUTTE  <julien@moutte.net>
9010
9011         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
9012         (setup_subtitle), (setup_source), (set_active_source):
9013         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9014         (gen_text_element), (gen_audio_element), (gen_vis_element),
9015         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
9016
9017 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
9018
9019         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
9020         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
9021                 use gst_guint64_to_gdouble to be compliant with vs6
9022         * gst/playback/gstdecodebin.c: (try_to_link_1)
9023         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
9024                 use G_GINT64_CONSTANT for int64 constants
9025         * win32/common/libgstinterfaces.def:
9026                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
9027         * win32/vs6:
9028                 update and add new project files
9029                 
9030 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9031
9032         * Makefile.am:
9033         * win32/MANIFEST:
9034         * win32/common/interfaces-enumtypes.c:
9035         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
9036         (gst_mixer_track_flags_get_type),
9037         (gst_tuner_channel_flags_get_type):
9038         * win32/common/interfaces-enumtypes.h:
9039         * win32/common/multichannel-enumtypes.c:
9040         (gst_audio_channel_position_get_type):
9041         * win32/common/multichannel-enumtypes.h:
9042           add a win32-update rule like in core, and copy over enumtypes files
9043
9044 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9045
9046         * win32/MANIFEST:
9047         * win32/common/config.h:
9048         * win32/common/config.h.in:
9049           add config files just like in core
9050
9051 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
9052
9053         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
9054           Make gcc-4.1 happy (part of #327357).
9055
9056 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9057
9058         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
9059         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
9060         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
9061         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
9062         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
9063         (gst_alsasrc_unprepare), (gst_alsasrc_read):
9064           Update all error messages.  All of them should either use
9065           the default translated message, or actually provide a
9066           translatable string.
9067           Make the string for channel count problems meaningful.
9068
9069 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9070
9071         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9072           check for and throw RESOURCE_BUSY
9073
9074 2006-01-27  David Schleef  <ds@schleef.org>
9075
9076         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
9077           checked in this change -- it requires liboil features not
9078           in 0.3.6.  Revert parts.
9079
9080 2006-01-27  David Schleef  <ds@schleef.org>
9081
9082         * REQUIREMENTS:
9083         * configure.ac: update liboil requirement to 0.3.6
9084         * gst/videoscale/Makefile.am:
9085         * gst/videoscale/vs_scanline.c: liboilify
9086
9087 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9088
9089         * ext/libvisual/visual.c: (get_buffer):
9090           When pad_alloc returns a GstFlowReturn other
9091           than GST_FLOW_OK, make sure it is passed upstream.
9092
9093 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9094
9095         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9096         (gst_alsasink_class_init):
9097           Free the device name string.
9098
9099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9100         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
9101         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
9102           Don't remove a pad from the collectpads structure until it
9103           is released - it's a request pad, and may receive data again
9104           if the element gets moved back to PLAYING state.
9105
9106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9107           Ensure we turn on double buffering on the Xv port, and
9108           set the colour key to something dark and mysterious that
9109           isn't black.
9110
9111 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9112
9113         * ext/alsa/gstalsaplugin.c: (plugin_init):
9114         * ext/cdparanoia/gstcdparanoiasrc.c:
9115         (gst_cd_paranoia_src_base_init), (plugin_init):
9116         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
9118           - a library should not call setlocale. see "Libraries" node in
9119             gettext manual
9120           - make sure all plugins that use translation do bindtextdomain
9121             to point to the localedir
9122         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
9123         (setup_sinks), (plugin_init):
9124           all this, and check for NULL when creating sinks
9125
9126 2006-01-27  Julien MOUTTE  <julien@moutte.net>
9127
9128         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
9129         (plugin_init): Make typefinding of subtitles work again.
9130
9131 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
9132
9133         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9134         (mp3_type_frame_length_from_header), (mp3_type_find),
9135         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
9136         (plugin_init):
9137           Backport a bunch of typefinding fixes from the 0.8 branch.
9138           Also, improve wavpack typefinding: if we can't peek the
9139           entire wavpack block, try to parse the bits we can get and
9140           see if we find what we're looking for in those.
9141
9142 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9143
9144         * sys/ximage/ximagesink.c:
9145         (gst_ximagesink_calculate_pixel_aspect_ratio):
9146         * sys/xvimage/xvimagesink.c:
9147         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
9148         more cases of pixel aspect ratio.
9149
9150 2006-01-26  Edward Hervey  <edward@fluendo.com>
9151
9152         * gst/playback/gstdecodebin.c: (pad_probe):
9153         Also consider the flush-start and tag events as unblockers
9154         for the pad probes.
9155
9156 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9157
9158         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9159         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
9160         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
9161         On the fly visualisation switch, works disabling, enabling as
9162         well but it won't be able to enable vis in a playbin that was
9163         created with no visualisation.
9164
9165 2006-01-25  Wim Taymans  <wim@fluendo.com>
9166
9167         * gst-libs/gst/audio/gstbaseaudiosink.c:
9168         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9169         Undo previous commit that returned WRONG_STATE sooner, it breaks 
9170         resume after pause.
9171
9172 2006-01-25  Wim Taymans  <wim@fluendo.com>
9173
9174         * gst-libs/gst/audio/gstbaseaudiosink.c:
9175         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
9176         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
9177         Improve debugging.
9178         Post error when caps cannot be parsed.
9179         Resync on discontinuity in the stream.
9180         Clip samples to segment boundaries.
9181         return WRONG_STATE sooner when we are flushing.
9182
9183         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9184         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9185         Make audiosrc operate in TIME.
9186         Set TIMESTAMP and DURATION on buffers.
9187
9188 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
9189
9190         * tests/examples/seek/seek.c: (main):
9191           Output tag messages as well.
9192
9193 2006-01-23  Edward Hervey  <edward@fluendo.com>
9194
9195         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9196         (free_pad_probes), (remove_fakesink), (pad_probe),
9197         (close_pad_link), (gst_decode_bin_change_state):
9198         Replace GstPadBlockCallback with pad probes that detect
9199         first buffer AND eos before removing fakesink.
9200         Fixes hang with demuxers doing EOS while pre-rolling.
9201         Solves #328279
9202
9203 2006-01-23  Andy Wingo  <wingo@pobox.com>
9204
9205         * ext/alsa/gstalsasink.c:
9206         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9207         (gst_base_rtp_depayload_setcaps),
9208         (gst_base_rtp_depayload_add_to_queue),
9209         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
9210         
9211         Patch by: Jens Granseuer <jensgr at gmx dot net>
9212
9213 2006-01-22  Julien MOUTTE  <julien@moutte.net>
9214
9215         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9216         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9217         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
9218         frames. We might get a frame destroyed after changing state to
9219         NULL, adding a safety check on xcontext.
9220
9221 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9222
9223         * gst-libs/gst/interfaces/xoverlay.c:
9224           Fix prepare-xwindow-id code example in the docs - we need to
9225           ignore all messages that aren't element messages as well.
9226           
9227 2006-01-21  Julien MOUTTE  <julien@moutte.net>
9228
9229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9230           I think one day i'll completely undestand how caps negotiation
9231           is supposed to work. This refactoring handles buffer_alloc
9232           called with caps we can't handle. We definitely don't want a
9233           set_caps with those caps, so we define and allocate a buffer
9234           we would like to receive.
9235
9236 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9237
9238         * gst/playback/gstplaybasebin.c: (setup_source):
9239           Free iterator when done.
9240
9241 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
9242
9243         * gst-libs/gst/audio/gstbaseaudiosink.c:
9244         (gst_base_audio_sink_render):
9245           Fix playback of non-synchronised streams by assuming a rate
9246           of 1.0 instead of a random one.
9247
9248           Makes this work again:
9249
9250           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9251           endianness=(int)4321, signed=(boolean)true, width=(int)16,
9252           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9253           audioresample ! alsasink
9254
9255 === release 0.10.2 ===
9256
9257 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
9258
9259         * configure.ac:
9260           releasing 0.10.2, "Then the devil is six"
9261
9262 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9263
9264         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9265         * gst/playback/gststreamselector.c:
9266         (gst_stream_selector_set_property):
9267           Comment out broken code that connects to the state-changed signal.
9268           At this point, changing current stream selection is broken, but 
9269           stuff like gst-launch playbin current-audio=1 works and filters
9270           to the chosen stream.
9271
9272 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9273
9274         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9275           Fix #327216 (null dereference in vorbisdec)
9276
9277 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9278
9279         * ext/theora/theoradec.c: (theora_handle_comment_packet):
9280           Post taglist actually on bus instead of just freeing it
9281           (fixes #327114 and totem bug #327080).
9282
9283         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9284           Use gst_element_found_tags_for_pad(), so that the tags
9285           are sent downstream as an event as well.
9286
9287 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9288
9289         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9290         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9291         (gst_ximagesink_buffer_alloc):
9292         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9293         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9294         (gst_xvimagesink_buffer_alloc):
9295           move all regularly occurring messages to GST_LOG level
9296           add some more object logs
9297
9298 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9299
9300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9301           fix a silly segfault
9302
9303 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
9304
9305         * docs/libs/gst-plugins-base-libs-docs.sgml:
9306         * docs/libs/gst-plugins-base-libs-sections.txt:
9307         * gst-libs/gst/audio/mixerutils.c:
9308         * gst-libs/gst/audio/mixerutils.h:
9309           Add docs for mixerutils stuff.
9310
9311 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
9312
9313         * gst/playback/gstplaybasebin.c: (setup_source):
9314           Fix playback for sources that emit raw audio or
9315           raw video streams (e.g.: cd audio sources) (#325984).
9316
9317 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9318
9319         * gst-libs/gst/audio/mixerutils.c:
9320         (gst_audio_mixer_filter_do_filter):
9321           actually save the element we create
9322
9323 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9324
9325         * gst-libs/gst/cdda/gstcddabasesrc.c:
9326         (gst_cdda_base_src_handle_track_seek):
9327           No need to post a tag message on the bus when seeking
9328           within the same track, only post it when the current
9329           track changes.
9330
9331 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9332
9333         * gst/playback/gstplaybasebin.c: (group_destroy),
9334         (probe_triggered), (new_decoded_pad), (mute_group_type),
9335         (set_active_source):
9336         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9337         * gst/playback/gststreamselector.c:
9338         (gst_stream_selector_base_init),
9339         (gst_stream_selector_set_property),
9340         (gst_stream_selector_request_new_pad):
9341           Reenable stream selection. These mechanisms need a complete overhaul
9342           in the face of 0.8->0.10 changes though.
9343
9344 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9345
9346         * ext/ogg/gstoggdemux.c:
9347           Change the pad template to src_%d to match the pads that 
9348           are created from it. decodebin needs this information in order
9349           to decide that oggdemux is capable of producing multiple pads
9350           (and hence needs queues inserted).
9351
9352         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9353         (gst_ogg_mux_collected):
9354           Make debug output more useful by using GST_PTR_FORMAT.
9355
9356 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9357
9358         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9361           Set depth and width for alaw/mulaw (fixes #326601).
9362
9363 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9364
9365         * tests/icles/Makefile.am:
9366           don't build the tests if we don't have the libs
9367
9368 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9371         (gst_cd_paranoia_paranoia_callback):
9372           Don't try to free NULL pointers.
9373
9374 2006-01-10  Edward Hervey  <edward@fluendo.com>
9375
9376         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9377         (gst_audio_rate_change_state), (plugin_init):
9378         Add debugging category.
9379         Fix type issues.
9380         Add case for incoming buffers without valid offset/offset_end.
9381
9382 2006-01-10  Michael Smith  <msmith@fluendo.com>
9383
9384         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9385           Don't leak GCond in audio sources.
9386
9387 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9388
9389         * gst/playback/gstplaybin.c: (gen_audio_element):
9390           Don't leak an autoaudiosink/alsasink when we generate
9391           a new audio element. (old code, I guess)
9392
9393 2006-01-10  Michael Smith  <msmith@fluendo.com>
9394
9395         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9396           Support float audio in audiorate.
9397           Use width rather than depth for selecting sample width.
9398
9399 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9400
9401         * gst/videotestsrc/videotestsrc.h:
9402           Use GLib types here (that way we don't have to include the
9403           generated _stdint.h header, which makes life easier for win32
9404           folks that don't use autotools for the build) (#325990, patch
9405           by: Sergey Scobich).
9406
9407 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9408
9409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9410         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9411         (gst_ring_buffer_pause), (wait_segment):
9412         * gst-libs/gst/audio/gstringbuffer.h:
9413           Name (private) union, makes Forte compiler happy (this time
9414           for real) (#324900).
9415
9416 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9417
9418         * gst-libs/gst/audio/Makefile.am:
9419           Link against libgstinterfaces, needed for mixer
9420           and property probe stuff.
9421
9422 2006-01-09  Edward Hervey  <edward@fluendo.com>
9423
9424         * gst-libs/gst/Makefile.am:
9425
9426 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9427
9428         * gst-libs/gst/audio/Makefile.am:
9429         * gst-libs/gst/audio/mixerutils.c:
9430         (gst_audio_mixer_filter_do_filter),
9431         (gst_audio_mixer_filter_check_element),
9432         (gst_audio_mixer_filter_probe_feature),
9433         (element_factory_rank_compare_func),
9434         (gst_audio_default_registry_mixer_filter):
9435         * gst-libs/gst/audio/mixerutils.h:
9436           Add gst_audio_default_registry_mixer_filter() utility
9437           function.
9438
9439 2006-01-03  Michael Smith  <msmith@fluendo.com>
9440
9441         * gst/audioresample/resample.h:
9442           As before, but for o_buf
9443
9444 2006-01-03  Michael Smith  <msmith@fluendo.com>
9445
9446         * gst/audioresample/resample.h:
9447           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9448           since we do arithmetic on it.
9449
9450 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9451
9452         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9453         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9454         (gst_ring_buffer_pause), (wait_segment):
9455         * gst-libs/gst/audio/gstringbuffer.h:
9456           Sun's Forte compiler doesn't seem to like anonymous structs,
9457           so use same setup as in GstBaseSrc (fixes #324900).
9458
9459 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9460
9461         * configure.ac:
9462         * gst/volume/Makefile.am:
9463         * gst/volume/demo.c:
9464           move old example to tests/examples/volume/volune.c
9465         * tests/examples/Makefile.am:
9466         * tests/examples/seek/seek.c: (main):
9467           change window-close event from "delete-event" to "destroy"
9468         * tests/examples/volume/Makefile.am:
9469         * tests/examples/volume/volume.c: (value_changed_callback),
9470         (setup_gui), (message_received), (eos_message_received), (main):
9471           fix event handling and bus usage
9472
9473 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9474
9475         * gst/audiotestsrc/gstaudiotestsrc.c:
9476         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9477         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9478         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9479         (gst_audio_test_src_create_square),
9480         (gst_audio_test_src_create_saw),
9481         (gst_audio_test_src_create_triangle),
9482         (gst_audio_test_src_create_silence),
9483         (gst_audio_test_src_create_white_noise),
9484         (gst_audio_test_src_create_pink_noise),
9485         (gst_audio_test_src_init_sine_table),
9486         (gst_audio_test_src_create_sine_table),
9487         (gst_audio_test_src_change_wave),
9488         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9489         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9490         * gst/audiotestsrc/gstaudiotestsrc.h:
9491           update to basesrc changes, implement segmented seeking and eos
9492           handling, add a 'sine-tab' waveform for performance critical playback
9493
9494 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9495
9496         * po/POTFILES.in:
9497           ... and this time the other modified file that I missed last time.
9498
9499 2005-12-29  Michael Smith  <msmith@fluendo.com>
9500
9501         * gst/playback/gstdecodebin.c: (new_pad):
9502           Fix non-C89 variable declaration not at the start of a block. Should
9503           help some compilers.
9504
9505 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9506
9507         * tests/check/Makefile.am:
9508           And now fix 'make distcheck' (builddir != srcdir)
9509
9510 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9511
9512         * configure.ac:
9513         * ext/cdparanoia/Makefile.am:
9514         * ext/cdparanoia/gstcdparanoia.c:
9515         * ext/cdparanoia/gstcdparanoia.h:
9516         * ext/cdparanoia/gstcdparanoiasrc.c:
9517         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9518         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9519         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9520         (gst_cd_paranoia_paranoia_callback),
9521         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9522         (gst_cd_paranoia_src_set_property),
9523         (gst_cd_paranoia_src_get_property), (plugin_init):
9524         * ext/cdparanoia/gstcdparanoiasrc.h:
9525           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9526           plugin again (there are still fixes required to playbin to make
9527           cdda:// uris work there).
9528
9529 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9530
9531         * tests/check/Makefile.am:
9532           Fix test case compilation.
9533
9534 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9535
9536         * gst-libs/gst/cdda/gstcddabasesrc.c:
9537         (gst_cdda_base_src_update_duration),
9538         (gst_cdda_base_src_calculate_cddb_id):
9539           An integer is not a string. Fix access to uninitialised variable.
9540
9541         * tests/check/Makefile.am:
9542           Add cddabasesrc unit test; also actually enable the vorbis test.
9543
9544         * tests/check/generic/states.c:
9545           Blacklist new cd audio elements as well.
9546
9547         * tests/check/libs/cddabasesrc.c:
9548           Unit test for GstCddaBaseSrc (discid calculation mostly).
9549
9550 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9551
9552         * docs/libs/Makefile.am:
9553         * docs/libs/gst-plugins-base-libs-docs.sgml:
9554         * docs/libs/gst-plugins-base-libs-sections.txt:
9555         * docs/libs/gst-plugins-base-libs.types:
9556           Add docs for libgstcdda/GstCddaBaseSrc.
9557
9558         * gst-libs/gst/interfaces/mixertrack.h:
9559           Do one struct member per line with a semicolon at the end, that way
9560           even gtk-doc might parse it without complaining.
9561
9562 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9563
9564         * configure.ac:
9565         * gst-libs/gst/Makefile.am:
9566         * gst-libs/gst/cdda/Makefile.am:
9567         * gst-libs/gst/cdda/base64.c:
9568         * gst-libs/gst/cdda/base64.h:
9569         * gst-libs/gst/cdda/gstcddabasesrc.c:
9570         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9571         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9572         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9573         (gst_cdda_base_src_get_property),
9574         (gst_cdda_base_src_get_track_from_sector),
9575         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9576         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9577         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9578         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9579         (gst_cdda_base_src_uri_get_protocols),
9580         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9581         (gst_cdda_base_src_uri_handler_init),
9582         (gst_cdda_base_src_setup_interfaces),
9583         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9584         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9585         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9586         (gst_cdda_base_src_add_tags),
9587         (gst_cdda_base_src_add_index_associations),
9588         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9589         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9590         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9591         (gst_cdda_base_src_create):
9592         * gst-libs/gst/cdda/gstcddabasesrc.h:
9593         * gst-libs/gst/cdda/sha1.c:
9594         * gst-libs/gst/cdda/sha1.h:
9595           Add new libgstcdda with GstCddaBaseSrc class.
9596
9597 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9598
9599         * ext/gnomevfs/gstgnomevfssink.h:
9600           Use GstBaseSinkClass as parent_class member for class struct, not
9601           GstBaseSink.
9602
9603 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9604
9605         Patch by: Michael Benes
9606
9607         * gst/videotestsrc/gstvideotestsrc.c:
9608         (gst_video_test_src_class_init), (gst_video_test_src_start):
9609           Add start method to reset running time and number of frames sent
9610           when starting up (fixes #324696)
9611
9612 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9613
9614         * docs/plugins/Makefile.am:
9615         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9616         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9617         * docs/plugins/gst-plugins-base-plugins.args:
9618         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9619         * docs/plugins/gst-plugins-base-plugins.signals:
9620           Add docs stuff for gnomevfssrc and gnomevfssink.
9621
9622         * ext/gnomevfs/gstgnomevfssrc.c:
9623           Fix example pipeline in gtk-doc blurb.
9624
9625 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9626
9627         * ext/gnomevfs/Makefile.am:
9628         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9629         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9630         (gst_gnome_vfs_handle_get_type), (plugin_init):
9631         * ext/gnomevfs/gstgnomevfs.h:
9632         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9633         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9634         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9635         (gst_gnome_vfs_sink_set_property),
9636         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9637         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9638         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9639         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9640         (gst_gnome_vfs_sink_uri_get_type),
9641         (gst_gnome_vfs_sink_uri_get_protocols),
9642         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9643         (gst_gnome_vfs_sink_uri_handler_init):
9644         * ext/gnomevfs/gstgnomevfssink.h:
9645           Port gnomevfssink; add gtk-doc blurb.
9646
9647         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9648         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9649         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9650         (gst_gnome_vfs_src_uri_get_type),
9651         (gst_gnome_vfs_src_uri_get_protocols),
9652         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9653         (gst_gnome_vfs_src_uri_handler_init),
9654         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9655         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9656         (gst_gnome_vfs_src_send_additional_headers_callback),
9657         (gst_gnome_vfs_src_received_headers_callback),
9658         (gst_gnome_vfs_src_push_callbacks),
9659         (gst_gnome_vfs_src_pop_callbacks),
9660         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9661         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9662         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9663         * ext/gnomevfs/gstgnomevfssrc.h:
9664           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9665           file; add gtk-doc blurb with example pipelines.
9666
9667 === release 0.10.1 ===
9668
9669 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9670
9671         * configure.ac:
9672           releasing 0.10.1, "Dobro Dedek"
9673
9674 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9675
9676         * gst/typefind/gsttypefindfunctions.c:
9677         iLBC30 and iLBC20 added to typefind.
9678
9679 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9680
9681         * gst-libs/gst/audio/gstbaseaudiosink.c:
9682         (gst_base_audio_sink_class_init):
9683         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9684         (gst_base_audio_src_class_init):
9685           update strings, values are in microseconds
9686           change the default sink buffer time to something that is smaller
9687           (to help software volume mixing have a slightly lower delay) but
9688           still be acceptable on Wim's laptop
9689
9690 2005-12-20  Edward Hervey  <edward@fluendo.com>
9691
9692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9693         Made a quack, forgot to add DUCK to the riff video template.
9694
9695 2005-12-19  Edward Hervey  <edward@fluendo.com>
9696
9697         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9698         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9699         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9700         (gst_ogm_parse_chain):
9701         Make sure pads are initialized correctly.
9702         * gst-libs/gst/riff/riff-ids.h:
9703         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9704         (gst_riff_create_video_template_caps):
9705         Add a whole bunch of FOURCC <=> MimeType.
9706         Extend the riff video pad template to support the newly added fourcc.
9707
9708 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9709
9710         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9711         (gst_ogg_demux_activate_chain):
9712           Extra debug output when activating/deactivating chains.
9713
9714         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9715         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9716         (unlinked):
9717           Remove a queue from our list when it becomes unlinked.
9718           Don't add queues to elements in class 'Demux' if they
9719           can only produce one pad 
9720
9721 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9722
9723         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9724         (gst_video_sink_get_type): Add a debug category.
9725
9726 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9727
9728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9729         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9730           Handle downstream newsegment by sending our own newsegment before the
9731           next buffer to be released. (#323900)
9732
9733 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9734
9735         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9736         (gst_base_rtp_depayload_set_gst_timestamp):
9737           add queue delay to new segment as well (as opposed to just the first
9738           buffer). (bug #322347)
9739
9740 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9741
9742         * ext/libvisual/visual.c: (make_valid_name):
9743           change some char* into char[]
9744         * gst/audiotestsrc/gstaudiotestsrc.c:
9745         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9746         (gst_audio_test_src_create):
9747         * gst/audiotestsrc/gstaudiotestsrc.h:
9748           prepare to handle EOS and SEGMENT_DONE
9749
9750 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9751
9752         * tests/check/generic/states.c: (GST_START_TEST):
9753           Blacklist cdparanoia element in state test.
9754
9755 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9756
9757           Patch by: Benjamin Pineau
9758
9759         * gst/tcp/gsttcp.c:
9760         * gst/tcp/gsttcpclientsink.c:
9761         * gst/tcp/gsttcpserversink.c:
9762         * gst/tcp/gsttcpserversrc.c:
9763           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9764
9765 2005-12-15  Michael Smith  <msmith@fluendo.com>
9766
9767         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9768         (gst_video_rate_chain):
9769           Fix timestamping for videorate when the first buffer it sees has a
9770           non-zero timestamp. Fix some misleading debug output.
9771
9772 2005-12-15  Michael Smith  <msmith@fluendo.com>
9773
9774         * gst/audioresample/gstaudioresample.c:
9775           Don't leak all input buffers to audioresample.
9776
9777 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9778
9779         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9780           Don't operate on empty text buffers. Strip newlines and
9781           tabs only from the end of the text, but leave them intact
9782           in the middle. Fix typo in gtk-doc description.
9783
9784 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9785
9786         * gst/playback/gstplaybasebin.c:
9787         * gst/playback/gstplaybin.c: (handoff):
9788           Make sure the video frame buffer we return to apps via the
9789           "frame" property always has caps set on it. Modify
9790           _gst_gvalue_set_object() macro to handle NULL objects
9791           gracefully too.
9792
9793 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9794
9795         * gst/audiotestsrc/gstaudiotestsrc.c:
9796         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9797         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9798         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9799         (gst_audio_test_src_create):
9800         * gst/audiotestsrc/gstaudiotestsrc.h:
9801         Adjust to some recent api changes and add wtays new cool seeking
9802         capabillities
9803
9804 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * ext/alsa/Makefile.am:
9807         * ext/alsa/gstalsadeviceprobe.c:
9808         * ext/alsa/gstalsadeviceprobe.h:
9809           Helper functions to add device probing via the GstPropertyProbe
9810           interface to a class.
9811
9812         * ext/alsa/gstalsamixer.h:
9813           Comment out GST_ALSA_MIXER, it returns a struct that's not
9814           used.
9815
9816         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9817           Add some debug info. 
9818
9819         * ext/alsa/gstalsamixerelement.c:
9820         (gst_alsa_mixer_element_interface_supported),
9821         (gst_implements_interface_init),
9822         (gst_alsa_mixer_element_init_interfaces),
9823         (gst_alsa_mixer_element_class_init),
9824         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9825         (gst_alsa_mixer_element_set_property),
9826         (gst_alsa_mixer_element_get_property),
9827         (gst_alsa_mixer_element_change_state):
9828         * ext/alsa/gstalsamixerelement.h:
9829           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9830           for device handling (gnome-volume-control will need that).
9831
9832 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9833
9834         * ext/Makefile.am: fix cdparanoia entry
9835         * gst-plugins-base.spec.in: add cdparanoia
9836
9837 2005-12-12  Michael Smith  <msmith@fluendo.com>
9838
9839         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9840           Use the correct function to free list of typefind factories.
9841
9842 2005-12-12  Wim Taymans  <wim@fluendo.com>
9843
9844         * gst/videotestsrc/gstvideotestsrc.c:
9845         (gst_video_test_src_class_init), (gst_video_test_src_init),
9846         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9847         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9848         (gst_video_test_src_create):
9849         * gst/videotestsrc/gstvideotestsrc.h:
9850         Implement seeking in videotestsrc.
9851         Small cleanups.
9852
9853 2005-12-12  Wim Taymans  <wim@fluendo.com>
9854
9855         * ext/cdparanoia/Makefile.am:
9856         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9857         (gst_paranoia_endian_get_type), (_do_init),
9858         (cdparanoia_class_init), (cdparanoia_init),
9859         (cdparanoia_set_property), (cdparanoia_get_property),
9860         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9861         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9862         (cdparanoia_convert), (cdparanoia_get_query_types),
9863         (cdparanoia_query), (cdparanoia_set_index),
9864         (cdparanoia_uri_set_uri):
9865         * ext/cdparanoia/gstcdparanoia.h:
9866         Partially ported cdparanoia now that basesrc can support a
9867         plugin like this..
9868
9869 2005-12-12  Wim Taymans  <wim@fluendo.com>
9870
9871         * tests/examples/seek/scrubby.c: (main):
9872         Set higher priority for bus events so they don't get reordered with
9873         gtk gui events.
9874
9875         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9876         (flush_toggle_cb), (main):
9877         Added checkbox to disable flushing seeks. 
9878         Disable scrubbing when doing non flushing seeks.
9879
9880 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9881
9882         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9883         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9884         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9885         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9886           Implement some sort of event handling that doesn't rely on
9887           g_return_if_fail; make sure we always push the last chunk of an 
9888           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9889           state change function; remove some old cruft. Seeking is still
9890           rather unlikely to work though.
9891
9892         * tools/.cvsignore:
9893           Ignore more.
9894
9895 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9896
9897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9898         Fixed a leak of the current image reference when cleaning up.
9899         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9900
9901 2005-12-09  Michael Smith  <msmith@fluendo.com>
9902
9903         * tools/Makefile.am:
9904         * tools/gst-launch-ext-m.m:
9905           Remove gst-launch-ext. It doesn't work, and is no longer
9906           particularly useful.
9907
9908 2005-12-08  Luca Ognibene  <luogni@tin.it>
9909
9910         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9911           don't pass random values to ogmparse convert function.
9912           Make seeking possible in the exile1.ogm file.
9913
9914 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9915
9916         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9917         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9918           Work around refcount problem with g_value_set_object() that occur
9919           if the core has been compiled against GLib-2.6 (g_value_set_object()
9920           will only g_object_ref() the element, but the caller will
9921           gst_object_unref() it and bad things will happen due to the way
9922           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9923           totem for people on FC4 using Thomas's 0.10 RPMs.
9924           
9925 2005-12-07  Edward Hervey  <edward@fluendo.com>
9926
9927         Time to welcome ogm to 0.10 :)
9928         
9929         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9930         (gst_ogg_pad_typefind):
9931         Oggdemux can now properly typefind elements with dynamic pads.
9932         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9933         Properly set caps on src pad, and set caps on outgoing buffers.
9934
9935 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9936
9937         * ext/alsa/gstalsamixer.h:
9938         * ext/alsa/gstalsamixerelement.h:
9939         * ext/alsa/gstalsamixeroptions.h:
9940         * ext/alsa/gstalsamixertrack.h:
9941         * ext/alsa/gstalsasink.c:
9942         * ext/alsa/gstalsasink.h:
9943         * ext/alsa/gstalsasrc.c:
9944         * ext/alsa/gstalsasrc.h:
9945         * ext/cdparanoia/gstcdparanoia.h:
9946         * ext/gnomevfs/gstgnomevfsuri.h:
9947         * ext/ogg/gstoggdemux.c:
9948         * ext/ogg/gstoggmux.c:
9949         * ext/pango/gsttextoverlay.h:
9950         * ext/theora/theoradec.c:
9951         * ext/theora/theoraenc.c:
9952         * ext/vorbis/vorbisdec.h:
9953         * ext/vorbis/vorbisenc.c:
9954         * ext/vorbis/vorbisenc.h:
9955         * ext/vorbis/vorbisparse.h:
9956         * gst-libs/gst/audio/gstaudioclock.h:
9957         * gst-libs/gst/audio/gstaudiosink.c:
9958         * gst-libs/gst/audio/gstaudiosink.h:
9959         * gst-libs/gst/audio/gstaudiosrc.c:
9960         * gst-libs/gst/audio/gstaudiosrc.h:
9961         * gst-libs/gst/audio/gstbaseaudiosink.c:
9962         * gst-libs/gst/audio/gstbaseaudiosink.h:
9963         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9964         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9965         * gst-libs/gst/audio/gstringbuffer.h:
9966         * gst-libs/gst/audio/multichannel.h:
9967         * gst-libs/gst/floatcast/floatcast.h:
9968         * gst-libs/gst/interfaces/colorbalance.c:
9969         * gst-libs/gst/interfaces/colorbalance.h:
9970         * gst-libs/gst/interfaces/colorbalancechannel.h:
9971         * gst-libs/gst/interfaces/mixer.h:
9972         * gst-libs/gst/interfaces/mixeroptions.h:
9973         * gst-libs/gst/interfaces/mixertrack.h:
9974         * gst-libs/gst/interfaces/navigation.h:
9975         * gst-libs/gst/interfaces/propertyprobe.h:
9976         * gst-libs/gst/interfaces/tuner.h:
9977         * gst-libs/gst/interfaces/tunerchannel.h:
9978         * gst-libs/gst/interfaces/tunernorm.h:
9979         * gst-libs/gst/interfaces/xoverlay.h:
9980         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9981         * gst-libs/gst/riff/riff-ids.h:
9982         * gst-libs/gst/riff/riff-media.h:
9983         * gst-libs/gst/riff/riff-read.h:
9984         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9985         * gst-libs/gst/rtp/gstbasertppayload.c:
9986         * gst-libs/gst/rtp/gstbasertppayload.h:
9987         * gst-libs/gst/rtp/gstrtpbuffer.c:
9988         * gst-libs/gst/rtp/gstrtpbuffer.h:
9989         * gst-libs/gst/tag/gsttageditingprivate.h:
9990         * gst-libs/gst/tag/gstvorbistag.c:
9991         (gst_tag_list_from_vorbiscomment_buffer):
9992         * gst-libs/gst/tag/tag.h:
9993         * gst-libs/gst/video/video.h:
9994         * gst/adder/gstadder.c:
9995         * gst/adder/gstadder.h:
9996         * gst/audioconvert/audioconvert.c:
9997         * gst/audioconvert/audioconvert.h:
9998         * gst/audioconvert/gstaudioconvert.c:
9999         * gst/audioconvert/gstchannelmix.c:
10000         * gst/audioconvert/gstchannelmix.h:
10001         * gst/audiorate/gstaudiorate.c:
10002         * gst/audioresample/buffer.h:
10003         * gst/audioresample/functable.h:
10004         * gst/audioresample/gstaudioresample.c:
10005         * gst/audioresample/resample.h:
10006         * gst/ffmpegcolorspace/avcodec.h:
10007         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10008         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
10009         * gst/ffmpegcolorspace/imgconvert.c:
10010         * gst/ffmpegcolorspace/imgconvert_template.h:
10011         * gst/playback/gstdecodebin.c:
10012         * gst/playback/gstplaybasebin.h:
10013         * gst/playback/gstplaybin.c:
10014         * gst/playback/gststreaminfo.h:
10015         * gst/tcp/gstfdset.c:
10016         * gst/tcp/gstfdset.h:
10017         * gst/tcp/gstmultifdsink.c:
10018         * gst/tcp/gstmultifdsink.h:
10019         * gst/tcp/gsttcp.h:
10020         * gst/tcp/gsttcpclientsrc.c:
10021         * gst/tcp/gsttcpclientsrc.h:
10022         * gst/tcp/gsttcpplugin.h:
10023         * gst/tcp/gsttcpserversink.c:
10024         * gst/tcp/gsttcpserversrc.c:
10025         * gst/typefind/gsttypefindfunctions.c:
10026         * gst/videorate/gstvideorate.c:
10027         * gst/videotestsrc/gstvideotestsrc.h:
10028         * gst/videotestsrc/videotestsrc.h:
10029         * sys/v4l/gstv4lcolorbalance.h:
10030         * sys/v4l/gstv4ltuner.h:
10031         * sys/v4l/gstv4lxoverlay.h:
10032         * sys/v4l/v4l_calls.h:
10033         * sys/v4l/videodev_mjpeg.h:
10034         * tests/check/elements/audioconvert.c:
10035         * tests/check/elements/audioresample.c:
10036         * tests/check/elements/audiotestsrc.c:
10037         * tests/check/elements/videotestsrc.c:
10038         * tests/check/elements/volume.c:
10039         * tests/examples/seek/scrubby.c:
10040         * tests/examples/seek/seek.c:
10041           expand tabs
10042
10043 === release 0.10.0 ===
10044
10045 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10046
10047         * configure.ac:
10048           releasing 0.10.0, "Mont-d'or"
10049
10050 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
10051
10052         * tests/examples/seek/Makefile.am:
10053         Build fix for when gtk is not available.
10054
10055 2005-12-05  Andy Wingo  <wingo@pobox.com>
10056
10057         * ext/libvisual/visual.c: (get_buffer):
10058         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
10059         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10060         * ext/theora/theoradec.c: (theora_handle_data_packet):
10061         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10062         (theora_enc_chain):
10063         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10064         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10065         Update for alloc_buffer changes.
10066
10067 2005-12-05  Andy Wingo  <wingo@pobox.com>
10068
10069         patch by: Kai Vehmanen <kv2004 eca cx>
10070         
10071         * gst-libs/gst/rtp/gstbasertpdepayload.c
10072         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
10073
10074 2005-12-04  Andy Wingo  <wingo@pobox.com>
10075
10076         patch by: Sebastien Cote <sebas642 yahoo ca>
10077         
10078         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
10079         Fixes #319172.
10080
10081 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         * docs/plugins/Makefile.am:
10084         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10085         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10086         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10087         * ext/pango/gstclockoverlay.c:
10088         * ext/pango/gsttextoverlay.c: 
10089         * ext/pango/gsttextrender.c:
10090         * ext/pango/gsttimeoverlay.c:
10091           Add gtk-doc blurbs to pango elements.
10092
10093 2005-12-02  Wim Taymans  <wim@fluendo.com>
10094
10095         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
10096         * gst/audioresample/buffer.h:
10097         * gst/audioresample/gstaudioresample.c:
10098         * gst/audioresample/gstaudioresample.h:
10099         * gst/audioresample/resample.c: (resample_input_flush),
10100         (resample_input_pushthrough), (resample_input_eos),
10101         (resample_get_output_size_for_input),
10102         (resample_get_input_size_for_output), (resample_get_output_size),
10103         (resample_get_output_data):
10104         * gst/audioresample/resample.h:
10105         * gst/audioresample/resample_ref.c: (resample_scale_ref):
10106         Fix audioresample, seek torture, new segments, reverse negotiation
10107         etc.. work fine.
10108
10109 2005-12-02  Wim Taymans  <wim@fluendo.com>
10110
10111         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10112         Small cleanups.
10113
10114 2005-12-02  Wim Taymans  <wim@fluendo.com>
10115
10116         * gst/audioconvert/gstaudioconvert.c:
10117         (gst_audio_convert_transform):
10118         Post errors.
10119
10120 === release 0.9.7 ===
10121
10122 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10123
10124         * configure.ac:
10125           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
10126
10127 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10128
10129         * Makefile.am:
10130         * po/hu.po:
10131         * win32/MANIFEST:
10132         * win32/gst.sln:
10133           add win32 MANIFEST file
10134           do something to the hungarian translation
10135
10136 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
10137
10138         * ext/Makefile.am:
10139           Add $(PANGO_DIR) to SUBDIRS
10140
10141         * ext/pango/gstclockoverlay.c:
10142         * ext/pango/gsttimeoverlay.c:
10143           Fix and improve element descriptions.
10144
10145 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10146
10147         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10148         * docs/plugins/inspect/plugin-libvisual.xml:
10149         * docs/plugins/inspect/plugin-pango.xml:
10150           add pango plugin to docs
10151
10152 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10153
10154         * configure.ac:
10155         * ext/Makefile.am:
10156           moved pango to base
10157
10158 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10159
10160         * configure.ac:
10161         * tests/Makefile.am:
10162         * tests/icles/.cvsignore:
10163         * tests/icles/Makefile.am:
10164         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
10165         (close_display), (resize_window), (move_window), (create_window),
10166         (terminate_playback), (pause_playback), (start_playback), (main):
10167           add stress test for xoverlay from Julien
10168
10169 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10170
10171         * docs/libs/tmpl/gstcolorbalance.sgml:
10172         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10173         * gst-libs/gst/rtp/gstbasertppayload.c:
10174         * gst-libs/gst/rtp/gstrtpbuffer.c:
10175         * gst-libs/gst/rtp/gstrtpbuffer.h:
10176           Do burger's rename for rtp payloaders and depayloaders
10177
10178 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10179
10180         * win32/:
10181           add Visual Studio 6 build files
10182
10183 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10184
10185         * docs/libs/gst-plugins-base-libs-docs.sgml:
10186         * docs/libs/gst-plugins-base-libs-sections.txt:
10187         * docs/libs/tmpl/gstaudio.sgml:
10188         * docs/libs/tmpl/gstringbuffer.sgml:
10189         * gst-libs/gst/interfaces/xoverlay.c:
10190         * gst-libs/gst/video/gstvideofilter.c:
10191         * gst-libs/gst/video/gstvideosink.c:
10192           update documentation
10193
10194 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10195
10196         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
10197         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
10198         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
10199         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10200         (gst_multi_fd_sink_get_stats),
10201         (gst_multi_fd_sink_remove_client_link),
10202         (gst_multi_fd_sink_handle_client_read),
10203         (gst_multi_fd_sink_client_queue_data),
10204         (gst_multi_fd_sink_client_queue_caps),
10205         (gst_multi_fd_sink_client_queue_buffer),
10206         (gst_multi_fd_sink_new_client),
10207         (gst_multi_fd_sink_handle_client_write),
10208         (gst_multi_fd_sink_recover_client),
10209         (gst_multi_fd_sink_queue_buffer),
10210         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
10211         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
10212         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
10213         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
10214         * gst/tcp/gstmultifdsink.h:
10215         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
10216         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
10217         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
10218         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
10219         (gst_tcp_client_sink_set_property),
10220         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
10221         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
10222         * gst/tcp/gsttcpclientsink.h:
10223         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
10224         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
10225         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
10226         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
10227         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
10228         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
10229         * gst/tcp/gsttcpclientsrc.h:
10230         * gst/tcp/gsttcpplugin.c: (plugin_init):
10231         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
10232         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
10233         (gst_tcp_server_sink_finalize),
10234         (gst_tcp_server_sink_handle_server_read),
10235         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10236         (gst_tcp_server_sink_set_property),
10237         (gst_tcp_server_sink_get_property),
10238         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10239         * gst/tcp/gsttcpserversink.h:
10240         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10241         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10242         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10243         (gst_tcp_server_src_set_property),
10244         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10245         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10246         * gst/tcp/gsttcpserversrc.h:
10247           more borgifying
10248
10249 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10250
10251         * docs/plugins/Makefile.am:
10252         * docs/plugins/gst-plugins-base-plugins.args:
10253         * docs/plugins/inspect/plugin-libvisual.xml:
10254         * gst/audioconvert/plugin.h:
10255         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10256         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10257         (gst_audio_rate_setcaps), (gst_audio_rate_init),
10258         (gst_audio_rate_chain), (gst_audio_rate_set_property),
10259         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10260         (plugin_init):
10261         * gst/audiotestsrc/gstaudiotestsrc.c:
10262         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10263         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10264         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10265         (gst_audio_test_src_get_query_types),
10266         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10267         (gst_audio_test_src_create_square),
10268         (gst_audio_test_src_create_saw),
10269         (gst_audio_test_src_create_triangle),
10270         (gst_audio_test_src_create_silence),
10271         (gst_audio_test_src_create_white_noise),
10272         (gst_audio_test_src_init_pink_noise),
10273         (gst_audio_test_src_generate_pink_noise_value),
10274         (gst_audio_test_src_create_pink_noise),
10275         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10276         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10277         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10278         (plugin_init):
10279         * gst/audiotestsrc/gstaudiotestsrc.h:
10280         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10281         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10282         (gst_sub_parse_init), (gst_sub_parse_formats),
10283         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10284         (convert_encoding), (get_next_line),
10285         (gst_sub_parse_data_format_autodetect),
10286         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10287         (gst_sub_parse_loop), (gst_sub_parse_chain),
10288         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10289         (plugin_init):
10290         * gst/subparse/gstsubparse.h:
10291         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10292         (gst_video_rate_base_init), (gst_video_rate_class_init),
10293         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10294         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10295         (gst_video_rate_init), (gst_video_rate_event),
10296         (gst_video_rate_chain), (gst_video_rate_set_property),
10297         (gst_video_rate_get_property), (gst_video_rate_change_state),
10298         (plugin_init):
10299         * gst/videoscale/gstvideoscale.c:
10300         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10301         (gst_video_scale_src_template_factory),
10302         (gst_video_scale_sink_template_factory),
10303         (gst_video_scale_get_type), (gst_video_scale_base_init),
10304         (gst_video_scale_class_init), (gst_video_scale_init),
10305         (gst_video_scale_set_property), (gst_video_scale_get_property),
10306         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10307         (gst_video_scale_prepare_size), (parse_caps),
10308         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10309         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10310         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10311         (plugin_init):
10312         * gst/videoscale/gstvideoscale.h:
10313         * gst/videotestsrc/gstvideotestsrc.c:
10314         (gst_video_test_src_pattern_get_type),
10315         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10316         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10317         (gst_video_test_src_set_pattern),
10318         (gst_video_test_src_set_property),
10319         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10320         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10321         (gst_video_test_src_event), (gst_video_test_src_get_times),
10322         (gst_video_test_src_create), (plugin_init):
10323         * gst/videotestsrc/gstvideotestsrc.h:
10324         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10325         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10326         (gst_video_test_src_black):
10327         * gst/videotestsrc/videotestsrc.h:
10328           borgify further
10329           clean up docs a little
10330
10331 2005-11-30  Wim Taymans  <wim@fluendo.com>
10332
10333         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10334         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10335         (gst_basertppayload_event), (gst_basertppayload_push),
10336         (gst_basertppayload_change_state):
10337         * gst-libs/gst/rtp/gstbasertppayload.h:
10338         closed #320644.
10339
10340 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10341
10342         * docs/libs/gst-plugins-base-libs-docs.sgml:
10343         * docs/libs/gst-plugins-base-libs-sections.txt:
10344         * gst-libs/gst/video/gstvideofilter.c:
10345         * gst-libs/gst/video/gstvideosink.c:
10346         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10347
10348 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10349
10350         * LICENSE:
10351           move
10352         * po/af.po:
10353         * po/az.po:
10354         * po/cs.po:
10355         * po/en_GB.po:
10356         * po/hu.po:
10357         * po/it.po:
10358         * po/nb.po:
10359         * po/nl.po:
10360         * po/or.po:
10361         * po/sq.po:
10362         * po/sr.po:
10363         * po/sv.po:
10364         * po/uk.po:
10365         * po/vi.po:
10366         * Makefile.am:
10367           update
10368         * scripts/autoplugins.sh:
10369           remove
10370
10371 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10372
10373         * Makefile.am:
10374         * configure.ac:
10375         * examples/Makefile.am:
10376         * examples/capsfilter/Makefile.am:
10377         * examples/capsfilter/capsfilter1.c:
10378         * examples/gob/Makefile.am:
10379         * examples/gob/gst-identity2.gob:
10380         * examples/indexing/.cvsignore:
10381         * examples/indexing/Makefile.am:
10382         * examples/indexing/indexmpeg.c:
10383         * examples/seeking/.cvsignore:
10384         * examples/seeking/Makefile.am:
10385         * examples/seeking/cdparanoia.c:
10386         * examples/seeking/cdplayer.c:
10387         * examples/seeking/chained.c:
10388         * examples/seeking/scrubby.c:
10389         * examples/seeking/seek.c:
10390         * examples/stats/Makefile.am:
10391         * examples/stats/mp2ogg.c:
10392         * examples/switch/.cvsignore:
10393         * examples/switch/Makefile.am:
10394         * examples/switch/switcher.c:
10395         * tests/Makefile.am:
10396         * tests/check/generic/.cvsignore:
10397         * tests/check/pipelines/.cvsignore:
10398         * tests/examples/Makefile.am:
10399         * tests/examples/seek/Makefile.am:
10400           reorganize stuff under tests/
10401
10402 2005-11-30  Edward Hervey  <edward@fluendo.com>
10403
10404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10405         Go away you stupid GstStaticPadTemplate memleak.
10406
10407 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10408
10409         * gst-libs/gst/net/Makefile.am:
10410         * gst-libs/gst/net/README:
10411         * gst-libs/gst/net/gstnetbuffer.c:
10412         * gst-libs/gst/net/gstnetbuffer.h:
10413           this was moved to "netbuffer"
10414
10415 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10416
10417         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10418         (gst_video_filter_class_init), (gst_video_filter_init):
10419         * gst-libs/gst/video/gstvideofilter.h:
10420           borgify name to bring in line with other classes
10421
10422 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10423
10424         * gst/audioscale/.cvsignore:
10425         * gst/audioscale/Makefile.am:
10426         * gst/audioscale/README:
10427         * gst/audioscale/audioscale.vcproj:
10428         * gst/audioscale/dtof.c:
10429         * gst/audioscale/dtos.c:
10430         * gst/audioscale/functable.c:
10431         * gst/audioscale/gstaudioscale.c:
10432         * gst/audioscale/gstaudioscale.h:
10433         * gst/audioscale/private.h:
10434         * gst/audioscale/resample.c:
10435         * gst/audioscale/resample.h:
10436         * gst/audioscale/test.c:
10437           remove
10438
10439 2005-11-30  Edward Hervey  <edward@fluendo.com>
10440
10441         * gst-libs/gst/netbuffer/Makefile.am:
10442         really, really tired
10443
10444 2005-11-30  Edward Hervey  <edward@fluendo.com>
10445
10446         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10447         Update for new GstTypeFindFactory _register()
10448
10449 2005-11-30  Edward Hervey  <edward@fluendo.com>
10450
10451         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10452         Let's not override libgstnet from core for no reason...
10453         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10454         Ok, maybe not so quick next time.
10455
10456 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10457
10458         * configure.ac:
10459         * gst-libs/gst/Makefile.am:
10460           moved gst-libs/gst/net to netbuffer through CVS surgery
10461           remove old directory
10462           updating build to accomodate
10463           (#322257)
10464
10465 2005-11-29  Andy Wingo  <wingo@pobox.com>
10466
10467         * pkgconfig/gstreamer-plugins-base.pc.in:
10468         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10469         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10470         (#322257).
10471
10472 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10473
10474         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10475         3rd time's the charm. Correct ref-counting for discarded buffers.
10476
10477 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10478
10479         * gst/playback/gststreamselector.c:
10480         (gst_stream_selector_class_init),
10481         (gst_stream_selector_set_property),
10482         (gst_stream_selector_get_property),
10483         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10484         Fix ref-counting
10485
10486 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10487
10488         * gst/subparse/gstsubparse.c: (feed_textbuf):
10489           Don't access already unref'ed buffer.
10490
10491 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10492
10493         * gst/playback/gststreamselector.c:
10494         (gst_stream_selector_class_init), (gst_stream_selector_init),
10495         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10496         (gst_stream_selector_get_property),
10497         (gst_stream_selector_get_linked_pad),
10498         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10499         * gst/playback/gststreamselector.h:
10500         Add the active-pad property for playbin to use shortly. Ignore buffers
10501         from any other pad, returning GST_FLOW_NOT_LINKED
10502
10503 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10504
10505         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10506         patch from bug #322704 (Alessandro Decina).
10507
10508 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10509
10510         * gst-libs/gst/audio/Makefile.am:
10511           folded audiofilter into the audio library
10512
10513 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10514
10515         * gst/videoscale/gstvideoscale.h:
10516         * gst/videoscale/gstvideoscale.c:
10517           remove unimplemented scale methods
10518
10519 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10520
10521         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10522           Don't leak caps.
10523
10524 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10525
10526         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10527         (gst_ximagesink_setcaps):
10528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10529         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10530         happens (only visible on ximagesink but bug is in xv too) set_caps was
10531         destroying the internal x[v]image used to memcpy non locally alloced
10532         buffers so that it got renewed on next _chain. The issue is that 
10533         _expose will try to put that image as it reffed it in _put.
10534         Using gst_buffer_unref instead of destroy fixes it !
10535
10536 2005-11-28  Edward Hervey  <edward@fluendo.com>
10537
10538         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10539         (try_to_link_1), (queue_filled_cb):
10540         Better use of the queues. Start with a small size queue and only increase
10541         the size of the queues when the other queues are empty.
10542
10543 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10544
10545         * gst-libs/gst/video/Makefile.am:
10546           compile in copied-over videofilter into the video library
10547         * gst-libs/gst/video/videosink.h:
10548           rename the header to gstvideosink.h since it's a base GstObject class
10549         * sys/ximage/ximagesink.h:
10550         * sys/xvimage/xvimagesink.h:
10551           use the new header
10552
10553 2005-11-28  Wim Taymans  <wim@fluendo.com>
10554
10555         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10556         * gst/playback/gstplaybasebin.h:
10557         Prepare to handle errors betters.
10558
10559         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10560         Set sinks to PAUSED first before adding and linking them so that
10561         we don't interrupt dataflow.
10562
10563 2005-11-28  Wim Taymans  <wim@fluendo.com>
10564
10565         * gst-libs/gst/audio/TODO:
10566         Updated TODO
10567
10568         * gst-libs/gst/audio/gstaudiosink.c:
10569         (gst_audioringbuffer_open_device),
10570         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10571         (gst_audioringbuffer_release):
10572         Small cleanups.
10573
10574         * gst-libs/gst/audio/gstbaseaudiosink.c:
10575         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10576         (gst_base_audio_sink_change_state):
10577         Slave to the master clock when going to PLAYING and unslave when
10578         going to PAUSED.
10579
10580         * gst-libs/gst/audio/gstringbuffer.c:
10581         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10582         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10583         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10584         (gst_ring_buffer_clear_all), (wait_segment),
10585         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10586         (gst_ring_buffer_advance):
10587         * gst-libs/gst/audio/gstringbuffer.h:
10588         Add some docs and cleanups.
10589
10590 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10591
10592         * sys/xvimage/xvimagesink.c:
10593         (gst_xvimagesink_navigation_send_event): Fix navigation events
10594         coordinates translation with pixel aspect ratios.
10595
10596 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10597
10598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10599         Use calculated video geometry from _setcaps instead of buffer
10600         caps to respect pixel aspect ratio. (fixes #322388)
10601
10602 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10603
10604         * docs/libs/tmpl/gstcolorbalance.sgml:
10605         * docs/libs/tmpl/gstmixer.sgml:
10606         * docs/libs/tmpl/gstxoverlay.sgml:
10607         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10608         interface.
10609
10610 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10611
10612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10613         Refuse to create an XvImage if we can't find the format.
10614
10615 2005-11-28  Edward Hervey  <edward@fluendo.com>
10616
10617         * gst-libs/gst/riff/riff-media.c:
10618         (gst_riff_create_audio_template_caps):
10619         Add ATRAC3 to the list of riff-possible audio caps.
10620         I know we still don't have a plugin for atrac3, but it's saner to output
10621         that than a cryptic mimetype.
10622
10623 2005-11-27  Edward Hervey  <edward@fluendo.com>
10624
10625         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10626         Don't try to create a zero-sized subbuffer.
10627
10628 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10629
10630         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10631         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10632         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10633         (gst_ximagesink_expose): Fixed a tricky race.
10634         * sys/ximage/ximagesink.h:
10635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10636         (gst_xvimagesink_expose): Fixed a tricky race.
10637         * sys/xvimage/xvimagesink.h:
10638
10639 2005-11-27  Edward Hervey  <edward@fluendo.com>
10640
10641         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10642         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10643         Remove unused properties, and add queues between demuxers and decoders
10644         so that a lot more files can preroll properly.
10645
10646 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10647
10648         * gst-libs/gst/net/Makefile.am:
10649         * gst-libs/gst/rtp/Makefile.am:
10650         * gst-libs/gst/tag/Makefile.am:
10651           remove silly include
10652         * gst/tags/Makefile.am:
10653         * gst/tags/gsttagediting.c:
10654         * gst/tags/gsttageditingprivate.h:
10655         * gst/tags/tagedit.vcproj:
10656           remove directory, is as good as empty
10657
10658 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10659
10660         * configure.ac:
10661           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10662         * gst-libs/Makefile.am:
10663         * gst-libs/gst/audio/Makefile.am:
10664         * gst-libs/gst/interfaces/Makefile.am:
10665         * gst-libs/gst/net/Makefile.am:
10666         * gst-libs/gst/riff/Makefile.am:
10667         * gst-libs/gst/rtp/Makefile.am:
10668         * gst-libs/gst/tag/Makefile.am:
10669         * gst-libs/gst/video/Makefile.am:
10670           and use them
10671
10672 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10673
10674         * docs/libs/tmpl/gstcolorbalance.sgml:
10675         * docs/libs/tmpl/gstmixer.sgml:
10676         * docs/libs/tmpl/gstxoverlay.sgml:
10677         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10678         * sys/ximage/ximagesink.h:
10679         * sys/xvimage/xvimagesink.h: More and more documentation.
10680
10681 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10682
10683         * docs/libs/gst-plugins-base-libs-docs.sgml:
10684         * docs/libs/gst-plugins-base-libs-sections.txt:
10685         * docs/libs/tmpl/gstcolorbalance.sgml:
10686         * docs/libs/tmpl/gstmixer.sgml:
10687         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10688         to documentation.
10689
10690 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10691
10692         * docs/plugins/Makefile.am:
10693         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10694         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10695         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10696
10697 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10698
10699         * docs/plugins/Makefile.am:
10700         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10701         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10702         * docs/plugins/inspect/plugin-adder.xml:
10703         * docs/plugins/inspect/plugin-alsa.xml:
10704         * docs/plugins/inspect/plugin-audioconvert.xml:
10705         * docs/plugins/inspect/plugin-audiorate.xml:
10706         * docs/plugins/inspect/plugin-audioresample.xml:
10707         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10708         * docs/plugins/inspect/plugin-decodebin.xml:
10709         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10710         * docs/plugins/inspect/plugin-gnomevfs.xml:
10711         * docs/plugins/inspect/plugin-ogg.xml:
10712         * docs/plugins/inspect/plugin-playbin.xml:
10713         * docs/plugins/inspect/plugin-subparse.xml:
10714         * docs/plugins/inspect/plugin-tcp.xml:
10715         * docs/plugins/inspect/plugin-theora.xml:
10716         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10717         * docs/plugins/inspect/plugin-video4linux.xml:
10718         * docs/plugins/inspect/plugin-videorate.xml:
10719         * docs/plugins/inspect/plugin-videoscale.xml:
10720         * docs/plugins/inspect/plugin-videotestsrc.xml:
10721         * docs/plugins/inspect/plugin-volume.xml:
10722         * docs/plugins/inspect/plugin-vorbis.xml:
10723         * docs/plugins/inspect/plugin-ximagesink.xml:
10724         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10725         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10726
10727 2005-11-26  Edward Hervey  <edward@fluendo.com>
10728
10729         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10730         Properly return GstFlowReturn from gst_pad_push in chain functions.
10731
10732 2005-11-25  Michael Smith  <msmith@fluendo.com>
10733
10734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10735         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10736         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10737         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10738           Handle various conditions better when we don't understand a stream.
10739           Removes a heap of CRITICALs on ogg streams containing unknown data.
10740
10741 2005-11-24  Andy Wingo  <wingo@pobox.com>
10742
10743         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10744         Be threadsafe.
10745
10746 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10747
10748         * configure.ac: back to HEAD
10749
10750 === release 0.9.6 ===
10751
10752 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10753
10754         * configure.ac:
10755           releasing 0.9.6, "White Eight"
10756
10757 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10758
10759         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10760         * docs/plugins/inspect/plugin-sine.xml:
10761           remove sinesrc some more
10762
10763 2005-11-23  Wim Taymans  <wim@fluendo.com>
10764
10765         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10766         If we are reading too slowly, jump forward in the ringbuffer
10767         instead of blocking.
10768
10769 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10770
10771         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10772         (gst_visual_chain):
10773         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10774         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10775         (gst_videorate_chain):
10776         * gst/videotestsrc/gstvideotestsrc.c:
10777         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10778         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10779         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10780         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10781         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10782         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10783           Updates for API changes
10784
10785 2005-11-23  Wim Taymans  <wim@fluendo.com>
10786
10787         * gst-libs/gst/audio/gstbaseaudiosink.c:
10788         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10789         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10790         Fix for calibration API change.
10791
10792 2005-11-23  Michael Smith <msmith@fluendo.com>
10793
10794         * gst-libs/gst/audio/multichannel.c:
10795         (gst_audio_get_channel_positions),
10796         (gst_audio_set_channel_positions),
10797         (gst_audio_set_structure_channel_positions_list),
10798         (gst_audio_fixate_channel_positions):
10799           Use gst_value_array_*() functions on value arrays, not
10800           gst_value_list_*().
10801
10802 2005-11-23  Edward Hervey  <edward@fluendo.com>
10803
10804         * autogen.sh:
10805         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10806         Fixes autogen
10807
10808 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10809
10810         * check/Makefile.am:
10811         * check/elements/videotestsrc.c: (setup_videotestsrc),
10812         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10813         (main):
10814           add a test for videotestsrc
10815
10816 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10817
10818         * gst/sine/.cvsignore:
10819         * gst/sine/Makefile.am:
10820         * gst/sine/gstsinesrc.c:
10821         * gst/sine/gstsinesrc.h:
10822         * gst/sine/sinesrc.vcproj:
10823           and remove sinesrc from the repository.  Closes #321446
10824
10825 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10826
10827         * configure.ac:
10828         * gst-plugins-base.spec.in:
10829           remove sinesrc from the build
10830
10831 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10832
10833         * check/Makefile.am:
10834         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10835         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10836         (main):
10837           add a test for audiotestsrc, testing all waves.  Even seems
10838           leak-free at first glance, nice job Stefan
10839
10840 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10841
10842         * po/af.po:
10843         * po/az.po:
10844         * po/cs.po:
10845         * po/en_GB.po:
10846         * po/hu.po:
10847         * po/it.po:
10848         * po/nb.po:
10849         * po/nl.po:
10850         * po/or.po:
10851         * po/sq.po:
10852         * po/sr.po:
10853         * po/sv.po:
10854         * po/uk.po:
10855         * po/vi.po:
10856           Translation string updates
10857
10858         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10859         (gst_v4lsrc_set_caps):
10860         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10861         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10862         * sys/v4l/v4lsrc_calls.h:
10863           Improve v4lsrc, by making it work again.
10864
10865 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10866
10867         * ext/libvisual/visual.c: (gst_visual_chain):
10868           Fix the fps calculations.
10869
10870         * gst/ffmpegcolorspace/avcodec.h:
10871           Move structure element for clarity
10872
10873         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10874         * gst-libs/gst/interfaces/tunernorm.h:
10875         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10876         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10877         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10878         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10879         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10880         (gst_v4lmjpegsrc_getcaps):
10881         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10882         (gst_v4lsrc_set_caps):
10883         * sys/v4l/gstv4lsrc.h:
10884         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10885         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10886         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10887         * sys/v4l/v4lsrc_calls.h:
10888           Fractional framerates...
10889
10890 2005-11-22  Wim Taymans  <wim@fluendo.com>
10891
10892         * gst-libs/gst/audio/gstbaseaudiosink.c:
10893         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10894         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10895         And we provide a clock by default, of course...
10896
10897 2005-11-22  Wim Taymans  <wim@fluendo.com>
10898
10899         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10900         This clock can be slaved to a master clock now.
10901
10902         * gst-libs/gst/audio/gstbaseaudiosink.c:
10903         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10904         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10905         (gst_base_audio_sink_set_clock),
10906         (gst_base_audio_sink_set_property),
10907         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10908         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10909         * gst-libs/gst/audio/gstbaseaudiosink.h:
10910         Handle slaving the internal clock to the clock selected in the
10911         pipeline.
10912         Add property to make the basesink not provide a clock.
10913
10914         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10915         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10916         (gst_base_rtp_depayload_wait):
10917         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10918         We can use the clock in GstElement, no need to store it ourselves.
10919
10920 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10921
10922         * docs/libs/tmpl/gstaudio.sgml:
10923           update
10924         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10925         (gst_paranoia_endian_get_type):
10926         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10927         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10928         * gst/audiotestsrc/gstaudiotestsrc.c:
10929         (gst_audiostestsrc_wave_get_type):
10930         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10931         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10932         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10933         (gst_sync_method_get_type), (gst_unit_type_get_type),
10934         (gst_client_status_get_type), (gst_multifdsink_class_init),
10935         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10936         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10937         (gst_multifdsink_get_property):
10938         * gst/tcp/gstmultifdsink.h:
10939         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10940         * gst/videotestsrc/gstvideotestsrc.c:
10941         (gst_videotestsrc_pattern_get_type):
10942           remove deprecated properties
10943           fix up enums to correctly have short lowercase dashed nicks
10944
10945 2005-11-22  Michael Smith <msmith@fluendo.com>
10946
10947         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10948         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10949           Add underscore.
10950
10951 2005-11-22  Michael Smith <msmith@fluendo.com>
10952
10953         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10954         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10955           Use utility method for scaling clocktime for fractional framerates.
10956
10957 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10958
10959         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10960         (gst_visual_chain):
10961         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10962         * ext/theora/theoradec.c: (theora_handle_type_packet):
10963         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10964         (theora_enc_chain):
10965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10966         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10967         * gst-libs/gst/video/video.h:
10968         * gst/ffmpegcolorspace/avcodec.h:
10969         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10970         (gst_ffmpeg_caps_to_pixfmt):
10971         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10972         (gst_ffmpegcsp_set_caps):
10973         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10974         (gst_videorate_setcaps), (gst_videorate_blank_data),
10975         (gst_videorate_chain):
10976         * gst/videotestsrc/gstvideotestsrc.c:
10977         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10978         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10979         (gst_videotestsrc_event), (gst_videotestsrc_create):
10980         * gst/videotestsrc/gstvideotestsrc.h:
10981         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10982         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10983         (gst_ximagesink_get_times), (gst_ximagesink_init):
10984         * sys/ximage/ximagesink.h:
10985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10986         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10987         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10988         * sys/xvimage/xvimagesink.h:
10989           Convert elements to use fractions for their framerate.
10990           V4L elements to come later tonight.
10991
10992 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10993
10994         * gst-libs/gst/audio/audio.c:
10995         * gst-libs/gst/audio/audio.h:
10996           remove some deprecated functions
10997
10998 2005-11-22  Andy Wingo  <wingo@pobox.com>
10999
11000         * Update for gst_tag_setter API changes.
11001
11002 2005-11-22  Andy Wingo  <wingo@pobox.com>
11003
11004         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
11005         (gst_ogg_demux_perform_seek):
11006         * ext/theora/theoradec.c (theora_dec_sink_event):
11007         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
11008         update-funcnames.
11009
11010 2005-11-22  Wim Taymans  <wim@fluendo.com>
11011
11012         * examples/seeking/seek.c: (main):
11013         Give higher priority to bus signals than the gtk events
11014         to fix a race condition in the segment looping.
11015
11016 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
11017
11018         * ext/theora/Makefile.am:
11019         * ext/vorbis/Makefile.am:
11020         * gst-libs/gst/tag/Makefile.am:
11021         * gst-plugins-base.spec.in:
11022           Rename libgsttagedit to libgsttag (#322117).
11023
11024 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11028           Call gst_x_overlay_prepare_xwindow_id() to give applications
11029           a final chance to set their own xwindow id before the video
11030           sink creates its own window.
11031
11032 2005-11-22  Julien MOUTTE  <julien@moutte.net>
11033
11034         * sys/xvimage/xvimagesink.c:
11035         (gst_xvimagesink_navigation_send_event): Handle navigation
11036         events correcly with borders if applicable.
11037
11038 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         Patch by: Luca Ognibene
11041
11042         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11043         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11045         (gst_ffmpegcsp_caps_remove_format_info):
11046         * gst/ffmpegcolorspace/imgconvert.c:
11047         * gst/ffmpegcolorspace/imgconvert_template.h:
11048           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
11049           #318353); use gst_structure_has_name().
11050
11051 2005-11-22  Julien MOUTTE  <julien@moutte.net>
11052
11053         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
11054         (gst_ximagesink_class_init): Add debug macros on functions.
11055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11056         (gst_xvimagesink_xwindow_draw_borders),
11057         (gst_xvimagesink_xvimage_put),
11058         (gst_xvimagesink_xwindow_update_geometry),
11059         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
11060         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
11061         (gst_xvimagesink_xcontext_clear),
11062         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
11063         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
11064         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11065         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11066         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
11067         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11068         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
11069         expose while being PAUSED, out of data flow navigation events, etc..
11070
11071 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11072
11073         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11074         * gst-libs/gst/audio/audio.h:
11075           fix prototype - wondering why the test worked regardless
11076
11077 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11078
11079         * check/Makefile.am:
11080         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11081         * gst-libs/gst/audio/audio.h:
11082           add a method that returns a proper GstClockTime
11083
11084 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11085
11086         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
11087         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
11088         * gst-libs/gst/interfaces/xoverlay.h:
11089           Remove everything having to do with the desired size; add 
11090           gst_x_overlay_prepare_xwindow_id() function; remove the
11091           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
11092           post a message on the bus instead (#321816).
11093
11094         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
11095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
11096         (gst_xvimagesink_xoverlay_init):
11097           Remove desired size stuff (#321816).
11098
11099 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11100
11101         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11102         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11103         (mpeg_video_type_find), (mpeg_video_stream_type_find):
11104           Terminate vararg functions with NULL instead of 0 to 
11105           make gcc4 happy.
11106
11107 2005-11-21  Andy Wingo  <wingo@pobox.com>
11108
11109         patch by: Sebastien Cote <sebas642@yahoo.ca>
11110         
11111         * gst-libs/gst/rtp/gstrtpbuffer.h: 
11112         * gst-libs/gst/rtp/gstrtpbuffer.c
11113         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
11114
11115 2005-11-21  Andy Wingo  <wingo@pobox.com>
11116
11117         * gst/playback/gstplaybin.c (gen_audio_element) 
11118         (gen_video_element): Use the new MISSING_PLUGIN core error
11119         category. Closes #320060.
11120
11121         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
11122         * gst/videorate/gstvideorate.c (gst_videorate_event):
11123         * ext/theora/theoradec.c (theora_dec_sink_event): 
11124         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
11125         stream lock.
11126
11127         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
11128         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
11129         stream lock changes.
11130
11131 2005-11-21  Wim Taymans  <wim@fluendo.com>
11132
11133         * gst-libs/gst/audio/gstbaseaudiosink.c:
11134         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
11135         (gst_base_audio_sink_provide_clock),
11136         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
11137         (gst_base_audio_sink_change_state):
11138         * gst/audioresample/gstaudioresample.c:
11139         Segment update fix.
11140
11141 2005-11-21  Andy Wingo  <wingo@pobox.com>
11142
11143         * *.h:
11144         * *.c: Ran scripts/update-macros. Oh yes.
11145
11146 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11147
11148         * sys/ximage/Makefile.am:
11149         * sys/ximage/ximage.c:
11150           Rename ximage plugin to ximagesink (#321426) (Don't forget to
11151           remove your old libgstximage.* manually if necessary).
11152
11153 2005-11-21  Michael Smith <msmith@fluendo.com>
11154
11155         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
11156           Minimal fix for bug #320200: set the min/max bitrate in the correct
11157           units. A better fix would be to upgrade to the RATEMANAGE2
11158           interface, rather than using the deprecated interface used here, but
11159           that would require an update in our libvorbis dependency (to 1.1),
11160           which is probably undesirable.
11161
11162 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
11163
11164         * ext/libvisual/visual.c: (get_buffer):
11165         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11166         (gst_base_audio_src_fixate):
11167         * gst/audioconvert/gstaudioconvert.c:
11168         (gst_audio_convert_fixate_caps):
11169         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
11170         * gst/audiotestsrc/gstaudiotestsrc.c:
11171         (gst_audiotestsrc_src_fixate):
11172         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11173         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
11174         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
11175         * gst/videotestsrc/gstvideotestsrc.c:
11176         (gst_videotestsrc_src_fixate):
11177         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11179           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11180           (#322027)
11181
11182
11183 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11184
11185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11186         (gst_riff_create_iavs_caps):
11187         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
11188         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11189         (gst_riff_parse_info):
11190         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
11191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
11192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11193           Fixes for GST_FOURCC_FORMAT API change.
11194
11195 2005-11-21  Andy Wingo  <wingo@pobox.com>
11196
11197         patch by: Alessandro Dessina <alessandro nnva org>
11198
11199         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
11200         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
11201         (gst_ogg_parse_chain):
11202         * ext/theora/theoraenc.c (theora_set_header_on_caps):
11203         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
11204         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
11205         gst_value_list calls on arrays. Fixes #321962.
11206
11207 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11208
11209         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11210         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
11211         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11212         * gst/adder/gstadder.c: (gst_adder_init),
11213         (gst_adder_request_new_pad), (gst_adder_collected),
11214         (gst_adder_change_state):
11215           Update for gst_collectpads_foo() to gst_collect_pads_foo()
11216           API change.
11217
11218 2005-11-21  Michael Smith <msmith@fluendo.com>
11219
11220         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11221         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
11222           Properly handle pad_push return values.
11223
11224 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
11225
11226         * gst-libs/gst/tag/Makefile.am:
11227         * gst-libs/gst/tag/gstvorbistag.c:
11228         (gst_tag_list_to_vorbiscomment_buffer):
11229           Remove obsolete vorbistag element and debug category.
11230
11231         * gst/playback/gstplaybasebin.c: (check_queue):
11232           Don't divide by 0 when queue-threshold is 0.
11233
11234         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11235           Don't modify an existing pixel-aspect-ratio if we fail to read
11236           a new one.
11237
11238 2005-11-20  Wim Taymans  <wim@fluendo.com>
11239
11240         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11241         (gst_vorbisenc_push_packet):
11242         GST_PAD_IS_USABLE is gone, use the return value of
11243         the push or pad_alloc_buffer instead.
11244
11245 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11246
11247         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11248         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11249         (gst_ximagesink_ximage_destroy),
11250         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11251         (gst_ximagesink_xwindow_new),
11252         (gst_ximagesink_xwindow_update_geometry),
11253         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11254         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11255         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11256         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11257         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11258         (gst_ximagesink_navigation_send_event),
11259         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11260         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11261         (gst_ximagesink_finalize), (gst_ximagesink_init),
11262         (gst_ximagesink_class_init):
11263         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11264         This new version brings correct software scaling, non flickering
11265         window while resizing, pixel aspect ratio handling, usage of
11266         hardware buffer pools, out of data flow event thread for 
11267         navigation and handling of expose events even when being PAUSED,
11268         a new property to keep video aspect ratio when resizing, etc...
11269
11270 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11271
11272         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11273         (gst_videoscale_fixate_caps): Introduce back caps fixate with
11274         handling of PAR.
11275
11276 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
11277
11278         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
11279         Unsetting IS_SINK flag from the fakesink, so decodebin
11280         never behaves as a sink.
11281
11282 2005-11-17  Wim Taymans  <wim@fluendo.com>
11283
11284         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11285         (gst_base_audio_src_change_state):
11286         Fix the audiosrc base class again, we did not unflush.
11287
11288 2005-11-17  Julien MOUTTE  <julien@moutte.net>
11289
11290         * examples/seeking/seek.c: (make_dv_pipeline),
11291         (make_vorbis_theora_pipeline), (make_avi_pipeline),
11292         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11293         to ogg/vorbis/theora pipeline.
11294
11295 2005-11-17  Wim Taymans  <wim@fluendo.com>
11296
11297         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11298         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11299         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11300         Fix EOS on multiple streams.
11301         More debugging.
11302
11303 2005-11-16  Wim Taymans  <wim@fluendo.com>
11304
11305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11306         (gst_ogg_demux_perform_seek):
11307         Segment done must include stream time.
11308
11309         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11310         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11311         (gst_ogg_mux_change_state):
11312         Fix ogg muxer again.
11313
11314 2005-11-16  Wim Taymans  <wim@fluendo.com>
11315
11316         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11317         Fix compile again.
11318
11319 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11320
11321         * ext/libvisual/visual.c: (gst_visual_init):
11322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11323         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11324         (gst_ogg_parse_chain):
11325         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11326         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11327         * ext/theora/theoradec.c: (gst_theora_dec_init):
11328         * ext/theora/theoraenc.c: (gst_theora_enc_init):
11329         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11330         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11331         * gst/adder/gstadder.c: (gst_adder_class_init),
11332         (gst_adder_dispose):
11333         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11334         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11335         * gst/videorate/gstvideorate.c: (gst_videorate_init):
11336           Fix a whole set of pad template leaks
11337
11338 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11339
11340         * check/generic/states.c: (GST_START_TEST):
11341           fix the test so that it only checks for elements that are part of
11342           this source module
11343
11344 2005-11-16  Michael Smith <msmith@fluendo.com>
11345
11346         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11347         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11348         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11349         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11350         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11351         (gst_ogg_mux_change_state):
11352           Fix leaking collectpads.
11353
11354 2005-11-16  Edward Hervey  <edward@fluendo.com>
11355
11356         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11357         (gst_videorate_event), (gst_videorate_chain):
11358         Handle segment seeks
11359
11360 2005-11-16  Wim Taymans  <wim@fluendo.com>
11361
11362         * gst-libs/gst/audio/gstbaseaudiosink.c:
11363         (gst_base_audio_sink_provide_clock),
11364         (gst_base_audio_sink_change_state):
11365         Set ringbuffer to non-flushing when going to PAUSED, set to
11366         flushing again when going to READY.
11367
11368         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11369         (gst_ring_buffer_stop):
11370         Start in flushing mode by default.
11371         Don't set flushing in the _stop method, let the app call
11372         this explicitly.
11373
11374 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11375
11376         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11377         * gst-libs/gst/video/videosink.h: Add helper function needed
11378         for video sinks.
11379
11380 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         * gst/videoscale/gstvideoscale.c:
11383         (gst_videoscale_handle_src_event):
11384           Don't leak reference to pad parent.
11385
11386 2005-11-16  Wim Taymans  <wim@fluendo.com>
11387
11388         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11389         Set ringbuffer to flushing when stopping so that we don't
11390         block on wait_segment anymore and livelock.
11391
11392 2005-11-16  Wim Taymans  <wim@fluendo.com>
11393
11394         * examples/seeking/seek.c: (send_event), (do_seek),
11395         (loop_toggle_cb), (segment_done), (main):
11396         Added looping checkbox.
11397
11398 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11399
11400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11401         (gst_ogg_demux_init):
11402         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11403         (gst_vorbis_dec_init):
11404           revert unrefs, they don't pass make check
11405
11406 2005-11-15  Johan Dahlin  <johan@gnome.org>
11407
11408         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11409         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11410         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11411         (gst_vorbis_dec_init):
11412         Fix pad template leaks. 
11413
11414 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11415
11416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11417           Make state change function thread safe.
11418
11419 2005-11-15  Edward Hervey  <edward@fluendo.com>
11420
11421         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11422         (gst_ogg_demux_class_init):
11423         Implement GstElement::send_event, so we can send seek events
11424         in GST_STATE_READY
11425
11426 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11427
11428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11429         Discovered how to take away flickering while resizing the
11430         window. Please don't put that in ximagesink, refactoring in
11431         progress.
11432
11433 2005-11-14  Michael Smith <msmith@fluendo.com>
11434
11435         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11436         (gst_multifdsink_render):
11437           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11438
11439 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11440
11441         * gst/playback/gstplaybin.c: (gen_audio_element):
11442           Use autoaudiosink, it tends to be more widely available than
11443           autoaudiiosink.
11444           
11445 2005-11-14  Andy Wingo  <wingo@pobox.com>
11446
11447         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11448         as well if it is available. Fixes #316442.
11449
11450 2005-11-14  Michael Smith <msmith@fluendo.com>
11451
11452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11453         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11454         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11455         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11456         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11457         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11458         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11459         (gst_vorbisenc_change_state):
11460           Fix a small memory leak in vorbisenc.
11461           Fix large memory leaks in oggmux, also fix lots of state change
11462           bugs in oggmux.
11463
11464 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11465
11466         * gst/videotestsrc/gstvideotestsrc.c:
11467         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11468         (gst_videotestsrc_src_fixate):
11469           move fixation to a fixate function
11470           remove negotiate function, basesrc's is good enough
11471           fixes a bug for check when using the element alone
11472
11473 2005-11-13  Edward Hervey  <edward@fluendo.com>
11474
11475         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11476         (key_toggle_cb), (main):
11477         Added checkboxes for adding/removing the accurate and key_unit seek
11478         flags.
11479
11480 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11481
11482         * configure.ac: back to HEAD
11483
11484 === release 0.9.5 ===
11485
11486 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11487
11488         * configure.ac:
11489           releasing 0.9.5, "No No Kia"
11490
11491 2005-11-11  Edward Hervey  <edward@fluendo.com>
11492
11493         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11494         Added parse-launch syntax seeking mode for the seeking example.
11495         This should help stress-test even more cases.
11496         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11497
11498 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11499
11500         * sys/xvimage/xvimagesink.c:
11501         (gst_xvimagesink_navigation_send_event):
11502           Check whether peer pad exists before sending navigation events
11503           to it.
11504
11505 2005-11-11  Michael Smith <msmith@fluendo.com>
11506
11507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11508         (gst_vorbisenc_buffer_from_packet):
11509         * ext/vorbis/vorbisenc.h:
11510           Set duration on encoded buffers. This allows oggmux's
11511           max_page_delay parameter to actually work.
11512
11513 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11514
11515         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11516         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11517         (gst_ffmpegcsp_avpicture_fill):
11518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11519         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11520           Make palettes work again (see #132341). Use our own macros
11521           for rounding up.
11522
11523 2005-11-10  Andy Wingo  <wingo@pobox.com>
11524
11525         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11526         string doober.
11527
11528 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11529
11530         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11531         (gst_ffmpegcsp_transform_caps):
11532           Prefer passthrough in transform_caps
11533
11534 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11535
11536         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11537           check for ALSA errors properly, instead of relying on ALSA's
11538           error strings to serve to the user.
11539
11540 2005-11-10  Wim Taymans  <wim@fluendo.com>
11541
11542         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11543         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11544         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11545         Modernise the seek code.
11546
11547 2005-11-10  Michael Smith <msmith@fluendo.com>
11548         
11549         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11550         (setup_substreams), (set_active_source):
11551           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11552           trying to go to NULL if we failed to read a file.
11553
11554 2005-11-10  Wim Taymans  <wim@fluendo.com>
11555
11556         * gst/audiotestsrc/gstaudiotestsrc.c:
11557         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11558         (gst_audiotestsrc_create):
11559         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11560         (gst_sinesrc_get_times), (gst_sinesrc_create):
11561         * gst/videotestsrc/gstvideotestsrc.c:
11562         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11563         (gst_videotestsrc_create):
11564         The base class can now sync for us.
11565
11566 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11567
11568         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11569           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11570           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11571           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11572           format=(fourcc)I420" ! xvimagesink
11573
11574 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11575
11576         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11577         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11578         (gst_sinesrc_newsegment):
11579           Send newsegment event in TIME format, set duration if
11580           num-buffers is set, fix duration querying.
11581
11582 2005-11-10  Michael Smith <msmith@fluendo.com>
11583
11584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11585         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11586         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11587         (gst_ogg_mux_collected):
11588          Fix EOS handling, partially. Now forwarding an EOS event once we have
11589          EOS on all pads works correctly. However, we still don't properly set
11590          EOS on the actual ogg stream pages.
11591
11592 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11593
11594         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11595           Set elements to NULL state before disposing of them.
11596
11597 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11598
11599         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11600
11601         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11602         (gst_base_rtp_depayload_init),
11603         (gst_base_rtp_depayload_set_gst_timestamp):
11604         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11605           We need to send a newsegment event for each instance, not
11606           just for the first instance of this class (get rid of
11607           static variable in function). (#321011).
11608           
11609 2005-11-08  Michael Smith <msmith@fluendo.com>
11610
11611         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11612         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11613         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11614         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11615           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11616           This makes us mux things correctly according to the ogg muxing
11617           rules. Still not handling EOS correctly right now, though.
11618
11619 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11620
11621         * gst/audioconvert/gstaudioconvert.c:
11622           Fix typo in docs. 
11623
11624 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11625
11626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11627         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11628           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11629           creating a new chain; should fix live streaming. Also
11630           add more debug output and fix a typo.
11631
11632 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11633
11634         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11635
11636         * gst/volume/gstvolume.c: (volume_set_caps):
11637           Fix compilation on Solaris with Forte. (#320923)
11638
11639 2005-11-08  Wim Taymans  <wim@fluendo.com>
11640
11641         * gst-libs/gst/audio/gstbaseaudiosink.c:
11642         (gst_base_audio_sink_render):
11643         No need to do a typecheck.
11644
11645 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11646
11647         * ext/alsa/gstalsa.h:
11648           We register a debug category, so let's use it.
11649
11650 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11651
11652         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11653         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11654         Fixed a small problem.
11655
11656 2005-11-04  Wim Taymans  <wim@fluendo.com>
11657
11658         * examples/seeking/Makefile.am:
11659         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11660         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11661         (make_playerbin_pipeline), (format_value), (update_scale),
11662         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11663         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11664         (print_usage), (main):
11665         Added app for playback speed testing.
11666
11667         * examples/seeking/seek.c: (dynamic_link),
11668         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11669         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11670         (message_received), (main):
11671         Updated seek example.
11672
11673 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11674
11675         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11676         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11677         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11678         (gst_base_rtp_depayload_set_clock):
11679         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11680         Don't sleep on the bench (system clock) when you have a nice 
11681         comfortable bed (Gstreamer clock) to sleep on.
11682
11683 2005-11-03  Wim Taymans  <wim@fluendo.com>
11684
11685         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11686         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11687         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11688         Handle the case where a pad_block failed.
11689
11690 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11691
11692         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11693
11694         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11695         (gst_base_rtp_depayload_add_to_queue),
11696         (gst_base_rtp_depayload_push),
11697         (gst_base_rtp_depayload_set_gst_timestamp),
11698         (gst_base_rtp_depayload_queue_release):
11699           Fixes some bugs in the depayloader's queuing/de-queueing code.
11700
11701 2005-10-31  Michael Smith <msmith@fluendo.com>
11702
11703         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11704         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11705         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11706           Patch from Alessandro Decina <alessandro@nnva.org>.
11707           Make oggdemux only find the final time in a chain, not per-pad,
11708           since the per-pad information can be very expensive to locate, and
11709           it isn't used anywhere. This makes reading a file containing
11710           OggSkeleton reasonably fast.
11711           Also, make chain finding work when there are logical bitstreams that
11712           can't be decoded. Fixes #319110.
11713
11714 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11715
11716         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11717         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11718         (gst_base_rtp_depayload_chain),
11719         (gst_base_rtp_depayload_add_to_queue),
11720         (gst_base_rtp_depayload_push),
11721         (gst_base_rtp_depayload_set_gst_timestamp),
11722         (gst_base_rtp_depayload_queue_release),
11723         (gst_base_rtp_depayload_start_thread),
11724         (gst_base_rtp_depayload_set_property),
11725         (gst_base_rtp_depayload_get_property):
11726         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11727         Some random fixes, to fullfill the desires of thomas.
11728
11729 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11730
11731         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11732         (gst_base_rtp_depayload_add_to_queue),
11733         (gst_base_rtp_depayload_push):
11734         Fixed the queueing algorithm.
11735
11736 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11737
11738         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11739         (gst_base_rtp_depayload_push):
11740         A small fix
11741
11742 2005-10-31  Wim Taymans  <wim@fluendo.com>
11743
11744         * gst-libs/gst/audio/gstringbuffer.h:
11745         Don't break ABI.
11746
11747         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11748         (gst_ffmpeg_caps_to_pixfmt):
11749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11750         (gst_ffmpegcsp_set_caps):
11751         Some more comments.
11752         Handle missing required caps fields better.
11753
11754 2005-10-31  Wim Taymans  <wim@fluendo.com>
11755
11756         * gst-libs/gst/audio/gstbaseaudiosink.c:
11757         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11758         (gst_base_audio_sink_render):
11759         * gst-libs/gst/audio/gstringbuffer.c:
11760         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11761         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11762         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11763         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11764         (gst_ring_buffer_read):
11765         * gst-libs/gst/audio/gstringbuffer.h:
11766         Add flushing mode to the ringbuffer so that it in all cases does
11767         not try to handle more audio. This makes sure it does not try to
11768         block anymore when flushing and fixes a livelock.
11769
11770 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11771
11772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11773         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11774         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11775           Explicitly check for -1 values before doing a conversion
11776           and always map them to -1. (#315545)
11777
11778 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11779
11780         * gst/playback/gstplaybin.c: (gen_video_element):
11781           first try autovideosink, then xvimagesink, then error out
11782         * po/POTFILES.in:
11783           add translatable file
11784         * po/af.po:
11785         * po/az.po:
11786         * po/cs.po:
11787         * po/en_GB.po:
11788         * po/hu.po:
11789         * po/it.po:
11790         * po/nb.po:
11791         * po/nl.po:
11792         * po/or.po:
11793         * po/sq.po:
11794         * po/sr.po:
11795         * po/sv.po:
11796         * po/uk.po:
11797         * po/vi.po:
11798           update translations
11799
11800 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11801
11802         * gst-libs/gst/rtp/gstbasedepayload.c:
11803         * gst-libs/gst/rtp/gstbasedepayload.h:
11804           Minor cleanups
11805
11806 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11807
11808         * gst/playback/.cvsignore:
11809         * gst/playback/decodetest.c:
11810         * gst/playback/test3.c:
11811           Port these two tests as well.
11812
11813 2005-10-27  Wim Taymans  <wim@fluendo.com>
11814
11815         * ext/theora/theoradec.c: (theora_dec_src_query),
11816         (theora_dec_sink_event):
11817         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11818         (theora_enc_change_state):
11819         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11820         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11821         Take proper locks when handling events.
11822
11823 2005-10-27  Wim Taymans  <wim@fluendo.com>
11824
11825         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11826         (gst_adder_change_state):
11827         Fix timestamps and fix deadlock when stopping the collectpads.
11828
11829 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11830
11831         * gst-libs/gst/rtp/gstrtpbuffer.h:
11832         Declaring the payload types as strings too so that they can be used
11833         in the padtemplate inialization.
11834
11835 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11836
11837         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11838
11839         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11840         (gst_base_rtp_depayload_class_init):
11841         Fixes a small but nasty bug. The derived elements no longer segfaults
11842         on finalization.
11843
11844 2005-10-26  Michael Smith <msmith@fluendo.com>
11845
11846         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11847           When clearing an audioconvert context, set tmpbufsize to zero, so
11848           we'll allocate it again later if required.
11849           This fixes audioconvert re-negotiating formats, which previously
11850           segfaulted with a NULL destination buffer.
11851
11852 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11853
11854         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11855         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11856         (gst_base_rtp_depayload_set_gst_timestamp),
11857         (gst_base_rtp_depayload_queue_release):
11858         Fixed a smalll memleak.
11859
11860 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11861         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11862         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11863         (gst_base_rtp_depayload_finalize),
11864         (gst_base_rtp_depayload_setcaps),
11865         (gst_base_rtp_depayload_add_to_queue),
11866         (gst_base_rtp_depayload_push),
11867         (gst_base_rtp_depayload_set_gst_timestamp),
11868         (gst_base_rtp_depayload_queue_release),
11869         (gst_base_rtp_depayload_thread),
11870         (gst_base_rtp_depayload_change_state):
11871         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11872         Changed the C++ comments to C comments
11873
11874 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11875
11876         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11877         * gst/tcp/gsttcpclientsrc.h:
11878         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11879         * gst/tcp/gsttcpserversrc.h:
11880           Remove unused 'curoffset' structure member.
11881
11882 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11883
11884         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11885         (gst_base_rtp_depayload_base_init),
11886         (gst_base_rtp_depayload_finalize):
11887         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11888         * gst-libs/gst/rtp/gstbasertppayload.h:
11889           The pad-template on the sinkpad should be set by the derived classes.
11890           Also added some useful macros.
11891
11892 2005-10-24  Wim Taymans  <wim@fluendo.com>
11893
11894         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11895         Correctly flush decoder samples even if we could not
11896         copy them to an output buffer. Fixes #319618.
11897
11898 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11899
11900         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11902         the caps against our xcontext caps.
11903
11904 2005-10-24  Wim Taymans  <wim@fluendo.com>
11905
11906         * gst-libs/gst/audio/gstbaseaudiosink.c:
11907         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11908         Remove g_print
11909         Use sync property from baseclass to disable sync.
11910
11911 2005-10-24  Wim Taymans  <wim@fluendo.com>
11912
11913         * gst-libs/gst/audio/gstbaseaudiosink.c:
11914         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11915         Buffers with no timestamps get aligned with previous buffers or
11916         on underrun, played ASAP.
11917
11918 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11919
11920         * gst-libs/gst/video/video.h:
11921         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11922         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11924         here comes my change on caps for framerate and geometry range.
11925         We are now accepting 1 to MAXINT for width and height, and from
11926         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11927         to be blended correctly in videomixer.
11928
11929 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11930
11931         * configure.ac:
11932           back to HEAD
11933
11934 === release 0.9.4 ===
11935
11936 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11937
11938         * NEWS:
11939         * RELEASE:
11940         * configure.ac:
11941           releasing 0.9.4, "Velociraptor"
11942
11943 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11944
11945         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11946         * po/POTFILES.in:
11947           STOPPED -> FAILED
11948
11949 2005-10-21  Wim Taymans  <wim@fluendo.com>
11950
11951         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11952         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11953         (pad_blocked), (close_pad_link), (new_pad):
11954         Don't try to remove elements twice.
11955
11956 2005-10-21  Wim Taymans  <wim@fluendo.com>
11957
11958         * ext/theora/theoradec.c: (theora_dec_src_query),
11959         (theora_dec_sink_event):
11960         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11961         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11962         (vorbis_handle_data_packet):
11963         * ext/vorbis/vorbisdec.h:
11964         Fix old naming.
11965
11966         * gst-libs/gst/audio/gstbaseaudiosink.c:
11967         (gst_base_audio_sink_render):
11968         Don't try to sync on buffers without a timestamp.
11969
11970 2005-10-21  Wim Taymans  <wim@fluendo.com>
11971
11972         * ext/theora/theoradec.c: (theora_dec_src_query),
11973         (theora_dec_sink_event):
11974         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11975         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11976         (vorbis_handle_data_packet):
11977         * ext/vorbis/vorbisdec.h:
11978         Fix old naming.
11979
11980 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11983         (gst_vorbisenc_src_query):
11984           Implement position and duration queries.
11985
11986         * gst/playback/test3.c: (update_scale), (main):
11987           Fix for async state changes and print nicer output.
11988
11989 2005-10-20  Wim Taymans  <wim@fluendo.com>
11990
11991         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11992         (dump_element_stats), (main):
11993         * gst/playback/test6.c: (main):
11994         Fix tests again
11995
11996 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11997
11998         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11999         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12000           Don't use functions for position queries when handling
12001           duration queries.
12002
12003 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12004
12005         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12006         (vorbis_handle_data_packet), (vorbis_dec_chain),
12007         (vorbis_dec_change_state):
12008         * ext/vorbis/vorbisdec.h:
12009           Vorbis streams can be embedded in other container formats
12010           than ogg, container formats where the demuxer might set 
12011           timestamps on encoded vorbis buffers instead of those silly 
12012           granulepos thingies. In short: make vorbisdec handle 
12013           timestamps on incoming buffers as well.
12014
12015 2005-10-20  Wim Taymans  <wim@fluendo.com>
12016
12017         * gst/playback/gstplaybasebin.c: (group_destroy),
12018         (gst_play_base_bin_change_state):
12019         Fix leak.
12020         Handle case where playbasebin is now ASYNC because
12021         decodebin is.
12022
12023 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12024
12025         * gst/audioconvert/Makefile.am:
12026         * gst/audioconvert/bufferframesconvert.c:
12027         * gst/audioconvert/plugin.c: (plugin_init):
12028         * gst/audioconvert/plugin.h:
12029           And bye bye buffer-frames-convert
12030
12031 2005-10-19  Wim Taymans  <wim@fluendo.com>
12032
12033         * check/elements/audioconvert.c:
12034         * docs/libs/tmpl/gstaudio.sgml:
12035         * docs/libs/tmpl/gstcolorbalance.sgml:
12036         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12037         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
12038         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12039         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
12040         * gst-libs/gst/audio/audio.h:
12041         * gst/audioconvert/audioconvert.h:
12042         * gst/audioconvert/gstaudioconvert.c:
12043         (gst_audio_convert_parse_caps):
12044         * gst/volume/gstvolume.c:
12045         Bye bye buffer-frames.
12046
12047 2005-10-19  Wim Taymans  <wim@fluendo.com>
12048
12049         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12050         (query_positions_elems), (query_positions_pads), (update_scale),
12051         (do_seek), (set_update_scale), (message_received), (main):
12052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12053         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
12054         (gst_ogg_demux_loop):
12055         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12056         * ext/theora/theoradec.c: (theora_dec_src_query),
12057         (theora_dec_sink_event):
12058         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12059         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
12060         * gst/adder/gstadder.c: (gst_adder_query):
12061         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
12062         * gst/playback/test3.c: (update_scale):
12063         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12064         (dump_element_stats), (main):
12065         * gst/playback/test6.c: (main):
12066         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12067         Query API update.
12068
12069 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12070
12071         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
12072         (xml_check_first_element), (xml_type_find), (smil_type_find),
12073         (plugin_init):
12074           Add typefinding for SMIL and for generic XML. Based on patch by
12075           Akos Maroy (#308663).
12076
12077 2005-10-18  Wim Taymans  <wim@fluendo.com>
12078
12079         * gst/playback/Makefile.am:
12080         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12081         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
12082         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
12083         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
12084         (gst_decode_bin_change_state):
12085         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12086         (gst_play_bin_send_event_to_sink):
12087         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12088         (dump_element_stats), (main):
12089         * gst/playback/test6.c: (main):
12090         Make playbin async, it'll commit state to paused when all streams
12091         are detected.
12092         Remove ugly hack.
12093         Added test6.c to show async behaviour.
12094
12095 2005-10-18  Wim Taymans  <wim@fluendo.com>
12096
12097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
12098         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
12099         Fix for segment-start/stop API change.
12100
12101 2005-10-18  Wim Taymans  <wim@fluendo.com>
12102
12103         * check/Makefile.am:
12104         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
12105         (main):
12106         Add future test for clock selection.
12107
12108 2005-10-18  Wim Taymans  <wim@fluendo.com>
12109
12110         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
12111         (gst_alsasink_close):
12112         Set handle to NULL.
12113
12114         * gst-libs/gst/audio/gstringbuffer.c:
12115         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12116         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12117         (gst_ring_buffer_start), (gst_ring_buffer_pause),
12118         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
12119         (gst_ring_buffer_read):
12120         More debug info.
12121
12122 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
12123
12124         * gst/audiotestsrc/Makefile.am:
12125         * gst/sine/Makefile.am:
12126         * gst/volume/Makefile.am:
12127           fix broken build of controllerized plugins
12128
12129 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
12130
12131         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12132
12133         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12134         (gst_riff_create_video_template_caps):
12135           Add support for Indeo-3 (IV32).
12136
12137 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12138
12139         * configure.ac:
12140           rewrite
12141
12142 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12143
12144         * gst-libs/gst/video/video.c: (gst_video_get_size):
12145         * gst/audiotestsrc/gstaudiotestsrc.c:
12146           doc updates
12147
12148 2005-10-17  Andy Wingo  <wingo@pobox.com>
12149
12150         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
12151         with the collectpads change.
12152         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
12153
12154         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
12155
12156         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
12157
12158         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
12159         alloc_buffer flow return to callers.
12160         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
12161         change. Fix some memleaks in theoraenc.
12162
12163         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
12164         in strange circumstance.
12165
12166 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12167
12168         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12169         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
12170         from caps, let's use the caps...
12171
12172 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12173
12174         * configure.ac:
12175           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
12176
12177 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12178
12179         * gst-libs/gst/interfaces/Makefile.am:
12180           fix silly typo
12181
12182 2005-10-16  Andy Wingo  <wingo@pobox.com>
12183
12184         * gst/playback/gstdecodebin.c
12185         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
12186         function!
12187         (try_to_link_1): Increase kraziness level.
12188
12189 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12190
12191         * configure.ac:
12192           restructure like the core one
12193         * gst-libs/gst/audio/Makefile.am:
12194         * gst-libs/gst/interfaces/Makefile.am:
12195         * gst-libs/gst/net/Makefile.am:
12196         * gst-libs/gst/riff/Makefile.am:
12197         * gst-libs/gst/rtp/Makefile.am:
12198         * gst-libs/gst/tag/Makefile.am:
12199         * gst-libs/gst/video/Makefile.am:
12200           use correct linker flags, now the libs are properly versioned
12201         * check/elements/audioconvert.c: (verify_convert):
12202         * ext/alsa/gstalsaplugin.c:
12203         * ext/cdparanoia/gstcdparanoia.c:
12204         * ext/gnomevfs/gstgnomevfs.c:
12205         * ext/libvisual/visual.c:
12206         * ext/ogg/gstogg.c:
12207         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
12208         * ext/theora/theora.c:
12209         * ext/vorbis/vorbis.c:
12210         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12211         * gst-libs/gst/tag/gsttagediting.c:
12212         * gst-libs/gst/video/video.c:
12213         * gst/adder/gstadder.c:
12214         * gst/audioconvert/plugin.c:
12215         * gst/audiorate/gstaudiorate.c:
12216         * gst/audioresample/gstaudioresample.c:
12217         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12218         * gst/audioscale/gstaudioscale.c:
12219         * gst/audioscale/resample.c:
12220         * gst/audiotestsrc/gstaudiotestsrc.c:
12221         * gst/ffmpegcolorspace/gstffmpeg.c:
12222         * gst/playback/gstdecodebin.c: (close_pad_link):
12223         * gst/playback/gstplaybin.c: (gen_video_element),
12224         (gen_audio_element):
12225         * gst/sine/gstsinesrc.c:
12226         * gst/subparse/gstsubparse.c:
12227         * gst/tags/gsttagediting.c:
12228         * gst/tcp/gsttcpplugin.c:
12229         * gst/typefind/gsttypefindfunctions.c:
12230         * gst/videorate/gstvideorate.c:
12231         * gst/videoscale/gstvideoscale.c:
12232         * gst/videotestsrc/gstvideotestsrc.c:
12233         * gst/volume/gstvolume.c:
12234         * sys/v4l/gstv4l.c:
12235         * sys/ximage/ximage.c:
12236         * sys/xvimage/xvimagesink.c:
12237           fix up defines
12238
12239 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12240
12241         * ext/vorbis/vorbisenc.c:
12242         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12243         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12244         (gst_tag_to_vorbis_comments):
12245           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12246
12247 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
12248
12249         * examples/stats/mp2ogg.c:
12250         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12251           typo fixes
12252
12253 2005-10-13  Michael Smith <msmith@fluendo.com>
12254
12255         * ext/ogg/gstoggmux.c:
12256           Use magic glib macros to define constants as 64 bit, to ensure
12257           appropriate vararg passing.
12258
12259 2005-10-13  Michael Smith <msmith@fluendo.com>
12260
12261         * ext/ogg/gstoggmux.c:
12262         * gst/audioconvert/audioconvert.c: (float):
12263           Don't use LL suffix, as it's not portable, and neither of these
12264           uses required it anyway.
12265
12266 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
12267
12268         * examples/indexing/indexmpeg.c: (main):
12269         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12270         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12271         (cdparanoia_convert), (cdparanoia_query):
12272         * ext/cdparanoia/gstcdparanoia.h:
12273         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12274         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12275         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12277         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12278         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12279         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12280         (gst_multifdsink_render), (gst_multifdsink_start),
12281         (gst_multifdsink_stop):
12282         * gst/tcp/gstmultifdsink.h:
12283         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12284         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12285         (gst_tcpclientsink_stop):
12286         * gst/tcp/gsttcpclientsink.h:
12287         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12288         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12289         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12290         * gst/tcp/gsttcpclientsrc.h:
12291         * gst/tcp/gsttcpserversink.h:
12292         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12293         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12294         (gst_tcpserversrc_stop):
12295         * gst/tcp/gsttcpserversrc.h:
12296         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12297         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12298         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12299           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12300           moved bitshift from macro to enum definition
12301
12302 2005-10-12  Wim Taymans  <wim@fluendo.com>
12303
12304         * examples/seeking/Makefile.am:
12305         Oops.
12306
12307 2005-10-12  Wim Taymans  <wim@fluendo.com>
12308
12309         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12310         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12311         Don't assert on normal stuff.
12312
12313         * gst/playback/gstplaybin.c: (do_playbin_seek):
12314         API fix.
12315
12316 2005-10-12  Wim Taymans  <wim@fluendo.com>
12317
12318         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12319         * examples/seeking/Makefile.am:
12320         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12321         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12322         (do_seek), (set_update_scale), (message_received), (main):
12323         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12324         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12325         Update for _get_state() API change.
12326
12327 2005-10-11  Wim Taymans  <wim@fluendo.com>
12328
12329         * gst-libs/gst/audio/gstbaseaudiosink.c:
12330         (gst_base_audio_sink_render):
12331         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12332         (gst_base_audio_src_create):
12333         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12334         (gst_ring_buffer_read):
12335         Cleanups.
12336         Commit and read from ringbuffer in samples rather than bytes.
12337
12338 2005-10-11  Wim Taymans  <wim@fluendo.com>
12339
12340         * gst-libs/gst/audio/gstbaseaudiosink.c:
12341         (gst_base_audio_sink_render):
12342         Respect segment rate and accum when scheduling samples.
12343
12344 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12345
12346         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12347         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12348         EOS correctly, that needs more work.
12349
12350 2005-10-11  Wim Taymans  <wim@fluendo.com>
12351
12352         * check/generic/states.c: (GST_START_TEST):
12353         remove old property.
12354
12355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12356         (gst_ogg_demux_perform_seek):
12357         * ext/theora/theoradec.c: (theora_dec_sink_event):
12358         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12359         (vorbis_handle_data_packet):
12360         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12361         (gst_base_rtp_depayload_set_gst_timestamp):
12362         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12363         Update for newsegment API change.
12364
12365 2005-10-11  Michael Smith <msmith@fluendo.com>
12366
12367         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12368         (do_playbin_seek), (gst_play_bin_send_event):
12369           Override send_event differently, so that we can takes bits of
12370           functionality from GstPipeline (special handling for seeks,
12371           including pausing/resuming, and resetting stream time) and still get
12372           the appropriate behaviour of only forwarding event to a single sink,
12373           rather than all of them.
12374           Unfortunately requires a lot of code duplication, but the
12375           alternatives are equally ugly in the end.
12376
12377 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12378
12379         * check/elements/audioconvert.c: (setup_audioconvert),
12380         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12381         (GST_START_TEST), (audioconvert_suite):
12382           clean up tests a little, fix some leaks.
12383
12384 2005-10-10  Wim Taymans  <wim@fluendo.com>
12385
12386         * ext/alsa/gstalsasink.c:
12387         Also allow unsigned int.
12388
12389         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12390         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12391         Small cleanup
12392
12393 2005-10-10  Wim Taymans  <wim@fluendo.com>
12394
12395         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12396         Small update, use API as stated in design docs.
12397
12398         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12399         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12400         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12401         (message_received), (main):
12402         Updated seek example for GOption. Some usability improvements.
12403
12404 2005-10-10  Wim Taymans  <wim@fluendo.com>
12405
12406         * gst/audioconvert/audioconvert.h:
12407         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12408         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12409         Alloc temp storage somewhere else where we can do it more
12410         portable.
12411
12412 2005-10-10  Wim Taymans  <wim@fluendo.com>
12413
12414         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12415         (gst_tcpserversrc_start):
12416         Don't block in accept while doing the state change, move
12417         to poll and make cancellable.
12418
12419 2005-10-09  Philippe Khalaf <burger@speedy.org>
12420
12421         * gst-libs/gst/rtp/rtpbasedepayload.c:
12422         Set timestamp and add queue delay to timestamp
12423         * gst-libs/gst/rtp/rtpbuffer.h:
12424         Set correct payload type for h263
12425
12426 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12427
12428         * gst/audiotestsrc/gstaudiotestsrc.c:
12429         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12430         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12431         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12432         (gst_audiotestsrc_create_triangle),
12433         (gst_audiotestsrc_create_silence),
12434         (gst_audiotestsrc_create_white_noise),
12435         (gst_audiotestsrc_init_pink_noise),
12436         (gst_audiotestsrc_generate_pink_noise_value),
12437         (gst_audiotestsrc_create_pink_noise),
12438         (gst_audiotestsrc_change_wave):
12439         * gst/audiotestsrc/gstaudiotestsrc.h:
12440           fixed typo, added pink noise
12441
12442 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12443
12444         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12445         (plugin_init):
12446           Add wavpack and spc typefind functions from 0.8 branch.
12447
12448 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12449
12450         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12451         (ar_type_find), (msdos_type_find), (plugin_init):
12452           Add typefind functions for tar archives, ar archives,
12453           RAR archives, and msdos-executables (dlls, exe, etc.).
12454           Some of those would be wrongly identified as mpeg
12455           streams of some sort before (#315550).
12456
12457 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12458
12459         * configure.ac:
12460         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12461         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12462         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12463         * gst/audiotestsrc/Makefile.am:
12464         * gst/audiotestsrc/gstaudiotestsrc.c:
12465         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12466         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12467         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12468         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12469         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12470         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12471         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12472         (gst_audiotestsrc_create_silence),
12473         (gst_audiotestsrc_create_white_noise),
12474         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12475         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12476         (gst_audiotestsrc_start), (plugin_init):
12477         * gst/audiotestsrc/gstaudiotestsrc.h:
12478           add new plugin and element
12479         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12480           use gobject_class
12481
12482 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12483
12484         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12485         (gst_adder_init), (gst_adder_request_new_pad),
12486         (gst_adder_change_state):
12487           Add query function to source pad, so adder reports the correct
12488           time/sample position when queried (#315457); fix state change
12489           function; use GST_DEBUG_FUNCPTR() for pad functions.
12490
12491 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12492
12493         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12494           Fix leaks in typefind registration
12495           Clean up the gratuitous commenting and whitespacing a little
12496
12497 2005-10-08  Wim Taymans  <wim@fluendo.com>
12498
12499         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12500         Only actually wait for the thread to be stopped if it's 
12501         running.
12502
12503 2005-10-08  Wim Taymans  <wim@fluendo.com>
12504
12505         * gst-libs/gst/audio/gstbaseaudiosink.c:
12506         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12507         If we receive EOS we can start playback of what we had.
12508
12509 2005-10-08  Wim Taymans  <wim@fluendo.com>
12510
12511         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12512         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12513         (gst_multifdsink_stop):
12514         Fix crasher when going to NULL multiple times.
12515
12516 2005-10-06  Wim Taymans  <wim@fluendo.com>
12517
12518         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12519         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12520         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12521         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12522         patch from Edgard Lima <edgard.lima@indt.org.br>
12523         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12524
12525 2005-10-06  Wim Taymans  <wim@fluendo.com>
12526
12527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12528         Report the FLOW_RETURN as string in the error message.
12529
12530         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12531         Don't assert when clearing an unnegotiated buffer.
12532
12533 2005-10-04  Michael Smith <msmith@fluendo.com>
12534
12535         * gst/playback/gstplaybasebin.c: (group_destroy),
12536         (gen_preroll_element), (remove_groups), (setup_source):
12537         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12538         (setup_sinks), (gst_play_bin_send_event),
12539         (gst_play_bin_change_state):
12540           Set state to NULL before removing from bin. Fix refcounting.
12541
12542 2005-10-04  Michael Smith <msmith@fluendo.com>
12543
12544         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12545           Correct refcounting in send_event() function. Previously was wrong
12546           if the first sink was unable to handle the event.
12547
12548 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12549
12550         * configure.ac:
12551           back to development
12552
12553 === release 0.9.3 ===
12554
12555 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12556
12557         * configure.ac:
12558           Releasing 0.9.3, "De Facto"
12559
12560 2005-10-03  Andy Wingo  <wingo@pobox.com>
12561
12562         * gst/playback/gstdecodebin.c (try_to_link_1)
12563         (remove_element_chain): set element to NULL before removing it.
12564
12565 2005-10-02  Johan Dahlin  <johan@gnome.org>
12566
12567         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12568         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12569         MT safe.
12570
12571 2005-10-02  Andy Wingo  <wingo@pobox.com>
12572
12573         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12574         (gst_ring_buffer_prepare_read): 
12575         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12576         Demote to LOG.
12577
12578 2005-09-29  Wim Taymans  <wim@fluendo.com>
12579
12580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12581         * ext/theora/theoradec.c: (theora_handle_data_packet):
12582         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12583         Propagate error codes from alloc_buffer too.
12584
12585 2005-09-29  Wim Taymans  <wim@fluendo.com>
12586
12587         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12588         We use fixed caps.
12589
12590         * gst/playback/Makefile.am:
12591         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12592         (dump_element_stats), (main):
12593         Added example stream introspection code.
12594
12595 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12596
12597         * gst/adder/gstadder.c: (gst_adder_collected):
12598           fix adder for float elements
12599
12600 2005-09-28  Wim Taymans  <wim@fluendo.com>
12601
12602         * gst-libs/gst/audio/gstbaseaudiosink.c:
12603         (gst_base_audio_sink_class_init),
12604         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12605         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12606         (gst_base_audio_src_class_init),
12607         (gst_base_audio_src_provide_clock):
12608         get_clock -> provide_clock
12609
12610 2005-09-28  Andy Wingo  <wingo@pobox.com>
12611
12612         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12613         and unlocking.
12614
12615         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12616         unlocking.
12617
12618         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12619         Actually add the pad template.
12620         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12621
12622         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12623         I'm at it...
12624
12625         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12626         from fdsrc. Get caps in create() instead of start() so it can be
12627         interrupted. Interruption somewhat untested.
12628
12629         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12630         Proper EOS handling.
12631
12632 2005-09-27  Andy Wingo  <wingo@pobox.com>
12633
12634         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12635
12636         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12637
12638         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12639
12640         * gst/tcp/gsttcp.h: 
12641         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12642         out of tcpclientsrc.c. Cancellable.
12643         (gst_tcp_socket_read): Made private, cancellable, with better
12644         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12645         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12646         whole buffer, and better diagnostics.
12647         (gst_tcp_gdp_read_caps): Same.
12648
12649         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12650
12651 2005-09-26  Andy Wingo  <wingo@pobox.com>
12652
12653         * gst/sine/gstsinesrc.h:
12654         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12655         change the 'sync' property to 'is-live' and implement it halfway,
12656         update for controller api change.
12657
12658         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12659         controller api change.
12660
12661 2005-09-24  Wim Taymans  <wim@fluendo.com>
12662
12663         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12664         * gst-libs/gst/audio/gstaudiosink.c:
12665         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12666         (gst_audioringbuffer_stop):
12667         * gst-libs/gst/audio/gstbaseaudiosink.c:
12668         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12669         (gst_base_audio_sink_change_state):
12670         * gst-libs/gst/audio/gstbaseaudiosink.h:
12671         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12672         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12673         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12674         * gst-libs/gst/audio/gstringbuffer.h:
12675         Fix sync again. Moved sample alignment to basesink.
12676
12677 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12678
12679         * docs/plugins/Makefile.am:
12680         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12681         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12682         * gst/volume/gstvolume.c:
12683           add/fix docs
12684         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12685         * gst-libs/gst/audio/audio.h:
12686           add conversion macros for frames <-> clocktime
12687
12688 2005-09-23  David Schleef  <ds@schleef.org>
12689
12690         * gst/audioresample/Makefile.am:
12691         * gst/audioresample/debug.h:
12692         * gst/audioresample/gstaudioresample.c:
12693         * gst/audioresample/resample.c: Convert to using gst debugging
12694
12695 2005-09-22  Wim Taymans  <wim@fluendo.com>
12696
12697         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12698         (gst_play_bin_send_event):
12699         Only seek on one sink, the first one that succeeds.
12700
12701 2005-09-22  Michael Smith <msmith@fluendo.com>
12702
12703         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12704         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12705         Don't flush encoder state unless we have an initialised encoder.
12706         Clear out encoder state on PAUSED_TO_READY.
12707
12708 2005-09-22  Wim Taymans  <wim@fluendo.com>
12709
12710         * gst-libs/gst/rtp/gstbasertppayload.c:
12711         (gst_basertppayload_class_init), (gst_basertppayload_init),
12712         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12713         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12714         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12715         (gst_basertppayload_set_property),
12716         (gst_basertppayload_get_property),
12717         (gst_basertppayload_change_state):
12718         * gst-libs/gst/rtp/gstbasertppayload.h:
12719         Added max-ptime to control amount of data in the rtp packets.
12720
12721 2005-09-21  Andy Wingo  <wingo@pobox.com>
12722
12723         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12724         thingies.
12725
12726         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12727         can be called multiple times, dogs.
12728
12729 2005-09-21  Wim Taymans  <wim@fluendo.com>
12730
12731         * gst-libs/gst/rtp/gstbasertppayload.c:
12732         (gst_basertppayload_class_init), (gst_basertppayload_init),
12733         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12734         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12735         (gst_basertppayload_push), (gst_basertppayload_get_property),
12736         (gst_basertppayload_change_state):
12737         Allow 0 ssrc too.
12738
12739 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12740
12741         * docs/libs/compiling.sgml:
12742           fixing typos
12743
12744 2005-09-20  Wim Taymans  <wim@fluendo.com>
12745
12746         * gst-libs/gst/rtp/gstbasertppayload.c:
12747         (gst_basertppayload_class_init), (gst_basertppayload_init),
12748         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12749         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12750         (gst_basertppayload_push), (gst_basertppayload_set_property),
12751         (gst_basertppayload_get_property),
12752         (gst_basertppayload_change_state):
12753         * gst-libs/gst/rtp/gstbasertppayload.h:
12754         Added property to configure sequence number offsets.
12755
12756 2005-09-20  Wim Taymans  <wim@fluendo.com>
12757
12758         * gst-libs/gst/rtp/gstbasertppayload.c:
12759         (gst_basertppayload_class_init), (gst_basertppayload_init),
12760         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12761         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12762         (gst_basertppayload_push), (gst_basertppayload_set_property),
12763         (gst_basertppayload_get_property),
12764         (gst_basertppayload_change_state):
12765         * gst-libs/gst/rtp/gstbasertppayload.h:
12766         Make timestamp offset configurable.
12767
12768 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12769
12770         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12771           fix wrong pop/unref
12772
12773 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12774
12775         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12776
12777         * gst-libs/gst/interfaces/propertyprobe.c:
12778         (gst_property_probe_probe_property_name),
12779         (gst_property_probe_needs_probe_name),
12780         (gst_property_probe_get_values_name),
12781         (gst_property_probe_probe_and_get_values_name):
12782           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12783           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12784
12785 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12786
12787         * check/Makefile.am:
12788           have some tests be disabled for valgrinding
12789         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12790         (GST_START_TEST):
12791         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12792           Fix A Leak.  Chain To Parent Finalize.
12793
12794 2005-09-19  Wim Taymans  <wim@fluendo.com>
12795
12796         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12797         Fixed wav pipeline.
12798
12799 2005-09-19  Wim Taymans  <wim@fluendo.com>
12800
12801         * gst-libs/gst/rtp/gstbasertppayload.c:
12802         (gst_basertppayload_class_init), (gst_basertppayload_init),
12803         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12804         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12805         (gst_basertppayload_push), (gst_basertppayload_get_property),
12806         (gst_basertppayload_change_state):
12807         Posting ERROR and WARNING messages is good.
12808
12809 2005-09-19  Wim Taymans  <wim@fluendo.com>
12810
12811         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12812         (gst_base_rtp_depayload_add_to_queue),
12813         (gst_base_rtp_depayload_push),
12814         (gst_base_rtp_depayload_set_gst_timestamp),
12815         (gst_base_rtp_depayload_queue_release):
12816         This one was not supposed to go in.
12817
12818 2005-09-19  Wim Taymans  <wim@fluendo.com>
12819
12820         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12821         Fix for bus API.
12822
12823         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12824         (gst_base_rtp_depayload_chain),
12825         (gst_base_rtp_depayload_add_to_queue),
12826         (gst_base_rtp_depayload_push),
12827         (gst_base_rtp_depayload_set_gst_timestamp),
12828         (gst_base_rtp_depayload_queue_release):
12829         Some cleanups.
12830
12831         * gst-libs/gst/rtp/gstbasertppayload.c:
12832         (gst_basertppayload_class_init), (gst_basertppayload_init),
12833         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12834         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12835         (gst_basertppayload_get_property),
12836         (gst_basertppayload_change_state):
12837         Added debugging category.
12838
12839 2005-09-18  David Schleef  <ds@schleef.org>
12840
12841         * gst/playback/gstdecodebin.c: free plugin list correctly
12842         * gst/playback/gstplaybin.c: emit warning if autovideosink
12843           and autoaudiosink can't be found (instead of segfaulting)
12844
12845 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12846
12847         * check/elements/audioconvert.c: (GST_START_TEST):
12848           try out 24 bit conversion
12849
12850 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12851
12852         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12853         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12854         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12855         * ext/vorbis/vorbisenc.h:
12856           Fix EOS handling.  Still needs a fix in the ogg muxer to
12857           mark the last page as eos.
12858
12859 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12860
12861         * common/gtk-doc-plugins.mak:
12862         * docs/plugins/Makefile.am:
12863         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12864         * gst/ffmpegcolorspace/Makefile.am:
12865         * gst/ffmpegcolorspace/avcodec.h:
12866         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12867         * gst/tcp/gstmultifdsink.c:
12868           fix up ffmpegcolorspace docs; extract header
12869
12870 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12871
12872         * common/gtk-doc-plugins.mak:
12873         * docs/plugins/Makefile.am:
12874         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12875         * ext/theora/Makefile.am:
12876         * ext/theora/gsttheoraenc.h:
12877         * ext/theora/theoraenc.c:
12878         * ext/vorbis/vorbisenc.c:
12879           pick up signals and args for vorbis; add some docs for vorbis
12880
12881 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12882
12883         * common/gstdoc-scangobj:
12884         * common/gtk-doc-plugins.mak:
12885         * docs/libs/Makefile.am:
12886         * docs/plugins/gst-plugins-base-plugins.args:
12887         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12888         * docs/plugins/gst-plugins-base-plugins.interfaces:
12889         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12890         * docs/plugins/gst-plugins-base-plugins.signals:
12891           only scanobj stuff from our source module.  Not sure yet
12892           if that's correct, given the hierarchy stuff :)
12893
12894 2005-09-15  Wim Taymans  <wim@fluendo.com>
12895
12896         * gst/audioconvert/gstaudioconvert.c:
12897         And enable 24 bits mode as well..
12898
12899 2005-09-15  Wim Taymans  <wim@fluendo.com>
12900
12901         * gst-libs/gst/rtp/Makefile.am:
12902         * gst-libs/gst/rtp/gstbasertppayload.c:
12903         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12904         (gst_basertppayload_class_init), (gst_basertppayload_init),
12905         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12906         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12907         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12908         (gst_basertppayload_set_property),
12909         (gst_basertppayload_get_property),
12910         (gst_basertppayload_change_state):
12911         * gst-libs/gst/rtp/gstbasertppayload.h:
12912         Added rtp payloader base class.
12913
12914 2005-09-15  Andy Wingo  <wingo@pobox.com>
12915
12916         * configure.ac (plugindir): Remove the EOL matcher from the
12917         regexp, as it causes me problems. Libtool? Make? Who knows?
12918
12919 2005-09-14  David Schleef  <ds@schleef.org>
12920
12921         * check/generic/states.c: 
12922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12923         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12924           Fixes for changes in registry API.
12925
12926         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12927           to GST_PLUGIN_LDFLAGS.
12928         * ext/libvisual/visual.c: Make the library shut up.
12929         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12930         * gst-libs/gst/audio/gstaudiofilter.c: same
12931
12932 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12933
12934         * docs/plugins/Makefile.am:
12935         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12936         * docs/plugins/inspect/plugin-libvisual.xml:
12937         * docs/plugins/tmpl/element-tcpserversink.sgml:
12938         * ext/theora/theoraenc.c:
12939           add libvisual plugin and theoraenc element to docs
12940
12941 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12942
12943         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12944         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12945         * ext/theora/theoraenc.c:
12946           add theoraenc
12947
12948 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12949
12950         * gst/audioconvert/Makefile.am:
12951           Audioconvert derives from GstBaseTransform and should
12952           link to the library with our base elements to avoid
12953           unresolved symbols. Makes things work with MinGW (#316160)
12954
12955         * gst/playback/test4.c: (main):
12956           Fix MinGW build problem and use g_usleep() instead of 
12957           sleep() (#316162)
12958
12959 2005-09-12  Wim Taymans  <wim@fluendo.com>
12960
12961         * gst/audioconvert/audioconvert.c: (float),
12962         (audio_convert_prepare_context), (audio_convert_convert):
12963         * gst/audioconvert/audioconvert.h:
12964         Cleanups, speedups, simplifications, added back support
12965         for 24 bits.
12966
12967 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12968
12969         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12970         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12971         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12972         * docs/plugins/tmpl/element-tcpserversink.sgml:
12973         * gst/ffmpegcolorspace/gstffmpeg.c:
12974         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12975         * gst/videotestsrc/gstvideotestsrc.c:
12976         * gst/volume/gstvolume.c:
12977           add more elements to the docs
12978
12979 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12980
12981         * check/Makefile.am:
12982         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12983         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12984           Add extra tests for basetransform based components. 
12985           Comment out the test_element_negotiation test until we decide
12986           if it's testing correct behaviour.
12987         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12988         (gst_visual_chain), (gst_visual_change_state):
12989           Slightly more correct but still bogus timestamping.
12990           Fix state change function.
12991         * gst/audioconvert/gstaudioconvert.c:
12992         (gst_audio_convert_class_init):
12993         * gst/audioresample/gstaudioresample.c:
12994         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12995         (gst_ffmpegcsp_class_init):
12996         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12997         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12998         (gst_videoscale_prepare_image):
12999         * gst/volume/gstvolume.c: (gst_volume_class_init),
13000         (volume_transform_ip):
13001           Basetransform updates. Enable passthrough modes.
13002         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
13003         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
13004         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13005           Negotiation fix that allows the window to return to the original
13006           size and renegotiate passthrough upstream. Extra debug output.
13007
13008 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13009
13010         * gst/sine/gstsinesrc.c:
13011         * gst/volume/gstvolume.c:
13012           fix up header include
13013
13014 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
13015
13016         * gst-libs/gst/audio/gstbaseaudiosink.c:
13017         (gst_base_audio_sink_render):
13018         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
13019         * gst/volume/gstvolume.c: (gst_volume_class_init),
13020         (volume_transform):
13021           fixing lost sync, some more debugging
13022
13023 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
13024
13025         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
13026         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
13027         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
13028         (gst_xvimagesink_check_xshm_calls):
13029           Fix compilation when XShm is not available.
13030
13031 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
13032
13033         * ext/libvisual/visual.c: (gst_visual_dispose),
13034         (gst_visual_getcaps), (gst_visual_src_setcaps),
13035         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
13036         (gst_visual_change_state):
13037           Finish fixing up libvisual plugin so that it runs. 
13038
13039 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
13040
13041         * ext/vorbis/vorbisenc.c:
13042         * gst-libs/gst/tag/gstvorbistag.c:
13043           gsttaginterface.h -> gsttagsetter.h
13044
13045 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
13046
13047         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13048           added another test that failes for me (test is not active by default)
13049
13050 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13051
13052         * configure.ac:
13053           v4l2 is no longer in gst-plugins-base
13054
13055 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
13056
13057         * configure.ac:
13058           In the output at the end, don't show the first plugin on the same
13059           line as "Core plug-ins, always built:".
13060           Indent the output as for other plugin categories
13061         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13062           #define that can be used to not use peer buffer_alloc functions for
13063           test purposes.
13064         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
13065         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
13066         (gst_ximagesink_show_frame):
13067         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
13068         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
13069         (gst_xvimagesink_show_frame):
13070           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
13071           fails gracefully instead of XError aborting or deadlocking.
13072
13073 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
13074
13075         * ext/libvisual/Makefile.am:
13076           link against gst-base-libs
13077
13078 2005-09-06  David Schleef  <ds@schleef.org>
13079
13080         * configure.ac: Enable libvisual plugin.
13081         * ext/libvisual/Makefile.am:
13082         * ext/libvisual/visual.c: Fixes to make it compile.
13083
13084 === release 0.9.2 ===
13085
13086 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13087
13088         * NEWS:
13089         * RELEASE:
13090         * configure.ac:
13091         * docs/random/ChangeLog-0.8:
13092           releasing 0.9.2, "Spoon"
13093
13094 2005-09-05  Michael Smith <msmith@fluendo.com>
13095
13096         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13097           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
13098           that in the vorbisenc element.
13099
13100 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13101
13102         * common/gtk-doc-plugins.mak:
13103         * docs/plugins/Makefile.am:
13104           fix distcheck
13105         * gst/audioresample/resample.c:
13106           fix wrong docstring
13107
13108 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13109
13110         * common/gst-xmlinspect.py:
13111         * common/gtk-doc-plugins.mak:
13112           only inspect plugins for this given package
13113           require gst-python 0.9
13114
13115 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13116
13117         * Makefile.am:
13118         * autogen.sh:
13119         * common/gst-xmlinspect.py:
13120         * configure.ac:
13121         * docs/Makefile.am:
13122         * docs/plugins/inspect/plugin-alsa.xml:
13123         * docs/plugins/inspect/plugin-audioresample.xml:
13124         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13125         * docs/plugins/inspect/plugin-ogg.xml:
13126         * docs/plugins/tmpl/element-gnomevfssink.sgml:
13127         * docs/plugins/tmpl/element-multifdsink.sgml:
13128         * docs/plugins/tmpl/element-tcpserversink.sgml:
13129         * docs/plugins/tmpl/element-vorbisenc.sgml:
13130         * gst-plugins-base.spec.in:
13131           various doc-related updates
13132
13133 2005-08-31  Wim Taymans  <wim@fluendo.com>
13134
13135         * gst-libs/gst/audio/gstbaseaudiosink.c:
13136         (gst_base_audio_sink_render):
13137         Resync if the buffer timestamps drift more than a 10th 
13138         of a second.
13139
13140 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13141
13142         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
13143         (gst_v4lsrc_get_property):
13144           The 'timestamp-offset' property is registered as an int64, so
13145           let's use g_value_{set|get}_int64() in our setter and getter
13146           functions (makes it work and fixes warnings with gst-inspect).
13147
13148 2005-08-30  Wim Taymans  <wim@fluendo.com>
13149
13150         * check/elements/audioconvert.c: (setup_audioconvert):
13151         * check/elements/audioresample.c: (setup_audioresample):
13152         * check/elements/volume.c: (setup_volume):
13153         Fix checks.
13154
13155 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13156
13157         * common/gtk-doc-plugins.mak:
13158         * common/plugins.xsl:
13159         * docs/plugins/Makefile.am:
13160           make module a param
13161
13162 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13163
13164         * examples/seeking/seek.c: (make_mp3_pipeline),
13165         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
13166         (play_cb), (pause_cb), (stop_cb):
13167           update the example
13168
13169 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13170
13171         * gst/volume/gstvolume.c: (gst_volume_class_init),
13172         (volume_transform):
13173           do not update controlled params, if buffer has no timestamp
13174
13175 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13176
13177         * configure.ac:
13178         * gst/sine/Makefile.am:
13179         * gst/volume/Makefile.am:
13180           controllerized elements also need to link against controller-libs ;)
13181
13182 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13183
13184         * docs/libs/tmpl/gstcolorbalance.sgml:
13185         * docs/libs/tmpl/gstgconf.sgml:
13186         * docs/libs/tmpl/gstmixer.sgml:
13187         * docs/libs/tmpl/gstringbuffer.sgml:
13188         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13189         (gst_sinesrc_create):
13190         * gst/volume/gstvolume.c: (gst_volume_class_init),
13191         (volume_transform):
13192           controllerized two audio plugins
13193
13194 2005-08-29  Andy Wingo  <wingo@pobox.com>
13195
13196         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
13197         (vorbis_handle_data_packet): Fix some int overflow errors.
13198
13199         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
13200         -1.
13201         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
13202         valid.
13203         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
13204         if it's valid. Fixed streaming-mode playback.
13205
13206         * check/elements/volume.c (cleanup_volume): Fix for running
13207         CK_FORK=no.
13208
13209         * check/elements/audioconvert.c: Convert from native endian, not
13210         little endian.
13211
13212 2005-08-29  Michael Smith <msmith@fluendo.com>
13213
13214         * ext/ogg/Makefile.am:
13215         * ext/ogg/gstogg.c: (plugin_init):
13216         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
13217         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
13218         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
13219         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
13220         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
13221         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
13222         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
13223         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
13224         Add an ogg parser element.
13225
13226 2005-08-28  Andy Wingo  <wingo@pobox.com>
13227
13228         * Updates for two-arg init from GST_BOILERPLATE_FULL.
13229
13230 2005-08-26  Wim Taymans  <wim@fluendo.com>
13231
13232         * gst/audioconvert/audioconvert.c: (if), (float),
13233         (audio_convert_get_func_index), (check_default),
13234         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13235         (audio_convert_clean_context), (audio_convert_get_sizes),
13236         (audio_convert_convert):
13237         Cleanups.
13238
13239 2005-08-26  Wim Taymans  <wim@fluendo.com>
13240
13241         * gst/audioconvert/audioconvert.c: (if), (float),
13242         (audio_convert_get_func_index), (check_default),
13243         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13244         (audio_convert_clean_context), (audio_convert_get_sizes),
13245         (audio_convert_convert):
13246         More elegant and working temp buffer selection algo.
13247
13248 2005-08-26  Wim Taymans  <wim@fluendo.com>
13249
13250         * gst/audioconvert/audioconvert.c: (if), (float),
13251         (audio_convert_get_func_index), (check_default),
13252         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13253         (audio_convert_clean_context), (audio_convert_get_sizes),
13254         (get_temp_buffer), (audio_convert_convert):
13255         Use realloc else we lose our original data.
13256
13257 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13258
13259         * gst/audioresample/gstaudioresample.c:
13260           use base class' newsegment to properly timestamp
13261
13262 2005-08-26  Wim Taymans  <wim@fluendo.com>
13263
13264         * gst/audioconvert/audioconvert.c: (if), (float),
13265         (audio_convert_get_func_index), (check_default),
13266         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13267         (audio_convert_clean_context), (audio_convert_get_sizes),
13268         (get_temp_buffer), (audio_convert_convert):
13269         * gst/audioconvert/gstaudioconvert.c:
13270         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13271         (gst_audio_convert_transform_caps),
13272         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13273         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13274         Oops, allocate enough space to perform the channel mix.
13275
13276 2005-08-26  Wim Taymans  <wim@fluendo.com>
13277
13278         * gst/audioconvert/Makefile.am:
13279         * gst/audioconvert/audioconvert.c: (if), (float),
13280         (audio_convert_get_func_index), (check_default),
13281         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13282         (audio_convert_clean_context), (audio_convert_get_sizes),
13283         (get_temp_buffer), (audio_convert_convert):
13284         * gst/audioconvert/audioconvert.h:
13285         * gst/audioconvert/gstaudioconvert.c:
13286         (gst_audio_convert_class_init), (gst_audio_convert_init),
13287         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13288         (gst_audio_convert_get_unit_size),
13289         (gst_audio_convert_transform_caps),
13290         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13291         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13292         * gst/audioconvert/gstaudioconvert.h:
13293         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13294         (gst_channel_mix_fill_identical),
13295         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13296         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13297         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13298         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13299         (gst_channel_mix_mix):
13300         * gst/audioconvert/gstchannelmix.h:
13301         Cleanups, librarify a bit, optimize, better negotiation and more.
13302
13303 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13304
13305         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13306         Another from MikeS:
13307         During typefinding, don't support negative offsets
13308         (offsets from the end of the stream) in our typefind->peek() function
13309         - nothing embedded in ogg ever needs them. However, we need to recognise
13310         those requests and reject them, otherwise we return invalid pointers.
13311
13312 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13313
13314         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13315         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13316         (vorbisdec_finalize), (vorbis_handle_type_packet):
13317           Big shout-out to MikeS for fixing this giant memory leak.
13318           Huzzah!
13319
13320 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13321
13322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13323         (audio_convert_get_unit_size):
13324           plug some leaks
13325
13326 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13327
13328         * check/Makefile.am:
13329         * check/elements/audioconvert.c: (setup_audioconvert),
13330         (cleanup_audioconvert), (get_int_caps), (verify_convert),
13331         (GST_START_TEST), (audioconvert_suite), (main):
13332           add a test for audioconvert
13333         * gst/audioresample/gstaudioresample.c:
13334         * gst/audioresample/gstaudioresample.h:
13335           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13336           note that for buffers of 1/3 sec this means DURATION(c) is 
13337           one nanosecond more than for a and b
13338
13339 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13340
13341         * check/Makefile.am:
13342         * check/elements/audioresample.c: (setup_audioresample),
13343         (cleanup_audioresample), (fail_unless_perfect_stream),
13344         (test_perfect_stream_instance), (GST_START_TEST),
13345           add a check for audioresample
13346         (audioresample_suite), (main):
13347         * check/elements/volume.c: (GST_START_TEST):
13348           remove unused method
13349         * gst/audioresample/gstaudioresample.c:
13350           set correct buffer parameters since we're changing them
13351         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13352           add some debug
13353
13354 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13355
13356         * gst/audioresample/debug.c:
13357         * gst/audioresample/gstaudioresample.c:
13358           add room for extra overlap samples when asked to transform size
13359           protect against possible mem corruption and check for discrepancies
13360           between written size and outbuffer's size so we can warn for
13361           potential problems
13362         * gst/audioresample/resample.c: (resample_init),
13363         (resample_get_output_size_for_input), (resample_get_output_size),
13364         (resample_set_n_channels), (resample_set_format):
13365           set debug level based on RESAMPLE_DEBUG env var
13366           make sure that get_output_size* returns a whole number of
13367           sample_size
13368           set sample_size each time either channel or format is set
13369         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13370         * gst/audioresample/resample_functable.c:
13371         (resample_scale_functable):
13372         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13373           remove r->sample_size, it's done in resample.c now
13374           add some debugging to the ref implementation
13375           make sure we only give back bytes that are wholes of the sample
13376           size
13377
13378 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13379         * gst/playback/gstplaybasebin.c: (fill_buffer):
13380         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13381
13382 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13383
13384         * gst/volume/gstvolume.c:
13385           made set_caps function static
13386
13387 2005-08-24  Wim Taymans  <wim@fluendo.com>
13388
13389         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13390         (gst_vorbisenc_change_state):
13391         Stop leaking taglists.
13392
13393 2005-08-24  Wim Taymans  <wim@fluendo.com>
13394
13395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13396         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13397         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13398         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13399         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13400         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13401         Parse seeking events better.
13402         Unref static caps.
13403         Generate correct newsegment events, fixes seeking in live oggs.
13404
13405         * ext/theora/theoradec.c: (theora_dec_src_query),
13406         (theora_dec_src_event), (theora_dec_src_getcaps),
13407         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13408         Use newsegment values to report correct play time.
13409
13410         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13411         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13412         * ext/vorbis/vorbisdec.h:
13413         Parse and use newsegment values to report correct play time.
13414
13415         * gst-libs/gst/audio/gstbaseaudiosink.c:
13416         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13417         Clear ringbuffer on flush.
13418         Use newsegment values to calculate playback time.
13419
13420         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13422         Basesink does newsegment calculations for us now.
13423
13424 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13425
13426         * check/Makefile.am:
13427         * configure.ac:
13428           add core's plugins to the mix so that playbin works
13429         * check/generic/states.c: (GST_START_TEST):
13430           set a 0 timeout on pipelines, so they don't force the next
13431           state change
13432         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13433         (gst_play_base_bin_change_state):
13434           remove the crappy error handling and do GST error handling
13435
13436 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13437
13438         * check/Makefile.am:
13439         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13440           add same test as to core, it bitches out on playbin atm.
13441
13442 2005-08-24  Wim Taymans  <wim@fluendo.com>
13443
13444         * configure.ac:
13445         Remove audioscale.
13446
13447 2005-08-24  Wim Taymans  <wim@fluendo.com>
13448
13449         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13450         (gst_videoscale_prepare_size), (parse_caps),
13451         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13452         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13453         (gst_videoscale_transform):
13454         * gst/videoscale/gstvideoscale.h:
13455         Refactor, make use of BaseTranform really well.
13456
13457 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13458
13459         * configure.ac:
13460           compile audioresample
13461         * gst/audioresample/Makefile.am:
13462         * gst/audioresample/buffer.c:
13463         * gst/audioresample/functable.c:
13464         * gst/audioresample/gstaudioresample.c:
13465         * gst/audioresample/gstaudioresample.h:
13466         * gst/audioresample/resample.c:
13467         (resample_get_output_size_for_input):
13468         * gst/audioresample/resample.h:
13469         * gst/audioresample/resample_chunk.c:
13470         * gst/audioresample/resample_functable.c:
13471         * gst/audioresample/resample_ref.c:
13472           port to use basetransform; doesn't work in all cases yet
13473
13474 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13475
13476         * gst/audioconvert/gstaudioconvert.c:
13477         (gst_audio_convert_class_init), (gst_audio_convert_init),
13478         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13479         (audio_convert_fixate_caps), (audio_convert_set_caps),
13480         (audio_convert_transform),
13481         (gst_audio_convert_buffer_to_default_format),
13482         (gst_audio_convert_buffer_from_default_format),
13483         (gst_audio_convert_channels):
13484         * gst/audioconvert/gstchannelmix.c:
13485         * gst/audioconvert/gstchannelmix.h:
13486           port to basetransform
13487         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13488         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13489         (gst_ffmpegcsp_get_unit_size):
13490         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13491         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13492           fix for basetransform changes
13493
13494 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13495
13496         * check/Makefile.am:
13497           Add CHECK_CFLAGS and LDFLAGS
13498
13499         * gst/playback/gstplaybasebin.c: (fill_buffer):
13500           GST_MESSAGE_SRC became a GObject
13501
13502 2005-08-24  Wim Taymans  <wim@fluendo.com>
13503
13504         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13505         (gst_ring_buffer_clear_all):
13506         * gst-libs/gst/audio/gstringbuffer.h:
13507         Added function to clear the ringbuffer.
13508
13509 2005-08-24  Andy Wingo  <wingo@pobox.com>
13510
13511         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13512         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13513         of _open and _close.
13514
13515         * sys/v4l/gstv4lxoverlay.h:
13516         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13517         an Xv connection here, instead of all the time. Make Xv only be
13518         loaded if you axe for it. Kindof a workaround for buggy behaviour
13519         of Xv when using remote xservers (XvQueryExtension would block).
13520         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13521         replace the _open and _close public API. Only start the xv
13522         connection if necessary.
13523         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13524
13525 2005-08-23  David Schleef  <ds@schleef.org>
13526
13527         * gst/audioresample/Makefile.am: Leet audioresampling code
13528         * gst/audioresample/buffer.c:
13529         * gst/audioresample/buffer.h:
13530         * gst/audioresample/debug.c:
13531         * gst/audioresample/debug.h:
13532         * gst/audioresample/functable.c:
13533         * gst/audioresample/functable.h:
13534         * gst/audioresample/gstaudioresample.c:
13535         * gst/audioresample/gstaudioresample.h:
13536         * gst/audioresample/resample.c:
13537         * gst/audioresample/resample.h:
13538         * gst/audioresample/resample_chunk.c:
13539         * gst/audioresample/resample_functable.c:
13540         * gst/audioresample/resample_ref.c:
13541
13542 2005-08-23  Wim Taymans  <wim@fluendo.com>
13543
13544         * examples/seeking/seek.c: (make_vorbis_pipeline),
13545         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13546         Small seek updates.
13547
13548 2005-08-23  Andy Wingo  <wingo@pobox.com>
13549
13550         * gst-libs/gst/audio/gstbaseaudiosrc.c
13551         (gst_base_audio_src_fixate): Only fixate endianness if it is
13552         present in the caps.
13553
13554 2005-08-22  Andy Wingo  <wingo@pobox.com>
13555
13556         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13557         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13558         device-name property.
13559
13560         * gst-libs/gst/audio/gstaudiosrc.h:
13561         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13562         close_device in the ring buffer, like gstaudiosink.
13563
13564         * ext/alsa/gstalsamixer.h:
13565         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13566         macro to implement the interface without much code. Cleanups. 
13567
13568         * ext/alsa/gstalsasrc.h:
13569         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13570         READY.
13571
13572         * ext/alsa/Makefile.am: Add new files.
13573         * ext/alsa/gstalsamixerelement.c: 
13574         * ext/alsa/gstalsamixerelement.c: Split element code out from
13575         mixer code so that alsasrc can be a mixer too.
13576
13577 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13578
13579         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13580         (GST_START_TEST):
13581         * check/elements/vorbisdec.c: (setup_vorbisdec),
13582         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13583         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13584         (vorbis_handle_identification_packet),
13585         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13586         (vorbis_handle_header_packet), (vorbis_dec_push),
13587         (vorbis_dec_chain):
13588           use the setup/teardown methods to save code.  save code is good.
13589
13590 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13591
13592         * check/Makefile.am:
13593           add ext dir for plugins
13594           add vorbisdec test conditionally
13595         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13596         (GST_START_TEST), (volume_suite):
13597           add a test with wrong caps
13598         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13599         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13600           add a vorbisdec test
13601         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13602         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13603           clean up debug output
13604         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13605           yay, fix a segfault/security issue in vorbisdec
13606           gst-launch fakesrc ! vorbisdec wasn't happy
13607         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13608         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13609         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13610         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13611         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13612         (gst_vorbisenc_set_metadata), (get_constraints_string),
13613         (update_start_message), (gst_vorbisenc_setup),
13614         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13615         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13616         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13617         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13618         * ext/vorbis/vorbisenc.h:
13619           march in line
13620         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13621         (gst_ffmpegcsp_transform):
13622           have the kow come home
13623         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13624           debug my func ptr
13625         * gst/volume/gstvolume.c: (volume_set_caps):
13626           add a debug
13627
13628 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13629
13630         * Makefile.am:
13631         * check/.cvsignore:
13632         * check/Makefile.am:
13633         * check/elements/.cvsignore:
13634         * check/elements/volume.c: (chain_func), (event_func),
13635         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13636         (main):
13637         * configure.ac:
13638           add unit test structure for gst-plugins-base
13639           add a test for volume
13640         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13641         (gst_volume_set_volume), (gst_volume_get_volume),
13642         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13643         (volume_funcfind), (volume_process_float), (volume_process_int16),
13644         (volume_set_caps), (volume_transform), (volume_update_mute),
13645         (volume_update_volume), (volume_set_property),
13646         (volume_get_property):
13647           document a little; use basetransform vmethod _set_caps
13648
13649 2005-08-19  Andy Wingo  <wingo@pobox.com>
13650
13651         * ext/alsa/gstalsamixertrack.h:
13652         * ext/alsa/gstalsamixertrack.c:
13653         * ext/alsa/gstalsamixeroptions.h:
13654         * ext/alsa/gstalsamixeroptions.c:
13655         * ext/alsa/gstalsamixer.h:
13656         * ext/alsa/gstalsamixer.c: Port to 0.9.
13657
13658         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13659         Remove gstalsa.c and alsaclock. No more cruft here.
13660         
13661 2005-08-18  Wim Taymans  <wim@fluendo.com>
13662
13663         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13664         (gst_base_rtp_depayload_chain),
13665         (gst_base_rtp_depayload_add_to_queue),
13666         (gst_base_rtp_depayload_push),
13667         (gst_base_rtp_depayload_queue_release):
13668         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13669         Fix for RTPBuffer changes.
13670
13671         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13672         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13673         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13674         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13675         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13676         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13677         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13678         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13679         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13680         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13681         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13682         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13683         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13684         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13685         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13686         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13687         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13688         (gst_rtpbuffer_get_payload):
13689         * gst-libs/gst/rtp/gstrtpbuffer.h:
13690         Don't subclass GstBuffer but add methods and helper functions
13691         to construct and manipulate RTP packets in regular GstBuffers.
13692
13693 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13694
13695         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13696           moved statement below switch
13697         * gst/volume/gstvolume.c: (gst_volume_class_init):
13698           added debug ptr
13699
13700 2005-08-16  Wim Taymans  <wim@fluendo.com>
13701
13702         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13703         (gst_base_audio_src_change_state):
13704         Open and close device in READY<->NULL state change.
13705
13706 2005-08-16  Andy Wingo  <wingo@pobox.com>
13707
13708         * examples/seeking/Makefile.am: Don't compile non-compiling
13709         compiled objects with the compiler.
13710
13711         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13712         elements.
13713
13714 2005-08-12  Philippe Khalaf <burger@speedy.org>
13715         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13716         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13717           Made a thread to release the queue.
13718           Removed timestamp conversion for now.
13719
13720 2005-08-10  Philippe Khalaf <burger@speedy.org>
13721         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13722         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13723           Added rtp timestamp -> gst timestamp conversion.
13724           Fixed several problems with queue.
13725
13726 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13727
13728         * gst-libs/gst/audio/gstaudioclock.h:
13729         * gst-libs/gst/audio/gstaudiofilter.h:
13730         * gst-libs/gst/audio/gstaudiosink.h:
13731         * gst-libs/gst/audio/gstaudiosrc.h:
13732         * gst-libs/gst/audio/gstbaseaudiosink.h:
13733         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13734         * gst-libs/gst/audio/gstringbuffer.h:
13735         * gst-libs/gst/net/gstnetbuffer.h:
13736         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13737         * gst-libs/gst/rtp/gstrtpbuffer.h:
13738           Add padding (you will need to rebuild gst-plugins-base,
13739           gst-plugins and all applications afterwards!)
13740
13741 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13742
13743         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13744         (gst_riff_parse_chunk):
13745           Fix bug in debug message and add some more debug messages.
13746
13747 2005-08-08  Edward Hervey  <edward@fluendo.com>
13748
13749         * gst-libs/gst/riff/riff-media.c:
13750         backported updates since branch
13751
13752 2005-08-08  Andy Wingo  <wingo@pobox.com>
13753
13754         * gst-libs/gst/audio/gstbaseaudiosink.c
13755         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13756         like good elements should. Close on READY->NULL too.
13757
13758         * gst-libs/gst/audio/gstaudiosink.c
13759         (gst_audioringbuffer_open_device,
13760         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13761         (gst_audioringbuffer_release): Updates for new ring buffer API,
13762         hook into the new audio sink api.
13763
13764         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13765         (GstAudioSinkClass.close): Just open and close the device -- no
13766         resource allocation or configuration.
13767         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13768         vmethods, handle device setup and resource allocation.
13769
13770         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13771         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13772         base class API.
13773
13774         * gst-libs/gst/audio/gstringbuffer.h
13775         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13776         New vmethods.
13777
13778         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13779         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13780         New API functions. The device should be opened before acquiring
13781         and closed after releasing.
13782
13783 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13784
13785         * gst-libs/gst/interfaces/mixer.h:
13786           Reset padding to GST_PADDING.
13787
13788 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13789
13790         * gst/playback/gstplaybin.c: (remove_sinks):
13791           Remove visualization from parent explicitely; works around some
13792           apparent refcount issue that I haven't tracked down yet.
13793
13794 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13795
13796         * ext/alsa/gstalsasink.c: (set_hwparams):
13797           Assign debug category, add negotiation debug msgs.
13798
13799 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13800
13801         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13802           Fix error code for file-not-found to NOT_FOUND.
13803
13804 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13805
13806         * common/gtk-doc-plugins.mak:
13807         * docs/plugins/Makefile.am:
13808         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13809         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13810           renamed to actual element names, so much nicer to look at
13811         * docs/plugins/tmpl/gstmultifdsink.sgml:
13812           remove
13813         * docs/plugins/tmpl/multifdsink.sgml:
13814         * docs/plugins/tmpl/tcpserversink.sgml:
13815           add
13816         * ext/alsa/gstalsa.c:
13817         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13818         * ext/ogg/gstoggmux.c:
13819         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13820         * gst/playback/gstdecodebin.c:
13821         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13822         * gst/tcp/gsttcpserversink.c:
13823           various fixes and documentation additions
13824
13825 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13826
13827         * common/Makefile.am:
13828         * common/gstdoc-scangobj:
13829         * common/gtk-doc-plugins.mak:
13830         * common/gtk-doc.mak:
13831           add a custom scangobj that uses the registry
13832           add a custom gtk-doc-plugins.mak that uses it
13833           some doc build fixes
13834         * configure.ac:
13835         * docs/Makefile.am:
13836         * docs/plugins/Makefile.am:
13837         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13838         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13839         * docs/plugins/gst-plugins-base-plugins.types:
13840         * docs/plugins/tmpl/gstmultifdsink.sgml:
13841           add docs for one element, multifdsink
13842         * gst/adder/gstadder.h:
13843         * gst/volume/gstvolume.h:
13844           don't privatize enum
13845         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13846         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13847         (gst_sync_method_get_type), (gst_client_status_get_type),
13848         (gst_multifdsink_class_init),
13849         (gst_multifdsink_client_queue_buffer),
13850         (gst_multifdsink_handle_client_write):
13851         * gst/tcp/gstmultifdsink.h:
13852         * gst/tcp/gsttcp.h:
13853         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13854         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13855         (gst_tcpclientsink_render):
13856         * gst/tcp/gsttcpclientsink.h:
13857         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13858         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13859         (gst_tcpclientsrc_start):
13860         * gst/tcp/gsttcpclientsrc.h:
13861         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13862         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13863         * gst/tcp/gsttcpserversrc.h:
13864         * gst/typefind/gsttypefindfunctions.c:
13865           remove superfluous Type stuff
13866
13867 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13868
13869         * gst/playback/gstplaybin.c: (gen_video_element):
13870           Enable videoscale.
13871
13872 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13873
13874         * gst-libs/gst/gconf/gconf.c:
13875         * gst-libs/gst/gconf/gconf.h:
13876           Fix some Andy Problem [tm].
13877
13878 2005-08-04  Andy Wingo  <wingo@pobox.com>
13879
13880         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13881         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13882         (gst_ffmpegcsp_get_size): Adapt to API changes.
13883
13884         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13885         Implement an in-place do-nothing transform.
13886
13887 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13888
13889         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13890         (gst_ximagesink_renegotiate_size):
13891           Do not set new window sizes yet if we prepare a new buffer size
13892           for upstream renegotiation (software scaling) at some point in the
13893           future, because this new size waqs not actually accepted yet. Once
13894           accepted, renegotiation later on will set the new sizes just fine.
13895           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13896           embedding testcase.
13897
13898 2005-08-03  Andy Wingo  <wingo@pobox.com>
13899
13900         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13901         (gst_ximagesink_buffer_alloc): 
13902         Protect the height, width, and desired_caps with the pool_lock.
13903         Fixes videotestsrc ! queue ! ximagesink.
13904
13905 2005-08-02  Edward Hervey  <edward@fluendo.com>
13906
13907         * gst/volume/gstvolume.c:
13908         include left from controller cleanup
13909
13910 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13912           Stop collectpads before calling the parent state
13913           change function on PAUSED->READY.
13914
13915 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13916         * configure.ac:
13917           When testing for X libs, use the X CFlags 
13918         * gst/adder/gstadder.c: (gst_adder_change_state):
13919           Stop the collectpads before calling parent state change function
13920           on PAUSED->READY, otherwise we deadlock deactivating pads.
13921
13922 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13923
13924         * configure.ac:
13925         * docs/libs/tmpl/gstcolorbalance.sgml:
13926         * docs/libs/tmpl/gstmixer.sgml:
13927         * examples/Makefile.am:
13928         * gst/sine/Makefile.am:
13929         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13930         (gst_sinesrc_set_property), (plugin_init):
13931         * gst/sine/gstsinesrc.h:
13932         * gst/volume/Makefile.am:
13933         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13934         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13935         (volume_process_float), (volume_process_int16),
13936         (volume_set_property), (plugin_init):
13937         * gst/volume/gstvolume.h:
13938           deactivate and remove dparams (libgstcontrol)
13939
13940 2005-07-29  Wim Taymans  <wim@fluendo.com>
13941
13942         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13943         Convert me to BaseTransform!! help..
13944
13945 2005-07-29  Andy Wingo  <wingo@pobox.com>
13946
13947         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13948         sinks.
13949
13950         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13951         support of both endiannesses.
13952
13953 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13954
13955         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13956           Fix confusing debug message (s/event/query/)
13957
13958 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13959
13960         * gst/videotestsrc/videotestsrc.h:
13961           Use "_stdint.h" instead of <stdint.h>
13962
13963 2005-07-27  Wim Taymans  <wim@fluendo.com>
13964
13965         * ext/vorbis/Makefile.am:
13966         Revert wrong commit.
13967
13968 2005-07-27  Wim Taymans  <wim@fluendo.com>
13969
13970         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13971         More compilation fixen.
13972
13973 2005-07-27  Wim Taymans  <wim@fluendo.com>
13974
13975         * gst-libs/gst/audio/gstbaseaudiosink.c:
13976         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13977         (gst_base_audio_sink_create_ringbuffer),
13978         (gst_base_audio_sink_change_state):
13979         Fix compilation.
13980
13981 2005-07-27  Wim Taymans  <wim@fluendo.com>
13982
13983         * examples/seeking/seek.c: (setup_dynamic_link),
13984         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13985         (query_positions_elems), (query_positions_pads), (do_seek):
13986         Update seek example.
13987
13988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13989         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13990         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13991         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13992         (gst_ogg_demux_handle_event),
13993         (gst_ogg_demux_deactivate_current_chain),
13994         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13995         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13996         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13997         (gst_ogg_demux_loop):
13998         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13999         * ext/theora/theoradec.c: (theora_dec_src_event),
14000         (theora_dec_src_getcaps), (theora_dec_sink_event),
14001         (theora_dec_push), (theora_dec_chain):
14002         * ext/vorbis/Makefile.am:
14003         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
14004         (vorbis_dec_sink_event), (vorbis_dec_push),
14005         (vorbis_handle_data_packet):
14006         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
14007         (gst_vorbisenc_chain):
14008         * gst/playback/gststreaminfo.c: (cb_probe):
14009         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
14010         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14011         * gst/videoscale/gstvideoscale.c:
14012         (gst_videoscale_handle_src_event):
14013         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
14014         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
14015         (gst_ximagesink_navigation_send_event):
14016         * sys/xvimage/xvimagesink.c:
14017         (gst_xvimagesink_navigation_send_event):
14018         Various event updates and cleanups
14019
14020 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14021
14022         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
14023           Fix segfault for I420/YV12.
14024
14025 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14026
14027         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
14028           Report bitrate.
14029
14030 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14031
14032         * gst/playback/gstplaybin.c: (gen_video_element),
14033         (gen_audio_element):
14034           Switch to auto*sink elements as default sinks; add volume element
14035           so that volume control in totem works.
14036
14037 2005-07-21  Wim Taymans  <wim@fluendo.com>
14038
14039         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14040         * gst/playback/gstplaybin.c: (setup_sinks),
14041         (gst_play_bin_change_state):
14042         Refcount fix and more comments.
14043
14044 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14045
14046         * sys/ximage/Makefile.am:
14047         * sys/ximage/ximage.c: (plugin_init):
14048         * sys/ximage/ximagesink.c:
14049         Prepare for adding ximagesrc, rename of plugin to ximage etc.
14050         
14051
14052 2005-07-21  Wim Taymans  <wim@fluendo.com>
14053
14054         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
14055         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
14056         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14057         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14058         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14059         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
14060         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
14061         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
14062         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
14063         Generate correct disconts for live chained oggs.
14064
14065         * gst-libs/gst/audio/gstbaseaudiosink.c:
14066         (gst_base_audio_sink_render),
14067         (gst_base_audio_sink_create_ringbuffer),
14068         (gst_base_audio_sink_change_state):
14069         Handle discont math correctly.
14070
14071         * gst/playback/gstplaybin.c: (add_sink):
14072         Some small debug cleanup.
14073
14074 2005-07-21  Wim Taymans  <wim@fluendo.com>
14075
14076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
14077         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
14078         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14079         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14080         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14081         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
14082         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14083         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
14084         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
14085         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
14086         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
14087         (gst_ogg_demux_change_state), (gst_ogg_print):
14088         Reorganize code to send the right disconts when in streaming
14089         mode.
14090
14091 2005-07-20  Andy Wingo  <wingo@pobox.com>
14092
14093         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
14094         fix (?), fixes a seggie mcfalterson (#310894).
14095
14096 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14097
14098         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
14099         (gst_ogg_mux_set_header_on_caps):
14100         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14101         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14102         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14103         * gst-libs/gst/audio/multichannel.c:
14104         (gst_audio_set_channel_positions),
14105         (gst_audio_set_structure_channel_positions_list):
14106         * gst/playback/gstdecodebin.c: (dynamic_create):
14107         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
14108         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
14109           Fixes for API changes in core.
14110
14111 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14112
14113         * gst/playback/gstplaybasebin.c: (fill_buffer):
14114           Use _new_custom() so we can set custom message types for buffering
14115           messages.
14116
14117 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14118
14119         * configure.ac:
14120         * gst-libs/gst/Makefile.am:
14121         * gst-libs/gst/gconf/.cvsignore:
14122         * gst-libs/gst/gconf/Makefile.am:
14123         * gst-libs/gst/gconf/test-gconf.c:
14124         * pkgconfig/Makefile.am:
14125         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14126         * pkgconfig/gstreamer-gconf.pc.in:
14127           Remove gconf stuff, use gconf elements instead from now on.
14128
14129 2005-07-20  Wim Taymans  <wim@fluendo.com>
14130
14131         * gst-libs/gst/audio/TODO:
14132         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
14133         (gst_audio_clock_get_internal_time):
14134         * gst-libs/gst/audio/gstaudioclock.h:
14135         * gst-libs/gst/audio/gstbaseaudiosink.c:
14136         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14137         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
14138         (gst_base_audio_sink_render),
14139         (gst_base_audio_sink_create_ringbuffer),
14140         (gst_base_audio_sink_change_state):
14141         Make sure the audio clock always returns an increasing value.
14142
14143 2005-07-19  Andy Wingo  <wingo@pobox.com>
14144
14145         * gst/videotestsrc/: Cleanups.
14146
14147 2005-07-19  Wim Taymans  <wim@fluendo.com>
14148
14149         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14150         Better debugging.
14151
14152 2005-07-19  Wim Taymans  <wim@fluendo.com>
14153
14154         * examples/seeking/seek.c: (make_dv_pipeline),
14155         (make_vorbis_theora_pipeline), (query_rates),
14156         (query_positions_elems), (query_positions_pads), (do_seek):
14157         Make correct DV pipeline.
14158
14159 2005-07-18  Andy Wingo  <wingo@pobox.com>
14160
14161         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
14162         default. Also because it's the only thing that really works. (This
14163         is used in the GConf elements).
14164         Use AS_LIBTOOL_TAGS.
14165
14166 2005-07-18  Wim Taymans  <wim@fluendo.com>
14167
14168         * gst/playback/gstdecodebin.c: (remove_element_chain):
14169         * gst/playback/gstplaybin.c: (add_sink):
14170         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14171         (gst_stream_info_set_mute):
14172         * gst/playback/gststreamselector.c:
14173         (gst_stream_selector_get_linked_pad),
14174         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
14175         More leak and compile fixes.
14176
14177 2005-07-18  Wim Taymans  <wim@fluendo.com>
14178
14179         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14180         (query_rates), (query_positions_elems), (query_positions_pads),
14181         (do_seek), (seek_cb), (stop_seek):
14182         Updated seek example. 
14183
14184         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
14185         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
14186         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
14187         * gst/playback/gstplaybin.c: (add_sink):
14188         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14189         (gst_stream_info_set_mute):
14190         Some refcount leak fixes.
14191
14192 2005-07-16  Wim Taymans  <wim@fluendo.com>
14193
14194         * gst-libs/gst/audio/gstbaseaudiosink.c:
14195         (gst_base_audio_sink_render):
14196         Align samples even if we have roundoff errors in the 
14197         timestamp conversion.
14198
14199 2005-07-16  Wim Taymans  <wim@fluendo.com>
14200
14201         * docs/libs/tmpl/gstringbuffer.sgml:
14202         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14203         (query_rates), (query_positions_elems), (query_positions_pads),
14204         (update_scale), (do_seek):
14205         Updated seek example.
14206
14207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14208         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
14209         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
14210         (gst_ogg_demux_loop):
14211         Push out correct discont values.
14212
14213         * ext/theora/theoradec.c: (theora_dec_src_convert),
14214         (theora_dec_sink_convert), (theora_dec_src_getcaps),
14215         (theora_dec_sink_event), (theora_handle_type_packet),
14216         (theora_handle_header_packet), (theora_dec_push),
14217         (theora_handle_data_packet), (theora_dec_chain),
14218         (theora_dec_change_state):
14219         Better timestamping.
14220
14221         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14222         (vorbis_dec_sink_event), (vorbis_dec_push),
14223         (vorbis_handle_data_packet), (vorbis_dec_chain):
14224         * ext/vorbis/vorbisdec.h:
14225         Better timestamping.
14226
14227         * gst-libs/gst/audio/gstbaseaudiosink.c:
14228         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
14229         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14230         Handle syncing on timestamps instead of sample offsets. Make
14231         use of DISCONT values as described in design docs.
14232
14233         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14234         (gst_base_audio_src_get_time):
14235         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14236         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14237         (gst_ring_buffer_read):
14238         * gst-libs/gst/audio/gstringbuffer.h:
14239         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14240         (gst_ximagesink_show_frame):
14241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14242         Correcly convert buffer timestamp to stream time.
14243
14244 2005-07-16  Wim Taymans  <wim@fluendo.com>
14245
14246         * gst/audioconvert/gstaudioconvert.c:
14247         (gst_audio_convert_get_buffer):
14248         Timestamp buffers correctly.
14249
14250         * gst/playback/gstplaybin.c: (gen_video_element):
14251         Make internal fakesink silent.
14252
14253 2005-07-15  Wim Taymans  <wim@fluendo.com>
14254
14255         * gst/ffmpegcolorspace/Makefile.am:
14256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14257         (gst_ffmpegcsp_caps_remove_format_info),
14258         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14259         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14260         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14261         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14262         Ported ffmpegcolorspace to basetransform.
14263
14264         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14265         * gst/volume/gstvolume.c: (volume_transform):
14266         Ported to new API.
14267
14268 2005-07-14  Wim Taymans  <wim@fluendo.com>
14269
14270         * gst/videotestsrc/Makefile.am:
14271         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14272         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14273         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14274         (gst_videotestsrc_init), (gst_videotestsrc_event),
14275         (gst_videotestsrc_create), (gst_videotestsrc_start),
14276         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14277         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14278         (gst_videotestsrc_get_property):
14279         * gst/videotestsrc/gstvideotestsrc.h:
14280         Make videotestsrc a pushsrc.
14281
14282 2005-07-14  Wim Taymans  <wim@fluendo.com>
14283
14284         * gst/tcp/gstfdset.c: (gst_fdset_free):
14285         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14286         (gst_multifdsink_add), (gst_multifdsink_remove),
14287         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14288         (gst_multifdsink_remove_client_link),
14289         (gst_multifdsink_client_queue_data),
14290         (gst_multifdsink_client_queue_caps),
14291         (gst_multifdsink_client_queue_buffer),
14292         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14293         (gst_multifdsink_stop):
14294         * gst/tcp/gstmultifdsink.h:
14295         0.8 backporting.
14296
14297         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14298         Also draw image when not from a pool.
14299
14300 2005-07-14  Wim Taymans  <wim@fluendo.com>
14301
14302         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14303         (mute_stream), (silence_stream):
14304         Small debug additions.
14305
14306 2005-07-14  Wim Taymans  <wim@fluendo.com>
14307
14308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14309         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14310         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14311         Better error recovery, ignore unconnected pads and
14312         non-fatal errors.
14313
14314 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14315
14316         * docs/libs/tmpl/gstaudio.sgml:
14317         * docs/libs/tmpl/gstcolorbalance.sgml:
14318         * docs/libs/tmpl/gstgconf.sgml:
14319         * docs/libs/tmpl/gstmixer.sgml:
14320         * docs/libs/tmpl/gstringbuffer.sgml:
14321         * docs/libs/tmpl/gsttuner.sgml:
14322         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14323         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14324         (gst_tcpclientsrc_class_init):
14325         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14326         (gst_tcpserversrc_class_init):
14327         * sys/v4l/gstv4lelement.c:
14328           more autistic cleanliness in functions/names/defines
14329
14330 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14331
14332         * configure.ac:
14333           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14334           added manually to each Makefile.am so we are sure it goes
14335           *last* and doesn't add -L flags before linking in libs of our
14336           own, like, say, internal .la libs, that then accidentally pick
14337           up the installed copy.
14338         * docs/libs/Makefile.am:
14339         * ext/alsa/Makefile.am:
14340         * ext/cdparanoia/Makefile.am:
14341         * ext/gnomevfs/Makefile.am:
14342         * ext/libvisual/Makefile.am:
14343         * ext/ogg/Makefile.am:
14344         * ext/theora/Makefile.am:
14345         * ext/vorbis/Makefile.am:
14346         * gst-libs/gst/video/Makefile.am:
14347         * gst/adder/Makefile.am:
14348         * gst/audioconvert/Makefile.am:
14349         * gst/audiorate/Makefile.am:
14350         * gst/audioscale/Makefile.am:
14351         * gst/ffmpegcolorspace/Makefile.am:
14352         * gst/playback/Makefile.am:
14353         * gst/sine/Makefile.am:
14354         * gst/subparse/Makefile.am:
14355         * gst/tags/Makefile.am:
14356         * gst/tcp/Makefile.am:
14357         * gst/typefind/Makefile.am:
14358         * gst/videorate/Makefile.am:
14359         * gst/videoscale/Makefile.am:
14360         * gst/videotestsrc/Makefile.am:
14361         * gst/volume/Makefile.am:
14362         * sys/v4l/Makefile.am:
14363         * sys/ximage/Makefile.am:
14364         * sys/xvimage/Makefile.am:
14365           adapt properly to this change. This should make sure that
14366           plugins and libs properly link to the as-yet-uninstalled
14367           copies of stuff like libgstinterfaces and libgstvideo
14368
14369 2005-07-13  Andy Wingo  <wingo@pobox.com>
14370
14371         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14372         (gst_v4lsrc_fixate): Fixate on format as well.
14373
14374         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14375         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14376         buffer points to it.
14377         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14378         rather just doing X calls ourselves. Also fixes a memleak.
14379
14380 2005-07-12  Andy Wingo  <wingo@pobox.com>
14381
14382         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14383         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14384         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14385         TRUE to avoid deadlocks if an element holds on to our buffers.
14386
14387 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14388
14389         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14390         (gst_sinesrc_init), (gst_sinesrc_create),
14391         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14392         (gst_sinesrc_start):
14393         * gst/sine/gstsinesrc.h:
14394           removing num-buffers property before moving it
14395
14396 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14397
14398         * configure.ac:
14399           use overridable ERROR_CFLAGS
14400         * docs/libs/gst-plugins-base-libs.types:
14401         * docs/libs/tmpl/gstringbuffer.sgml:
14402         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14403         (gst_alsasink_class_init):
14404         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14405         (gst_alsasrc_class_init):
14406         * gst-libs/gst/audio/audio.h:
14407         * gst-libs/gst/audio/gstaudioclock.h:
14408         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14409         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14410         (gst_audio_filter_link), (gst_audio_filter_init),
14411         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14412         (gst_audio_filter_get_property),
14413         (gst_audio_filter_class_add_pad_templates):
14414         * gst-libs/gst/audio/gstaudiofilter.h:
14415         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14416         (gst_audio_filter_template_get_type),
14417         (gst_audio_filter_template_base_init),
14418         (gst_audio_filter_template_class_init),
14419         (gst_audio_filter_template_init),
14420         (gst_audio_filter_template_set_property),
14421         (gst_audio_filter_template_get_property), (plugin_init),
14422         (gst_audio_filter_template_setup),
14423         (gst_audio_filter_template_filter),
14424         (gst_audio_filter_template_filter_inplace):
14425         * gst-libs/gst/audio/gstaudiosink.c:
14426         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14427         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14428         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14429         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14430         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14431         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14432         * gst-libs/gst/audio/gstaudiosink.h:
14433         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14434         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14435         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14436         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14437         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14438         (gst_audio_src_class_init), (gst_audio_src_init),
14439         (gst_audio_src_create_ringbuffer):
14440         * gst-libs/gst/audio/gstaudiosrc.h:
14441         * gst-libs/gst/audio/gstbaseaudiosink.c:
14442         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14443         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14444         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14445         (gst_base_audio_sink_set_property),
14446         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14447         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14448         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14449         (gst_base_audio_sink_create_ringbuffer),
14450         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14451         * gst-libs/gst/audio/gstbaseaudiosink.h:
14452         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14453         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14454         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14455         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14456         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14457         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14458         (gst_base_audio_src_event), (gst_base_audio_src_create),
14459         (gst_base_audio_src_create_ringbuffer),
14460         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14461         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14462         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14463         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14464         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14465         (gst_ring_buffer_debug_spec_caps),
14466         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14467         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14468         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14469         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14470         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14471         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14472         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14473         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14474         (gst_ring_buffer_clear):
14475         * gst-libs/gst/audio/gstringbuffer.h:
14476         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14477         (gst_video_sink_class_init), (gst_video_sink_get_type):
14478         * gst-libs/gst/video/videosink.h:
14479         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14480         (gst_multifdsink_class_init),
14481         (gst_multifdsink_handle_client_write),
14482         (gst_multifdsink_change_state):
14483         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14484         (gst_tcpclientsink_setcaps):
14485         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14486         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14487         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14488         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14489         (gst_ximagesink_send_pending_navigation),
14490         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14491         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14493         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14494         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14495         (gst_xvimagesink_send_pending_navigation),
14496         (gst_xvimagesink_navigation_send_event),
14497         (gst_xvimagesink_set_xwindow_id),
14498         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14499         (gst_xvimagesink_get_type):
14500         more macro splitting
14501
14502 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14503
14504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14505           plug a memleak, allows me to import 1479 albums in one go
14506           in jamboree
14507         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14508         (vorbis_handle_type_packet), (vorbis_dec_chain),
14509         (vorbis_dec_change_state):
14510           fix some format strings
14511
14512 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14513
14514         * docs/libs/tmpl/gstcolorbalance.sgml:
14515         * docs/libs/tmpl/gstmixer.sgml:
14516         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14517         (gst_alsasink_set_property), (gst_alsasink_get_property):
14518         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14519         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14520           add device property
14521
14522 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14523
14524         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14525         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14526         (audiocast_register_listener), (audiocast_thread_run),
14527         (gst_gnomevfssrc_send_additional_headers_callback),
14528         (gst_gnomevfssrc_received_headers_callback),
14529         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14530         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14531         (gst_gnomevfssrc_get_size):
14532           add/clean up debugging
14533         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14534           cleanups
14535
14536 2005-07-07  Andy Wingo  <wingo@pobox.com>
14537
14538         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14539         framerate. Need to get a handle on when exactly this function is
14540         called, tho.
14541
14542         * sys/v4l/v4lsrc_calls.h:
14543         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14544         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14545         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14546
14547         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14548         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14549         v4lelements are sources.
14550
14551         * sys/v4l/gstv4lxoverlay.h:
14552         * sys/v4l/gstv4lxoverlay.c:
14553         * sys/v4l/gstv4ltuner.h:
14554         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14555         
14556         * sys/v4l/gstv4lsrc.h:
14557         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14558         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14559         or something should handle that. Made a live source.
14560
14561         * sys/v4l/gstv4lelement.h:
14562         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14563         signals. Some cleanups.
14564
14565         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14566
14567         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14568         stuff.
14569
14570         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14571         stuff.
14572
14573         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14574
14575 2005-07-07  Wim Taymans  <wim@fluendo.com>
14576
14577         * ext/theora/theoradec.c: (theora_get_query_types),
14578         (theora_dec_src_getcaps), (theora_dec_push):
14579         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14580         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14581         Remove deprecated/unused query types.
14582
14583 2005-07-06  Wim Taymans  <wim@fluendo.com>
14584
14585         * ext/alsa/Makefile.am:
14586         * ext/alsa/gstalsaplugin.c: (plugin_init):
14587         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14588         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14589         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14590         (gst_alsasrc_class_init), (gst_alsasrc_init),
14591         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14592         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14593         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14594         (gst_alsasrc_reset):
14595         * ext/alsa/gstalsasrc.h:
14596         * gst-libs/gst/audio/Makefile.am:
14597         * gst-libs/gst/audio/gstaudiosink.c:
14598         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14599         (gst_audioringbuffer_start):
14600         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14601         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14602         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14603         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14604         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14605         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14606         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14607         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14608         * gst-libs/gst/audio/gstaudiosrc.h:
14609         * gst-libs/gst/audio/gstbaseaudiosink.c:
14610         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14611         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14612         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14613         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14614         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14615         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14616         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14617         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14618         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14619         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14620         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14621         (gst_baseaudiosrc_change_state):
14622         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14623         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14624         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14625         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14626         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14627         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14628         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14629         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14630         * gst-libs/gst/audio/gstringbuffer.h:
14631         Added audiosource base classes.
14632         Ported alsasrc, still very basic.
14633
14634 2005-07-06  Wim Taymans  <wim@fluendo.com>
14635
14636         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14637         (theora_dec_push), (theora_handle_data_packet):
14638         Prepare for better timestamp fix later.
14639
14640         * gst/audioconvert/gstaudioconvert.c:
14641         List most accurate caps first
14642
14643         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14644         Use proper pad task function.
14645
14646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14647         (gst_xvimagesink_show_frame):
14648         Fix deadlock when alloc failed.
14649
14650 2005-07-05  Andy Wingo  <wingo@pobox.com>
14651
14652         * ext/gnomevfs/gstgnomevfssrc.c:
14653         * gst/sine/gstsinesrc.c:
14654         * gst/tcp/gsttcpserversrc.c:
14655         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14656
14657         * sys/v4l/: Port from 0.8.
14658
14659         * Many files: Null if we got it....
14660
14661 2005-07-05  Andy Wingo  <wingo@pobox.com>
14662
14663         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14664         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14665         Signedness fixes.
14666
14667 2005-07-05  Wim Taymans  <wim@fluendo.com>
14668
14669         * configure.ac:
14670         * gst/tcp/Makefile.am:
14671         * gst/tcp/README:
14672         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14673         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14674         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14675         (is_sync_frame), (gst_multifdsink_handle_client_write),
14676         (gst_multifdsink_render), (gst_multifdsink_start),
14677         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14678         * gst/tcp/gstmultifdsink.h:
14679         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14680         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14681         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14682         * gst/tcp/gsttcp.h:
14683         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14684         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14685         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14686         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14687         * gst/tcp/gsttcpclientsink.h:
14688         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14689         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14690         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14691         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14692         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14693         * gst/tcp/gsttcpclientsrc.h:
14694         * gst/tcp/gsttcpplugin.c: (plugin_init):
14695         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14696         * gst/tcp/gsttcpserversink.h:
14697         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14698         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14699         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14700         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14701         (gst_tcpserversrc_stop):
14702         * gst/tcp/gsttcpserversrc.h:
14703         * gst/tcp/gsttcpsink.c:
14704         * gst/tcp/gsttcpsink.h:
14705         * gst/tcp/gsttcpsrc.c:
14706         * gst/tcp/gsttcpsrc.h:
14707         Ported tcp plugins to 0.9. 
14708         
14709
14710 2005-07-05  Andy Wingo  <wingo@pobox.com>
14711
14712         * gst/playback/gstplaybasebin.c (fill_buffer):
14713         message_new_application fixen.
14714
14715         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14716         Style fix.
14717
14718 2005-07-04  Wim Taymans  <wim@fluendo.com>
14719
14720         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14721         Set caps on output buffer.
14722
14723 2005-07-04  Andy Wingo  <wingo@pobox.com>
14724
14725         * ext/gnomevfs/gstgnomevfssrc.c
14726         (gst_gnomevfssrc_received_headers_callback) 
14727         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14728         hopefully.
14729
14730         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14731         No refcount leakage.
14732
14733         * configure.ac: Enable -Werror.
14734         
14735         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14736         * gst/audioconvert/bufferframesconvert.c
14737         (buffer_frames_convert_fixate):
14738         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14739         (gst_audio_convert_fixate):
14740         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14741         (gst_sinesrc_create): Fixate func changes.
14742         
14743         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14744         (gst_ximagesink_buffer_alloc): Unused var.
14745
14746 2005-07-01  Andy Wingo  <wingo@pobox.com>
14747
14748         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14749         getcaps to do explicit caps. Needs to be done in all decoders,
14750         possibly via a base class.
14751
14752         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14753
14754         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14755         caps on the sink pad, just rely on the pad template. Also, setting
14756         ANY caps on a pad is not valid because the caps are not fixed.
14757
14758         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14759         caps on the buffer, and get the width from the desired_caps if
14760         they're set.
14761         (gst_ximagesink_renegotiate_size): Implement via setting the
14762         desired_caps on the ximagesink.
14763         (gst_ximagesink_setcaps): Only reset the width of the player if it
14764         wasn't already set. Not sure if this is right.
14765         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14766
14767         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14768         that the user wants. NULL unless the window has been resized.
14769
14770         * gst/volume/gstvolume.c (volume_transform): Adapt to
14771         basetransform refcount changes.
14772         
14773 2005-07-01  Andy Wingo  <wingo@pobox.com>
14774
14775         * gst/videoscale/gstvideoscale.c:
14776         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14777         from BaseTransform, implements a transform_caps. Removed dead code
14778         including some PAR stuff that was never reached -- should probably
14779         be added back somehow.
14780
14781 2005-07-01  Andy Wingo  <wingo@pobox.com>
14782
14783         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14784         come later.
14785
14786 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14787
14788         * configure.ac:
14789         * docs/libs/Makefile.am:
14790         * docs/libs/gst-plugins-libs.types:
14791         * ext/alsa/Makefile.am:
14792         * ext/alsa/gstalsamixer.h:
14793         * ext/alsa/gstalsamixeroptions.h:
14794         * ext/alsa/gstalsamixertrack.h:
14795         * gst-libs/gst/Makefile.am:
14796         * gst-libs/gst/colorbalance/.cvsignore:
14797         * gst-libs/gst/colorbalance/Makefile.am:
14798         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14799         * gst-libs/gst/colorbalance/colorbalance.c:
14800         * gst-libs/gst/colorbalance/colorbalance.h:
14801         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14802         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14803         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14804         * gst-libs/gst/interfaces/Makefile.am:
14805         * gst-libs/gst/interfaces/colorbalance.c:
14806         (gst_color_balance_class_init):
14807         * gst-libs/gst/interfaces/colorbalance.h:
14808         * gst-libs/gst/interfaces/interfaces-marshal.list:
14809         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14810         * gst-libs/gst/interfaces/mixer.h:
14811         * gst-libs/gst/interfaces/mixeroptions.h:
14812         * gst-libs/gst/interfaces/navigation.c:
14813         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14814         * gst-libs/gst/interfaces/tuner.h:
14815         * gst/volume/Makefile.am:
14816         * gst/volume/gstvolume.c:
14817         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14818         * sys/ximage/Makefile.am:
14819         * sys/ximage/ximagesink.c:
14820         * sys/xvimage/Makefile.am:
14821         * sys/xvimage/xvimagesink.c:
14822           fold in all interfaces into an interfaces dir, preserving CVS
14823           history
14824
14825 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14826
14827         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14828           Fix build after riff changes.
14829
14830 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14831
14832         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14833         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14834         (gst_riff_create_video_template_caps),
14835         (gst_riff_create_audio_template_caps),
14836         (gst_riff_create_iavs_template_caps):
14837         * gst-libs/gst/riff/riff-media.h:
14838         * gst-libs/gst/riff/riff-read.h:
14839         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14840           Add gst_riff_init() to initialize the debug category, instead
14841           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14842
14843 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14844
14845         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14846           Oops, I shouldn't apply hacks.
14847
14848 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14849
14850         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14851           Remove pad_loop function which doesn't work.
14852
14853 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14854
14855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14856           Send EOS when deactivating.
14857         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14858         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14859         (gen_preroll_element), (probe_triggered), (mute_stream),
14860         (silence_stream), (new_decoded_pad), (setup_substreams),
14861         (set_active_source):
14862         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14863         (remove_sinks), (add_sink):
14864         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14865           Change for new probe API.
14866
14867 2005-06-29  Wim Taymans  <wim@fluendo.com>
14868
14869         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14870         * gst-libs/gst/audio/gstbaseaudiosink.c:
14871         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14872         (gst_baseaudiosink_change_state):
14873         * gst-libs/gst/audio/gstbaseaudiosink.h:
14874         * gst-libs/gst/audio/gstringbuffer.c:
14875         (gst_ringbuffer_set_callback):
14876         Fix compilation error.
14877         Ringbuffer starts out as not running.
14878         Free our clock in dispose.
14879         When releasing the ringbuffer we need to renegotiate so
14880         clear the pad caps.
14881
14882 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14883
14884         * autogen.sh:
14885         * configure.ac:
14886         * docs/Makefile.am:
14887         * docs/libs/Makefile.am:
14888         * docs/libs/gst-plugins-libs-docs.sgml:
14889         * docs/libs/gst-plugins-libs-sections.txt:
14890         * docs/libs/gst-plugins-libs.types:
14891         * docs/libs/tmpl/gstaudio.sgml:
14892         * docs/libs/tmpl/gstcolorbalance.sgml:
14893         * docs/libs/tmpl/gstringbuffer.sgml:
14894         * gst-libs/gst/audio/gstringbuffer.c:
14895         (gst_ringbuffer_set_callback):
14896           reinstate gtk-doc docs for plugin libs
14897
14898 2005-06-28  Wim Taymans  <wim@fluendo.com>
14899
14900         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14901         (gst_ogg_demux_init):
14902         Removed pad loop function.
14903
14904 2005-06-28  Wim Taymans  <wim@fluendo.com>
14905
14906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14907         If we're building a chain we are not in an error case
14908         when we queue a buffer.
14909
14910 2005-06-28  Andy Wingo  <wingo@pobox.com>
14911
14912         * *.c: Don't cast to GstObject before reffing/unreffing.
14913
14914 2005-06-27  Andy Wingo  <wingo@pobox.com>
14915
14916         * gst/videotestsrc/gstvideotestsrc.c
14917         (gst_videotestsrc_activate_push): Activation API changes.
14918
14919         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14920         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14921         they have refs on the decodebin.
14922
14923         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14924         parent class.
14925         (gst_ogg_pad_typefind): Don't leak a pad ref.
14926         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14927         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14928         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14929
14930 2005-06-27  Edward Hervey  <edward@fluendo.com>
14931
14932         * ext/theora/theoradec.c: (theora_dec_change_state): 
14933         re-arranged call to parent's state change in order to avoid locks (or
14934         worse).
14935
14936 2005-06-26  Edward Hervey  <edward@fluendo.com>
14937
14938         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14939         2nd argument of 'unknow-type' signal is a GstCaps and not a
14940         GstMiniObject
14941
14942 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14943         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14944           Set the worker thread's running flag to TRUE before starting the
14945           thread.
14946         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14947           Catch a failure to add typefind to the bin.
14948
14949 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14950
14951         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14952         (gst_sinesrc_init), (gst_sinesrc_create),
14953         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14954         (gst_sinesrc_start):
14955         * gst/sine/gstsinesrc.h:
14956           add num-buffers and timestamp-offset properties
14957         * gst/videotestsrc/gstvideotestsrc.c:
14958         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14959         (gst_videotestsrc_get_property):
14960           add timestamp-offset property
14961
14962 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14963
14964         * configure.ac: add videorate
14965         * gst-plugins-base.spec.in: add videorate
14966
14967 2005-06-23  Wim Taymans  <wim@fluendo.com>
14968
14969         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14970         (gst_videorate_getcaps), (gst_videorate_setcaps),
14971         (gst_videorate_event), (gst_videorate_chain):
14972         Fixed videorate, fixating an already fixated caps is not
14973         an error.
14974
14975 2005-06-23  Wim Taymans  <wim@fluendo.com>
14976
14977         * ext/ogg/README:
14978         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14979         Buffer on caps is not boxed anymore.
14980
14981 2005-06-22  Wim Taymans  <wim@fluendo.com>
14982
14983         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14984         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14985         Set buffers on caps as miniobjects and not as boxed.
14986
14987 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14988
14989         * configure.ac:
14990           back to HEAD
14991
14992 === release 0.9.1 ===
14993
14994 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14995
14996         * .cvsignore:
14997         * NEWS:
14998         * README:
14999         * RELEASE:
15000         * configure.ac:
15001         * po/af.po:
15002         * po/az.po:
15003         * po/cs.po:
15004         * po/en_GB.po:
15005         * po/hu.po:
15006         * po/it.po:
15007         * po/nb.po:
15008         * po/nl.po:
15009         * po/or.po:
15010         * po/sq.po:
15011         * po/sr.po:
15012         * po/sv.po:
15013         * po/uk.po:
15014         * po/vi.po:
15015           updates for release
15016
15017 2005-06-09  Andy Wingo  <wingo@pobox.com>
15018
15019         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
15020         
15021 2005-06-09  Andy Wingo  <wingo@pobox.com>
15022
15023         * configure.ac:
15024         * gst-libs/gst/Makefile.am:
15025         * gst-libs/gst/net/Makefile.am:
15026         Add gstnet to build.
15027
15028 2005-06-09  Andy Wingo  <wingo@pobox.com>
15029
15030         * gst-libs/gst/gconf/gconf.c:
15031         * gst/playback/test.c:
15032         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
15033         fixes.
15034
15035         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
15036
15037         * ext/theora/theoraenc.c (theora_enc_chain): 
15038         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
15039
15040         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
15041         RealPad.
15042
15043 2005-06-02  Wim Taymans  <wim@fluendo.com>
15044
15045         * gst-libs/gst/net/Makefile.am:
15046         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15047         * pkgconfig/gstreamer-libs.pc.in:
15048         Added net stuff, version net lib.
15049
15050 2005-06-02  Wim Taymans  <wim@fluendo.com>
15051
15052         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
15053         (query_rates), (query_positions_elems), (query_positions_pads),
15054         (do_seek):
15055         Updated seek example.
15056
15057 2005-06-02  Andy Wingo  <wingo@pobox.com>
15058
15059         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
15060         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
15061         list.
15062
15063         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
15064         remove the typefind, the bin dispose will do it for us. When it's
15065         removed and unreffed, the signal handler will be disconnected,
15066         too.
15067         (unlinked): It's too difficult to disconnect from unlinked
15068         handlers, as they are on pads not elements. Just punt if the pads
15069         aren't grandkids of the bin.
15070
15071 2005-06-02  Wim Taymans  <wim@fluendo.com>
15072
15073         * ext/ogg/README:
15074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15075         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
15076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
15077         * ext/theora/theoradec.c: (theora_dec_src_query),
15078         (theora_handle_data_packet):
15079         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15080         (theora_enc_chain):
15081         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15082         (vorbis_handle_data_packet):
15083         * gst/audioconvert/bufferframesconvert.c:
15084         (buffer_frames_convert_chain):
15085         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15086         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15087         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15088         (gst_ffmpegcsp_chain):
15089         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15090         (gst_videorate_getcaps), (gst_videorate_setcaps),
15091         (gst_videorate_event), (gst_videorate_chain):
15092         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
15093         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
15094         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15095         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15096         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15097         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15098         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15099         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15100         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15101         Cleanups and buffer alloc.
15102
15103 2005-05-31  Wim Taymans  <wim@fluendo.com>
15104
15105         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
15106         Don't try to call the delay method when the device is not
15107         opened.
15108
15109 2005-05-31  Wim Taymans  <wim@fluendo.com>
15110
15111         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
15112         Get actual segment size and buffer size after opening
15113         the device.
15114
15115 2005-05-30  Wim Taymans  <wim@fluendo.com>
15116
15117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
15118         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
15119         Also FLUSH upstream, makes the loop function exit faster.
15120         
15121         * ext/theora/theoradec.c: (theora_dec_src_query):
15122         Some more debug info in the query.
15123         
15124         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15125         (gst_ximagesink_setcaps):
15126         Release lock on par error, better error reporting.
15127
15128 2005-05-26  Wim Taymans  <wim@fluendo.com>
15129
15130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15131         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
15132         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
15133         Clear chains in READY
15134         Queue packets until the chain is activated.
15135
15136 2005-05-25  Wim Taymans  <wim@fluendo.com>
15137
15138         * gst-libs/gst/audio/gstaudiosink.c:
15139         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15140         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15141         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15142         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15143         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15144         (gst_audiosink_create_ringbuffer):
15145         * gst-libs/gst/audio/gstbaseaudiosink.c:
15146         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15147         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15148         (gst_baseaudiosink_set_property), (build_linear_format),
15149         (debug_spec_caps), (debug_spec_buffer),
15150         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15151         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15152         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15153         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15154         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15155         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15156         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15157         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15158         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15159         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15160         (wait_segment), (gst_ringbuffer_commit),
15161         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15162         (gst_ringbuffer_clear):
15163         Various small cleanups.
15164
15165         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15166         (gst_audio_convert_change_state):
15167         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
15168         No need to take the locks anymore.
15169
15170 2005-05-25  Wim Taymans  <wim@fluendo.com>
15171
15172         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15173         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
15174         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
15175         (type_found):
15176         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
15177         (group_destroy), (group_commit), (queue_overrun),
15178         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
15179         (mute_stream), (new_decoded_pad), (setup_substreams),
15180         (setup_source), (mute_group_type), (set_active_source),
15181         (gst_play_base_bin_change_state):
15182         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15183         (gen_video_element), (gen_text_element), (gen_audio_element),
15184         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
15185         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
15186         (gst_stream_info_dispose), (gst_stream_info_set_mute):
15187         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15188         Some playbin cleanups mostly refcounting sloppyness.
15189
15190 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15191
15192         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15193           Work with streaming input.
15194
15195 2005-05-25  Wim Taymans  <wim@fluendo.com>
15196
15197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15198         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15199         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15200         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
15201         No need to take the STREAM lock anymore.
15202
15203 2005-05-25  Wim Taymans  <wim@fluendo.com>
15204
15205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
15206         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
15207         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
15208         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
15209         (gst_ogg_demux_sink_activate):
15210         * ext/theora/theoradec.c: (theora_dec_src_event),
15211         (theora_handle_comment_packet), (theora_dec_chain),
15212         (theora_dec_change_state):
15213         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15214         (vorbis_handle_data_packet), (vorbis_dec_chain),
15215         (vorbis_dec_change_state):
15216         Remove STREAM locks as they are taken in core now.
15217         Never set bogus granulepos on vorbis/theora.
15218         Fix leaks in theoradec tag parsing.
15219
15220 2005-05-25  Wim Taymans  <wim@fluendo.com>
15221
15222         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15223         Fix memleaks, GST_BUFFER_DATA() is not freed.
15224
15225 2005-05-25  Wim Taymans  <wim@fluendo.com>
15226
15227         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15228         Open non-blocking, set to blocking mode afterwards to avoid
15229         lockups when audio device is busy.
15230
15231 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15232
15233         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
15234           This can't be good.
15235
15236 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15237
15238         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15239         (gst_audio_convert_chain), (gst_audio_convert_link_src),
15240         (gst_audio_convert_setcaps):
15241           Implement instant setup switching.
15242
15243 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15244
15245         * gst/playback/gstplaybasebin.c: (probe_triggered):
15246           Fix missing unlock.
15247         * gst/playback/gstplaybin.c: (add_sink):
15248           First add, then link (otherwise pad link fails).
15249
15250 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15251
15252         * examples/Makefile.am:
15253         fix buildbot (make distcheck)
15254
15255 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15256
15257         * gst/playback/gstplaybin.c: (gen_vis_element):
15258           Remove some wrong code. Doesn't work yet.
15259
15260 2005-05-19  Wim Taymans  <wim@fluendo.com>
15261
15262         * gst-libs/gst/net/Makefile.am:
15263         * gst-libs/gst/net/README:
15264         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15265         (gst_netbuffer_class_init), (gst_netbuffer_init),
15266         (gst_netbuffer_finalize), (gst_netbuffer_copy),
15267         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15268         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15269         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15270         * gst-libs/gst/net/gstnetbuffer.h:
15271         Added buffer subclass to store extra to/from addresses for
15272         network sources/sinks.
15273
15274 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15275
15276         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15277           Don't lock an unassigned variable.
15278
15279 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15280
15281         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15282           Increase buffer for video, decrease buffer for other media types.
15283         * gst/playback/gstplaybin.c: (gen_video_element),
15284         (gen_audio_element):
15285           Change names for debugging purposes.
15286
15287 2005-05-18  Wim Taymans  <wim@fluendo.com>
15288
15289         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15290         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15291         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15292         (gst_ffmpegcsp_chain):
15293         Enable buffer alloc passthrough if the source and dest
15294         formats are the same.
15295
15296 2005-05-17  Wim Taymans  <wim@fluendo.com>
15297
15298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15299         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15300         (gst_ogg_demux_chain_unlocked):
15301         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15302         (gst_audio_convert_caps_remove_format_info),
15303         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15304         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15306         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15307         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15308         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15309         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15310         (gst_ffmpegcsp_get_property):
15311         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15312         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15313         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15314         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15315         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15316         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15317         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15318         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15319         Leak fixes in oggdemux.
15320         Some cleanups in audioconvert.
15321         Make passthrough work along with buffer_alloc etc.
15322         Make buffer_alloc and buffer recycling actually work in
15323         xvimagesink.
15324
15325 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15326
15327         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15328           make the compiler happy
15329
15330 2005-05-17  Wim Taymans  <wim@fluendo.com>
15331
15332         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15333         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15334         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15335         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15336         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15337         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15338         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15339         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15340         (gst_xvimagesink_set_xwindow_id):
15341         * sys/xvimage/xvimagesink.h:
15342         Port xvimagesink to new MiniObject.
15343
15344 2005-05-17  Wim Taymans  <wim@fluendo.com>
15345
15346         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15347         (gst_audiofilter_chain):
15348         * gst-libs/gst/audio/gstaudiosink.c:
15349         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15350         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15351         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15352         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15353         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15354         (gst_audiosink_create_ringbuffer):
15355         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15356         (gst_audio_convert_caps_remove_format_info),
15357         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15358         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15359         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15360         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15361         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15362         Fix passthrough in ffmpegcolorspace.
15363         Fix memset in audiosink on wrong memory.
15364
15365 2005-05-16  David Schleef  <ds@schleef.org>
15366
15367         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15368         to GstMiniObject.
15369
15370 2005-05-16  David Schleef  <ds@schleef.org>
15371
15372         Port from GstData to GstMiniObject.
15373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15375         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15376         (gst_ogg_mux_collected):
15377         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15378         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15379         (theora_handle_data_packet):
15380         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15381         (theora_set_header_on_caps), (theora_enc_chain):
15382         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15383         (vorbis_handle_comment_packet):
15384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15385         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15386         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15387         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15388         * gst/audioconvert/gstaudioconvert.c:
15389         (gst_audio_convert_get_buffer):
15390         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15391         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15392         (mute_stream), (silence_stream):
15393         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15394         * gst/volume/gstvolume.c: (volume_transform):
15395         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15396         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15397         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15398         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15399         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15400         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15401         (gst_ximagesink_buffer_alloc):
15402         * sys/ximage/ximagesink.h:
15403
15404 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15405
15406         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15407         (fill_buffer), (check_queue), (queue_threshold_reached),
15408         (queue_out_of_data):
15409         * gst/playback/gstplaybasebin.h:
15410           Post buffer-fullness on the bus.
15411
15412 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15413
15414         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15415         (try_to_link_1):
15416         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15417         (group_commit), (probe_triggered), (setup_source),
15418         (gst_play_base_bin_change_state):
15419         * gst/playback/gstplaybasebin.h:
15420         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15421         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15422         (gst_play_bin_change_state):
15423           Move setup_output_pads into a virtual function, remove
15424           group-switch (no longer needed) and redirect (handled by bus
15425           now) signals.
15426
15427 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15428
15429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15430         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15431         (get_active_group), (get_building_group), (group_destroy),
15432         (group_commit), (check_queue), (queue_overrun),
15433         (queue_threshold_reached), (queue_out_of_data),
15434         (gen_preroll_element), (remove_groups), (unknown_type),
15435         (add_element_stream), (no_more_pads), (probe_triggered),
15436         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15437         (setup_substreams), (setup_source), (finish_source),
15438         (prepare_output), (muted_group_change_state),
15439         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15440         (gst_play_base_bin_change_state):
15441         * gst/playback/gstplaybasebin.h:
15442         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15443         (gst_play_bin_init), (gst_play_bin_set_property),
15444         (gen_video_element), (gen_text_element), (gen_audio_element),
15445         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15446         (gst_play_bin_change_state):
15447         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15448         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15449         (stream_info_change_state), (gst_stream_info_set_mute),
15450         (gst_stream_info_get_property):
15451         * gst/playback/gststreaminfo.h:
15452         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15453         (gst_stream_selector_get_linked_pad),
15454         (gst_stream_selector_getcaps),
15455         (gst_stream_selector_get_linked_pads),
15456         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15457         * gst/playback/gststreamselector.h:
15458           Rough port of playbin. Needs some more work, but is mostly done,
15459           and uses a few locks in important places, which should make stuff
15460           like chain-switches clean. Still uses GST_STATE() in a few places,
15461           which isn't all that good an idea, subtitles/elements disabled
15462           because no elements to test with and thus probably broken, query
15463           and event handling moved to GstBin, internal thread removed
15464           alltogether because the pipeline does that for us now. Can play
15465           Ogg/Vorbis files. Haven't tested anything else yet.
15466
15467 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15468
15469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15470           Do no-more-pads (needed for autoplugging).
15471
15472 2005-05-10  Andy Wingo  <wingo@pobox.com>
15473
15474         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15475         message to the bus with the tags. Still not sent downstream tho.
15476
15477         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15478         get_parent.
15479         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15480         avoid refcounting hassles.
15481
15482 2005-05-09  Andy Wingo  <wingo@pobox.com>
15483
15484         * gst/volume/Makefile.am:
15485         * gst/volume/demo.c
15486         * gst/volume/gstvolume.h
15487         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15488         basetransform. Probably need an audio filter base class.
15489
15490 2005-05-09  Wim Taymans  <wim@fluendo.com>
15491
15492         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15493         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15494         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15495         (gst_vorbisenc_chain):
15496         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15497         (gst_audio_convert_caps_remove_format_info),
15498         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15499         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15500         Make caps writable before writing to it.
15501         Fix negotiation in audioconvert some more.
15502
15503 2005-05-09  Wim Taymans  <wim@fluendo.com>
15504
15505         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15506         (gst_videorate_getcaps), (gst_videorate_setcaps),
15507         (gst_videorate_event), (gst_videorate_chain):
15508         Better negotiation.
15509
15510 2005-05-09  Wim Taymans  <wim@fluendo.com>
15511
15512         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15513         (gst_videorate_getcaps), (gst_videorate_setcaps),
15514         (gst_videorate_blank_data), (gst_videorate_init),
15515         (gst_videorate_event), (gst_videorate_chain),
15516         (gst_videorate_change_state):
15517         Port videorate, do a better job at negotiation while we're at
15518         it.
15519
15520 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15521
15522         * configure.ac:
15523           Disable libvisual
15524
15525         * examples/Makefile.am:
15526         * gst-libs/gst/audio/Makefile.am:
15527         * gst-libs/gst/riff/Makefile.am:
15528         * gst-libs/gst/tag/Makefile.am:
15529         * gst-libs/gst/video/Makefile.am:
15530           Fixups for missing variables.
15531
15532 2005-05-09  Wim Taymans  <wim@fluendo.com>
15533
15534         * examples/seeking/seek.c: (make_theora_pipeline),
15535         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15536         (query_rates), (query_positions_elems), (query_positions_pads),
15537         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15539         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15540         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15541         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15542         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15544         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15545         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15546         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15547         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15548         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15549         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15550         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15551         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15552         (theora_dec_src_convert), (theora_dec_sink_convert),
15553         (theora_dec_src_query), (theora_dec_sink_query),
15554         (theora_dec_src_event), (theora_dec_sink_event),
15555         (theora_handle_comment_packet), (theora_handle_type_packet),
15556         (theora_handle_header_packet), (theora_handle_data_packet),
15557         (theora_dec_chain):
15558         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15559         (vorbis_dec_convert), (vorbis_dec_src_query),
15560         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15561         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15562         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15563         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15564         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15565         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15566         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15567         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15568         (gst_play_bin_query):
15569         * gst/playback/test3.c: (update_scale):
15570         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15571         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15572         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15573         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15574         (gst_videotestsrc_src_query):
15575         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15576         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15577         (paint_hline_YUV9):
15578         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15579         Port to new query API.
15580         Updated seek.
15581         Cleanups in x[v]imagesink
15582
15583 2005-05-09  Andy Wingo  <wingo@pobox.com>
15584
15585         * ext/alsa/gstalsasink.h:
15586         * ext/gnomevfs/gstgnomevfssrc.c:
15587         (gst_gnomevfssrc_get_icy_metadata):
15588         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15589         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15590         * ext/theora/theoradec.c (theora_dec_src_query)
15591         (theora_dec_src_event, theora_dec_sink_event)
15592         (theora_handle_comment_packet, theora_handle_data_packet):
15593         * ext/theora/theoraenc.c (theora_enc_chain):
15594         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15595         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15596         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15597         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15598         (qt_type_find):
15599         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15600         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15601         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15602         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15603         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15604         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15605         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15606         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15607         (paint_setup_RGB565, paint_setup_xRGB1555):
15608         * gst/videotestsrc/videotestsrc.h:
15609         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15610         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15611         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15612         GCC4 fixes.
15613         
15614         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15615         gst_pad_query_position. Fixes oggdemux.
15616
15617 2005-05-08  David Schleef  <ds@schleef.org>
15618
15619         * configure.ac: Require liboil.
15620         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15621         a few more.
15622         * gst/videotestsrc/videotestsrc.c:
15623         * gst/videotestsrc/videotestsrc.h:
15624
15625 2005-05-06  Wim Taymans  <wim@fluendo.com>
15626
15627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15628         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15629         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15630         Well, unreffing a buffer right before pushing it is asking
15631         for trouble..
15632
15633 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15634
15635         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15636
15637 2005-05-06  Wim Taymans  <wim@fluendo.com>
15638
15639         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15640         (gst_audio_convert_caps_remove_format_info),
15641         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15642         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15643         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15644         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15645         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15646         * gst/sine/Makefile.am:
15647         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15648         (gst_sinesrc_class_init), (gst_sinesrc_init),
15649         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15650         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15651         (gst_sinesrc_update_freq):
15652         * gst/sine/gstsinesrc.h:
15653         * gst/tcp/gstmultifdsink.c:
15654         * sys/xvimage/xvimagesink.c:
15655         Fixed negotiation wrt _peer_get_caps()
15656         Some cleanups.
15657
15658
15659 2005-05-06  Wim Taymans  <wim@fluendo.com>
15660
15661         * gst-libs/gst/audio/gstaudiosink.c:
15662         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15663         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15664         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15665         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15666         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15667         (gst_audiosink_create_ringbuffer):
15668         * gst-libs/gst/audio/gstbaseaudiosink.c:
15669         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15670         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15671         (gst_baseaudiosink_set_property), (build_linear_format),
15672         (debug_spec_caps), (debug_spec_buffer),
15673         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15674         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15675         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15676         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15677         * gst-libs/gst/audio/gstbaseaudiosink.h:
15678         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15679         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15680         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15681         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15682         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15683         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15684         (wait_segment), (gst_ringbuffer_commit),
15685         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15686         (gst_ringbuffer_clear):
15687         * gst-libs/gst/audio/gstringbuffer.h:
15688         Make the base audiosink return an error when there is no
15689         audiobuffer negotiated.
15690
15691 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15692
15693         * ext/Makefile.am:
15694         Disable cdparanoia until someone ports it!
15695
15696 2005-05-06  Wim Taymans  <wim@fluendo.com>
15697
15698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15699         (gst_ogg_demux_sink_activate):
15700         And revert after wingo's revert.. sigh..
15701
15702 2005-05-05  Andy Wingo  <wingo@pobox.com>
15703
15704         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15705         GObject.
15706         * configure.ac: Return audiorate and subparse from the ghetto.
15707         Re-enable -Wall -Werror.
15708         * gst/subparse/gstsubparse.c:
15709         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15710         or chain-based. Cleaned up a bit. Not tested.
15711         
15712 2005-05-05  Christian Schaller <christian@fluendo.com> 
15713
15714         * Makefile.am: remove stuff that is not building
15715         * configure.ac: remove stuff that is not building
15716         * examples/Makefile.am: remove stuff that is not building
15717         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15718         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15719         * sys/Makefile.am: remove stuff that is not building
15720         * testsuite/Makefile.am: remove stuff that is not building
15721
15722 2005-05-05  Andy Wingo  <wingo@pobox.com>
15723
15724         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15725         * gst-libs/gst/tag/gstvorbistag.c:
15726         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15727         * gst/adder/gstadder.h:
15728         * gst/audioconvert/gstchannelmix.c:
15729         (gst_audio_convert_fill_one_other):
15730         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15731         (gst_audiorate_init), (gst_audiorate_chain):
15732         * gst/playback/gstplaybasebin.c: (setup_source):
15733         * gst/playback/test3.c: (update_scale):
15734         Some GCC4 fixes
15735         
15736         * po/af.po:
15737         * po/az.po:
15738         * po/cs.po:
15739         * po/en_GB.po:
15740         * po/hu.po:
15741         * po/it.po:
15742         * po/nb.po:
15743         * po/nl.po:
15744         * po/or.po:
15745         * po/sq.po:
15746         * po/sr.po:
15747         * po/sv.po:
15748         * po/uk.po:
15749         * po/vi.po: Foo
15750
15751 2005-05-05  Wim Taymans  <wim@fluendo.com>
15752
15753         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15754         (gst_audio_convert_caps_remove_format_info),
15755         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15756         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15757         * gst/videotestsrc/gstvideotestsrc.c:
15758         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15759         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15760         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15761         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15762         Don't ignore _push() return values.
15763         Make sure no processing is done when shutting down.
15764         Videotestsrc pad activation fix.
15765
15766 2005-05-05  Wim Taymans  <wim@fluendo.com>
15767
15768         * gst/adder/Makefile.am:
15769         * gst/adder/gstadder.c: (gst_adder_setcaps),
15770         (gst_adder_class_init), (gst_adder_init),
15771         (gst_adder_request_new_pad), (gst_adder_collected),
15772         (gst_adder_change_state):
15773         * gst/adder/gstadder.h:
15774         Ported adder as an example of a mixer element using
15775         collect pads. Needs more negotiation work.
15776
15777 2005-05-05  Wim Taymans  <wim@fluendo.com>
15778
15779         * ext/theora/theoradec.c: (_inc_granulepos),
15780         (theora_dec_src_event), (theora_dec_sink_event),
15781         (theora_handle_comment_packet), (theora_handle_type_packet),
15782         (theora_handle_header_packet), (theora_handle_data_packet),
15783         (theora_dec_chain):
15784         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15785         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15786         (theora_push_buffer), (theora_push_packet),
15787         (theora_enc_sink_event), (theora_enc_chain),
15788         (theora_enc_change_state), (theora_enc_set_property),
15789         (theora_enc_get_property):
15790         Added stream lock to decoder so that we can serialize
15791         the discont event.
15792         More theoraenc porting, recover from errors, do clean
15793         shutdown.
15794
15795 2005-05-05  Wim Taymans  <wim@fluendo.com>
15796
15797         * ext/ogg/Makefile.am:
15798         * ext/ogg/README:
15799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15800         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15801         (gst_ogg_print):
15802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15803         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15804         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15805         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15806         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15807         (gst_ogg_mux_change_state):
15808         Ported ogg muxer.
15809
15810 2005-05-05  Wim Taymans  <wim@fluendo.com>
15811
15812         * docs/design-audiosinks.txt:
15813         * gst-libs/gst/audio/TODO:
15814         * gst-libs/gst/audio/gstaudiosink.c:
15815         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15816         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15817         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15818         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15819         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15820         (gst_audiosink_create_ringbuffer):
15821         * gst-libs/gst/audio/gstbaseaudiosink.c:
15822         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15823         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15824         (gst_baseaudiosink_set_property), (build_linear_format),
15825         (debug_spec_caps), (debug_spec_buffer),
15826         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15827         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15828         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15829         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15830         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15831         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15832         (gst_ringbuffer_release), (gst_ringbuffer_play),
15833         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15834         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15835         (gst_ringbuffer_set_sample), (wait_segment),
15836         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15837         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15838         More work on the audiosink, mostly debugging and a race in
15839         shutdown.
15840
15841 2005-04-28  Wim Taymans  <wim@fluendo.com>
15842
15843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15844         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15845         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15846         (vorbis_dec_src_query), (vorbis_dec_src_event),
15847         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15848         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15849         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15850         Don't crap out when seeking back to position 0.
15851
15852 2005-04-28  Wim Taymans  <wim@fluendo.com>
15853
15854         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15855         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15856         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15857         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15858         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15859         Make audio sink configurable, use alsasink as default.
15860
15861 2005-04-28  Wim Taymans  <wim@fluendo.com>
15862
15863         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15864         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15865         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15866         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15867         (vorbis_dec_change_state):
15868         * ext/vorbis/vorbisdec.h:
15869         Refactor, use STREAM_LOCK.
15870
15871 2005-04-28  Wim Taymans  <wim@fluendo.com>
15872
15873         * ext/theora/theoradec.c: (_inc_granulepos),
15874         (theora_dec_sink_event), (theora_handle_comment_packet),
15875         (theora_handle_type_packet), (theora_handle_header_packet),
15876         (theora_handle_data_packet), (theora_dec_chain),
15877         (theora_dec_change_state):
15878         Refactor a bit, use STREAM_LOCK.
15879
15880 2005-04-28  Wim Taymans  <wim@fluendo.com>
15881
15882         * ext/alsa/Makefile.am:
15883         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15884         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15885         (gst_alsa_link), (gst_alsa_close_audio):
15886         * ext/alsa/gstalsaplugin.c: (plugin_init):
15887         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15888         (gst_alsasink_dispose), (gst_alsasink_base_init),
15889         (gst_alsasink_class_init), (gst_alsasink_init),
15890         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15891         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15892         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15893         (gst_alsasink_reset):
15894         * ext/alsa/gstalsasink.h:
15895         Implement alsasink with simple open/write/close API. 
15896         Make alsa dir build by disabling compilation of code.
15897
15898 2005-04-28  Wim Taymans  <wim@fluendo.com>
15899
15900         * gst-libs/gst/audio/Makefile.am:
15901         * gst-libs/gst/audio/audio.h:
15902         * gst-libs/gst/audio/audioclock.c:
15903         * gst-libs/gst/audio/audioclock.h:
15904         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15905         (gst_audio_clock_class_init), (gst_audio_clock_init),
15906         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15907         * gst-libs/gst/audio/gstaudioclock.h:
15908         * gst-libs/gst/audio/gstaudiosink.c:
15909         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15910         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15911         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15912         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15913         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15914         (gst_audiosink_create_ringbuffer):
15915         * gst-libs/gst/audio/gstbaseaudiosink.c:
15916         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15917         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15918         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15919         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15920         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15921         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15922         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15923         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15924         * gst-libs/gst/audio/gstbaseaudiosink.h:
15925         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15926         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15927         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15928         (gst_ringbuffer_release), (gst_ringbuffer_play),
15929         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15930         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15931         (gst_ringbuffer_set_sample), (wait_segment),
15932         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15933         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15934         * gst-libs/gst/audio/gstringbuffer.h:
15935         Make ringbuffer faster and more simple by removing the locks
15936         in the playback thread.
15937         Add sample accurate playback based on buffer sample offsets.
15938         Make the baseaudiosink provide a clock.
15939         Parse caps in the base class.
15940         Correctly handle seeking, flushing and state changes.
15941
15942 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15943
15944         * configure.ac:
15945         * gst/audioconvert/Makefile.am:
15946         * gst/audioscale/Makefile.am:
15947           Fix part of the build.  Come on guys, autogen didn't even work :)
15948
15949 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15950
15951         * configure.ac:
15952         * gst-libs/gst/Makefile.am:
15953         * gst-libs/gst/media-info/.cvsignore:
15954         * gst-libs/gst/media-info/Makefile.am:
15955         * gst-libs/gst/media-info/README:
15956         * gst-libs/gst/media-info/media-info-priv.c:
15957         * gst-libs/gst/media-info/media-info-priv.h:
15958         * gst-libs/gst/media-info/media-info-test.c:
15959         * gst-libs/gst/media-info/media-info.c:
15960         * gst-libs/gst/media-info/media-info.h:
15961         * gst-libs/gst/media-info/media-info.vcproj:
15962         * pkgconfig/Makefile.am:
15963         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15964         * pkgconfig/gstreamer-media-info.pc.in:
15965           Remove media-info, which is also successed by playbin (see Totem
15966           implementation).
15967
15968 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15969
15970         * configure.ac:
15971         * examples/Makefile.am:
15972         * examples/gstplay/.cvsignore:
15973         * examples/gstplay/Makefile.am:
15974         * examples/gstplay/player.c:
15975         * gst-libs/gst/Makefile.am:
15976         * gst-libs/gst/play/.cvsignore:
15977         * gst-libs/gst/play/Makefile.am:
15978         * gst-libs/gst/play/play.c:
15979         * gst-libs/gst/play/play.h:
15980         * gst-libs/gst/play/play.vcproj:
15981         * pkgconfig/Makefile.am:
15982         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15983         * pkgconfig/gstreamer-play.pc.in:
15984           Remove libgstplay, playbin is now the official successor.
15985
15986 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15987
15988         * configure.ac:
15989         * gst-libs/gst/Makefile.am:
15990         * gst-libs/gst/xwindowlistener/Makefile.am:
15991         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15992         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15993           Remove deprecated xwindowlistener (I've moved xwindowlistening
15994           in the v4l/v4l2 plugins over to serverside).
15995
15996 2005-04-25  David Schleef  <ds@schleef.org>
15997
15998         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15999         to examples/dynparams.  Examples do not belong interspersed with
16000         source code.
16001         * examples/dynparams/demo-dparams.c:
16002         * gst/sine/Makefile.am:
16003         * gst/sine/demo-dparams.c:
16004
16005 2005-04-25  David Schleef  <ds@schleef.org>
16006
16007         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
16008         * gst-libs/gst/audio/Makefile.am:
16009         * gst-libs/gst/riff/Makefile.am:
16010         * gst-libs/gst/tag/Makefile.am:
16011         * gst-libs/gst/video/Makefile.am:
16012         * gst-libs/gst/xwindowlistener/Makefile.am:
16013
16014         Convert to 0.9 API, seems to work:
16015         * sys/ximage/Makefile.am:
16016         * sys/ximage/ximagesink.c:
16017
16018 2005-04-24  David Schleef  <ds@schleef.org>
16019
16020         Link plugins against libraries:
16021         * ext/alsa/Makefile.am:
16022         * gst/tcp/Makefile.am:
16023
16024         Remove asm code that should be in liboil
16025         * gst/videoscale/Makefile.am:
16026         * gst/videoscale/videoscale_x86_asm.s:
16027
16028         gettext wants these checked in:
16029         * po/af.po:
16030         * po/az.po:
16031         * po/cs.po:
16032         * po/en_GB.po:
16033         * po/hu.po:
16034         * po/it.po:
16035         * po/nb.po:
16036         * po/nl.po:
16037         * po/or.po:
16038         * po/sq.po:
16039         * po/sr.po:
16040         * po/sv.po:
16041         * po/uk.po:
16042         * po/vi.po:
16043
16044 2005-04-24  David Schleef  <ds@schleef.org>
16045
16046         Convert gst_main() to g_main_loop_run()
16047         * gst/playback/decodetest.c: (main):
16048         * gst/playback/test2.c: (main):
16049         * gst/playback/test3.c: (main):
16050         * gst/playback/test4.c: (main):
16051
16052         Link plugins against libraries:
16053         * ext/libvisual/Makefile.am:
16054         * sys/xvimage/Makefile.am:
16055
16056 2005-04-24  David Schleef  <ds@schleef.org>
16057
16058         * configure.ac: Remove idct and resample libs
16059         * gst-libs/gst/Makefile.am: same
16060
16061         Remove usage of gst_library_load():
16062         * ext/alsa/gstalsaplugin.c: (plugin_init):
16063         * ext/libvisual/visual.c: (plugin_init):
16064         * ext/ogg/gstogg.c: (plugin_init):
16065         * ext/theora/theora.c: (plugin_init):
16066         * ext/vorbis/vorbis.c: (plugin_init):
16067         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
16068         * gst/audioscale/gstaudioscale.c:
16069         * gst/adder/gstadder.c: (plugin_init):
16070         * gst/audioconvert/plugin.c: (plugin_init):
16071         * sys/ximage/ximagesink.c: (plugin_init):
16072         * sys/xvimage/xvimagesink.c: (plugin_init):
16073         * gst/tcp/gsttcpplugin.c: (plugin_init):
16074
16075         Link plugins against libraries:
16076         * ext/ogg/Makefile.am:
16077         * ext/theora/Makefile.am:
16078         * ext/vorbis/Makefile.am:
16079         * gst/audioconvert/Makefile.am:
16080
16081         Create proper libraries:
16082         * gst-libs/gst/riff/Makefile.am:
16083         * gst-libs/gst/audio/Makefile.am:
16084         * gst-libs/gst/video/Makefile.am:
16085
16086         Move resample library to audioscale plugin directory:
16087         * gst-libs/gst/resample/Makefile.am:
16088         * gst-libs/gst/resample/README:
16089         * gst-libs/gst/resample/dtof.c:
16090         * gst-libs/gst/resample/dtos.c:
16091         * gst-libs/gst/resample/functable.c:
16092         * gst-libs/gst/resample/private.h:
16093         * gst-libs/gst/resample/resample.c:
16094         * gst-libs/gst/resample/resample.h:
16095         * gst-libs/gst/resample/resample.vcproj:
16096         * gst-libs/gst/resample/test.c:
16097         * gst/audioscale/Makefile.am:
16098         * gst/audioscale/README:
16099         * gst/audioscale/dtof.c:
16100         * gst/audioscale/dtos.c:
16101         * gst/audioscale/functable.c:
16102         * gst/audioscale/private.h:
16103         * gst/audioscale/resample.c:
16104         * gst/audioscale/resample.h:
16105         * gst/audioscale/test.c:
16106
16107         Move tagedit library to gst-libs:
16108         * gst-libs/gst/tag/Makefile.am:
16109         * gst-libs/gst/tag/gstid3tag.c:
16110         * gst-libs/gst/tag/gsttagediting.c:
16111         * gst-libs/gst/tag/gsttageditingprivate.h:
16112         * gst-libs/gst/tag/gstvorbistag.c:
16113         * gst/tags/Makefile.am:
16114         * gst/tags/gstid3tag.c:
16115         * gst/tags/gstvorbistag.c:
16116
16117         Fix for core changes:
16118         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16119         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
16120         (gst_sinesrc_getrange):
16121
16122 2005-04-23  David Schleef  <ds@schleef.org>
16123
16124         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
16125         in gst-plugins in a long time, and properly belongs in liboil.
16126         * gst-libs/gst/idct/Makefile.am:
16127         * gst-libs/gst/idct/README:
16128         * gst-libs/gst/idct/dct.h:
16129         * gst-libs/gst/idct/doieee:
16130         * gst-libs/gst/idct/fastintidct.c:
16131         * gst-libs/gst/idct/floatidct.c:
16132         * gst-libs/gst/idct/idct.c:
16133         * gst-libs/gst/idct/idct.h:
16134         * gst-libs/gst/idct/idtc.vcproj:
16135         * gst-libs/gst/idct/ieeetest.c:
16136         * gst-libs/gst/idct/intidct.c:
16137
16138 2005-04-20  Wim Taymans  <wim@fluendo.com>
16139
16140         * docs/design-audiosinks.txt:
16141         * gst-libs/gst/audio/Makefile.am:
16142         * gst-libs/gst/audio/TODO:
16143         * gst-libs/gst/audio/gstaudiosink.c:
16144         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16145         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16146         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
16147         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16148         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16149         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
16150         (gst_audiosink_class_init), (gst_audiosink_init),
16151         (gst_audiosink_create_ringbuffer):
16152         * gst-libs/gst/audio/gstaudiosink.h:
16153         * gst-libs/gst/audio/gstbaseaudiosink.c:
16154         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
16155         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
16156         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
16157         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
16158         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
16159         (gst_baseaudiosink_create_ringbuffer),
16160         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16161         * gst-libs/gst/audio/gstbaseaudiosink.h:
16162         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16163         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
16164         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
16165         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16166         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
16167         (gst_ringbuffer_play), (gst_ringbuffer_pause),
16168         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
16169         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
16170         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
16171         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
16172         * gst-libs/gst/audio/gstringbuffer.h:
16173         An attempt at a set of audio base classes together with some
16174         design docs.
16175
16176 2005-04-20  Wim Taymans  <wim@fluendo.com>
16177
16178         * gst/audioconvert/Makefile.am:
16179         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16180         (gst_audio_convert_caps_remove_format_info),
16181         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
16182         (gst_audio_convert_channels):
16183         Link against audio libs.
16184         Fix audio convert plugin.
16185
16186 2005-04-20  Wim Taymans  <wim@fluendo.com>
16187
16188         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
16189         (gst_ogg_demux_sink_activate):
16190         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16191         (theora_set_header_on_caps), (theora_enc_sink_event),
16192         (theora_enc_chain):
16193         Fix theora encoder.
16194
16195 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16196
16197         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
16198         * gst/playback/gstdecodebin.c: (find_compatibles):
16199           Work with staticpadtemplates in elementfactories.
16200
16201 2005-04-12  Wim Taymans  <wim@fluendo.com>
16202
16203         * gst/playback/README:
16204         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16205         (compare_ranks), (print_feature), (gst_decode_bin_init),
16206         (dynamic_create), (dynamic_free), (find_compatibles),
16207         (mimetype_is_raw), (close_pad_link), (got_redirect),
16208         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16209         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
16210         (gst_decode_bin_change_state):
16211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16212         (gst_play_base_bin_init), (group_destroy), (group_commit),
16213         (check_queue), (queue_overrun), (queue_threshold_reached),
16214         (queue_out_of_data), (gen_preroll_element), (unknown_type),
16215         (new_decoded_pad), (setup_subtitle), (gen_source_element),
16216         (got_redirect), (setup_source), (play_base_eos),
16217         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16218         (gst_play_base_bin_remove_element):
16219         * gst/playback/gstplaybasebin.h:
16220         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16221         (gst_play_bin_init), (gst_play_bin_dispose),
16222         (gst_play_bin_set_property), (gen_video_element),
16223         (gen_text_element), (gen_audio_element), (remove_sinks),
16224         (gst_play_bin_send_event):
16225         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16226         (stream_info_change_state), (gst_stream_info_set_mute):
16227         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16228         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
16229         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
16230         (gst_stream_selector_chain):
16231         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16232         (main):
16233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16234         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16235         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16236         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16237         Raw and crude port of decodebin. 
16238         Make playbin compile.
16239
16240 2005-04-06  Wim Taymans  <wim@fluendo.com>
16241
16242         * ext/gnomevfs/Makefile.am:
16243         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16244         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16245         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16246         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16247         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16248         (gst_gnomevfssrc_stop):
16249         * ext/ogg/Makefile.am:
16250         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16251         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16252         * ext/theora/Makefile.am:
16253         * ext/theora/theoradec.c: (_inc_granulepos),
16254         (theora_dec_sink_event), (theora_dec_chain):
16255         * ext/vorbis/Makefile.am:
16256         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16257         (vorbis_dec_sink_event), (vorbis_dec_chain):
16258         * gst-libs/gst/audio/Makefile.am:
16259         * sys/xvimage/Makefile.am:
16260         Make gnomevfssrc extend the source base class.
16261         Fix linking against libs in various plugins.
16262
16263 2005-04-06  Andy Wingo  <wingo@pobox.com>
16264
16265         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16266         GST_BASE_LIBS.
16267
16268         * configure.ac: Add check and AC_SUBST for libgstbase.
16269
16270 2005-03-31  Wim Taymans  <wim@fluendo.com>
16271
16272         * examples/seeking/Makefile.am:
16273         * examples/seeking/cdparanoia.c: (main):
16274         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16275         (play_cb), (pause_cb), (stop_cb), (main):
16276         * examples/seeking/playbin.c:
16277         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16278         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16279         (make_sid_pipeline), (make_vorbis_pipeline),
16280         (make_theora_pipeline), (make_vorbis_theora_pipeline),
16281         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16282         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16283         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16284         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16285         (stop_cb), (main):
16286         * examples/seeking/spider_seek.c:
16287         * examples/seeking/vorbisfile.c:
16288         * ext/gnomevfs/Makefile.am:
16289         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16290         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16291         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16292         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16293         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16294         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16295         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16296         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16297         * ext/ogg/README:
16298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16299         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16300         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16301         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16302         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16303         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16304         (gst_ogg_pad_event), (gst_ogg_pad_reset),
16305         (gst_ogg_demux_factory_filter), (compare_ranks),
16306         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16307         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16308         (gst_ogg_chain_new), (gst_ogg_chain_free),
16309         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16310         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16311         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16312         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16313         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16314         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16315         (gst_ogg_demux_get_prev_page),
16316         (gst_ogg_demux_deactivate_current_chain),
16317         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16318         (gst_ogg_demux_bisect_forward_serialno),
16319         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16320         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16321         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16322         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16323         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16324         (gst_ogg_demux_change_state), (gst_ogg_print):
16325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16326         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16327         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16328         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16329         (gst_ogg_mux_loop):
16330         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16331         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16332         (theora_dec_src_convert), (theora_dec_sink_convert),
16333         (theora_dec_src_query), (theora_dec_src_event),
16334         (theora_dec_sink_event), (theora_dec_chain),
16335         (theora_dec_change_state):
16336         * ext/theora/theoraenc.c: (gst_theora_enc_init),
16337         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16338         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16339         (theora_enc_change_state):
16340         * ext/vorbis/Makefile.am:
16341         * ext/vorbis/oggvorbisenc.c:
16342         * ext/vorbis/oggvorbisenc.h:
16343         * ext/vorbis/vorbis.c: (plugin_init):
16344         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16345         (vorbis_dec_src_query), (vorbis_dec_src_event),
16346         (vorbis_dec_sink_event), (vorbis_dec_chain),
16347         (vorbis_dec_change_state):
16348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16349         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16350         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16351         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16352         (gst_vorbisenc_change_state):
16353         * ext/vorbis/vorbisenc.h:
16354         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16355         * gst-libs/gst/audio/audioclock.c:
16356         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16357         (gst_audiofilter_init), (gst_audiofilter_chain):
16358         * gst-libs/gst/audio/testchannels.c: (main):
16359         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16360         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16361         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16362         (gmip_find_track_streaminfo), (gmip_find_track_format):
16363         * gst-libs/gst/media-info/media-info.c:
16364         (gst_media_info_read_idler):
16365         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16366         (gst_play_get_all_by_interface):
16367         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16368         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16369         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16370         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16371         (gst_riff_parse_info):
16372         * gst-libs/gst/riff/riff-read.h:
16373         * gst-libs/gst/riff/riff.c: (plugin_init):
16374         * gst-libs/gst/video/Makefile.am:
16375         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16376         (gst_videosink_class_init), (gst_videosink_get_type):
16377         * gst-libs/gst/video/videosink.h:
16378         * gst/audioconvert/bufferframesconvert.c:
16379         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16380         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16381         * gst/audioconvert/channelmixtest.c: (main):
16382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16383         (gst_audio_convert_chain),
16384         (gst_audio_convert_caps_remove_format_info),
16385         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16386         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16387         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16388         (gst_audio_convert_buffer_to_default_format),
16389         (gst_audio_convert_buffer_from_default_format),
16390         (gst_audio_convert_channels):
16391         * gst/audioconvert/gstchannelmix.h:
16392         * gst/ffmpegcolorspace/avcodec.h:
16393         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16394         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16395         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16396         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16397         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16398         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16399         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16400         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16401         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16402         (dv_type_find):
16403         * gst/videotestsrc/gstvideotestsrc.c:
16404         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16405         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16406         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16407         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16408         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16409         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16410         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16412         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16413         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16414         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16415         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16416         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16417         (gst_xvimagesink_navigation_send_event),
16418         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16419         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16420         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16421         * sys/xvimage/xvimagesink.h:
16422         Plugin port to 0.9, ogg/theora playback should work in the seek
16423         example now.
16424         Removed old examples.
16425         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16426         explained in 0.9 TODO doc.
16427
16428
16429 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16430
16431         * autogen.sh:
16432         * configure.ac:
16433         * ext/Makefile.am:
16434         * gst/Makefile.am:
16435         * po/POTFILES.in:
16436         * po/af.po:
16437         * po/az.po:
16438         * po/cs.po:
16439         * po/en_GB.po:
16440         * po/hu.po:
16441         * po/it.po:
16442         * po/nb.po:
16443         * po/nl.po:
16444         * po/or.po:
16445         * po/sq.po:
16446         * po/sr.po:
16447         * po/sv.po:
16448         * po/uk.po:
16449         * po/vi.po:
16450         * sys/Makefile.am:
16451         * testsuite/Makefile.am:
16452           remove a whole bunch of plugins.  This module now contains a set
16453           of free reference plugins/elements as agreed.
16454
16455 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16456
16457         * configure.ac:
16458           hunting season on 0.9 is now OPEN
16459
16460 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16461
16462         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16463           Kick the hell out of gcc for not warning me about a symbol conflict.
16464
16465 2005-02-22  Luca Ognibene  <luogni@tin.it>
16466
16467         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16468
16469         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16470           Don't leak caps string (fixes #168134)
16471
16472         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16473         (gst_jpegenc_init), (gst_jpegenc_finalize),
16474         (gst_jpegenc_change_state):
16475           Don't leak line buffers and context struct (fixes #168133).
16476
16477 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16478
16479         * configure.ac:
16480         * ext/dirac/gstdiracdec.cc:
16481         (gst_diracdec_chain):
16482           Since dirac 0.5.0 the framerate in dirac is expressed as a
16483           rational number. Fix build and up requirement to 0.5.0, and
16484           also pass parameters to gst_diracdec_link in the right order
16485           (fixes #167959).
16486
16487 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16488
16489         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16490         * ext/faad/gstfaad.h:
16491         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16492         certain invalid muxed streams, where some packets will contain 
16493         junk after decoder data. Partially fixes #149158.
16494
16495 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16496         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16497           Make sure we only write to writable buffers
16498
16499 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16500
16501         * gst-libs/gst/riff/riff-media.c:
16502         (gst_riff_create_audio_caps_with_data):
16503           Do actually fix invalid RIFF fmt header values for alaw
16504           and mulaw audio instead of just saying so.
16505
16506         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16507           Give gst_riff_create_audio_caps_with_data() a chance to
16508           fix up broken format header fields before extracting any
16509           parameters from the header. (fixes #167633)
16510
16511 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16512
16513         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16514
16515         * gst/audioconvert/bufferframesconvert.c:
16516         (buffer_frames_convert_link):
16517           Don't leak othercaps. (fixes #167878)
16518
16519 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16520
16521         * configure.ac:
16522         * ext/libvisual/visual.c: (gst_visual_srclink),
16523         (gst_visual_change_state):
16524           Support libvisual 0.2.0.
16525
16526 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16527
16528         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16529         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16530           Use same rowstrides for I420 as used everywhere else.
16531
16532 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16533
16534         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16535           Declare variables at beginning of block and make gcc-2.95 happy
16536           (fixes # 167482, patch by Gergely Nagy).
16537           
16538         * gst/tcp/gsttcpclientsrc.c:
16539         * gst/tcp/gsttcpclientsrc.h:
16540           Move some includes into the header, so that struct sockaddr_in is
16541           defined when it should be defined on FreeBSD as well (fixes
16542           #167483).
16543           
16544         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16545           Don't pass uninitialised values to setsockopt() here either.
16546
16547 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16548
16549         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16550
16551         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16552           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16553
16554 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16555
16556         * gst/playback/gstplaybin.c: (add_sink):
16557           Invert bin_add/link order to workaround deadlock in opt.
16558
16559 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16560
16561         * gst/modplug/gstmodplug.cc:
16562           Add missing break causing position queries to fail.
16563
16564 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16565
16566         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16567           Granpos can apparently be -1, which screws up calculations...
16568
16569 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16570
16571         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16572         (gst_ximagesink_send_pending_navigation),
16573         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16574         (gst_ximagesink_init):
16575         * sys/ximage/ximagesink.h:
16576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16577         (gst_xvimagesink_send_pending_navigation),
16578         (gst_xvimagesink_navigation_send_event),
16579         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16580         * sys/xvimage/xvimagesink.h:
16581           Use a mutex protected list to marshal navigation
16582           events into the stream thread from whichever thread
16583           sends them.
16584
16585 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16586
16587         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16588           Display current position and track length; misc. clean-ups.
16589           
16590         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16591         (speed_init), (speed_chain):
16592           Add query function, so that the stream length and current position
16593           get adjusted when queried (note that current position queries may
16594           still be wrong if the audio sink returns values based on buffer
16595           timestamps instead of passing on the query).
16596
16597 2005-02-13  Benjamin Otte  <otte@gnome.org>
16598
16599         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16600         (gst_audio_convert_channels):
16601           create channel conversion matrix when linking
16602         * gst/audioconvert/.cvsignore:
16603         * gst/audioconvert/Makefile.am:
16604         * gst/audioconvert/channelmixtest.c: (main):
16605           add (ugly) test that ensures stereo <=> mono conversion works
16606           correctly
16607
16608 2005-02-13  Benjamin Otte  <otte@gnome.org>
16609
16610         * gst/audioconvert/gstchannelmix.h:
16611           include missing header file
16612         * gst/audioconvert/gstchannelmix.c:
16613         (gst_audio_convert_fill_compatible):
16614           use same sign for both channels when converting to/from compatible
16615           channel. Previously used different signs made the signals cancel
16616           each other out and appear like silence. (fixes #167269)
16617
16618 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16619
16620         * gst/ffmpegcolorspace/avcodec.h:
16621         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16622         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16623         (gst_ffmpegcsp_avpicture_fill):
16624         * gst/ffmpegcolorspace/imgconvert.c:
16625           Convert to and from YV12 (fixes #156379).
16626
16627 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16628
16629         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16630         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16631         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16632         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16633         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16634         methods from chain and negotiation and vice versa (Fixes #166142).
16635         * sys/ximage/ximagesink.h: Add stream_lock.
16636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16637         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16638         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16639         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16640
16641 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16642
16643         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16644           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16645           error message when we can't open the DVD device (when dvdnav_open()
16646           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16647           the above). Send something more useful instead (fixes #167117).
16648
16649 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16650
16651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16652         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16653         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16654         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16655         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16656         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16657         methods from chain and negotiation and vice versa (Fixes #166142).
16658         Fix a possible bug of images in the buffer pool being discarded because
16659         we are looking at the wrong geometry.
16660         * sys/xvimage/xvimagesink.h: Add stream_lock.
16661
16662 2005-02-11  David Schleef  <ds@schleef.org>
16663
16664         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16665         unsigned int. (fixes #167128)
16666
16667 2005-02-11  David Schleef  <ds@schleef.org>
16668
16669         * gst/librfb/Makefile.am: Testing stuff before committing is
16670           for wimps... and people with fast machines.  Fix stupid
16671           mistake.
16672
16673 2005-02-11  David Schleef  <ds@schleef.org>
16674
16675         * configure.ac: Pull in librfb from my CVS tree, because it is
16676           too small and annoying to be separate.  Move rfbsrc plugin
16677           to gst/.
16678         * ext/Makefile.am:
16679         * ext/librfb/Makefile.am:
16680         * ext/librfb/gstrfbsrc.c:
16681         * gst/librfb/Makefile.am:
16682         * gst/librfb/gstrfbsrc.c:
16683         * gst/librfb/rfb.c:
16684         * gst/librfb/rfb.h:
16685         * gst/librfb/rfbbuffer.c:
16686         * gst/librfb/rfbbuffer.h:
16687         * gst/librfb/rfbbytestream.c:
16688         * gst/librfb/rfbbytestream.h:
16689         * gst/librfb/rfbcontext.h:
16690         * gst/librfb/rfbdecoder.c:
16691         * gst/librfb/rfbdecoder.h:
16692         * gst/librfb/rfbutil.h:
16693
16694 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16695
16696         * gst/speed/Makefile.am:
16697         * gst/speed/demo-mp3.c: (main):
16698         * gst/speed/filter.func:
16699         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16700         (speed_class_init), (speed_init), (speed_chain_int16),
16701         (speed_chain_float32), (speed_chain), (speed_set_property),
16702         (speed_get_property), (speed_change_state):
16703         * gst/speed/gstspeed.h:
16704           Fix speed element and make it chain-based (fixes #156467),
16705           and make it handle more than one channel.
16706
16707 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16708
16709         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16710         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16711         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16712         * ext/dts/gstdtsdec.h:
16713           Don't clobber the stack constructing the channels array.
16714           Make the element chain-based. DTS tracks can now be played.
16715           
16716 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16717
16718         * gst-libs/gst/audio/multichannel.h:
16719         * gst-libs/gst/gconf/gconf.h:
16720         * gst-libs/gst/idct/idct.h:
16721         * gst-libs/gst/media-info/media-info-priv.h:
16722         * gst-libs/gst/play/play.h:
16723         * gst-libs/gst/resample/private.h:
16724         * gst-libs/gst/resample/resample.h:
16725         * gst-libs/gst/riff/riff-ids.h:
16726         * gst-libs/gst/video/video.h:
16727         * gst-libs/gst/video/videosink.h:
16728           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16729           missing, so that they work when included from C++ code.
16730
16731 2005-02-09  David Schleef  <ds@schleef.org>
16732
16733         * testsuite/gst-lint: Check for non-statically scoped
16734           parent_class variables.  This won't be a problem once
16735           plugins are loaded with RTLD_LOCAL.
16736
16737 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16738
16739         * ext/mplex/gstmplexibitstream.cc:
16740           gcc madness.
16741
16742 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16743
16744         * ext/ogg/gstogmparse.c:
16745         * gst/debug/gstnavigationtest.c:
16746           Die, thou faulty symbol pollutors (non-static parent_class).
16747
16748 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16749
16750         * ext/mplex/gstmplexibitstream.cc:
16751           Fix event handling (#165525).
16752
16753 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16754
16755         * ext/mikmod/gstmikmod.c:
16756         * gst/modplug/gstmodplug.cc:
16757           Add missing endianness to template (fixes #165509).
16758
16759 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16760
16761         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16762           Fix wrong order of reading of optional bytes (#165290).
16763
16764 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16765
16766         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16767           Implement FILLER event awareness.
16768
16769 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16770
16771         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16772           Fix track calculations (#166208).
16773
16774 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16775
16776         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16777
16778         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16779         * ext/libpng/gstpngenc.c:
16780           Fix byte-order, use proper fixed caps. Fixes #164197.
16781
16782 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16783
16784         * configure.ac:
16785           Add dvdlpcmdec 
16786
16787         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16788         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16789           Don't push buffers if the src pad isn't negotiated yet.
16790           
16791         * gst/audioconvert/gstaudioconvert.c:
16792         (gst_audio_convert_buffer_to_default_format),
16793         (gst_audio_convert_buffer_from_default_format):
16794           Add support for 24-bit width.
16795
16796         * gst/dvdlpcmdec/.cvsignore:
16797         * gst/dvdlpcmdec/Makefile.am:
16798         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16799         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16800         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16801         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16802         (plugin_init):
16803         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16804           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16805           format. Needs support for the channels maps if someone can find 
16806           a DVD LPCM track with > 2 channels.
16807
16808         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16809         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16810         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16811         * gst/mpegstream/gstdvddemux.h:
16812         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16813         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16814         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16815         * gst/mpegstream/gstmpegdemux.h:
16816         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16817         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16818         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16819         (gst_mpeg_parse_handle_src_query),
16820         (gst_mpeg_parse_handle_src_event):
16821           Use audio/x-dvd-lpcm for LPCM output.
16822           Add DTS output.
16823
16824 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16825
16826         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16827
16828         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16829         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16830           Add BGRA handling (#165736).
16831
16832 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16833
16834         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16835
16836         * gst/law/alaw-decode.c: (alawdec_link):
16837         * gst/law/alaw-encode.c: (alawenc_link):
16838         * gst/law/mulaw-decode.c: (mulawdec_link):
16839         * gst/law/mulaw-encode.c: (mulawenc_link):
16840           Fix caps memleaks (#166600).
16841
16842 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16843
16844         * ext/tarkin/mem.h:
16845         * ext/tarkin/wavelet.h:
16846         * ext/tarkin/yuv.h:
16847         * gst/ffmpegcolorspace/avcodec.h:
16848           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16849           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16850
16851 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16852
16853         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16855         (gst_xvimagesink_change_state):
16856           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16857           Xv video (and thereby regenerate Xv colourkey) in clear() so
16858           that PLAY -> READY -> PLAY works (fixes #162504).
16859
16860 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16861
16862         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16863           Switch to list instead of range, since MJPEG-devices really just
16864           support decimations, not any size.
16865
16866 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16867         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16868         (gst_mpeg2dec_reset), (free_all_buffers),
16869         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16870         * ext/mpeg2dec/gstmpeg2dec.h:
16871           The libmpeg2 user-allocated buffer management is awkward, 
16872           to say the least. Hopefully this fixes things.
16873
16874 2005-02-04  Andy Wingo  <wingo@pobox.com>
16875
16876         * gst/audioconvert/bufferframesconvert.c
16877         (buffer_frames_convert_fixate): New function, fixates to 256
16878         frames per buffer by default. (Much better than 1.)
16879         (buffer_frames_convert_init): Set the fixate function for both src
16880         and sink pad.
16881         (buffer_frames_convert_link): After success setting nonfixed caps,
16882         get the negotiated caps so we can know how many buffer-frames it
16883         will be. No idea how this worked at all before.
16884
16885 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16886
16887         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16888         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16889         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16890         (handle_sequence), (handle_picture):
16891         * ext/mpeg2dec/gstmpeg2dec.h:
16892           Rearrange buffer tracking and refcounting and refactor
16893           a little for readability. 
16894
16895 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16896         * sys/v4l/gstv4l.c: (plugin_init):
16897         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16898         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16899         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16900         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16901         * sys/v4l/gstv4ljpegsrc.h:
16902         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16903         * sys/v4l/v4l_calls.h:
16904         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16905         (gst_v4lsrc_get_fps):
16906         * sys/v4l/v4lsrc_calls.h:
16907           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16908           you jpeg inside rgb frames" driver.
16909           Don't error in the v4lsrc link function, just return 
16910           REFUSED.
16911
16912 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16913
16914         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16915         (gst_qcamsrc_open):
16916           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16917
16918 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16919
16920         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16921           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16922
16923 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16924
16925         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16926           Reset negotiated state on PAUSED->READY.
16927
16928 2005-02-02  David Schleef  <ds@schleef.org>
16929
16930         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16931         whereever possible.  (Fixes #165997)
16932         * examples/capsfilter/capsfilter1.c: (main):
16933         * examples/dynparams/filter.c: (create_ui):
16934         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16935         * examples/seeking/chained.c: (main):
16936         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16937         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16938         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16939         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16940         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16941         * examples/switch/switcher.c: (main):
16942         * ext/dv/demo-play.c: (main):
16943         * ext/faad/gstfaad.c: (gst_faad_change_state):
16944         * ext/mad/gstmad.c: (gst_mad_chain):
16945         * ext/smoothwave/demo-osssrc.c: (main):
16946         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16947         (gst_gconf_render_bin_from_description),
16948         (gst_gconf_get_default_audio_sink),
16949         (gst_gconf_get_default_video_sink),
16950         (gst_gconf_get_default_audio_src),
16951         (gst_gconf_get_default_video_src),
16952         (gst_gconf_get_default_visualization_element):
16953         * gst/level/demo.c: (main):
16954         * gst/level/plot.c: (main):
16955         * gst/playback/gstplaybin.c: (gen_video_element),
16956         (gen_audio_element):
16957         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16958         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16959         * gst/sine/demo-dparams.c: (main):
16960         * gst/spectrum/demo-osssrc.c: (main):
16961         * gst/speed/demo-mp3.c: (main):
16962         * gst/volume/demo.c: (main):
16963         * testsuite/embed/embed.c: (main):
16964
16965 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16966
16967         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16968         (gst_tcpclientsink_finalize):
16969         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16970         (gst_tcpclientsrc_finalize):
16971         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16972         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16973         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16974         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16975           Don't leak the hostname when shutting down.
16976           In tcpserversrc, take a copy of the default hostname.
16977
16978 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16979
16980         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16981           Set caps to systemstream=TRUE.
16982
16983 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16984
16985         * testsuite/Makefile.am:
16986           Fix more OSX buildbots.
16987
16988 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16989
16990         * ext/mpeg2dec/gstmpeg2dec.c:
16991           Don't send things to NULL PAD_PEERs
16992
16993         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16994           Copy-on-write the incoming buffer.
16995
16996         * gst/mpegstream/gstdvddemux.h:
16997         * gst/mpegstream/gstmpegclock.h:
16998         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16999         (normal_seek), (gst_mpeg_demux_handle_src_event):
17000         * gst/mpegstream/gstmpegdemux.h:
17001         * gst/mpegstream/gstmpegpacketize.h:
17002         * gst/mpegstream/gstmpegparse.c:
17003         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
17004         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
17005         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
17006         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
17007         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
17008         * gst/mpegstream/gstmpegparse.h:
17009         * gst/mpegstream/gstrfc2250enc.h:
17010           Various changes to the way time is computed that make seeking and
17011           total time estimation much better here.
17012           Use G_BEGIN/END_DECLS instead of __cplusplus
17013
17014         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
17015           Use gst_buffer_stamp instead of only copying the TIMESTAMP
17016
17017 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17018
17019         * gst/subparse/gstsubparse.c:
17020           Fix OSX buildbot.
17021
17022 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
17023
17024         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17025         (theora_enc_chain), (theora_enc_change_state):
17026         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17027         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
17028         (gst_vorbisenc_change_state):
17029         * ext/vorbis/vorbisenc.h:
17030           Set granulepos and timestamp correctly for streams not
17031           starting at 0, taking into account the initial delay.
17032
17033 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
17034
17035         * gst/mpegstream/gstdvddemux.c:
17036           Add audio/x-dts to audio pad template caps
17037
17038 2005-01-30  David Schleef  <ds@schleef.org>
17039
17040         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
17041         (create_context), (gst_polypsink_link): Fix silly endianness
17042         bug.  Add some debugging.  Remove float from caps; it doesn't
17043         work.  Attempt to get remote audio working.
17044
17045 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17046
17047         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
17048           Add 3IV2 fourcc.
17049
17050 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17051
17052         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
17053         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
17054         (gst_avi_demux_stream_data):
17055         * gst/avi/gstavidemux.h:
17056           Invert DIB images. Fixes #132341.
17057
17058 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17059
17060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17061         (gst_ffmpegcsp_chain):
17062           D'oh, reference the palette data, not the palette structure.
17063           Fixes color distortion in #132341.
17064
17065 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17066
17067         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
17068           PAR can be non-fixed when not provided as argument (#162626).
17069
17070 2005-01-29  David Moore  <dcm@acm.org>
17071
17072         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17073
17074         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17075         (gst_qtdemux_loop_header):
17076           Re-apply patch from #142272 that allows non-seekable sources,
17077           re-proposed by Daniel Drake <dsd@gentoo.org>.
17078
17079 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17080
17081         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
17082           Use the src template for creating the src pad (#162330).
17083
17084 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17085
17086         * configure.ac:
17087         * ext/musepack/Makefile.am:
17088         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
17089         (gst_musepackdec_init), (gst_musepackdec_dispose),
17090         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
17091         (gst_musepack_stream_init), (gst_musepackdec_loop),
17092         (gst_musepackdec_change_state):
17093         * ext/musepack/gstmusepackdec.cpp:
17094         * ext/musepack/gstmusepackdec.h:
17095         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
17096         (gst_musepack_reader_read), (gst_musepack_reader_seek),
17097         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
17098         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
17099         * ext/musepack/gstmusepackreader.cpp:
17100         * ext/musepack/gstmusepackreader.h:
17101           Update to 1.1 API (#165446).
17102
17103 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17104
17105         * ext/Makefile.am:
17106           Unbreak buildbot.
17107
17108 2005-01-28  Andy Wingo  <wingo@pobox.com>
17109
17110         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
17111         to reflect a different dubious internet source. Add a reference
17112         and some commentary.
17113
17114 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17115
17116         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17117         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
17118         * gst/playback/gststreamselector.h:
17119           Be more selective when we're redoing caps negotiation from
17120           within the chain function on a stream change.
17121
17122 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17123
17124         * configure.ac:
17125         * ext/Makefile.am:
17126         * ext/amrnb/Makefile.am:
17127         * ext/amrnb/amrnb.c: (plugin_init):
17128         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
17129         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
17130         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
17131         (gst_amrnbdec_state_change):
17132         * ext/amrnb/amrnbdec.h:
17133         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
17134         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
17135         (gst_amrnbparse_init), (gst_amrnbparse_formats),
17136         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
17137         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
17138         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
17139         * ext/amrnb/amrnbparse.h:
17140           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
17141         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17142           Add AMR-NB/-WB raw formats.
17143         * ext/alsa/gstalsa.c: (gst_alsa_link):
17144           Keep valid time when changing format.
17145         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17146         (qtdemux_parse_trak):
17147           Add some more format-specific options (#140141, #143555, #155163).
17148
17149 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17150
17151         * gst/matroska/matroska-demux.c:
17152         (gst_matroska_demux_parse_blockgroup):
17153           Fix logic error in timing of subtitle stream synchronization.
17154         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17155           Add skip-chunk, which is found in kodak-camera streams.
17156
17157 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17158
17159         * po/LINGUAS:
17160         * po/vi.po:
17161           Adding Vietnamese translation (submitted by Clytie Siddall)
17162
17163 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17164
17165         * gst/playback/gstdecodebin.c: (try_to_link_1):
17166           Use realpad for signal.
17167
17168 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17169
17170         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
17171           Fix category so decodebin picks it up.
17172
17173 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17174
17175         * ext/mad/Makefile.am:
17176         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
17177         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
17178         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
17179         (found_type), (gst_id3demux_bin_change_state):
17180         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17181         (gst_id3_tag_init), (gst_id3_tag_handle_event),
17182         (gst_id3_tag_src_link), (gst_id3_tag_chain),
17183         (gst_id3_tag_change_state), (plugin_init):
17184         * ext/mad/gstmad.h:
17185           Add id3demuxbin (which is a simple bin consisting of id3demux
17186           and typefind), take over rank from id3demux, remove typefind
17187           code from id3demux. Makes all broken mp3s that I know of work,
17188           and thereby fixes #152688.
17189
17190 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
17191
17192         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17193
17194         * ext/mad/gstmad.c: (gst_mad_src_event):
17195         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17196           Allow seeks on audio pad, make mad forward those (#164826).
17197         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17198           Set duration (#165335).
17199
17200 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17201
17202         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17203         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
17204         (gst_asf_demux_process_ext_content_desc),
17205         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
17206         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
17207         * gst/asfdemux/gstasfdemux.h:
17208           Improve metadata display, e.g. if the metadata comes before the
17209           streams are loaded (which is perfectly valid).
17210
17211 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17212
17213         * tools/gst-launch-ext-m.m:
17214           Fix AVI/ASF pipelines (#165340).
17215
17216 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
17217         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
17218         build failure on amd64
17219
17220 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17221
17222         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
17223         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
17224           Check environment variables GST_ID3V2_TAG_ENCODING,
17225           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17226           list of character encodings to force interpretation of non-unicode
17227           strings stored in an ID3v2 tag to a particular encoding. If none
17228           is specified, try to use current locale's encoding, then fall back
17229           to ISO-8859-1 (which will always succeed). (Resolves #149274)
17230         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
17231         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
17232           Check environment variables GST_ID3V1_TAG_ENCODING,
17233           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17234           list of character encodings to use in case a string encountered
17235           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17236           specified, try to use the current locale's encoding, then fall
17237           back to ISO-8859-1 (which will always succeed).
17238
17239 2005-01-25  Benjamin Otte  <otte@gnome.org>
17240
17241         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17242           - on half framerate, compute the rate in advance so the comparisons
17243             don't compare wrong values
17244           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17245             behaviour
17246           - don't use mad_header_decode anymore, mad_frame_decode does that
17247             automatically
17248           - when getting rid of consumed bytes, reset the stream's skiplen
17249           (fixes #163867)
17250
17251 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17252
17253         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17254           Use 1/2 a second for default max_discont, as PES streams from DVB
17255           seem to have larger spacings in the SCR. 
17256           Fix a typo.
17257
17258 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17259
17260         * gst/playback/gstplaybasebin.c: (group_commit):
17261           Notify delayed stream-info availability.
17262
17263 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17264         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17265         (gst_a52dec_handle_event), (gst_a52dec_chain):
17266         Add some debug output. Check that a discont has a valid
17267         time associated.
17268         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17269         (gst_alsa_sink_loop):
17270         Ignore TAG events. A little extra debug for broken timestamps.
17271         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17272         (dvdnavsrc_change_state):
17273         Ensure we send a discont to engage the link before we send any
17274         other events.
17275         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17276         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17277         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17278         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17279         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17280         dvd://title works in totem because typefinding sends a seek that ends
17281         up going back to chapter 1 regardless.
17282         * ext/mpeg2dec/gstmpeg2dec.c:
17283         * ext/mpeg2dec/gstmpeg2dec.h:
17284         Output correct timestamps and handle disconts.
17285         * ext/ogg/gstoggdemux.c: (get_relative):
17286         Small guard against a null dereference.
17287         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17288         (gst_textoverlay_set_property):
17289         Free memory when done. Don't call gst_event_filler_get_duration on
17290         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17291         g_warning.
17292         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17293         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17294         (gst_sw_srclink), (gst_smoothwave_chain):
17295         Draw solid lines, prettier colours.
17296         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17297         Add a default palette that'll work for some movies.
17298         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17299         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17300         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17301         * gst/mpegstream/gstdvddemux.h:
17302         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17303         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17304         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17305         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17306         * gst/mpegstream/gstmpegparse.h:
17307         Use PTM/NAV events when for timestamp adjustment when connected to 
17308         dvdnavsrc. Don't use many discont events where one suffices.
17309         * gst/playback/gstplaybasebin.c: (group_destroy),
17310         (gen_preroll_element), (gst_play_base_bin_add_element):
17311         * gst/playback/gstplaybasebin.h:
17312         Make sure we remove subtitles from the same bin we put them in.
17313         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17314         (gst_subparse_buffer_format_autodetect),
17315         (gst_subparse_change_state):
17316         Fix some memleaks and invalid accesses.
17317         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17318         (oggskel_type_find), (cmml_type_find), (plugin_init):
17319         Some typefind functions for Annodex v3.0 files
17320         * gst/wavparse/gstwavparse.h:
17321         GstRiffReadClass is the correct parent class.
17322
17323 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17324
17325         * gst-libs/gst/riff/riff-media.c:
17326         (gst_riff_create_video_caps_with_data):
17327           Add extradata to huffyuv (fixes #165013).
17328         * gst-libs/gst/riff/riff-read.c:
17329         (gst_riff_read_strf_vids_with_data):
17330           Fix extradata extraction if it is in the chunk size.
17331
17332 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
17333
17334         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17335
17336         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17337         (gst_quarktv_change_state), (gst_quarktv_dispose):
17338           Memory free'ing location fix (#164708).
17339
17340 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17341
17342         * gst/playback/gstplaybasebin.c: (group_commit),
17343         (gen_preroll_element), (probe_triggered), (gen_source_element),
17344         (setup_source), (gst_play_base_bin_change_state),
17345         (gst_play_base_bin_add_element):
17346           Don't block for streams.
17347         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17348         (gst_stream_info_set_mute):
17349           Use gst_pad_set_active_recursive.
17350
17351 2005-01-25  Andy Wingo  <wingo@pobox.com>
17352
17353         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17354         for #ifndef HAVE_XVIDEO.
17355
17356 2005-01-24  Jeffrey C. Ollie
17357
17358         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17359
17360         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17361         * ext/gsm/gstgsmdec.h:
17362         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17363         * ext/gsm/gstgsmenc.h:
17364         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17365         was given by property. Add proper buffer timestamps and offsets.
17366
17367 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17368
17369         * gst-libs/gst/riff/riff-media.c:
17370         (gst_riff_create_audio_caps_with_data):
17371           Audio can be <8000Hz.
17372
17373 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17374
17375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17376           Explicit state change to workaround refcount bugs.
17377
17378 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17379
17380         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17381         (gst_avimux_riff_get_avi_header):
17382           Fix...
17383
17384 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17385
17386         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17387         (gst_riff_read_element_data):
17388         * gst-libs/gst/riff/riff-read.h:
17389           Add _peek version (req'ed in CDXA).
17390         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17391         (gst_cdxaparse_loop):
17392           Fix parsing in playbin.
17393         * gst/playback/gstdecodebin.c: (close_pad_link):
17394           Ignore current_ pads, they cause major annoyance.
17395
17396 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17397
17398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17399           Safety guard.
17400
17401 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17402
17403         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17404           Fix padding...
17405
17406 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17407
17408         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17409           Allow for 0-sized buffers. Fixes length query problems in
17410           starwars.mkv from the testsuite.
17411
17412 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17413
17414         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17415         (gst_video_box_i420), (gst_video_box_chain):
17416           Fix row strides for I420 (fixes #163159)
17417           
17418 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17419
17420         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17421           MPEG2 has a useful rate property, so we can actually use that.
17422           For MPEG-1, continue using the bytes/time properties.
17423
17424 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17425
17426         * gst-libs/gst/riff/riff-media.c:
17427         (gst_riff_create_video_caps_with_data),
17428         (gst_riff_create_video_template_caps):
17429           Add intel-h263.
17430
17431 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17432
17433         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17434           Fail if caps negotiation fails. Should fix #162184, and should
17435           definately be in there regardless of it fixing the actual bug.
17436         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17437         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17438         (gst_avimux_riff_get_avix_header),
17439         (gst_avimux_riff_get_video_header),
17440         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17441         (gst_avimux_start_file), (gst_avimux_handle_event),
17442         (gst_avimux_change_state):
17443         * gst/avi/gstavimux.h:
17444           Refactor structure writing to use GST_WRITE_UINT macros, add
17445           metadata writing support.
17446
17447 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17448
17449         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17450           Elements may already be destroyed when this function is called.
17451
17452 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17453
17454         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17455         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17456           More memory leak fixes (#149162).
17457
17458 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17459
17460         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17461         (gst_qtdemux_add_stream):
17462           Fix two memleaks.
17463
17464 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17465
17466         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17467           Argh...
17468
17469 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17470
17471         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17472           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17473           when fixating to six channels in Totem.
17474
17475 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17476
17477         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17478           Fix compile warnings on Solaris 10 buildbot
17479
17480 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17481
17482         * ext/dvdread/dvdreadsrc.c: (_read):
17483           Don't read beyond the last cell in a chapter (fixes 
17484           invalid memory access)
17485
17486 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17487
17488         * ext/dvdread/stream_labels.c:
17489         (dvdreadsrc_get_audio_stream_labels):
17490           Use NULL for an empty GList instead of g_list_alloc(); fix 
17491           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17492           of GString (easier to bulk free later)
17493
17494 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17495
17496         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17497
17498         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17499         (gst_ffmpeg_pixfmt_to_caps):
17500           Fix BGRA32 caps (#164209).
17501
17502 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17503
17504         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17505
17506         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17507         (gst_ffmpeg_caps_to_pixfmt):
17508           alpha_mask can be RGBA/ABGR. Fixes #164265.
17509
17510 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17511
17512         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17513
17514         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17515         (gst_mpeg2dec_alloc_buffer):
17516         * ext/mpeg2dec/gstmpeg2dec.h:
17517           Crop if decoding size is not the actual image size (#163676).
17518
17519 2005-01-17  Steve Baker  <steve@stevebaker.org>
17520
17521         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17522
17523         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17524         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17525           Add libsndfile typefind functions (#163309).
17526
17527 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17528
17529         * tools/gst-launch-ext-m.m:
17530           Add .aac, fix .m1v/.m2v (#163891).
17531
17532 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17533
17534         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17535           Sanity check, don't wait endlessly since the clock might not
17536           actually run at this point (which is a deadlock). Fixes #164069.
17537
17538 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17539
17540         * gst/playback/gstplaybasebin.c: (probe_triggered):
17541           Of course, only pause if group is done...
17542
17543 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17544
17545         * gst/playback/gstplaybasebin.c: (probe_triggered):
17546           Thread safety.
17547
17548 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17549
17550         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17551           Don't return state change success when the parent
17552           failed.
17553
17554 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17555
17556         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17557           Free events (fix memleak in #162905).
17558
17559 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17560
17561         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17562
17563         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17564         (gst_ffmpeg_caps_to_pixfmt):
17565           Fix for depth = 15. Fixes #161675.
17566
17567 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17568
17569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17570           Set FPS correctly, even for webcams and the like.
17571         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17572           Don error on setting while capturing.
17573
17574 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17575
17576         * ext/dv/gstdvdec.c:
17577         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17578         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17579           I'm a bad boy. using /1001. to force C to do float division
17580           and not integer division (as it did in my last commit)
17581           Thanks to David I. Lehn for pointing this mistake.
17582
17583 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17584
17585         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17586           Revert Johan's 1.35->1.36 since it breaks compat.
17587
17588 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17589
17590         * ext/dv/gstdvdec.c:
17591         * ext/libfame/gstlibfame.c:
17592         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17593         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17594           replace framerate aproximations by their real value
17595           (24000/1001, 30000/1001, 60000/1001)
17596           Finish fixing bug #164049
17597
17598 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17599
17600         * ext/ogg/gstoggmux.c:
17601           eos/bos debugging
17602         * gst/tcp/gstmultifdsink.c:
17603         * gst/tcp/gstmultifdsink.h:
17604         * gst/tcp/gsttcp.c:
17605         * gst/tcp/gsttcp.h:
17606         * gst/tcp/gsttcpclientsink.c:
17607         * gst/tcp/gsttcpclientsrc.c:
17608         * gst/tcp/gsttcpserversink.c:
17609         * gst/tcp/gsttcpserversrc.c:
17610           improve reusability of elements after state changes and errors
17611           make multifdsink throw away streamheaders when receiving new ones
17612
17613 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17614
17615         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17616           Fix for if items are already in list...
17617
17618 2005-01-12  Benjamin Otte  <otte@gnome.org>
17619
17620         * gst/adder/gstadder.c: (gst_adder_loop):
17621           fix adder a bit so it doesn't screw up with events as much anymore
17622
17623 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17624
17625         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17626         (pixbufscale_scale), (gst_pixbufscale_chain):
17627         * ext/gdk_pixbuf/pixbufscale.h:
17628           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17629           to ensure rowstrides are calculated the same way as 
17630           ffmpegcolorspace
17631           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17632           that we pick up duration and offset also.
17633
17634 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17635
17636         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17637         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17638           Reusability fixes.
17639
17640 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17641
17642         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17643         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17644         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17645         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17646           Update flags when requested.
17647
17648 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17649
17650         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17651           Fix dmix.
17652
17653 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17654
17655         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17656         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17657         (probe_triggered), (new_decoded_pad), (gen_source_element),
17658         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17659         * gst/playback/gstplaybasebin.h:
17660         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17661         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17662         (gst_play_bin_change_state):
17663           Implement group-switch signal for use in apps to clear metadata
17664           cache, clean up subtitle, add suburi property instead of # hack,
17665           some error-out fixes.
17666
17667 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17668
17669         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17670           Debug.
17671         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17672           If we got a state change in the _get handler, don't return success.
17673
17674 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17675
17676         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17677         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17678           Make jpegdec quiet on MJPEG decoding
17679         * gst/asfdemux/README:
17680           Fix mimetypes for MJPEG and H263
17681
17682 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17683
17684         * ext/theora/theoradec.c: (theora_dec_chain):
17685           Fix broken code generation by gcc by swapping arguments.
17686         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17687           Fix \n in debug.
17688
17689 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17690
17691         * TODO:
17692           delete this file, it is by far outdated
17693         * ext/alsa/gstalsa.1: remove
17694         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17695         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17696         (gst_alsa_get_caps):
17697           Add HW probing for supported sample rates. Fixes #161704
17698
17699 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17700
17701         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17702           Don't crash, biatch! :).
17703
17704 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17705
17706         * ext/musepack/gstmusepackreader.cpp:
17707         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17708           Some work on tags - still doesn't work in playbin...
17709         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17710           Handle events...
17711
17712 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17713
17714         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17715           Also shove tags on kid pads.
17716
17717 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17718
17719         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17720           Don't bail on unknown events.
17721         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17722           Don't crash on events before negotiation.
17723         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17724           Send tags on pads, too.
17725         * gst/playback/gststreamselector.c:
17726         (gst_stream_selector_request_new_pad):
17727           Forward events on first pad if no input was selected yet.
17728
17729 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17730
17731         * gst/playback/gstplaybasebin.c: (setup_substreams):
17732           Don't disable streamtype if the stream doesn't exist, since
17733           then playing a video after audio will disable both and nothing
17734           will happen. Fixes the testsuite.
17735
17736 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17737
17738         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17739         (gst_v4l_xoverlay_set_xwindow_id):
17740         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17741         (gst_v4l2_xoverlay_set_xwindow_id):
17742           Add debug categories, fix overlay disabling.
17743
17744 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17745
17746         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17747         * ext/alsa/gstalsa.h:
17748           Add HW probing for period_count/size and buffer_size MIX/MAX
17749           Adjust default/user defined value if out of bounds
17750           Should fix bug #162024
17751
17752 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17753
17754         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17755           Fix warning (#161191).
17756
17757 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17758
17759         * ext/dvdread/stream_labels.c:
17760         (dvdreadsrc_get_audio_stream_labels):
17761           Fix warning (init the good variable in switch default)
17762
17763 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17764
17765         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17766
17767         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17768           Fix gcc-2.95 compile (#163485).
17769
17770 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17771
17772         * configure.ac:
17773         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17774         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17775         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17776         (gst_flacenc_change_state):
17777         * ext/flac/gstflacenc.h:
17778           Update for API change in flac-1.1.1. Update requirement in
17779           configure.ac. Fixes #162974.
17780
17781 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17782
17783         * gst/playback/gstplaybasebin.c: (group_destroy):
17784           Remove hack to get rid of assert and get rid of unlinked
17785           signals properly.
17786
17787 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17788
17789         * gst/playback/gstplaybasebin.c: (setup_source):
17790           Set source to NULL so that resources are free'ed. Fixes issues
17791           with playback of CDDA and similar device-accessing things.
17792
17793 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17794
17795         * testsuite/embed/Makefile.am:
17796           test->noinst, fix make test in buildbot.
17797
17798 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17799
17800         * ext/dvdread/stream_labels.c: new file
17801         * ext/dvdread/stream_labels.h: new file
17802         * ext/dvdread/Makefile.am:
17803         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17804           Extract audio stream label from DVD IFO files.
17805           It only dump them on the console for now, still have to
17806           make playbin aware of them.
17807
17808 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17809
17810         * gst/playback/gstplaybasebin.c: (setup_source):
17811           Fix hanging subs.
17812
17813 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17814
17815         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17816         (gen_preroll_element), (remove_groups), (setup_subtitle),
17817         (gen_source_element), (setup_source):
17818         * gst/playback/gstplaybasebin.h:
17819           Multiple .sub files is just a stupid idea... Fix some threading
17820           mistakes. Interestingly, external .sub files cause playbin to
17821           hang, I don't know why... Parsing fixes contributed by Fran??ois
17822           Kooman <fkooman@tuxed.net>.
17823
17824 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17825
17826         * testsuite/embed/Makefile.am:
17827           Fix buildbot.
17828
17829 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17830
17831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17832
17833         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17834         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17835         (gst_pngenc_set_property):
17836         * ext/libpng/gstpngenc.h:
17837           Add compression level property (#163323).
17838
17839 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17840
17841         * configure.ac:
17842         * examples/capsfilter/capsfilter1.c: (main):
17843         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17844         * ext/dvdread/Makefile.am:
17845         * ext/dvdread/demo-play:
17846         * ext/dvdread/demo-play.c:
17847         * gconf/gstreamer.schemas.in:
17848         * gst-libs/gst/gconf/gconf.c:
17849         * sys/v4l/TODO:
17850         * testsuite/Makefile.am:
17851         * testsuite/embed/Makefile.am:
17852         * testsuite/embed/embed.c: (cb_expose), (main):
17853           Remove all references to xvideosink, fix examples (#140845).
17854         * gst/playback/gstplaybasebin.c: (group_destroy):
17855           Apparently, disposal does not unlink - so do explicitely.
17856         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17857           Add debug.
17858
17859 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17860
17861         * README: fix PKG_CONFIG_PATH instructions, what was there
17862         previously was breaking default search path, not nice. 
17863         Fixes #163358
17864
17865 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17866
17867         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17868         (gst_audioscale_chain):
17869           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17870           when resampling - how the ^@$^!@^! is this possible?!?
17871
17872 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17873
17874         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17875           Reset variables on READY.
17876         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17877         (gst_matroska_mux_loop):
17878           Require data before writing header.
17879
17880 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17881
17882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17883
17884         * ext/mad/gstmad.c: (gst_mad_chain):
17885           Don't call mad_stream_sync() directly after recovering sync.
17886           Fixes #151661.
17887
17888 2005-01-09  Martin Eikermann  <meiker@upb.de>
17889
17890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17891
17892         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17893         (snapshot_handler), (gst_snapshot_sinkconnect),
17894         (gst_snapshot_chain):
17895           Allocate resources when required, fix recursive signal emission
17896           and fix caps. Fixes #161667.
17897
17898 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17899
17900         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17901
17902         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17903         (gst_pngdec_chain):
17904           Handle only 8-bppc (bits-per-pixel-component) images, better
17905           error handling and correct strides. Fixes #163177.
17906         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17907         (gst_pngenc_chain):
17908           Better error handling. Fixes #163348.
17909
17910 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17911
17912         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17913         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17914         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17915         (dvdnavsrc_uri_handler_init):
17916           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17917         * gst/playback/gstplaybasebin.c: (gen_source_element):
17918           Add MMS to streaming URIs.
17919
17920 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17921
17922         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17923         * sys/xvimage/xvimagesink.c:
17924         (gst_xvimagesink_navigation_send_event):
17925           Check for pad availability before sending event.
17926
17927 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17928
17929         * gst-plugins.spec.in:
17930           Add subparse.
17931
17932 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17933
17934         * configure.ac:
17935           Since we use functions from CVS, up requirement.
17936
17937 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17938
17939         * gst/playback/Makefile.am:
17940         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17941         (group_destroy), (group_commit), (group_is_muted),
17942         (gen_preroll_element), (add_stream), (unknown_type),
17943         (probe_triggered), (preroll_unlinked), (mute_stream),
17944         (silence_stream), (new_decoded_pad), (setup_substreams),
17945         (setup_source), (get_active_source), (mute_group_type),
17946         (muted_group_change_state), (set_active_source),
17947         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17948         (play_base_eos), (gst_play_base_bin_change_state):
17949         * gst/playback/gstplaybasebin.h:
17950         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17951         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17952         (gst_stream_info_dispose), (stream_info_mute_pad),
17953         (stream_info_change_state), (gst_stream_info_set_mute):
17954         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17955         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17956         (gst_stream_selector_init), (gst_stream_selector_dispose),
17957         (gst_stream_selector_get_linked_pad),
17958         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17959         (gst_stream_selector_get_linked_pads),
17960         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17961         * gst/playback/gststreamselector.h:
17962           Adding stream selection support plus required properties for
17963           applications to use this. Fully fixes #100931.
17964
17965 2005-01-08  Benjamin Otte  <otte@gnome.org>
17966
17967         * gst/games/gstpuzzle.c: (nav_event_handler):
17968           - handle nav events differently: forward every event no matter if it
17969             was handled or not.
17970           - translate events
17971           You can now cheat by using navigationtest ! puzzle and moving the
17972           mouse close to the edge of a tile. ;)
17973
17974 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17975
17976         * configure.ac:
17977         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17978         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17979         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17980         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17981         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17982         (gst_ogm_parse_plugin_init):
17983         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17984         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17985         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17986         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17987         * ext/pango/gsttextoverlay.h:
17988         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17989         (gst_matroska_demux_handle_seek_event),
17990         (gst_matroska_demux_sync_streams),
17991         (gst_matroska_demux_parse_blockgroup),
17992         (gst_matroska_demux_subtitle_caps),
17993         (gst_matroska_demux_plugin_init):
17994         * gst/matroska/matroska-ids.h:
17995         * gst/playback/gstdecodebin.c: (close_pad_link):
17996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17997         (gen_preroll_element), (remove_groups), (add_stream),
17998         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17999         (setup_source):
18000         * gst/playback/gstplaybasebin.h:
18001         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
18002         * gst/subparse/Makefile.am:
18003         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
18004         (gst_subparse_base_init), (gst_subparse_class_init),
18005         (gst_subparse_init), (gst_subparse_formats),
18006         (gst_subparse_eventmask), (gst_subparse_event),
18007         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
18008         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
18009         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
18010         (parse_mpsub_deinit), (parse_mpsub_init),
18011         (gst_subparse_buffer_format_autodetect),
18012         (gst_subparse_format_autodetect), (gst_subparse_loop),
18013         (gst_subparse_change_state), (gst_subparse_type_find),
18014         (plugin_init):
18015         * gst/subparse/gstsubparse.h:
18016         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
18017         (plugin_init):
18018           Add subtitle support, .sub parser (supports SRT and MPsub),
18019           OGM text support, Matroska UTF-8 text support, deadlock fixes
18020           all over the place, subtitle awareness in decodebin/playbin
18021           and some fixes to textoverlay to handle subtitles in a stream
18022           correctly. Fixes #100931.
18023
18024 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18025
18026         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18027           Check for pad availability before doing a query on it.
18028
18029 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18030
18031         * ext/dv/gstdvdec.c:
18032           really fix bpp24/32 dvdec caps (classic rgba indeed)
18033         * gst/asfdemux/gstasfdemux.c:
18034         (gst_asf_demux_process_ext_content_desc):
18035           don't send text tags if they are empty (bis repetita)
18036
18037 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18038
18039         * ext/dv/gstdvdec.c:
18040          remove unneeded comment from dvdec
18041           (related to DV 4CC codes in AVI files)
18042           moved them in gstreamer/docs/random/mimetypes
18043         * gst/asfdemux/gstasfdemux.c:
18044         (gst_asf_demux_process_ext_content_desc):
18045          don't send text tags if they are empty
18046          fix mem leak on error path
18047         * gst/ffmpegcolorspace/avcodec.h:
18048         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18049         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18050         (gst_ffmpegcsp_avpicture_fill):
18051         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
18052         * gst/ffmpegcolorspace/imgconvert_template.h:
18053          adds BGR32 and BGRA32 to ffmpegcolorspace
18054           (still bad colors, fixing it on next commit)
18055           helps with dvdec outputing BGR32
18056
18057 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18058
18059         * ext/dv/gstdvdec.c:
18060          Fix audio caps i just broke (missing ',')
18061         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
18062         (gst_matroska_mux_reset):
18063          Fix typo + add FIXME about old "x-gst-metadata" crap
18064
18065 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18066
18067         * ext/dv/demo-play.c: (main):
18068          xvideosink -> xvimagesink
18069         * ext/dv/gstdvdec.c:
18070          change rgb 32/32 caps to 24/32 (no alpha)
18071          change nb of channels to be a list (2 or 4, not 2)
18072          change sample rate to be a list (32, 44.1, 48 kHz) not a range
18073         * gst/asfdemux/gstasfdemux.c:
18074         (gst_asf_demux_process_ext_content_desc):
18075          Add 'date/year' to extracted metadata list
18076
18077 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18078
18079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18080           The return value of fixate_to does not imply that the requested
18081           value was set, so don't assume.
18082
18083 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
18084
18085         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18086
18087         * ext/libpng/gstpngdec.c:
18088         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
18089         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
18090         * ext/libpng/gstpngenc.h:
18091           Alpha support (encoder; #163161), mime fixage.
18092
18093 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
18094
18095         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18096
18097         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
18098         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
18099         (gst_faac_set_property), (gst_faac_get_property):
18100         * ext/faac/gstfaac.h:
18101           Allow for ADTS output (#153434).
18102
18103 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18104
18105         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18106           Fix against template (#150576).
18107
18108 2005-01-06  Benjamin Otte  <otte@gnome.org>
18109
18110         * gst/games/gstpuzzle.c: (draw_puzzle):
18111           don't draw a puzzle if either width or height of tiles would be 0.
18112
18113 2005-01-06  Benjamin Otte  <otte@gnome.org>
18114
18115         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
18116         (gst_puzzle_class_init), (gst_puzzle_finalize):
18117           no memleaks, please
18118         (gst_puzzle_create), (gst_puzzle_init),
18119         (gst_puzzle_set_property), (gst_puzzle_setup):
18120           change initialization code around so we don't reshuffle on resize
18121         (draw_puzzle):
18122           fix another stupid typo
18123
18124 2005-01-06  Benjamin Otte  <otte@gnome.org>
18125
18126         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
18127           fix stupid typo that borked copying on YUY2
18128
18129 2005-01-06  Benjamin Otte  <otte@gnome.org>
18130
18131         * gst/games/gstpuzzle.c: (draw_puzzle):
18132           fix edges when image sizes aren't multiples of tile sizes
18133
18134 2005-01-06  Benjamin Otte  <otte@gnome.org>
18135
18136         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18137           make RGB endianness work correctly
18138         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
18139           refactor and fix race with initial shuffling
18140         (nav_event_handler):
18141           allow using the mouse to puzzle
18142         (draw_puzzle):
18143           insist on tiles having width and height as multiples of 4 to get
18144           clean YUV image handling
18145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18146         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
18147           s/DEBUG/LOG/ for common messages
18148         (gst_xvimagesink_navigation_send_event):
18149           fix mouse event translation to not include screen PAR
18150         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
18151           fix mouse event translation to actually work
18152
18153 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18154
18155         * gst/asfdemux/gstasfdemux.c:
18156         (gst_asf_demux_process_ext_content_desc):
18157          Extract TrackNumber metadata + clean up code
18158         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
18159          Hope this is the good fix (var used unitialised)
18160
18161 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18162
18163         * ext/faad/gstfaad.c: (gst_faad_chain):
18164           Only increment timestamp if it's valid. Fixes raw AAC streams.
18165
18166 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18167
18168         * configure.ac:
18169         * gst/games/Makefile.am:
18170         * gst/games/gstpuzzle.c:
18171           add a puzzle game with...
18172         * gst/games/gstvideoimage.c:
18173         * gst/games/gstvideoimage.h:
18174           ... full colorspace support (that includes YUV9 and RGB16)) stolen
18175           from videotestsrc and made into something that would be a nice
18176           library for a lot of other plugins.
18177
18178 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18179
18180         * configure.ac:
18181          don't compile faad plugin if a RC of 2.0 is found
18182          Fixes #155346 (and FC1 buildbot)
18183         * gst/asfdemux/gstasfdemux.c:
18184         (gst_asf_demux_process_ext_content_desc):
18185          try to make Solaris compiler happier
18186
18187 2005-01-06  Paul Jack  <pjack@sfaf.org>
18188
18189         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18190
18191         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18192           Fix segfault (#161667).
18193
18194 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18195
18196         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18197           Fix framerate reporting.
18198
18199 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18200
18201         * gst-libs/gst/riff/riff-ids.h:
18202         * gst/wavenc/riff.h:
18203          Add AMR (VBR and CBR) ids to riff.h audio codec list
18204         * gst/asfdemux/gstasfdemux.c:
18205         (gst_asf_demux_process_ext_content_desc),
18206         (gst_asf_demux_process_object):
18207           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
18208
18209 2005-01-05  Martin Eikermann  <meiker@upb.de>
18210
18211         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18212
18213         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18214         (gst_dvd_demux_handle_discont):
18215         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
18216         (gst_mpeg_demux_handle_discont):
18217           Recreate pads on new-media (#160730).
18218         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
18219           Send discont even if manager changes timestamps (#161929).
18220
18221 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
18222
18223         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18224
18225         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
18226           Fix invalid memory access (#159211).
18227
18228 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18229
18230         * examples/gstplay/player.c: (main):
18231           Don't iterate.
18232         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
18233           Add visualizations.
18234         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18235         (gst_a52dec_handle_frame):
18236           Set duration.
18237         * ext/dvdnav/gst-dvd:
18238           Add audioconvert. Fixes #161325.
18239         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18240           Explicitely case to gint64. Possible valgrind error.
18241         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18242         (gst_play_tick_callback), (gst_play_change_state),
18243         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18244         (gst_play_set_location), (gst_play_get_location),
18245         (gst_play_seek_to_time), (gst_play_set_data_src),
18246         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18247         (gst_play_set_visualization), (gst_play_connect_visualization),
18248         (gst_play_get_framerate), (gst_play_get_all_by_interface),
18249         (gst_play_new):
18250           Use playbin. Fixes #139749 and #147744.
18251         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18252           Add genre tag.
18253         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18254         (audioscale_get_type), (gst_audioscale_base_init),
18255         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18256         (gst_audioscale_getcaps), (gst_audioscale_fixate),
18257         (gst_audioscale_link), (gst_audioscale_get_buffer),
18258         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18259         (gst_audioscale_init), (gst_audioscale_dispose),
18260         (gst_audioscale_chain), (gst_audioscale_set_property),
18261         (gst_audioscale_get_property), (plugin_init):
18262           Indent properly.
18263         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18264           Fix LPCM.
18265         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18266         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18267         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18268           Add more metadata (fixes #162656).
18269
18270 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18271
18272         * configure.ac:
18273           back to cvs
18274
18275 === release 0.8.7 ===
18276
18277 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18278
18279         * NEWS:
18280         * RELEASE:
18281         * configure.ac:
18282           releasing 0.8.7, "Hyperspace"
18283
18284 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18285
18286         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
18287
18288         * gst/playback/gstplaybasebin.c:
18289          Fix for #162924 - free caps after use, not before
18290
18291 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18292
18293         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18294
18295         * gst/playback/gstplaybasebin.c:
18296         * gst/wavparse/gstwavparse.c:
18297           Fix for #154773 - fixes playback of small .wav files
18298
18299 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18300
18301         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18302
18303         * gst/audioscale/gstaudioscale.c:
18304           Fix for #162819 - make audioscale reusable
18305           Fixes playback of more than one file with playbin/totem
18306
18307 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18308
18309         * gst/ffmpegcolorspace/avcodec.h:
18310         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18311         * gst/ffmpegcolorspace/imgconvert.c:
18312           clean up the mess that made me cry and avoid needless duplication
18313
18314 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18315
18316         * gst/ffmpegcolorspace/imgconvert.c:
18317           give some indication of why we're segfaulting
18318
18319 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18320
18321         * configure.ac:
18322           Fix indentation, fix v4l2 plugin detection.
18323         * ext/Makefile.am:
18324           Fix libmms location (Maciej, use diff -u!).
18325         * ext/alsa/gstalsa.c: (gst_alsa_init):
18326           Initialize caps cache to NULL.
18327         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18328           Only change state on audiosink if it exists.
18329
18330 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
18331
18332         * gst/matroska/matroska-demux.c:
18333         * gst/matroska/matroska-ids.h:
18334         * gst/matroska/matroska-demux.h:
18335         Fix Vorbis streams failing to decode in some files, where cluster_time
18336         isn't 0, because then it doesn't send codec_priv before actual data.
18337         Remove time-based test and replace it with marker set on beginning of
18338         new stream
18339
18340 2004-12-28  David Schleef  <ds@schleef.org>
18341
18342         Merge patch from Ronald fixing problems with streaming
18343         text.
18344         * ext/cairo/gstcairo.c: (plugin_init):
18345         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18346         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18347         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18348         (gst_textoverlay_font_init), (gst_textoverlay_init),
18349         (gst_textoverlay_set_property):
18350         * ext/cairo/gsttextoverlay.h:
18351
18352 2004-12-27  David Schleef  <ds@schleef.org>
18353
18354         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18355         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18356         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18357         (gst_textoverlay_font_init), (gst_textoverlay_init),
18358         (gst_textoverlay_set_property): Improvements to actually
18359         render text as white on black outline on video, including
18360         font selection and horizontal/vertical alignment.  (Ronald's
18361         christmas present)
18362         * ext/cairo/gsttextoverlay.h:
18363
18364 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18365
18366         * ext/ogg/gstogg.c:
18367         * ext/ogg/gstogmparse.c:
18368           fix ogm[audio/video]parse plugin registration
18369           (riff won't load if bytestream is already loaded)
18370
18371 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18372
18373         * gst/audioconvert/gstchannelmix.c:
18374           fix for GLIB < 2.4
18375
18376 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18377
18378         * Makefile.am:
18379         * configure.ac:
18380           disable docs again until it actually passes make distcheck.
18381
18382 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18383
18384         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18385         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18386         (plugin_init):
18387           Add 3GP (variables name Q3GP because they can't start with a
18388           number). Add samr audio fourcc (used in .3gp files), decoder
18389           is work in progress. Also do a GST_WARNING instead of ERROR
18390           in case of unknown nodes, to decrease output.
18391
18392 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18393
18394         * Makefile.am:
18395           really fix dist
18396
18397 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18398
18399         * configure.ac:
18400         * ext/speex/gstspeexdec.h:
18401         * ext/speex/gstspeexenc.h:
18402           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18403           Fix detection code in configure.ac
18404
18405 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18406
18407         * gst/matroska/matroska-demux.c:
18408         (gst_matroska_demux_parse_blockgroup):
18409           Save position, so that queries give proper return values. Don't
18410           know how this could ever have worked before...
18411
18412 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18413
18414         * configure.ac:
18415           Put additional LAME check inside the conditional.  Fixes #152339
18416
18417 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18418
18419         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18420         (gst_avi_demux_stream_scan):
18421           Add some more debug. Fix logic error when setting movi offset
18422           while reading index.
18423
18424 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18425
18426         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18427         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18428         (gst_avi_demux_process_next_entry):
18429           Add some debugging. Better detection of broken indexes and the
18430           accompanying index recovery. No infinite loops on state changes
18431           when we're still in our loopfunction.
18432
18433 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18434
18435         * configure.ac:
18436           Fix up.
18437
18438 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18439
18440         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18441
18442         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18443           Normalizing the value before setting
18444         (gst_sunaudiomixer_get_volume):
18445           Normalizing the value after getting. Fixes bug# 161980
18446
18447 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18448
18449         * Makefile.am: Make sure docs gets disted
18450         * docs/Makefile.am: Make sure all needed files get disted
18451         * gst-plugins.spec.in: latest updates
18452
18453 2004-12-22  Wim Taymans  <wim@fluendo.com>
18454
18455         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18456         Revert patch 1.38 as clock distribution over schedulers does
18457         not work correcly in the core yet.
18458
18459 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18460
18461         * sys/oss/README: remove this file, which predates my birth
18462           (and which content is by far outdated)
18463
18464 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18465
18466         * Makefile.am:
18467         * configure.ac:
18468         * docs/Makefile.am:
18469         * docs/libs/Makefile.am:
18470         * docs/libs/gst-plugins-libs-docs.sgml:
18471         * docs/libs/gst-plugins-libs-sections.txt:
18472         * docs/libs/tmpl/gstgconf.sgml:
18473         * docs/upload.mak:
18474         * docs/version.entities.in:
18475           Added boilerplate gtk-doc files for plugin-libs documentation.
18476
18477 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18478
18479         * gst/auparse/gstauparse.c: fix int and float audio caps
18480
18481 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18482
18483         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18484         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18485           g_assert() can be a macro, don't use #ifdef inside it.
18486
18487 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18488
18489         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18490
18491         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18492         (gst_videorate_init), (gst_videorate_chain),
18493         (gst_videorate_change_state):
18494           Event handling (fixes #159986).
18495
18496 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18497
18498         * gst-libs/gst/riff/riff-media.c:
18499         (gst_riff_create_video_caps_with_data):
18500           Add BLZ0 (Blizzard's version of DivX) fourcc.
18501
18502 2004-12-18  David Schleef  <ds@schleef.org>
18503
18504         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18505         portability fix.
18506
18507 2004-12-18  David Schleef  <ds@schleef.org>
18508
18509         * gst/tta/ttadec.h: Disable some header code that isn't used
18510         and clearly isn't portable.
18511
18512 2004-12-18  David Schleef  <ds@schleef.org>
18513
18514         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18515         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18516         (avcodec_get_pix_fmt), (avpicture_layout),
18517         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18518         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18519         Fix code to not use GCC extensions (and c99 extensions that
18520         Forte does not like.)
18521
18522 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18523
18524         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18525
18526         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18527         (gst_deinterlace_chain):
18528           Rowstride fixes. Fixes #161039.
18529         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18530         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18531         (gst_video_crop_getcaps), (gst_video_crop_link),
18532         (gst_video_crop_i420), (gst_video_crop_chain),
18533         (gst_video_crop_change_state):
18534           Rework of negotiation. Actually works now. Fixes #158650.
18535
18536 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18537
18538         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18539           That was very stupid.
18540
18541 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18542
18543         * gst/matroska/matroska-demux.c:
18544         (gst_matroska_demux_parse_blockgroup):
18545           Fix possible crasher.
18546
18547 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18548
18549         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18550         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18551           Lace sizes can be zero.
18552
18553 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18554
18555         * ext/musepack/gstmusepackdec.cpp:
18556           Fetch error return values. Fixes #161624.
18557         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18558           Really EOS.
18559
18560 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18561
18562         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18563           Work for truncated (unfinished download etc.) files. Fixes #160514.
18564
18565 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18566
18567         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18568           Fix for integer overflow. Makes #156001 not crash. Probably masks
18569           the real bug.
18570
18571 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18572
18573         * gst/ac3parse/gstac3parse.c: (plugin_init):
18574           Parsers never have ranks. Fixes #159651.
18575
18576 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18577
18578         * gst/playback/gstdecodebin.c: (compare_ranks):
18579           make sure the facotries are ordered the same every time even if they
18580           have the same rank by using the name
18581         * gst/playback/gstdecodebin.c: (find_compatibles):
18582           make sure we don't add factories to the list twice
18583
18584 2004-12-16  David Schleef  <ds@schleef.org>
18585
18586         * configure.ac: look for musepack headers as musepack/*.h
18587         (fixes #159847)
18588         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18589         * ext/musepack/gstmusepackreader.h: same
18590
18591 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18592
18593         * gst-libs/gst/riff/riff-read.c:
18594         (gst_riff_read_strf_auds_with_data):
18595           Read extradata correctly (fixes #155879).
18596
18597 2004-12-16  David Schleef  <ds@schleef.org>
18598
18599         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18600         audio.  does _not_ attempt or allow conversion unless channels
18601         is 1 or 2.
18602
18603 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18604
18605         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18606
18607 2004-12-16  David Schleef  <ds@schleef.org>
18608
18609         * gst/audioscale/gstaudioscale.c: the resample library only
18610         handles 1 or 2 channels.  Change caps to compensate.
18611
18612 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18613
18614         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18615         (gst_matroska_demux_audio_caps):
18616           Some MPEG-AAC hacks, because else it doesn't work...
18617
18618 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18619
18620         * gst-libs/gst/riff/riff-media.c:
18621         (gst_riff_create_video_caps_with_data),
18622         (gst_riff_create_video_template_caps):
18623           Add h264.
18624
18625 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18626
18627         * gst-libs/gst/audio/Makefile.am:
18628           Try to fix buildbot.
18629
18630 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18631
18632         * gst/tcp/gstmultifdsink.c:
18633           Clean up and uniformize debugging.
18634
18635 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18636
18637         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18638
18639         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18640         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18641         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18642         (gst_mpeg_demux_change_state):
18643           Reset on ready. Fixes 160276.
18644
18645 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18646
18647         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18648
18649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18650         (gst_ffmpegcsp_pad_link):
18651           Fix memleak (#154815).
18652
18653 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18654
18655         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18656
18657         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18658         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18659         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18660         * ext/musicbrainz/gsttrm.h:
18661           Add support for using a proxy server when getting a trm id from
18662           the MusicBrainz database (#149613).
18663
18664 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18665
18666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18667
18668         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18669         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18670           Fix memleaks (#157233).
18671
18672 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18673
18674         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18675
18676         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18677         * gst-libs/gst/resample/resample.h:
18678         * gst/audioscale/gstaudioscale.c:
18679           Fix memleak (#159215).
18680
18681 2004-12-16  Toni Willberg  <toniw@iki.fi>
18682
18683         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18684
18685         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18686         * sys/oss/oss_probe.c: (main):
18687           Check for mono/stereo support (similar to samplerate probing),
18688           fixes #159433. Also add missing copyright header to oss_probe.c.
18689
18690 2004-12-15  David Schleef  <ds@schleef.org>
18691
18692         * configure.ac: add audioresample and cairo plugins.  Remove
18693         HAVE_MMX stuff, because it's not used.
18694         * ext/Makefile.am: same
18695         * ext/audioresample/Makefile.am: You are not ready for an
18696         audio resampling element based on audioresample.
18697         * ext/audioresample/gstaudioresample.c:
18698         * ext/audioresample/gstaudioresample.h:
18699         * ext/cairo/Makefile.am: You are not ready for overlay elements
18700         based on cairo.  Don't look too closely, these elements kinda
18701         suck right now.
18702         * ext/cairo/gstcairo.c: new
18703         * ext/cairo/gsttextoverlay.c: new
18704         * ext/cairo/gsttextoverlay.h: new
18705         * ext/cairo/gsttimeoverlay.c: new
18706         * ext/cairo/gsttimeoverlay.h: new
18707         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18708         problem with compilers that don't support variadic macros.
18709
18710 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18711
18712         Reviewed by:  David Schleef  <ds@schleef.org>
18713
18714         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18715         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18716         bit.  Also ran indent-gst.
18717         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18718         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18719         (gst_sunaudiosrc_setparams):
18720
18721 2004-12-14  David Schleef  <ds@schleef.org>
18722
18723         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18724         output rate to 16000.  Should fix #160235.
18725
18726 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18727
18728         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18729         Add typefinding for mpeg2 pes streams
18730
18731 2004-12-13  David Schleef  <ds@schleef.org>
18732
18733         * configure.ac:  Applied patch from bug #143659, making default
18734         sources and sinks OS-dependent (for Solaris), and added code
18735         for OS/X.
18736         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18737
18738 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18739
18740         * gst-libs/gst/riff/riff-media.c:
18741           forgot to add h2.64 to avidemux template caps
18742
18743 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18744
18745         * gst/wavenc/riff.h:
18746         * gst-libs/gst/riff/riff-media.c:
18747         * gst-libs/gst/riff/riff-ids.h:
18748         * gst/avi/gstavimux.c
18749         add 4CC code for VideoSoft h264 in AVI (VSSH)
18750           fixes bug #160655
18751         remove s323 from riff, it's quicktime specific :(
18752
18753 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18754
18755         * gst/asfdemux/README
18756         * gst/wavenc/riff.h
18757         * gst-libs/gst/riff/riff-ids.h
18758         * gst-libs/gst/riff/riff-media.c
18759         * gst/qtdemux/qtdemux.c:
18760           add new 4CC codes for h263 related codecs
18761           fixes partially bug #155163
18762
18763 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18764
18765         * configure.ac: Update polyaudio requirement to 0.7
18766         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18767
18768 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18769
18770         * gst/interleave/deinterleave.c:
18771         fix my name's spelling! :)
18772
18773 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18774
18775         * AUTHORS ChangeLog
18776         * gst/auparse/gstauparse.c
18777         * gst/interleave/deinterleave.c
18778         * gst/law/:
18779                 alaw-decode.c alaw-encode.c
18780                 mulaw-decode.c mulaw-encode.c
18781         * gst/oneton/gstoneton.c
18782         * sys/osxaudio/:
18783                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18784         * sys/osxvideo/:
18785                 cocoawindow.h cocoawindow.m
18786                 osxvideosink.h osxvideosink.m
18787
18788         put the same mail address for Zaheer Abbas Merali everywhere
18789
18790 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18791
18792         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18793           Align by packetsize, and assert that we a packet available before
18794           playing. The first makes webstreams work (they often include
18795           trailing padding data in a packet), the second allows pausing a
18796           ASF stream in totem without getting demux errors afterwards.
18797
18798 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18799
18800         * ext/ogg/gstoggdemux.c: (get_relative):
18801           Check for non-NULL before accessing member (end-of-chain).
18802
18803 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18804
18805         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18806         (cdparanoia_set_property), (cdparanoia_get_property):
18807         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18808         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18809         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18810         (dvdreadsrc_init), (dvdreadsrc_set_property),
18811         (dvdreadsrc_get_property):
18812         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18813         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18814           Synchronize property names where not yet the case. Devices are
18815           now device=X, other versions are deprecated (but still exist).
18816           Also use g_free() unconditionally.
18817         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18818         (setup_source), (gst_play_base_bin_get_property):
18819           Expose source.
18820
18821 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18822
18823         * configure.ac: move GCONF macro outside conditional for the am
18824           conditional. Fixes #160439
18825
18826 2004-12-08  David Schleef  <ds@schleef.org>
18827
18828         * tools/gst-visualise-m.m: Switch to elements that currently
18829         exist.
18830
18831 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18832
18833         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18834           We love wrong commas.
18835
18836 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18837
18838         * gst/matroska/matroska-demux.c:
18839         (gst_matroska_demux_handle_src_query):
18840           Don't set DEFAULT, unsupported - makes length display incorrectly
18841           in some cases.
18842
18843 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18844
18845         * gst/monoscope/README: remove blurb about files being GPL
18846         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18847         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18848           monoscope is now effectively LGPL licensed
18849
18850 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18851
18852         * gst/monoscope/README: Update information to be more correct
18853         * gst/monoscope/convolve.c: Relicense to LGPL
18854         * gst/monoscope/convolve.h: Relicense to LGPL
18855
18856 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18857
18858         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18859           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18860         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18861           set default_duration for mpeg1 audio
18862
18863 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18864
18865         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18866         * ext/alsa/gstalsa.h:
18867           refactor big chunks of the core caps negotiation code to make it
18868           a lot faster, because people claim it's really slow
18869           (actually, just cache the getcaps when the device is opened)
18870
18871 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18872
18873         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18874         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18875         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18876         (gst_a52dec_change_state), (plugin_init):
18877         * ext/a52dec/gsta52dec.h:
18878           Do something useful with timestamps. Make chain-based (since
18879           there's really no reason to be loopbased).
18880         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18881           Update current_byte/frame correctly.
18882
18883 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18884
18885         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18886         (gst_ape_demux_stream_init):
18887           Forward tags, too.
18888
18889 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18890
18891         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18892           Let's make sure we're done typefinding when detecting tags.
18893
18894 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18895
18896         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18897         (gst_ebml_read_init), (gst_ebml_read_use_event),
18898         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18899         (gst_ebml_read_seek), (gst_ebml_read_skip),
18900         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18901         (gst_ebml_read_master):
18902         * gst/matroska/ebml-read.h:
18903         * gst/matroska/matroska-demux.c:
18904         (gst_matroska_demux_parse_contents),
18905         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18906           Disgustingly evil hack for working around INTERRUPT events and
18907           their extremely annoying habit of being a pain in the ass. We
18908           simply peek a cluster before reading any of it.
18909
18910 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18911
18912         * ext/musepack/gstmusepackdec.cpp:
18913           There's also floating point libmusepacks.
18914
18915 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18916
18917         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18918         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18919           Set DURATION even if source buffer didn't. Also use increasing
18920           timestamps.
18921         * gst-libs/gst/riff/riff-media.c:
18922         (gst_riff_create_audio_caps_with_data):
18923           Block_align can have larger values than 8192.
18924
18925 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18926
18927         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18928         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18929         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18930         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18931           Fix caps.
18932
18933 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18934
18935         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18936           Fix logic bug.
18937
18938 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18939
18940         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18941           Yay, another one.
18942
18943 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18944
18945         * ext/esd/esdsink.c: (gst_esdsink_chain):
18946           Make error actually say something useful (fixes #156798).
18947         * gst-libs/gst/riff/riff-media.c:
18948         (gst_riff_create_video_caps_with_data),
18949         (gst_riff_create_video_template_caps):
18950           Add Intel Video 5.0 fourcc (IV50).
18951
18952 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18953
18954         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18955         detection on mono and stereo mp3 files.
18956
18957 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18958
18959         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18960           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18961           the contained stream).
18962
18963 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18964
18965         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18966           Oops, remove debug.
18967
18968 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18969
18970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18971
18972         * gst/law/alaw-decode.c: (alawdec_getcaps):
18973         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18974           Prevent warnings when negotiating caps (fixes #159338).
18975
18976 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18977
18978         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18979         (gst_ffmpegcsp_chain):
18980           Remove old leftover that shouldn't be there...
18981
18982 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18983
18984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18985
18986         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18987           Don't forward DISCONT events (fixes #159684).
18988
18989 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18990
18991         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18992           Unlink manually since sometimes bin disposal (and therefore
18993           pad unlinking) is delayed, which will cause a new media file
18994           to not be able to start playing instantly.
18995
18996 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18997
18998         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18999           On mute of an unlinked stream, check for pad availability so
19000           we don't crash on unlinked pad.
19001
19002 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19003
19004         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19005         (gst_avi_demux_massage_index):
19006           Fix quite humiliating bug in omitting 0-sized index chunks but
19007           forgetting to count them for timestamps.
19008
19009 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19010
19011         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19012           Actually leave the loop if we failed to sync. Don't crash.
19013
19014 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19015
19016         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
19017         (gst_dvd_demux_process_private):
19018         * gst/mpegstream/gstdvddemux.h:
19019           Fix crash (#159759). Doesn't work, though. :-(.
19020
19021 2004-11-28  Benjamin Otte  <otte@gnome.org>
19022
19023         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
19024           more overwriting protection due to modifying channels one by one
19025           instead of all at once
19026
19027 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19028
19029         * gst/audioconvert/gstchannelmix.c:
19030         (gst_audio_convert_fill_normalize):
19031           Normalize using absolute values.
19032
19033 2004-11-28  Julien MOUTTE  <julien@moutte.net>
19034
19035         * configure.ac:
19036         * ext/Makefile.am:
19037         * ext/directfb/Makefile.am:
19038         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
19039         (gst_directfbvideosink_get_pixel_format),
19040         (gst_directfbvideosink_get_format_from_fourcc),
19041         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
19042         (gst_directfbvideosink_sink_link),
19043         (gst_directfbvideosink_change_state),
19044         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
19045         (gst_directfbvideosink_buffer_alloc),
19046         (gst_directfbvideosink_interface_supported),
19047         (gst_directfbvideosink_interface_init),
19048         (gst_directfbvideosink_navigation_send_event),
19049         (gst_directfbvideosink_navigation_init),
19050         (gst_directfbvideosink_set_property),
19051         (gst_directfbvideosink_get_property),
19052         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
19053         (gst_directfbvideosink_base_init),
19054         (gst_directfbvideosink_class_init),
19055         (gst_directfbvideosink_get_type), (plugin_init):
19056         * ext/directfb/directfbvideosink.h: Adding a first version of
19057         directfbvideosink.
19058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
19059         more.
19060
19061 2004-11-28  Benjamin Otte  <otte@gnome.org>
19062
19063         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
19064           walk the samples backwards if out_channels > in_channels so we don't
19065           overwrite data
19066
19067 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19068
19069         * gst/audioconvert/Makefile.am:
19070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19071         (gst_audio_convert_link), (gst_audio_convert_change_state),
19072         (gst_audio_convert_channels):
19073         * gst/audioconvert/gstchannelmix.c:
19074         (gst_audio_convert_unset_matrix),
19075         (gst_audio_convert_fill_identical),
19076         (gst_audio_convert_fill_compatible),
19077         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
19078         (gst_audio_convert_fill_others),
19079         (gst_audio_convert_fill_normalize),
19080         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
19081         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
19082         * gst/audioconvert/gstchannelmix.h:
19083           Implement a channel mixer.
19084
19085 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
19086
19087         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
19088         * ext/alsa/gstalsa.h:
19089         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
19090         Make alsasink actually honor gst_element_set_clock and use that
19091         clock instead of its internal one.
19092
19093 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
19094
19095         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
19096         (gst_play_base_bin_change_state): nullify source and decoder when
19097         going from READY to NULL so that we don't try to do weird stuff with
19098         them when going from NULL to READY
19099         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
19100         instead of g_object_unref
19101         (gen_video_element), (gen_audio_element): more refcounting fixes, now
19102         it should be correct
19103         (gst_play_bin_change_state): don't call remove_sinks if we are
19104         currently disposing the object
19105
19106 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19107
19108         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19109           Don't forget bass if it's there. Else left channel is silent...
19110
19111 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19112
19113         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
19114         (gst_a52dec_change_state):
19115           Don't do sample adjusting anymore, we use float audio now.
19116         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19117           Don't fixate to non-existing properties.
19118
19119 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19120
19121         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
19122         (gst_a52dec_change_state):
19123           Advertise that we can do surround sound.
19124
19125 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19126
19127         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
19128           Add buffer-frames=0.
19129         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
19130         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
19131         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
19132         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
19133         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
19134         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
19135         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
19136         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
19137         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
19138         * ext/dvdread/dvdreadsrc.h:
19139           Add seeking, querying for bytes, sectors, title, angle and
19140           chapter. Handle multiple chapters. Relicense to LGPL because
19141           Billy agreed on that (thanks Billy!).
19142
19143 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
19144
19145         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
19146         call parent dispose method
19147
19148 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
19149
19150         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
19151         (gst_audio_clock_get_internal_time):
19152         Fix active <-> inactive transitions: ensure time value always
19153         grows and avoid abrupt value changes.
19154
19155 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
19156
19157         * configure.ac:
19158         * gst/tta/Makefile.am:
19159         * gst/tta/crc32.h:
19160         * gst/tta/filters.h:
19161         * gst/tta/gsttta.c:
19162         * gst/tta/gstttadec.c:
19163         * gst/tta/gstttadec.h:
19164         * gst/tta/gstttaparse.c:
19165         * gst/tta/gstttaparse.h:
19166         * gst/tta/ttadec.h:
19167           added TTA parser and decoder
19168
19169 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19170
19171         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19172         (probe_triggered), (check_queue), (buffer_underrun),
19173         (buffer_running), (buffer_overrun), (gen_source_element),
19174         (setup_source):
19175         * gst/playback/gstplaybasebin.h:
19176           Implement buffering. Needs some more work.
19177
19178 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19179
19180         * ext/theora/theoradec.c: (theora_dec_chain):
19181           Fix ilog mask range overflow.
19182
19183 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19184
19185         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19186           Don't omit the last (which in case of dmix is the only :) )
19187           channel count. Don't set channels if <= 2.
19188
19189 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
19190
19191         * gst/playback/gstplaybin.c: (gen_video_element),
19192         (gen_audio_element): Removed 2 obsolete comments
19193
19194 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19195
19196         * ext/vorbis/oggvorbisenc.c
19197         * ext/vorbis/vorbisenc.c :
19198           change description fields of those plugins to differentiate them
19199           (pitivi show Encoders by description, they had the same one)
19200
19201 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
19202
19203         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19204
19205         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19206         (gst_play_bin_set_property), (gen_video_element),
19207         (gen_audio_element):
19208           Refcounting fixes for provided audio-/videosinks.
19209
19210 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19211
19212         * gst/playback/gstplaybin.c: (gen_video_element),
19213         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
19214           Don't reference all sinks, but only the video- and audiosinks.
19215           The vis. element should be disposed when we're done with it.
19216           We don't have any reason to keep it around. This fixes warnings
19217           when reusing playbin for playing multiple audio files with
19218           vis. enabled. Also release audio device on pause - idea stolen
19219           from Rhythmbox.
19220
19221 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19222
19223         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
19224         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
19225         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19226         * ext/alsa/gstalsaplugin.c: (plugin_init):
19227         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
19228         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
19229         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
19230         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
19231         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
19232         (gst_faad_change_state), (plugin_init):
19233         * ext/faad/gstfaad.h:
19234         * ext/vorbis/vorbis.c: (plugin_init):
19235         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19236         * gst-libs/gst/audio/Makefile.am:
19237         * gst-libs/gst/audio/audio.c: (plugin_init):
19238         * gst-libs/gst/audio/multichannel.c:
19239         (gst_audio_check_channel_positions),
19240         (gst_audio_get_channel_positions),
19241         (gst_audio_set_channel_positions),
19242         (gst_audio_set_structure_channel_positions_list),
19243         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19244         (gst_audio_fixate_channel_positions):
19245         * gst-libs/gst/audio/multichannel.h:
19246         * gst-libs/gst/audio/testchannels.c: (main):
19247         * gst/audioconvert/gstaudioconvert.c:
19248         (gst_audio_convert_class_init), (gst_audio_convert_init),
19249         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19250         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19251         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19252         * gst/audioconvert/plugin.c: (plugin_init):
19253           Surround sound support.
19254
19255 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19256
19257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19258           Fix position for discont if we're close as well. Nitpicking, but
19259           saves a few milliseconds of extra waiting or skipping.
19260
19261 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19262
19263         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19264           We sometimes need parsers for playback, so add those too.
19265
19266 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19267
19268         * configure.ac:
19269         * gst/apetag/Makefile.am:
19270         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19271         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19272         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19273         (gst_ape_demux_get_src_query_types),
19274         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19275         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19276         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19277         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19278         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19279         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19280         (gst_ape_demux_change_state):
19281         * gst/apetag/apedemux.h:
19282         * gst/apetag/apetag.c: (plugin_init):
19283         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19284         (plugin_init):
19285           APE v1/2 tag reader plus typefind function.
19286
19287 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19288
19289         * configure.ac:
19290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19291         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19292           Remove hacks for older core. Require newer core version
19293           accordingly.
19294
19295 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19296
19297         * gst/cdxaparse/Makefile.am:
19298         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19299         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19300         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19301         * gst/cdxaparse/gstcdxaparse.h:
19302         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19303         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19304         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19305         (gst_cdxastrip_get_src_query_types),
19306         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19307         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19308         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19309         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19310         * gst/cdxaparse/gstcdxastrip.h:
19311           SVCD/VCD header stripping separated from CDXA image parsing.
19312         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19313         (plugin_init):
19314           Add VCD/SVCD header typefinding for VCD/SVCD.
19315         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19316         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19317         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19318         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19319         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19320         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19321         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19322         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19323         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19324         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19325         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19326         * sys/vcd/vcdsrc.h:
19327           Fix up, add seeking, querying, URI interface. Works in totem now.
19328
19329 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19330
19331         * configure.ac:
19332           back to CVS
19333
19334 === release 0.8.6 ===
19335
19336 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19337
19338         * NEWS:
19339         * RELEASE:
19340         * configure.ac:
19341         * po/af.po:
19342         * po/az.po:
19343         * po/cs.po:
19344         * po/en_GB.po:
19345         * po/hu.po:
19346         * po/it.po:
19347         * po/nb.po:
19348         * po/nl.po:
19349         * po/or.po:
19350         * po/sq.po:
19351         * po/sr.po:
19352         * po/sv.po:
19353         * po/uk.po:
19354           releasing 0.8.6, "IOU Love"
19355
19356 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19357
19358         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19359
19360         * gst/playback/gstplaybasebin.c:
19361           Fix unplayable files error handling.  Fixes #158365
19362
19363 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19364
19365         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19366
19367         * gst/typefind/gsttypefindfunctions.c:
19368           Fix broken mp3 typefinding.  Fixes #158375
19369
19370 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19371
19372         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19373
19374         * ext/ogg/gstoggdemux.c:
19375           Fix sync on broken files.  Fixes #158976
19376
19377 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19378
19379         patch by: Edward Hervey <bilboed@bilboed.com>
19380
19381         * ext/libpng/gstpngenc.c:
19382           Copy over buffer properties.  Fixes #158832
19383
19384 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19385
19386         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19387
19388         * ext/dvdread/dvdreadsrc.c:
19389           Fixes invalid reads (#158462)
19390
19391 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19392
19393         * sys/v4l/gstv4lsrc.c:
19394         * sys/v4l/gstv4lsrc.h:
19395         * sys/v4l/v4lsrc_calls.c:
19396           Probe less and cache it.  Fixes #159187.
19397
19398 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19399
19400         * gst/videorate/gstvideorate.c:
19401           Handle all video formats. Fixes #159186.
19402
19403 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19404         * gst/synaesthesia/gstsynaesthesia.c:
19405         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19406         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19407         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19408         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19409         (gst_synaesthesia_change_state), (plugin_init):
19410         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19411         Force 320x200 output, as that's the only thing the underlying
19412         synaesthesia implementation supports. Still needs to be made
19413         re-entrant.
19414
19415 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19416
19417         * configure.ac:
19418           Fix mpeg2enc configure check (similar to mplex check below).
19419
19420 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19421
19422         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19423
19424         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19425           Fix for gcc-2.95 (fixes #158221).
19426
19427 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19428
19429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19430           Re-add clock distribution hack (until new core is released).
19431           Fixes #158125.
19432
19433 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19434         * configure.ac:
19435           fix mplex configure check segfaulting on some systems (bug #140994)
19436
19437 2004-11-13  Benjamin Otte  <otte@gnome.org>
19438
19439         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19440           add debugging
19441         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19442           do a wait when we enter the loop func with no data available to
19443           write instead of getting into an 100% CPU loop by just returning and
19444           being called again by the scheduler
19445
19446 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19447
19448         * configure.ac:
19449         * ext/libvisual/visual.c: (gst_visual_get_type),
19450         (libvisual_log_handler), (gst_visual_getcaps),
19451         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19452         (plugin_init):
19453           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19454         * ext/smoothwave/Makefile.am:
19455         * ext/smoothwave/demo-osssrc.c: (main):
19456         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19457         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19458         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19459         (plugin_init):
19460         * ext/smoothwave/gstsmoothwave.h:
19461           Make gstsmoothwave a working element in the 20th century.
19462
19463         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19464           Fix incorrect link function
19465
19466 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19467
19468         * gst/volume/gstvolume.c:
19469           Allow buffer-frames=0.
19470
19471 2004-11-12 Iain <iaingnome@gmail.com>
19472
19473         * configure.ac: Check for polypaudio
19474
19475         * ext/Makefile.am: Build the polyp dir
19476
19477         * ext/polyp: The polypsink sources.
19478
19479 2004-10-30 Iain <iaingnome@gmail.com>
19480
19481         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19482         caps to reflect the new number of channels.
19483
19484 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19485
19486         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19487           Fix for negotiation order problem. This would show when the
19488           ALSA loopfuction was called before any other function. ALSA
19489           wouldn't do anything because we're not negotiated yet, leading
19490           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19491
19492 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19493
19494         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19495
19496         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19497           No warnings (#157986).
19498
19499 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19500
19501         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19502           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19503
19504 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19505
19506         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19507           Signal no-more-pads (so it works in playbin).
19508
19509 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19510
19511         * ext/musepack/gstmusepackreader.cpp:
19512           Workaround for older core.
19513
19514 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19515
19516         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19517           Actually test for odd width/height rather than testing whether
19518           a temporary variable that was 0 before we subtracted 1 is now
19519           not equal to zero (which it always is).
19520
19521 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19522
19523         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19524         Fix compilation if HAVE_XVIDEO is not defined
19525
19526 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19527
19528         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19529         Fix compilation if HAVE_XVIDEO is not defined
19530
19531 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19532
19533         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19534         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19535         (gst_goom_change_state), (plugin_init):
19536         Use the bytestream adapter so goom doesn't depend on the input
19537         buffer size.
19538         Add a debug category
19539
19540 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19541
19542         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19543           Only set hardware parameters *after* negotiation. Before
19544           negotiation, it will set ANY and that seems to cause crashes
19545           (see e.g. #151288, #153227).
19546
19547 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19548
19549         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19550           This seems to be antique leftover. It needs to pass error
19551           checking.
19552         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19553         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19554         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19555         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19556           Fix GstXOverlay implementation (#151059).
19557
19558 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19559
19560         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19561           Don't assert (#157853).
19562
19563 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19564
19565         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19566           Fix bytes/samples confustion.
19567         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19568           Fix for underrun (#144389).
19569
19570 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19571
19572         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19573           Disable halfway-seek for pending release (since it needs a new
19574           core release).
19575
19576 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19577
19578         * sys/v4l/gstv4lsrc.c:
19579         * sys/v4l/gstv4lsrc.h:
19580         * sys/v4l/v4lsrc_calls.c:
19581           add autoprobe-fps property so we can separate autoprobing parts
19582
19583 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19584
19585         * sys/v4l/gstv4lsrc.c:
19586         * sys/v4l/v4lsrc_calls.c:
19587         initialise fourcc to catch unset fourcc's, and debug
19588
19589 2004-11-09  Wim Taymans  <wim@fluendo.com>
19590
19591         * gst/playback/README:
19592         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19593         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19594         (gst_play_bin_dispose), (gst_play_bin_set_property),
19595         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19596         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19597         (gst_play_bin_get_formats), (gst_play_bin_convert),
19598         (gst_play_bin_get_query_types), (gst_play_bin_query):
19599         Cleanups and some more documentation.
19600
19601 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19602
19603         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19604         (gst_cacasink_init), (gst_cacasink_chain):
19605         * ext/libcaca/gstcacasink.h:
19606         Cacasink inherits from VideoSink, so let that store the clock.
19607
19608 2004-11-09  Wim Taymans  <wim@fluendo.com>
19609
19610         * gst/playback/README:
19611         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19612         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19613         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19614         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19615         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19616         (setup_sinks):
19617         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19618         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19619         * gst/playback/gststreaminfo.h:
19620         Updated README.
19621         Only switch groups if all streams have muted (EOSed).
19622         Send Tags in sync with the stream playback instead of in
19623         the playback/preroll phase.
19624         Some cleanups, free the fakesrc elements.
19625
19626 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19627
19628         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19629           buffer-frames property was missing
19630         * ext/arts/gst_arts.c:
19631           rate missing from sinkcaps
19632         * ext/audiofile/gstafparse.c:
19633         * ext/audiofile/gstafsink.c:
19634         * ext/audiofile/gstafsrc.c:
19635         * ext/swfdec/gstswfdec.c:
19636           int audio doesn't know buffer-frames
19637         * ext/cdparanoia/gstcdparanoia.c:
19638           int audio doesn't know chunksize either
19639         * ext/nas/nassink.c:
19640           it's endianness, not endianess
19641         * gst-libs/gst/audio/audio.h:
19642           make float standard pad template caps really describe float
19643         * gst/law/mulaw.c: (linear_factory):
19644           signed only, please
19645         * gst/mpegstream/gstdvddemux.c:
19646           widths of 20 are not valid
19647
19648 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19649
19650         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19651
19652         * po/LINGUAS:
19653         * po/it.po:
19654           Add Italian
19655
19656 2004-11-08  Wim Taymans  <wim@fluendo.com>
19657
19658         * gst/playback/README:
19659         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19660         * gst/playback/gstplaybasebin.c: (probe_triggered),
19661         (gst_play_base_bin_change_state):
19662         Updated README, added more comments for fixmes etc..
19663
19664 2004-11-08  Wim Taymans  <wim@fluendo.com>
19665
19666         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19667         We can remove this hack now.
19668
19669 2004-11-08  Wim Taymans  <wim@fluendo.com>
19670
19671         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19672         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19673         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19674         Only mix AYUV for maximum quality.
19675
19676 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19677
19678         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19679         (gst_ogg_demux_push), (gst_ogg_pad_push):
19680           Let's act as if we're synchronized now! :).
19681         * ext/theora/theoradec.c: (theora_dec_chain):
19682           Add some debug.
19683
19684 2004-11-08  Wim Taymans  <wim@fluendo.com>
19685
19686         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19687         (gst_alpha_set_property), (gst_alpha_sink_link),
19688         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19689         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19690         (gst_alpha_init_params), (gst_alpha_chain):
19691         Implement alpha functions for AYUV too, this increases
19692         accuracy quite a bit.
19693
19694 2004-11-08  Wim Taymans  <wim@fluendo.com>
19695
19696         * gst/ffmpegcolorspace/avcodec.h:
19697         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19698         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19699         (gst_ffmpegcsp_avpicture_fill):
19700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19701         (gst_ffmpegcsp_caps_remove_format_info):
19702         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19703         (shrink12), (img_get_alpha_info), (deinterlace_line),
19704         (deinterlace_line_inplace):
19705         * gst/ffmpegcolorspace/imgconvert_template.h:
19706         Added AYUV colorspace and handle RGBA a bit more respectful.
19707
19708 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19709
19710         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19711           Actually always send a discont (cornercase when resending the
19712           same serial-tagged chain twice).
19713
19714 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19715
19716         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19717         (gst_ximagesink_finalize):
19718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19719         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19720
19721 2004-11-08  Wim Taymans  <wim@fluendo.com>
19722
19723         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19724         Don't segfault on NULL data.
19725
19726 2004-11-08  Wim Taymans  <wim@fluendo.com>
19727
19728         * gst/playback/gstdecodebin.c: (unlinked):
19729         * gst/playback/gstplay-marshal.list:
19730         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19731         (gst_play_base_bin_init), (group_create), (get_active_group),
19732         (get_building_group), (group_destroy), (group_commit),
19733         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19734         (add_element_stream), (no_more_pads), (probe_triggered),
19735         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19736         (state_change), (setup_source), (gst_play_base_bin_get_property),
19737         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19738         (gst_play_base_bin_link_stream),
19739         (gst_play_base_bin_get_streaminfo):
19740         * gst/playback/gstplaybasebin.h:
19741         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19742         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19743         Add support for chained ogg files. Prepare for playlist
19744         support. This patch introduces the concept of pad groups, which
19745         together compose one playable media file.
19746
19747 2004-11-07  David Schleef  <ds@schleef.org>
19748
19749         * testsuite/gst-lint: Check for pad templates that aren't statically
19750         scoped.
19751
19752 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19753
19754         * configure.ac:
19755         * ext/Makefile.am:
19756         * ext/musepack/Makefile.am:
19757         * ext/musepack/gstmusepackdec.cpp:
19758         * ext/musepack/gstmusepackdec.h:
19759         * ext/musepack/gstmusepackreader.cpp:
19760         * ext/musepack/gstmusepackreader.h:
19761           Add musepack decoder.
19762         * ext/faad/gstfaad.c: (gst_faad_base_init):
19763           Make pad templates static.
19764         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19765         (plugin_init):
19766           Add musepack typefinder, make mp3 typefinding work halfway stream,
19767           which doesn't actually work yet because id3demux doesn't implement
19768           _get_length().
19769
19770 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19771
19772         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19773         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19774           Fix interrupt event handling (#144436).
19775
19776 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19777
19778         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19779           Hide unused glory.
19780
19781 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19782
19783         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19784
19785         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19786           Fix weird caps (#157548).
19787
19788 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19789
19790         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19791
19792         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19793           Add missing NULL terminator (#157543).
19794
19795 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19796
19797         * gst/tcp/gsttcp.h:
19798         * gst/tcp/gsttcpclientsink.c:
19799         * gst/tcp/gsttcpclientsrc.c:
19800         * gst/tcp/gsttcpserversink.c:
19801         * gst/tcp/gsttcpserversrc.c:
19802           ports can go up to 65535.  Move common defines to gsttcp.h
19803
19804 2004-11-05  Wim Taymans  <wim@fluendo.com>
19805
19806         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19807         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19808         Added two more colorspaces.
19809
19810 2004-11-05  Wim Taymans  <wim@fluendo.com>
19811
19812         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19813         (gst_ffmpegcsp_avpicture_fill):
19814         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19815         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19816         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19817         More stride fixes.
19818
19819 2004-11-05  Wim Taymans  <wim@fluendo.com>
19820
19821         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19822         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19823         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19824         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19825         (gst_videomixer_loop):
19826         More stride fixes.
19827
19828 2004-11-05  Benjamin Otte  <otte@gnome.org>
19829
19830         * ext/mad/gstmad.c: (gst_mad_chain):
19831           don't overflow data buffer. Flush not needed sync data when syncing
19832           failed.
19833
19834 2004-11-04  Wim Taymans  <wim@fluendo.com>
19835
19836         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19837         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19838         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19839         (gst_alpha_init_params), (gst_alpha_chain),
19840         (gst_alpha_change_state):
19841         Updated the chroma keying algorithm with something more
19842         sophisticated.
19843
19844 2004-11-03  Wim Taymans  <wim@fluendo.com>
19845
19846         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19847         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19848         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19849         Fix stride issues. Does not completely work for odd
19850         heights.
19851
19852 2004-11-03  Wim Taymans  <wim@fluendo.com>
19853
19854         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19855         (gst_alpha_chroma_key), (gst_alpha_chain):
19856         Fix stride issues. Does not completely work for odd
19857         heights.
19858
19859 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19860
19861         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19862         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19863         leak fixes
19864
19865 2004-11-03  Wim Taymans  <wim@fluendo.com>
19866
19867         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19868         (gst_ffmpegcsp_avpicture_fill):
19869         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19870         (avpicture_alloc):
19871         * gst/ffmpegcolorspace/imgconvert_template.h:
19872         Use correct _fill function to get correct strides.
19873
19874 2004-11-02  David Schleef  <ds@schleef.org>
19875
19876         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19877         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19878         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19879         Change all g_print()s to debugging.  Add a bunch of consistency
19880         checks.
19881
19882 2004-11-02  Wim Taymans  <wim@fluendo.com>
19883
19884         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19885         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19886         (unlinked), (no_more_pads), (close_link):
19887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19888         (unknown_type), (add_element_stream), (new_decoded_pad),
19889         (removed_decoded_pad), (setup_source):
19890         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19891         (gst_stream_info_class_init), (gst_stream_info_init),
19892         (gst_stream_info_new), (gst_stream_info_dispose),
19893         (stream_info_mute_pad), (gst_stream_info_set_property),
19894         (gst_stream_info_get_property):
19895         * gst/playback/gststreaminfo.h:
19896         Fix playback of multiple files.
19897         a slightly different approach to handling dynamic pad removals.
19898         This one only looks at pads that we have linked.
19899
19900 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19901
19902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19903         free" warning from libc.
19904
19905 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19906
19907         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19908         (get_unconnected_element), (remove_starting_from), (pad_removed),
19909         (close_link):
19910           Implement support for dynamic pad changing. We listen to "live"
19911           pad removals (i.e. while playing) and re-setup autoplugging
19912           after that. Playbasebin/playbin need some more work for this
19913           to finally work, but decodebin supports (and replugs) chained
19914           ogg now.
19915
19916 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19917
19918         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19919         (gst_alsa_finalize):
19920         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19921         (gst_cdaudio_finalize):
19922         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19923         (cdparanoia_finalize):
19924         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19925         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19926         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19927         (dvdreadsrc_finalize):
19928         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19929         (gst_flacdec_finalize):
19930         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19931         (gst_flacenc_finalize):
19932         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19933         (gst_gnomevfssink_finalize):
19934         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19935         (gst_gnomevfssrc_finalize):
19936         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19937         (gst_fameenc_finalize):
19938         * ext/nas/nassink.c: (gst_nassink_class_init),
19939         (gst_nassink_finalize):
19940         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19941         (gst_sdlvideosink_class_init):
19942         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19943         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19944         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19945         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19946         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19947         (gst_x_window_listener_dispose):
19948         * gst/audioscale/gstaudioscale.c:
19949         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19950         (play_on_demand_finalize):
19951         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19952         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19953         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19954         (cdplayer_finalize):
19955         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19956         (gst_glimagesink_class_init):
19957         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19958         (gst_osselement_finalize):
19959         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19960         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19961         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19962           Fixes a bunch of problems with finalize and dispose functions,
19963           either assumptions that dispose is only called once, or not calling
19964           the parent class dispose/finalize function
19965
19966 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19967
19968         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19969           added two api precondition guards
19970           use g_strdup with getenv to fix crash when using ENVVAR
19971
19972 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19973         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19974         (gst_esdsink_finalize):
19975         Use a finalize function, not dispose, and more importantly,
19976         call the parent class finalize function too
19977
19978 2004-11-01  Johan Dahlin  <johan@gnome.org>
19979
19980         * ext/ogg/gstoggdemux.c:
19981         * gst/tags/gstvorbistag.c:
19982         Plug leaks.
19983
19984 2004-10-31  Benjamin Otte  <otte@gnome.org>
19985
19986         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19987           lotsa memleaks today. But they're all small...
19988
19989 2004-10-31  Benjamin Otte  <otte@gnome.org>
19990
19991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19992           another memleak crushed
19993
19994 2004-10-31  Benjamin Otte  <otte@gnome.org>
19995
19996         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19997           fix memleak
19998
19999 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20000
20001         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20002           Hack to prevent crash when going to READY inside signal handler
20003           while this function is active.
20004
20005 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20006
20007         * gst/ffmpegcolorspace/Makefile.am:
20008         * gst/ffmpegcolorspace/avcodec.h:
20009         * gst/ffmpegcolorspace/common.h:
20010         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20011         * gst/ffmpegcolorspace/dsputil.h:
20012         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20013         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20014         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20015         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
20016         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
20017         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
20018         (gst_ffmpegcsp_avpicture_fill):
20019         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20020         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20021         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20022         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
20023         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
20024         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
20025         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
20026         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
20027         * gst/ffmpegcolorspace/imgconvert.c:
20028         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20029         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20030         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20031         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20032         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20033         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
20034         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
20035         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
20036         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
20037         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
20038         (grow21), (grow22), (grow41), (grow44), (conv411),
20039         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
20040         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
20041         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
20042         (avpicture_free), (is_yuv_planar), (img_convert),
20043         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
20044         (deinterlace_line_inplace), (deinterlace_bottom_field),
20045         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20046         * gst/ffmpegcolorspace/imgconvert_template.h:
20047         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20048         * gst/ffmpegcolorspace/mmx.h:
20049         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
20050         (av_fast_realloc), (av_mallocz_static), (av_free_static),
20051         (av_freep), (avcodec_get_context_defaults),
20052         (avcodec_alloc_context), (avcodec_init):
20053           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
20054           handling plus update from ffmpeg CVS. Large clean-up.
20055
20056 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20057
20058         * gst/playback/Makefile.am:
20059           We need the marshallers for decodebin, too.
20060
20061 2004-10-30  David Schleef  <ds@schleef.org>
20062
20063         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
20064           quicktime typefinding work with 64-bit offsets.
20065
20066 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
20067
20068         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
20069           Set EOS on the element when processing an EOS event.
20070         * ext/speex/gstspeexdec.h:
20071         * ext/speex/gstspeexenc.h:
20072           Only keep a const ptr to the mode
20073         * gst-libs/gst/riff/riff-media.c:
20074         (gst_riff_create_audio_caps_with_data),
20075         (gst_riff_create_audio_template_caps):
20076           Allow WMAV3, with up to 6 channels.
20077         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
20078           Don't call gst_pad_set_event_function on a sink pad.
20079         * gst/mpegstream/gstdvddemux.c:
20080         (gst_dvd_demux_get_subpicture_stream),
20081         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
20082           Copy the explicit caps that were set across to the cur_* pads,
20083           instead of trying to use a possibly non-existent negotiated caps.
20084           Reset the type of subpicture pads to UNKNOWN after calling
20085           init_stream, so that the caps get set.
20086
20087 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
20088
20089         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20090
20091         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20092           Don't touch buffer if it is of size 0 (fixes #151064).
20093
20094 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20095
20096         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
20097           Synchronized discont handling.
20098
20099 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20100
20101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20102         (gst_ogg_demux_push):
20103           Make seeking sort-of exact again (fixes #156387).
20104
20105 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20106
20107         * gst/playback/gstplaybasebin.c: (unknown_type),
20108         (add_element_stream), (new_decoded_pad),
20109         (gst_play_base_bin_change_state):
20110         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20111         (gst_stream_info_init), (gst_stream_info_new),
20112         (gst_stream_info_dispose), (gst_stream_info_get_property):
20113         * gst/playback/gststreaminfo.h:
20114           Make caps explicitely available. Makes testing for unsupported
20115           types possible. Improves error reporting.
20116
20117 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20118
20119         * gst/audioconvert/gstaudioconvert.c:
20120         (gst_audio_convert_buffer_to_default_format):
20121           Really don't touch read-only buffers (#156563).
20122
20123 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
20124
20125         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20126
20127         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20128           Fix memleak (#155223).
20129
20130 2004-10-29  Wim Taymans  <wim@fluendo.com>
20131
20132         * gst/tcp/.cvsignore:
20133         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
20134         (gst_multifdsink_class_init), (gst_multifdsink_init),
20135         (gst_multifdsink_add), (gst_multifdsink_remove),
20136         (gst_multifdsink_remove_client_link), (is_sync_frame),
20137         (gst_multifdsink_new_client),
20138         (gst_multifdsink_handle_client_write),
20139         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20140         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20141         (gst_multifdsink_get_property):
20142         * gst/tcp/gstmultifdsink.h:
20143         Added burst on connect sync_method, deprecated sync_clients,
20144         streamlined the sync code some more.
20145
20146 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20147
20148         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
20149         (gst_play_base_bin_change_state):
20150           Improve error reporting.
20151
20152 2004-10-28  Wim Taymans  <wim@fluendo.com>
20153
20154         * gst/tcp/Makefile.am:
20155         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
20156         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
20157         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
20158         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20159         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20160         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20161         (gst_fdset_wait):
20162         Added more locks around fdset structures. Fixed/reworked
20163         the poll array resizing code.
20164         Added stress test for fdset.
20165
20166 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20167
20168         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20169         fix build
20170
20171 2004-10-28  Benjamin Otte  <otte@gnome.org>
20172
20173         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20174           fix link function to always query channels and query width for
20175           floats
20176         * configure.ac:
20177           add equalizer dir
20178         * gst/equalizer/Makefile.am:
20179         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
20180         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
20181         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
20182         (arg_to_scale), (setup_filter),
20183         (gst_iir_equalizer_compute_frequencies),
20184         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
20185         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
20186         (plugin_init):
20187           add an equalizer
20188
20189 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20190
20191         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
20192
20193         * po/LINGUAS:
20194         * po/nb.po:
20195           Added Norwegian Bokmaal translation
20196
20197 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20198
20199         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20200           Don't break on options (fixes #156488).
20201
20202 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20203
20204         * configure.ac:
20205         * ext/cdaudio/Makefile.am:
20206         * sys/Makefile.am:
20207           fix build on older automake
20208
20209 2004-10-26  Wim Taymans  <wim@fluendo.com>
20210
20211         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20212         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20213         Allow a little margin when negotiating the framerate.
20214
20215 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
20216
20217         * gst/level/gstlevel.c:
20218           synchonised naming of pads and pad-templates
20219
20220 2004-10-26  Wim Taymans  <wim@fluendo.com>
20221
20222         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20223         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
20224         (_find_streams_check), (gst_ogg_demux_push):
20225         Fix EOS again. Needs to be done in a better way. We should not
20226         remove the pad if there is no new chained stream.
20227
20228 2004-10-26 Iain <iaingnome@gmail.com>
20229
20230         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
20231         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
20232         of the caps.
20233         * gst/interleave/interleave.c (interleave_class_init): Hook up release
20234         pad.
20235         (interleave_release_pad): Remove the pad.
20236         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20237         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20238         the set device.
20239         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20240         attrs
20241         (gst_xvimagesink_xcontext_clear): Free the xcontext.
20242         (gst_xvimagesink_finalize): Free the par.
20243
20244 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20245
20246         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20247         (gst_avimux_stop_file):
20248           First calculate the rate, and only then use it. Hdr.rate is a
20249           multiple and not a derivative of hdr.scale. Scale is not the
20250           same as blockalign but is solely related to rate.
20251
20252 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20253
20254         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20255         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20256           Implement seeking.
20257
20258 2004-10-25  James Henstridge  <james@jamesh.id.au>
20259
20260         Reviewed by:  David Schleef  <ds@schleef.org>
20261
20262         * examples/gstplay/player.c: (got_stream_length), (main):
20263         * examples/seeking/cdplayer.c: (update_scale):
20264         * examples/seeking/seek.c: (format_value), (update_scale):
20265         * examples/seeking/spider_seek.c: (format_value), (update_scale),
20266         (stop_seek):
20267         Build fixes on AMD64.
20268
20269 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20270
20271         reviewed by: Ronald Bultje <rbultje at gnome dot org>
20272
20273         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20274         Fix for some v4l cards which hang in v4lsrc
20275
20276 2004-10-25  Wim Taymans  <wim@fluendo.com>
20277
20278         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20279         (gst_ogg_demux_push), (gst_ogg_chains_clear):
20280         Make sure to remove the pad when a new chain is
20281         encountered. Set some vars to NULL so we don't try
20282         to reference freed memory.
20283
20284 2004-10-25  Wim Taymans  <wim@fluendo.com>
20285
20286         * examples/seeking/Makefile.am:
20287         * examples/seeking/cdplayer.c: (update_scale):
20288         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20289         * examples/seeking/playbin.c: (make_playerbin_pipeline),
20290         (format_value), (update_scale), (iterate), (start_seek),
20291         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20292         (print_usage), (main):
20293         Added some more examples, update others.
20294
20295 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20296
20297         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20298         * ext/speex/gstspeexdec.c: (speex_dec_chain):
20299         * ext/theora/theoradec.c: (theora_dec_chain):
20300         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20301           Add codec-name metadata.
20302
20303 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
20304
20305         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20306
20307         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20308         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20309         * ext/alsa/gstalsamixertrack.h:
20310         * po/POTFILES.in:
20311           ALSA mixer track label internationalization (#154054).
20312
20313 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20314
20315         * ext/theora/theoradec.c: (theora_dec_chain):
20316           Export bitrate as metadata.
20317
20318 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20319
20320         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20321         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20322         * ext/alsa/gstalsamixertrack.h:
20323           Fix names, fix loop.
20324
20325 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20326
20327         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20328         (speex_dec_convert):
20329           sinkconvert function so oggdemux can get the file length (totem).
20330
20331 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
20332
20333         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20334
20335         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20336           Don't push incomplete packets.
20337         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20338           Fix MPEG-4 audio typefinding.
20339
20340 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20341
20342         * sys/v4l/Makefile.am:
20343         * sys/v4l/gstv4l.c: (plugin_init):
20344         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20345         (gst_v4lelement_init), (gst_v4lelement_dispose),
20346         (gst_v4lelement_change_state):
20347         * sys/v4l/gstv4lelement.h:
20348         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20349         (gst_v4l_xoverlay_close), (idle_refresh),
20350         (gst_v4l_xoverlay_set_xwindow_id):
20351         * sys/v4l/gstv4lxoverlay.h:
20352         * sys/v4l/v4l-overlay_calls.c:
20353         * sys/v4l/v4l_calls.h:
20354         * sys/v4l2/Makefile.am:
20355         * sys/v4l2/gstv4l2.c: (plugin_init):
20356         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20357         (gst_v4l2element_init), (gst_v4l2element_dispose),
20358         (gst_v4l2element_change_state):
20359         * sys/v4l2/gstv4l2element.h:
20360         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20361         (gst_v4l2_xoverlay_close), (idle_refresh),
20362         (gst_v4l2_xoverlay_set_xwindow_id):
20363         * sys/v4l2/gstv4l2xoverlay.h:
20364         * sys/v4l2/v4l2-overlay_calls.c:
20365         * sys/v4l2/v4l2_calls.h:
20366           Remove client-side overlay handling, use the X-server v4l plugin
20367           for that. Nicer overlay, less code. Also make the plugin
20368           compileable without X (but then without overlay, obviously).
20369           Makes xwindowlistener obsolete, should we remove that?
20370
20371 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20372
20373         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20374         (gst_osssrc_src_query):
20375         * sys/oss/gstosssrc.h:
20376           OK, so people want offset in DEFAULT. This time, actually fix all
20377           cases.
20378         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20379           Add FPS properly.
20380
20381 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20382
20383         * gst/asfdemux/gstasfmux.c:
20384         * gst/avi/gstavimux.c:
20385           Framerate.
20386
20387 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20388
20389         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20390           Fix properties (channel, norm, frequency).
20391
20392 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20393
20394         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20395           Flag typo.
20396         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20397           No warnings.
20398
20399 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20400
20401         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20402           Fix hang.
20403
20404 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20405
20406         * sys/v4l2/gstv4l2element.h:
20407           Yet Another Hack (tm) for kernel header borkedness.
20408         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20409         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20410         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20411         (gst_v4l2src_change_state):
20412         * sys/v4l2/gstv4l2src.h:
20413         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20414         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20415           Fix caps, keep track of state, work.
20416
20417 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20418
20419         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20420           Quiet.
20421
20422 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20423
20424         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20425           Don't mix bytes and samples.
20426
20427 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20428
20429         * ext/ogg/gstoggmux.c:
20430           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20431           and theora. Any is incorrect.
20432         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20433           Fix caps.
20434         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20435         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20436         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20437         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20438         * sys/v4l/gstv4lmjpegsrc.h:
20439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20440         (gst_v4lsrc_change_state):
20441         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20442         (gst_v4lmjpegsrc_capture_stop):
20443           Fix caps. Keep track of internal state. Work.
20444
20445 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20446
20447         * ext/Makefile.am:
20448           Fix the build fixes.
20449
20450 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20451
20452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20453         (gst_ogg_demux_src_event), (_find_chain_seek),
20454         (gst_ogg_pad_push):
20455           Check for pad availability before using it.
20456         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20457           Fix parsing of chained ogg. Needs more work on the decoder side.
20458
20459 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20460
20461         * gst/spectrum/Makefile.am:
20462         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20463         (idle_func):
20464           Fix demo and reenable it. Yes, I'm currently playing with audio
20465           analysis tools
20466
20467 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20468
20469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20470           We love it if files that start at zero work too...
20471
20472 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20473
20474         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20475           Handle files with missing EOS headers.
20476
20477 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20478
20479         * gst/tcp/gsttcpserversink.c:
20480         (gst_tcpserversink_handle_server_read),
20481         (gst_tcpserversink_init_send):
20482         Zero some variables first (need for accept not to return EINVAL)
20483
20484 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20485
20486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20487         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20488         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20489         (theora_dec_chain):
20490         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20491         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20492           Seeking and querying finetune.
20493
20494 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20495
20496         * configure.ac:
20497         * ext/Makefile.am:
20498         * ext/raw1394/Makefile.am:
20499           fix the build
20500
20501 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20502
20503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20504           Wrong return.
20505         * gst/playback/Makefile.am:
20506         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20507         * gst/playback/gstplay-marshal.list:
20508         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20509           Fix marshallers.
20510
20511 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20512
20513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20514           Silence.
20515
20516 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20517
20518         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20519         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20520         (gst_ogg_pad_push):
20521           Yay for non-lineair granulepos in theora.
20522
20523 2004-10-18  Wim Taymans  <wim@fluendo.com>
20524
20525         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20526         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20527         * ext/dv/gstdvdec.h:
20528         Make sure we renegotiate aspect ratio when the camera switches.
20529
20530 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20531
20532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20533         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20534           Start at zero.
20535         * ext/theora/theoradec.c: (theora_dec_chain):
20536           Skip headers. Bad idea for chained ogg, but fixes seeking.
20537
20538 2004-10-18  Wim Taymans  <wim@fluendo.com>
20539
20540         * configure.ac:
20541         I swear, this is the last time I touch this.
20542
20543 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20544
20545         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20546         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20547         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20548           Faster seeking.
20549         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20550           Time-to-default conversion.
20551         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20552           Don't error on unknown packets, just skip. We should probably
20553           read them if we want to support chained ogg.
20554
20555 2004-10-18  Wim Taymans  <wim@fluendo.com>
20556
20557         * configure.ac:
20558         Added cdaudio to wrong list.
20559
20560 2004-10-18  Wim Taymans  <wim@fluendo.com>
20561
20562         * configure.ac:
20563         Revive cdaudio.
20564
20565 2004-10-18  Wim Taymans  <wim@fluendo.com>
20566
20567         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20568         (gst_dvdec_video_link), (gst_dvdec_push):
20569         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20570         (gst_smokeenc_resync), (gst_smokeenc_chain):
20571         Fix mimetype on smoke encoder.
20572         Add aspect ratio to dvdec. Not sure if these
20573         values are correct though....
20574
20575 2004-10-18  Wim Taymans  <wim@fluendo.com>
20576
20577         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20578         Fix vorbis property descriptions and ranges.
20579
20580 2004-10-18  Wim Taymans  <wim@fluendo.com>
20581
20582         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20583         Really do nothing when no data is available.
20584         Go to the playing state when the stream is not seekable
20585         instead of failing.
20586
20587 2004-10-18  Wim Taymans  <wim@fluendo.com>
20588
20589         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20590         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20591         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20592         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20593         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20594         Added uri handler for cd://
20595         Port to new API.
20596
20597 2004-10-18  Wim Taymans  <wim@fluendo.com>
20598
20599         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20600         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20601         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20602         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20603         (remove_prerolls), (unknown_type), (add_element_stream),
20604         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20605         (gst_play_base_bin_remove_element),
20606         (gst_play_base_bin_link_stream):
20607         * gst/playback/gstplaybin.c: (gen_video_element),
20608         (gen_vis_element), (remove_sinks), (setup_sinks):
20609         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20610         (gst_stream_info_get_type), (gst_stream_info_class_init),
20611         (gst_stream_info_init), (gst_stream_info_new),
20612         (gst_stream_info_dispose), (stream_info_mute_pad),
20613         (gst_stream_info_set_property), (gst_stream_info_get_property):
20614         * gst/playback/gststreaminfo.h:
20615         Add sink padtemplate to decodebin.
20616         Added some more comments.
20617         Make queue size configurable in playbasebin.
20618         Added possibility to use elements as sinks (ex cdaudio).
20619
20620 2004-10-15  Wim Taymans  <wim@fluendo.com>
20621
20622         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20623         (gst_speexenc_chain):
20624         Fix speex timestamps so that it gets muxed properly.
20625
20626 2004-10-15  Wim Taymans  <wim@fluendo.com>
20627
20628         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20629         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20630         (gst_dv1394src_init), (gst_dv1394src_dispose),
20631         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20632         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20633         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20634         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20635         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20636         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20637         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20638         * ext/raw1394/gstdv1394src.h:
20639         Added conversion/query functions.
20640         Update buffer timestamps,
20641         Added signals.
20642         Added uri dv:// so it might play from the firewire in playbin.
20643         Fix a possible leak.
20644         Added debugging.
20645
20646 2004-10-15  Wim Taymans  <wim@fluendo.com>
20647
20648         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20649         (gst_dv1394src_init), (gst_dv1394src_set_property),
20650         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20651         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20652         * ext/raw1394/gstdv1394src.h:
20653         Added AV/C VTR control support needed for some cameras.
20654         Added automatic port detection.
20655         Added properties for selecting the channel.
20656         The configure.ac script is not yet updated to reflect the
20657         new libavc1394 and librom1394 dependencies.
20658
20659 2004-10-15  Wim Taymans  <wim@fluendo.com>
20660
20661         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20662         (qtdemux_parse), (gst_qtdemux_handle_esds):
20663         An esds box is not a container.
20664         Fix parsing of mp4v boxes.
20665         Do not try to renegotiate fps for each frame. Need to
20666         find a better method. This should fix mp4 playback.
20667
20668 2004-10-14  David Schleef  <ds@schleef.org>
20669
20670         * configure.ac: update for swfdec-0.3 and liboil-0.2
20671         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20672         * ext/swfdec/gstswfdec.h: same
20673         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20674         * gst/videotestsrc/videotestsrc.c: same
20675
20676 2004-10-14  Wim Taymans  <wim@fluendo.com>
20677
20678         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20679         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20680         (is_sync_frame), (gst_multifdsink_new_client),
20681         (gst_multifdsink_handle_client_write),
20682         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20683         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20684         Turn warnings into info.
20685         Don't allow a state change in the streaming thread.
20686
20687 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20688
20689         * ext/vorbis/oggvorbisenc.c:
20690         * ext/vorbis/vorbisdec.c:
20691           fix template sample rate
20692
20693 2004-10-13  Wim Taymans  <wim@fluendo.com>
20694
20695         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20696         Decoding the header first fixes some problems in resyncing
20697         in more mp3s.
20698
20699 2004-10-12  Wim Taymans  <wim@fluendo.com>
20700
20701         * gst/playback/gstplaybin.c: (gen_video_element),
20702         (gen_vis_element), (remove_sinks), (setup_sinks):
20703         Added vis plugin support, need to configure the vis
20704         element to activate it.
20705
20706 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20707
20708         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20709         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20710           Some debug.
20711         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20712         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20713         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20714         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20715         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20716         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20717         * gst/avi/gstavidemux.h:
20718           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20719           recovery (where, if part of the index is broken, we will still read
20720           the rest of the index and recover the broken part by stream
20721           scanning). More broken media support. EOS workarounds. General AVI
20722           braindamage headache recovery. Aspirin included.
20723
20724 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20725
20726         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20727         (cdparanoia_event), (cdparanoia_query):
20728           Get rid of hideous lead-in.
20729
20730 2004-10-11  Wim Taymans  <wim@fluendo.com>
20731
20732         * gst/playback/gstplaybasebin.c: (setup_source):
20733         Wrong var used to get g_list_next.
20734
20735 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20736
20737         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20738         (cdparanoia_get), (cdparanoia_open):
20739           Report discid as metadata, add duration.
20740
20741 2004-10-11  Wim Taymans  <wim@fluendo.com>
20742
20743         * gst/playback/gstplaybasebin.c: (setup_source):
20744         Cleanup the previous pipeline a little earlier for the
20745         case that a source element provides raw data.
20746
20747 2004-10-11  Benjamin Otte  <otte@gnome.org>
20748
20749         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20750           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20751           consuming the last 128 bytes, even though it was valid mp3 data.
20752
20753 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20754
20755         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20756         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20757         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20758         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20759
20760 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20761
20762         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20763         Fix for webcams that support only specific width or height
20764
20765 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20766
20767         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20768
20769         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20770           Fix wrong discont event setup (fixes #154967).
20771
20772 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20773
20774         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20775
20776         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20777           Error out on invalid data (fixes #154807).
20778
20779 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20780
20781         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20782
20783         * ext/dvdread/dvdreadsrc.c: (_read):
20784           Make titles > 0 work again (fixes #154834).
20785
20786 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20787
20788         * gst-libs/gst/riff/riff-media.c:
20789         (gst_riff_create_video_template_caps):
20790           WMV3 missing in template caps.
20791
20792 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20793
20794         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20795           OK, so the original code was too strict. It makes random AVI files
20796           hang for seconds upon opening, which is unacceptable and is far
20797           beyond the original goal of getting multiple chunks for one-chunk
20798           sounc stream files. So now do just that.
20799
20800 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20801
20802         * gst/playback/gstplaybasebin.c: (setup_source),
20803         (gst_play_base_bin_change_state):
20804           Actually clean up streaminfo if output fails. This would trigger
20805           if, for example, there was no CD in the drive. No preroll, so
20806           a streaminfo structure is created, but the subsequent state change
20807           of the thread fails.
20808         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20809           Don't change state if parent failed.
20810
20811 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20812
20813         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20814         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20815         (gen_video_element), (remove_sinks):
20816           Add small bits of code for screenshot handling.
20817
20818 2004-10-08  Wim Taymans  <wim@fluendo.com>
20819
20820         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20821         (gen_video_element), (gen_audio_element), (setup_sinks):
20822         Don't assume the user provided sinks are named "sink"...
20823
20824 2004-10-08  Wim Taymans  <wim@fluendo.com>
20825
20826         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20827         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20828         (gst_play_base_bin_link_stream):
20829         Do not try to autoplug sources that generate raw streams like
20830         cdparanoia.
20831         disconnect the preroll overrun signal when we don't need it anymore.
20832
20833 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20834
20835         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20836         Added reworked patch from #154903 from milosz derezynski (deadchip).
20837
20838 2004-10-08  Wim Taymans  <wim@fluendo.com>
20839
20840         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20841         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20842         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20843         (cdparanoia_convert), (cdparanoia_uri_get_type),
20844         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20845         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20846         * ext/cdparanoia/gstcdparanoia.h:
20847         This adds the cdda://<tracknum> uri.
20848
20849 2004-10-08  Wim Taymans  <wim@fluendo.com>
20850
20851         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20852         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20853         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20854         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20855         (unknown_type), (gst_play_base_bin_remove_element),
20856         (gst_play_base_bin_link_stream):
20857         * gst/playback/gstplaybasebin.h:
20858         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20859         (gst_play_bin_set_property), (gen_video_element),
20860         (gen_audio_element), (setup_sinks):
20861         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20862         (gst_stream_info_get_type), (gst_stream_info_class_init),
20863         (gst_stream_info_init), (gst_stream_info_new),
20864         (gst_stream_info_dispose), (stream_info_mute_pad),
20865         (gst_stream_info_set_property), (gst_stream_info_get_property):
20866         * gst/playback/gststreaminfo.h:
20867         Reuse the audio and video bins.
20868         Some internal cleanups in the stream selection code.
20869
20870 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20871
20872         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20873         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20874         * sys/ximage/ximagesink.h:
20875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20876         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20877         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20878         not coming from those elements. Moreover these elements should not keep
20879         the xid they have been given when in NULL state.
20880
20881 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20882
20883         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20884         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20885         * sys/ximage/ximagesink.h:
20886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20887         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20888         * sys/xvimage/xvimagesink.h:
20889           Actually only create a new toplevel window if we're not gonna
20890           embed it right after.
20891
20892 2004-10-07  Wim Taymans  <wim@fluendo.com>
20893
20894         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20895         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20896         * gst/playback/gstplaybin.c: (setup_sinks):
20897         Implement muting/unmuting of streams, mute streams that are not
20898         used.
20899
20900 2004-10-07  Wim Taymans  <wim@fluendo.com>
20901
20902         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20903         (plugin_init):
20904         Added lame audio/x-ac3 typefind function.
20905
20906 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20907
20908         * configure.ac:
20909           bump nano to cvs
20910
20911 === release 0.8.5 ===
20912
20913 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20914
20915         * NEWS:
20916         * RELEASE:
20917         * configure.ac:
20918           releasing 0.8.5, "Take You On"
20919
20920 2004-10-06  Wim Taymans  <wim@fluendo.com>
20921
20922         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20923         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20924         (no_more_pads), (close_link), (type_found):
20925         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20926         * gst/playback/gstplaybin.c: (gen_video_element):
20927         Do not signal the no_more_pads after the first pad when
20928         we are plugging a non dynamic element with multiple
20929         output pads (like swfdec, dvdec, ...).
20930
20931 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20932
20933         * configure.ac:
20934           bump for prerelease
20935
20936 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20937
20938         * gst/wavparse/gstwavparse.c:
20939           add ATRAC3 to STATIC CAPS to fix a warning
20940
20941         * gst/matroska/ebml-read.c:
20942         * gst-libs/gst/riff/riff-read.c:
20943           fix typos
20944
20945 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20946
20947         * gst-libs/gst/riff/riff-media.c:
20948           generate caps for ATRAC3 audio streams
20949
20950         * gst/realmedia/rmdemux.c:
20951           generate caps for ATRAC3 audio streams
20952
20953 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20954
20955         * gst/wavparse/Makefile.am
20956         * gst/wavparse/riff.h
20957         * gst/wavparse/wavparse.vcproj
20958           riff.h removal (unused and duplication with riff-ids.h)
20959
20960 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20961
20962         * gst/wavparse/gstwavparse.h
20963           remove duplicated defines for audio codec codes
20964
20965         * gst-libs/gst/riff/riff-ids.h
20966         * gst/wavenc/riff.h:
20967           add "4CC" code for ATRAC3 audio streams
20968           add "4CC" code for ITU_G721_ADPCM (unused for now)
20969
20970 2004-10-06  Wim Taymans  <wim@fluendo.com>
20971
20972         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20973         Actually _do_ negotiation. Pass gdouble as arg instead
20974         of guint64 for the framerate.
20975
20976 2004-10-06  Wim Taymans  <wim@fluendo.com>
20977
20978         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20979         (find_compatibles), (close_pad_link), (try_to_link_1),
20980         (no_more_pads), (close_link), (type_found):
20981         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20982         * gst/playback/gstplaybin.c: (gen_video_element),
20983         (gen_audio_element):
20984         Set state on newly added element to READY so that negotiation
20985         can happen ASAP.
20986         Addes some more debug info.
20987         Do not try to plug pads with multiple caps structures or ANY
20988         because it is too dangerous since we do not do dynamic
20989         replugging.
20990
20991 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20992
20993         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20994
20995         * po/LINGUAS:
20996         * po/or.po:
20997           add Oriya translation
20998
20999 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21000
21001         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21002           Prevent overwrite of size member. Makes audio sound crappy.
21003
21004 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21005
21006         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21007         Add rmvb to the list of known RealMedia extensions
21008
21009 2004-10-05  Wim Taymans  <wim@fluendo.com>
21010
21011         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
21012         (mngdec_openstream), (mngdec_closestream),
21013         (mngdec_handle_sink_event), (mngdec_readdata),
21014         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
21015         (mngdec_getcanvasline), (mngdec_refresh),
21016         (gst_mngdec_change_state):
21017         Set the framerate correctly.
21018
21019 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21020
21021         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21022           There was something wrong with the index massaging.
21023
21024 2004-10-04  Wim Taymans  <wim@fluendo.com>
21025
21026         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
21027         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
21028         (gst_smokedec_chain):
21029         * ext/jpeg/gstsmokedec.h:
21030         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
21031         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
21032         * ext/jpeg/gstsmokeenc.h:
21033         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
21034         (smokecodec_decode_new), (smokecodec_info_free),
21035         (smokecodec_set_quality), (smokecodec_get_quality),
21036         (smokecodec_set_threshold), (smokecodec_get_threshold),
21037         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
21038         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
21039         (smokecodec_encode), (smokecodec_parse_id),
21040         (smokecodec_parse_header), (smokecodec_decode):
21041         * ext/jpeg/smokecodec.h:
21042         * ext/jpeg/smokeformat.h:
21043         Updated smoke, new bitstream, allows embedding in ogg.
21044
21045 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21046
21047         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
21048           Fix seeking in some files. All this code is no longer needed (and
21049           actually breaks stuff) because we now synchronize the full index
21050           right when reading the header.
21051
21052 2004-10-04  Wim Taymans  <wim@fluendo.com>
21053
21054         * configure.ac:
21055         configure update for libmng.
21056
21057 2004-10-04  Wim Taymans  <wim@fluendo.com>
21058
21059         * ext/libmng/Makefile.am:
21060         * ext/libmng/gstmng.c: (plugin_init):
21061         * ext/libmng/gstmng.h:
21062         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
21063         (gst_mngdec_base_init), (gst_mngdec_class_init),
21064         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
21065         (gst_mngdec_loop), (gst_mngdec_get_property),
21066         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
21067         (mngdec_closestream), (mngdec_handle_sink_event),
21068         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
21069         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
21070         (gst_mngdec_change_state):
21071         * ext/libmng/gstmngdec.h:
21072         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
21073         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
21074         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
21075         (gst_mngenc_chain), (gst_mngenc_get_property),
21076         (gst_mngenc_set_property):
21077         * ext/libmng/gstmngenc.h:
21078         Added basic MNG decoder. Needs more work. The encoder does
21079         not work yet.
21080
21081 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21082
21083         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
21084         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
21085         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
21086           Don't hang on length=0 chunks. Some negotiation fixes. Signal
21087           no-more-pads.
21088
21089 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21090
21091         * configure.ac:
21092           you need at least 1.0.4 of speex
21093
21094 2004-10-04 Iain <iaingnome@gmail.com>
21095
21096         * ext/speex/gstspeexdec.h: Revert the includes changes.
21097
21098         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
21099
21100 2004-09-30 Iain <iaingnome@gmail.com>
21101
21102         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
21103         found during init or set as a property instead of hardcoding /dev/audio
21104
21105 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21106
21107         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
21108         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
21109         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
21110         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
21111         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
21112         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
21113         (gst_rmdemux_dump_data):
21114           Use debug category, fix EOS handling. filesrc ! rmdemux now
21115           works.
21116
21117 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21118
21119         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21120         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
21121         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
21122           Improve allocation, cutting and sorting of the index. How takes a
21123           few seconds instead of minutes.
21124
21125 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
21126
21127         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
21128           fixed compilation
21129
21130 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21131
21132         * gst-libs/gst/riff/riff-media.c:
21133         (gst_riff_create_video_caps_with_data),
21134         (gst_riff_create_video_template_caps):
21135           Add wing commander format mimetype/fourccs.
21136         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21137           Don't crash if some value is 0.
21138
21139 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21140
21141         * gst-libs/gst/riff/riff-media.c:
21142         (gst_riff_create_video_caps_with_data),
21143         (gst_riff_create_video_template_caps):
21144           Add DIB fourcc (raw, palettized 8-bit RGB).
21145         * gst-libs/gst/riff/riff-read.c:
21146         (gst_riff_read_strf_vids_with_data):
21147           Oops, fix strf_data reading bug.
21148         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21149           Use a non-NULL tag.
21150         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21151           Time for hacks. Sorry Dave. At least one quicktime movie (a
21152           trailer) that I've encountered contains multiple video tracks.
21153           One of those is the actual video track, the other are one-frame
21154           tracks (images). Unfortunately, the number of frames according
21155           to the trak header is 1 for each, so that doesn't help. So
21156           instead, I look at the duration and discard tracks with a
21157           duration shorter than 20% of the length of the stream. Better
21158           than nothing.
21159
21160 2004-10-01  Christian Schaller <christian@fluendo.com>
21161
21162         * ext/ivorbis/vorbis.c:
21163           Patch from Phil Blundell (Bug 152341)
21164
21165 2004-10-01  Wim Taymans  <wim@fluendo.com>
21166
21167         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
21168         (speex_dec_get_formats), (speex_dec_convert),
21169         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
21170         (speex_dec_chain), (gst_speexdec_get_property),
21171         (gst_speexdec_set_property):
21172         Small cleanups.
21173
21174 2004-10-01  Wim Taymans  <wim@fluendo.com>
21175
21176         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
21177         (gst_wavparse_stream_init), (gst_wavparse_fmt),
21178         (gst_wavparse_other), (gst_wavparse_loop),
21179         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21180         (gst_wavparse_srcpad_event):
21181         * gst/wavparse/gstwavparse.h:
21182         Added some more debugging info.
21183         Fix the case where the length of the file is 0.
21184         Make sure we seek to sample borders.
21185
21186 2004-10-01  Wim Taymans  <wim@fluendo.com>
21187
21188         * gst/playback/README:
21189         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
21190         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
21191         (try_to_link_1), (no_more_pads), (close_link), (type_found):
21192         Add some debug info to decodebin, update README
21193
21194 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21195
21196         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
21197           Don't use g_print(); use GST_DEBUG().
21198
21199 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21200
21201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21202         (gst_ogg_mux_queue_pads):
21203           Handle EOS properly.
21204
21205 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21206
21207         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21208
21209         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
21210         (gst_faad_chain), (gst_faad_change_state):
21211         * ext/faad/gstfaad.h:
21212           Allow playback of raw (unframed) MPEG AAC files (#148993).
21213
21214 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21215
21216         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21217
21218         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21219           Throw error if we didn't recognize the stream. Fixes #152289.
21220
21221 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21222
21223         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21224           Fix negotiation.
21225
21226 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
21227
21228         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21229
21230         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21231           Fix memleak.
21232
21233 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21234
21235         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21236
21237         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21238           Solve #152805.
21239         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21240           Solve 152806.
21241
21242 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21243
21244         * gst-libs/gst/riff/riff-media.c:
21245         (gst_riff_create_video_caps_with_data),
21246         (gst_riff_create_audio_caps_with_data):
21247           Add codec_data handling (like asfdemux used to do).
21248         * gst/asfdemux/gstasf.c: (plugin_init):
21249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21250         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21251           Use riff-media for caps creation instead of our own (mostly
21252           broken) copy of its functions.
21253
21254 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21255
21256         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21257           Don't actually error out if we get another return value than
21258           -EINVAL. Opposite to what I first thought, drivers have random
21259           return values for this, although -EINVAL is the expected return
21260           value. Since this is not fatal, we shouldn't use
21261           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21262
21263 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21264
21265         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21266         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21267         (dvdreadsrc_get_property), (_open), (_seek), (_read),
21268         (dvdreadsrc_get), (dvdreadsrc_open_file),
21269         (dvdreadsrc_change_state):
21270           Fix. Don't do one big huge loop around the whole DVD, that will
21271           cache all data and thus eat sizeof(dvd) (several GB) before we
21272           see something.
21273         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21274           Actually NULL'ify event after using it.
21275         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21276         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21277         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21278         (gst_ebml_read_seek), (gst_ebml_read_skip):
21279           Handle events.
21280         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21281         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21282         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21283           Fix timing (this will probably break if I seek using menus, but
21284           I didn't get there yet). VOBs and normal DVDs should now work.
21285           Add a mpeg2-only pad with high rank so this get autoplugged for
21286           MPEG-2 movies.
21287         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21288         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21289         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21290         (gst_mpeg_demux_get_audio_stream),
21291         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21292         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21293           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21294           MPEG-1 but use dvddemux for MPEG-2.
21295         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21296         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21297         (gst_mpeg_parse_parse_packhead):
21298           Timing. Only add pad template if it exists. Add sink template from
21299           class and not from ourselves. This means we will always use the
21300           correct sink template even if it is not the one defined in this
21301           file.
21302
21303 2004-09-29  Wim Taymans  <wim@fluendo.com>
21304
21305         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21306         (gst_mpeg_demux_parse_pes):
21307         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21308         Fix playback of mpeg again, timestamps where screwed up by
21309         patch 1.61.
21310
21311 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21312
21313         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21314           Only return true if we actually filled something in. Prevents
21315           player applications from showing a random length for flac files.
21316         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21317         (gst_riff_read_use_event), (gst_riff_read_handle_event),
21318         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21319         (gst_riff_read_strf_vids_with_data),
21320         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21321           OK, ok, so I implemented event handling. Apparently it's normal
21322           that we receive random events at random points without asking
21323           for it.
21324         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21325         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21326         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21327         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21328         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21329         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21330         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21331         * gst/avi/gstavidemux.h:
21332           Implement non-lineair chunk handling and subchunk processing.
21333           The first solves playback of AVI files where the audio and video
21334           data of individual buffers that we read are not synchronized.
21335           This should not happen according to the wonderful AVI specs, but
21336           of course it does happen in reality. It is also a prerequisite for
21337           the second. Subchunk processing allows us to cut chunks in small
21338           pieces and process each of these pieces separately. This is
21339           required because I've seen several AVI files with incredibly large
21340           audio chunks, even some files with only one audio chunk for the
21341           whole file. This allows for proper playback including seeking.
21342           This patch is supposed to fix all AVI A/V sync issues.
21343         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21344         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21345           Work.
21346         * gst/modplug/gstmodplug.cc:
21347           Proper return value setting for the query() function.
21348         * gst/playback/gstplaybasebin.c: (setup_source):
21349           Being in non-playing state (after, e.g., EOS) is not necessarily
21350           a bad thing. Allow for that. This fixes playback of short files.
21351           They don't actually playback fully now, because the clock already
21352           runs. This means that small files (<500kB) with a small length
21353           (<2sec) will still not or barely play. Other files, such as mod
21354           or flx, will work correctly, however.
21355
21356 2004-09-28  Wim Taymans  <wim@fluendo.com>
21357
21358         * ext/speex/gstspeex.c: (plugin_init):
21359         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21360         (gst_speex_dec_class_init), (speex_dec_get_formats),
21361         (speex_get_event_masks), (speex_get_query_types),
21362         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21363         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21364         (gst_speexdec_get_property), (gst_speexdec_set_property),
21365         (speex_dec_change_state):
21366         * ext/speex/gstspeexdec.h:
21367         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21368         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21369         (gst_speexenc_base_init), (gst_speexenc_class_init),
21370         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21371         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21372         (gst_speexenc_src_query), (gst_speexenc_init),
21373         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21374         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21375         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21376         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21377         (gst_speexenc_chain), (gst_speexenc_get_property),
21378         (gst_speexenc_set_property), (gst_speexenc_change_state):
21379         * ext/speex/gstspeexenc.h:
21380         Rewrote speex encoder, make sure it can be embedded in ogg.
21381         Implemented speex decoder.
21382
21383 2004-09-28  Christian Schaller <christian@fluendo.com>
21384
21385         * configure.ac:
21386         Remove kioslave plugin. Markey is brewing a new working one
21387         * ext/Makefile.am: Remove kioslave plugin
21388         * ext/kio: remove
21389         * gst-plugins.spec.in: remove kio plugin from spec
21390
21391 2004-09-27  Wim Taymans  <wim@fluendo.com>
21392
21393         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21394         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21395         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21396         (gst_multifdsink_new_client),
21397         (gst_multifdsink_handle_client_write),
21398         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21399         (gst_multifdsink_handle_clients):
21400         * gst/tcp/gstmultifdsink.h:
21401         Make syncing to keyframes actually work for new clients and lagging
21402         clients.
21403
21404 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21405
21406         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21407         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21408         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21409         * gst/debug/gstnavigationtest.h:
21410           make navigationtest display button-press and button-release events
21411
21412 2004-09-26 Iain <iaingnome@gmail.com>
21413
21414         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21415         the channels have received a new media event.
21416         (interleave_buffered_loop): Compresses a new media event on all
21417         channels into one.
21418
21419 2004-09-26 Iain <iaingnome@gmail.com>
21420
21421         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21422         call the sinkpad's default event handler and not the srcpads. He also
21423         says this is confusing :)
21424         (gst_wavenc_stop_file): Company says that seek events only go upstream
21425         we should send a discontinuous downstream instead.
21426
21427 2004-09-25  Christian Schaller <christian@fluendo.com>
21428
21429         * Update SPEC file to be usable in conjunction with Fedora Core,
21430           Fedora.us and freshrpms packages
21431         * Fix typo in multifilesrc test Makefile
21432
21433 2004-09-24  Wim Taymans  <wim@fluendo.com>
21434
21435         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21436         Only signal the no_more_pads signal when we have
21437         added the stream to our list.
21438
21439 2004-09-24  Wim Taymans  <wim@fluendo.com>
21440
21441         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21442         (new_decoded_pad):
21443         * gst/playback/gstplaybasebin.h:
21444         * gst/playback/gstplaybin.c: (setup_sinks):
21445         Don't try to preroll or decode more than one audio/video
21446         track.
21447
21448 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21449
21450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21451           Throw error if we failed to find a suitable output. This should
21452           throw an error if we successfully set up a pipeline (e.g. because
21453           we recognized a media file) but found no decodable streams in it
21454           (e.g. because it contains only media stream types for which we
21455           have no decoders, or because it's not a media type).
21456
21457 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21458
21459         * ext/dirac/Makefile.am:
21460         * ext/dirac/gstdirac.cc:
21461         * ext/dirac/gstdiracdec.cc:
21462         * ext/dirac/gstdiracdec.h:
21463           Do something. Don't actually know if this works because I don't
21464           have a demuxer yet.
21465         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21466           Add channels=1 to caps returned from _getcaps().
21467         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21468         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21469         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21470         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21471         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21472         (gst_ogm_parse_change_state):
21473           Separate between audio/video so ogmaudioparse actually uses the
21474           audio pad templates. Both audio and video work now, including
21475           autoplugging. Also use sometimes-srcpad hack.
21476         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21477           Handle events better. Don't hang on infinite loops.
21478         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21479         (gst_avi_demux_init), (gst_avi_demux_reset),
21480         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21481         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21482         (gst_avi_demux_change_state):
21483         * gst/avi/gstavidemux.h:
21484           Improve A/V sync. Still not perfect.
21485         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21486         (gst_ebml_read_skip):
21487           Handle events better.
21488         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21489         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21490         (qtdemux_audio_caps):
21491           Add IMA4. Improve event handling. Save offset after a seek when
21492           the headers are at the end of the file so that we don't end up in
21493           an infinite loop.
21494         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21495           Add low-priority typefind support for files with no length.
21496
21497 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21498
21499         * testsuite/multifilesink/Makefile.am:
21500         fix typo
21501
21502 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21503
21504         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21506         mistakes from thaytan's patches.
21507
21508 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21509
21510         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21511           For completeness, XSync in the destroy function as xvimage does.
21512
21513 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21514
21515         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21516            Correct caps negotiation
21517         * gst/volume/gstvolume.c: (volume_chain_float),
21518         (volume_chain_int16):
21519            Modify debug output to be little more informative
21520         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21522         (gst_xvimagesink_xvimage_destroy):
21523           Add XSync calls after detaching from the shared memory segment to
21524           avoid a crash.
21525
21526 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21527
21528         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21529         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21530         * ext/vorbis/vorbis.c: (plugin_init):
21531         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21532         (gst_vorbisenc_chain):
21533         * ext/vorbis/vorbisenc.h:
21534         remove explicit newmedia support from oggmux and vorbisenc
21535         add debug category to vorbisenc
21536         * gst/multifilesink/gstmultifilesink.c:
21537         (gst_multifilesink_class_init), (gst_multifilesink_init),
21538         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21539         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21540         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21541         (plugin_init):
21542         * gst/multifilesink/gstmultifilesink.h:
21543         add support for streamheader in multifilesink
21544
21545 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21546
21547         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21548         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21549         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21550           Prevent infinite loops. More correct error reporting.
21551         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21552           Error out if negotiation fails.
21553         * gst/playback/gstplaybasebin.c: (setup_source),
21554         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21555         (gst_play_base_bin_found_tag):
21556           Error/tag forwarding. Pre-roll fixes for source errors on state
21557           changes (e.g. "file does not exist") to prevent hangs.
21558
21559 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21560
21561         * testsuite/multifilesink/Makefile.am:
21562         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21563         (gst_newmedia_class_init), (gst_newmedia_init),
21564         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21565         (newfile_signal), (test_signal), (main):
21566         * testsuite/multifilesink/multifilesrc_test.c: (main):
21567         * testsuite/multifilesink/oggtheora_test.c:
21568         (gst_newmedia_base_init), (gst_newmedia_class_init),
21569         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21570         (test_format), (newfile_signal), (test_signal), (main):
21571         * testsuite/multifilesink/oggvorbis_test.c:
21572         (gst_newmedia_base_init), (gst_newmedia_class_init),
21573         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21574         (test_format), (newfile_signal), (test_signal), (main):
21575         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21576         (gst_newmedia_class_init), (gst_newmedia_init),
21577         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21578         (newfile_signal), (test_signal), (main):
21579         New media tests
21580
21581 2004-09-20  Christian Schaller <christian@fluendo.com>
21582
21583         * Fix mikmod license to LGPL as they have relicensed
21584         * Move Dirac and Effectv into LGPL section of README_license
21585
21586 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21587
21588         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21589         (gst_mad_change_state):
21590           Allow for mp3 rate/channels changes. However, only very
21591           conservatively. Reason that we *have* to enable this is smiply
21592           because the mad find_sync() function is not good enough, it will
21593           regularly sync on random data as valid frames and therefore make
21594           us provide random caps as *final* caps of the stream. The best fix
21595           I could think of is to simply require several of the same stream
21596           changes in a row before we change caps.
21597           The actual testcase that works now is #
21598         * ext/ogg/Makefile.am:
21599         * ext/ogg/gstogg.c: (plugin_init):
21600         * ext/ogg/gstogmparse.c:
21601           OGM support (video only for now; I need an audio sample file).
21602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21603         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21604         (gst_asf_demux_add_video_stream):
21605           WMV extradata.
21606         * gst/playback/gstplaybasebin.c: (unknown_type):
21607           Don't error out on single unknown-types after all. It's wrong.
21608           If we found type of video and audio but not of a subtitle stream,
21609           it will still error out (which is unwanted). Will find a better fix
21610           later on.
21611         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21612         (ogmaudio_type_find), (plugin_init):
21613           OGM support.
21614
21615 2004-09-20  Johan Dahlin  <johan@gnome.org>
21616
21617         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21618         after setting caps.
21619
21620 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21621
21622         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21623         * gst/wavenc/gstwavenc.h:
21624         Added newmedia support to wavenc
21625
21626 2004-09-17  Wim Taymans  <wim@fluendo.com>
21627
21628         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21629         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21630         (gst_fdset_fd_can_write), (gst_fdset_wait):
21631         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21632         (gst_multifdsink_init), (gst_multifdsink_add),
21633         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21634         (gst_multifdsink_remove_client_link),
21635         (gst_multifdsink_client_queue_buffer),
21636         (gst_multifdsink_handle_client_write),
21637         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21638         (gst_multifdsink_close), (gst_multifdsink_change_state):
21639         * gst/tcp/gstmultifdsink.h:
21640         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21641         (gst_tcpserversink_removed):
21642         Small cleanups in fdset.c
21643         Use a hastable to map fd to the client structure for faster
21644         lookup in _remove and get_stats.
21645         Added virtual function to close the fds.
21646         Handle clients even when the select/poll call was unblocked because
21647         of a command.
21648         Implement syncing to keyframe in the recovery procedure.
21649
21650 2004-09-16 Iain <iaingnome@gmail.com>
21651
21652         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21653         try caps.
21654
21655 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21656
21657         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21658           Caps are only set if the type of the stream is unknown, but this
21659           is initialized in ->init_stream(), so set to UNKNOWN after calling
21660           ->init_stream() so that capsnego starts.
21661
21662 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21663
21664         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21665         (gst_avi_demux_stream_data):
21666           Just hardcode for raw audio then. AVI audio sucks.
21667
21668 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21669
21670         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21671         * gst/matroska/matroska-mux.c: (audiosink_templ),
21672         (gst_matroska_mux_audio_pad_link):
21673         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21674         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21675
21676 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21677
21678         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21679         (gst_avi_demux_stream_data):
21680           Try to fix a/v sync issues.
21681
21682 2004-09-15  David Schleef  <ds@schleef.org>
21683
21684         * configure.ac: remove NASM check, since we don't use it.  Update
21685         dirac check to 0.4
21686         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21687         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21688         Initialized variables.
21689         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21690         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21691         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21692         SVQ3 format
21693
21694 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21695
21696         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21697         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21698         * gst/avi/gstavidemux.h:
21699           Fix for compressed audio (mp3) timestamp generation. How did this
21700           ever work?
21701
21702 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21703
21704         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21705           Volume is a double not a float.
21706
21707 2004-09-15  Wim Taymans  <wim@fluendo.com>
21708
21709         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21710         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21711         Don't close the fd in multifdsink as we didn't open it in the
21712         first place. Some cleanups.
21713
21714 2004-09-15  Wim Taymans  <wim@fluendo.com>
21715
21716         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21717         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21718         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21719         Fix the case where the muxer would mark pages as delta
21720         frames when they are not (vorbis only ogg).
21721
21722 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21723
21724         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21725         (gst_play_base_bin_change_state):
21726           Handle the case where we failed to setup a clear pipeline. This
21727           will throw an error (or EOS, another nice case) and if you don't
21728           catch that, the app will wait for the signal forever (and thus
21729           hang).
21730
21731 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21732
21733         * ext/gnomevfs/gstgnomevfssink.c:
21734         (gst_gnomevfssink_uri_get_protocols):
21735         * ext/gnomevfs/gstgnomevfssrc.c:
21736         (gst_gnomevfssrc_uri_get_protocols):
21737         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21738         * ext/gnomevfs/gstgnomevfsuri.h:
21739           Use _uri_new() instead of _open(), so it doesn't take as long and
21740           Christophe's computer won't hang.
21741         * gst/playback/gstplaybasebin.c: (unknown_type):
21742           Throw error on unknown media type, so apps actually display it.
21743
21744 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21745
21746         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21747           this script to work on Solaris since bash shell handles echo
21748           differenly than bash.
21749
21750 2004-09-17  Wim Taymans  <wim@fluendo.com>
21751
21752         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21753         (setup_source), (gst_play_base_bin_set_property),
21754         (gst_play_base_bin_add_element):
21755         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21756         Some more work on making sure seeking pauses the pipeline and
21757         that changing the uri actually does something.
21758
21759 2004-09-17  Wim Taymans  <wim@fluendo.com>
21760
21761         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21762         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21763         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21764         (gst_tcpserversink_close):
21765         Be a bit more paranoid when freeing memory.
21766
21767 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21768
21769         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21770         (qtdemux_parse_trak):
21771           Don't crash by dividing by zero (see sample movie in #126922).
21772
21773 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21774
21775         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21776           Don't touch non-existing data (fixes crash on file in #140147).
21777
21778 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21779
21780         * gst/playback/gstplaybasebin.c:
21781         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21782           Handle double disposals, and proper change of URIs.
21783
21784 2004-09-13  Martin Eikermann <meiker@upb.de>
21785
21786         * gst/mpegstream/gstmpegparse.c:
21787           fix synchronistation for streams recorded from digital PCR
21788           fixes bug #119376
21789
21790 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21791
21792         * ext/gnomevfs/Makefile.am:
21793         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21794         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21795         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21796         (gst_gnomevfssink_uri_get_type),
21797         (gst_gnomevfssink_uri_get_protocols),
21798         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21799         (gst_gnomevfssink_uri_handler_init),
21800         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21801         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21802         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21803         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21804         (gst_gnomevfssrc_uri_get_type),
21805         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21806         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21807         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21808         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21809         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21810         * ext/gnomevfs/gstgnomevfsuri.h:
21811           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21812           of fake URIs to see which this version of Gnome-VFS likes, and
21813           uses that for the Gst-URI interface. Makes playbin support http://
21814           streams. Also fix up some stupid behaviour in gnomevfssrc.
21815
21816 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21817
21818         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21819         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21820         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21821         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21822           Update mixer (to sync with other sessions) if we try to obtain
21823           a new value. This makes alsamixer work accross applications.
21824         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21825           Only call sync functions if we're running, else alsalib asserts.
21826         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21827           Sometimes fails to compile. Possibly a gcc bug.
21828         * gst/playback/gstplaybin.c: (gen_video_element),
21829         (gen_audio_element):
21830           Add a reference to an application-provided object, because we lose
21831           this same reference if we add it to the bin. If we don't do this,
21832           we can only use this object once and thus crash if we go from
21833           ready to playing, back to ready and back to playing again.
21834           Also add an audioscale element because several cheap soundcards -
21835           like mine - don't support all samplerates.
21836         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21837         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21838           Fix wrong order or PAR calls. Makes automatically obtained PAR
21839           from the X server atually being used.
21840
21841 2004-09-12  David Schleef  <ds@schleef.org>
21842
21843         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21844         #151887, #152102, #152247.
21845         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21846         * examples/seeking/cdparanoia.c: same
21847         * examples/seeking/cdplayer.c: same
21848         * examples/seeking/seek.c: same
21849         * examples/seeking/spider_seek.c: same
21850         * examples/seeking/vorbisfile.c: same
21851         * examples/stats/mp2ogg.c: same
21852         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21853         (gst_esdsink_dispose): Dispose of element properly.
21854         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21855         fixes.
21856         * ext/nas/nassink.c: (gst_nassink_class_init),
21857         (gst_nassink_dispose): Dispose of element correctly.
21858         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21859         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21860         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21861         Fix 64-bit warning.
21862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21863         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21864         Fix 64-bit warning.
21865
21866 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21867
21868         * configure.ac : change speex detection as 1.1.6 now uses
21869           .pc/pkg-config and they changed their headers location.
21870
21871 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21872
21873         * gst/matroska/matroska-mux.h:
21874         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21875         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21876         (gst_matroska_mux_write_data):
21877           Write multiple blocks/frames per cluster.
21878                 Write meta-seek information (seek heads).
21879
21880 2004-09-09  Scott Wheeler <wheeler@kde.org>
21881
21882         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21883         (gst_play_bin_set_property), (gst_play_bin_get_property),
21884         (gen_audio_element), (gen_audio_element):
21885           Add a volume element / property to the pipeline.
21886
21887 2004-09-07  Wim Taymans  <wim@fluendo.com>
21888
21889         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21890         Copy timestamps from the master pad to the output buffers.
21891
21892 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21893
21894         * ext/raw1394/gstdv1394src.c:
21895           throw errors when applicable
21896
21897 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21898
21899         * gst/matroska/ebml-ids.h:
21900         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21901         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21902         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21903           automatically convert unix time <-> ebml time when reading/writing
21904           a date, use gst_ebml_write_uint to write CUETIME,
21905           not gst_ebml_write_date.
21906         * gst/matroska/matroska-ids.h:
21907         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21908         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21909         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21910         (gst_matroska_mux_write_data):
21911           Write track and segment UIDs, write muxing date, write
21912           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21913           Create cues for audio only files.
21914
21915 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21916
21917         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21918         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21919           Re-commit ALSA switches.
21920         * gst/adder/gstadder.c: (gst_adder_loop):
21921           64-bit fix (#151416).
21922         * gst/debug/progressreport.c: (gst_progressreport_report):
21923           64-bit fix (#151419).
21924         * gst/matroska/matroska-demux.c:
21925         (gst_matroska_demux_parse_contents):
21926           64-bit fix (#151420).
21927         * gst/playback/test3.c: (update_scale):
21928           64-bit fix (#151421).
21929
21930 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21931
21932         * configure.ac:
21933           bump nano to cvs
21934
21935 === release 0.8.4 ===
21936
21937 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21938
21939         * configure.ac: releasing 0.8.4, "Alias"
21940
21941 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21942
21943         * ext/theora/Makefile.am:
21944           fix makefile.  Fixes #151462.
21945
21946 2004-08-30  Wim Taymans  <wim@fluendo.com>
21947
21948         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21949         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21950         (gst_multifdsink_remove_client_link),
21951         (gst_multifdsink_client_queue_buffer),
21952         (gst_multifdsink_handle_client_write):
21953         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21954         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21955         Fix some memory leaks.
21956
21957 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21958
21959         Patch by: David Schleef
21960
21961         * configure.ac:
21962         * sys/Makefile.am:
21963           rename our detection macro for V4L2.  Fixes #151236.
21964
21965 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21966
21967         Patch by: David Schleef
21968
21969         * configure.ac:
21970           check to define LAMEPRESET.  Fixes #151232.
21971
21972 2004-08-27  David Schleef  <ds@schleef.org>
21973
21974         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21975         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21976         (gst_glimagesink_fixate):  Move local variable declarations to
21977         make gcc-2.95 happy.
21978
21979 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21980
21981         * configure.ac:
21982           bump nano for prerelease
21983
21984 2004-08-27  David Schleef  <ds@schleef.org>
21985
21986         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21987         * sys/sunaudio/gstsunaudiosrc.c:
21988         * sys/sunaudio/gstsunaudiosrc.h:
21989
21990 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21991
21992         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21993         handle EOS correctly
21994         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21995         * gst/matroska/matroska-mux.h:
21996         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21997         VFW compatibility mode
21998
21999 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22000
22001         patch by: Zaheer Abbas Merali
22002
22003         * ext/ogg/gstoggmux.c:
22004         * ext/vorbis/vorbisenc.c:
22005         * ext/vorbis/vorbisenc.h:
22006           handle NEWMEDIA
22007
22008 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
22009
22010         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
22011         fix byte order reversion on little endian machines.
22012         * gst/matroska/matroska-mux.c: (audiosink_templ),
22013         (gst_matroska_mux_audio_pad_link):
22014         add TTA codec to the list of supported codecs.
22015         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
22016         (gst_matroska_mux_start), (gst_matroska_mux_finish),
22017         (gst_matroska_mux_write_data):
22018         * gst/matroska/matroska-mux.h:
22019         write segment duration correctly, write muxing app string, fixes bugs
22020         #140897 and #140898.
22021         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
22022         wait for all pads to be negotiated before starting to mux.
22023
22024 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22025
22026         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
22027         * ext/lame/gstlame.h:
22028         Added new media support to lame
22029
22030 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
22031
22032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
22033         send vorbis headers at the beginning of a stream, fixes bug #141554.
22034         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
22035         bug #148950.
22036         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
22037         (gst_matroska_demux_plugin_init):
22038         * gst/matroska/matroska-ids.h:
22039         enable demuxing of TTA audio streams, fixes bug #148951.
22040         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
22041         enable typefinding for TTA audio files, fixes bug #148711.
22042         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
22043         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
22044         fixes playback of packed bitstream and xvid with bframes, bug #135407.
22045
22046 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
22047
22048         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22049         (gst_riff_read_element_data), (gst_riff_read_seek),
22050         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
22051         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
22052         <teuf@gnome.org>
22053
22054 2004-08-23 Iain <iaingnome@gmail.com>
22055
22056         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
22057         tags. They appear to be handled differently to normal.
22058         (tag_list_to_id3_tag_foreach): Ditto.
22059
22060 2004-08-22  Wim Taymans  <wim@fluendo.com>
22061
22062         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22063         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22064         Make sure we never send -1 granulepos.
22065
22066 2004-08-20  Wim Taymans  <wim@fluendo.com>
22067
22068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22069         (gst_ogg_mux_loop):
22070         I will accept bitchslappings with non sharp objects.
22071
22072 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22073
22074         * configure.ac:
22075         Clean up the test for lame presets
22076
22077 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22078
22079         * configure.ac:
22080         * ext/lame/Makefile.am:
22081         * ext/lame/gstlame.c: (gst_lame_class_init),
22082         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22083         Only enable lame presets if version of lame has presets in API
22084
22085 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
22086         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
22087         * gst/udp/gstudpsrc.h:
22088           Don't call gst_pad_push in a get function. Fixes #150449
22089
22090 2004-08-18  Wim Taymans  <wim@fluendo.com>
22091
22092         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
22093         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
22094         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22095         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22096         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22097         (gst_fdset_wait):
22098         * gst/tcp/gstfdset.h:
22099         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22100         (gst_multifdsink_client_queue_buffer),
22101         (gst_multifdsink_handle_client_write):
22102         * gst/tcp/gstmultifdsink.h:
22103         Some extra checks in gstfdset.
22104         Only use send() when the fd is a socket. Don't try to
22105         read from write only fds.
22106
22107 2004-08-18  Wim Taymans  <wim@fluendo.com>
22108
22109         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
22110         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22111         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22112         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22113         (gst_fdset_wait):
22114         Add more locking and bounds checking.
22115
22116 2004-08-18  Wim Taymans  <wim@fluendo.com>
22117
22118         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
22119         Realloc test fdset in the lock and right before starting
22120         the poll call. Bump the limit to 4096.
22121
22122 2004-08-17  David Schleef  <ds@schleef.org>
22123
22124         * sys/sunaudio/Makefile.am:
22125         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
22126         of rates and channels.  Make debugging less obnoxious.
22127
22128         Patch from Balamurali Viswanathan implementing a mixer for
22129         Sun audio.  (bug #144091):
22130         * sys/sunaudio/gstsunelement.c:
22131         * sys/sunaudio/gstsunelement.h:
22132         * sys/sunaudio/gstsunmixer.c:
22133         * sys/sunaudio/gstsunmixer.h:
22134
22135 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22136
22137         * gst/audioscale/gstaudioscale.c:
22138         * gst/audioscale/gstaudioscale.h:
22139         made audioscale resample from any sample rate to any sample rate
22140
22141 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22142
22143         * ext/libpng/gstpngdec.c:
22144           error out on unsupported types
22145
22146 2004-08-17  Iain <iaingnome@gmail.com>
22147
22148         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
22149         mid_side and loose_mid_side properties if its a stereo stream.
22150
22151 2004-08-17  Wim Taymans  <wim@fluendo.com>
22152
22153         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22154         (theora_get_formats), (theora_dec_src_convert),
22155         (theora_dec_sink_convert), (theora_dec_src_query),
22156         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22157         Add a debug line.
22158
22159 2004-08-17  Wim Taymans  <wim@fluendo.com>
22160
22161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
22162         (gst_ogg_pad_push):
22163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22164         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22165         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
22166         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22167         Mark delta units in the muxer.
22168         Try to decode the packet after an out-of-sync error from
22169         libogg.
22170
22171 2004-08-17  Wim Taymans  <wim@fluendo.com>
22172
22173         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22174         (gst_multifdsink_init), (gst_multifdsink_add),
22175         (gst_multifdsink_client_queue_buffer),
22176         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
22177         * gst/tcp/gstmultifdsink.h:
22178         Added option to send a keyframe to clients as the first buffer.
22179         Make timeout property writable.
22180
22181 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22182
22183         patch by: Wim Taymans
22184
22185         * gst/tcp/gstfdset.c:
22186         * gst/tcp/gstmultifdsink.c:
22187           fix index comparison, should include 0
22188
22189 2004-08-16  Wim Taymans  <wim@fluendo.com>
22190
22191         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
22192         (gst_fdset_add_fd), (gst_fdset_remove_fd),
22193         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22194         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22195         (gst_fdset_wait):
22196           copy when reallocing for poll so the select arguments don't get
22197           changed during the call
22198
22199 2004-08-16  Wim Taymans  <wim@fluendo.com>
22200
22201         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22202         (gst_theora_enc_class_init), (theora_enc_sink_link),
22203         (theora_buffer_from_packet), (theora_enc_chain):
22204         Fix bug where buffers were not marked as keyframes
22205         correctly.
22206
22207 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22208
22209         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22210         (gst_lame_preset_get_type), (gst_lame_class_init):
22211         describe the enum values for vbr mode and presets more verbosely
22212
22213 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22214
22215         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
22216         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
22217         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
22218         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22219         * ext/lame/gstlame.h:
22220         add preset property to lame so it can use lame presets
22221
22222 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22223
22224         * ext/lame/gstlame.c: (gst_lame_get_property):
22225         whoops forgot break, thanks teuf
22226
22227 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22228
22229         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22230         (gst_lame_class_init), (gst_lame_src_getcaps),
22231         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
22232         (gst_lame_get_property), (gst_lame_setup):
22233         * ext/lame/gstlame.h:
22234         fix lame's broken vbr stuff, allow it to resample if need be, and also
22235         make xing header optional
22236
22237 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22238
22239         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22240         added getcaps function so samplerate doesnt get fixated to silly values
22241
22242 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22243
22244         * ext/lame/gstlame.c: (gst_lame_src_link):
22245         revert previous fix
22246
22247 2004-08-12  Johan Dahlin  <johan@gnome.org>
22248
22249         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22250         checks. Doesn't matter what state we are in. Interfaces are a
22251         compile time thing, not runtime. It also broke the python bindings.
22252
22253 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22254
22255         * ext/lame/gstlame.c: (gst_lame_src_link):
22256         made source pad link function check if sinkpad is ok..fixes the problem
22257         where core fixates the output rate of lame stupidly
22258
22259 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22260
22261         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22262         * sys/v4l/v4l_calls.c:
22263         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22264           fix fixate function to handle nonsimple caps.
22265           remove bogus check in _link
22266           cleanups
22267
22268 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22269
22270         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22271         set default compression ratio parameter to 0.0 so bitrate parameter
22272         works :)
22273
22274 2004-08-11  David Schleef  <ds@schleef.org>
22275
22276         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22277
22278 2004-08-11  David Schleef  <ds@schleef.org>
22279
22280         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22281         before.
22282
22283 2004-08-11  David Schleef  <ds@schleef.org>
22284
22285         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22286
22287 2004-08-11  David Schleef  <ds@schleef.org>
22288
22289         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22290           license field
22291         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22292         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22293           LGPL.
22294         * gst/auparse/gstauparse.c: Fix plugin license field.
22295         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22296         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22297         * gst/rtp/gstrtp.c: Fix plugin license field.
22298
22299 2004-08-11  Wim Taymans  <wim@fluendo.com>
22300
22301         * gst/tcp/Makefile.am:
22302         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22303         (ensure_size), (gst_fdset_new), (gst_fdset_free),
22304         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22305         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22306         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22307         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22308         (gst_fdset_fd_can_write), (gst_fdset_wait):
22309         * gst/tcp/gstfdset.h:
22310         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22311         (gst_multifdsink_class_init), (gst_multifdsink_init),
22312         (gst_multifdsink_add), (gst_multifdsink_remove),
22313         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22314         (gst_multifdsink_remove_client_link),
22315         (gst_multifdsink_handle_client_read),
22316         (gst_multifdsink_client_queue_data),
22317         (gst_multifdsink_client_queue_caps),
22318         (gst_multifdsink_client_queue_buffer),
22319         (gst_multifdsink_handle_client_write),
22320         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22321         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22322         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22323         (gst_multifdsink_close):
22324         * gst/tcp/gstmultifdsink.h:
22325         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22326         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22327         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22328         (gst_tcpserversink_close):
22329         * gst/tcp/gsttcpserversink.h:
22330         Abstracted away the select call, implemented poll (yes we ran into
22331         the 1024 limit in production).
22332
22333 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22334
22335         * gst/tcp/gsttcp.c:
22336         * gst/tcp/gsttcpplugin.c:
22337           improve debuggging, remove assert
22338
22339 2004-08-10  Wim Taymans  <wim@fluendo.com>
22340
22341         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22342         (gst_client_status_get_type), (gst_multifdsink_class_init),
22343         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22344         (gst_multifdsink_handle_client_read),
22345         (gst_multifdsink_handle_client_write),
22346         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22347         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22348         (gst_multifdsink_get_property):
22349         * gst/tcp/gstmultifdsink.h:
22350         * gst/tcp/gsttcp-marshal.list:
22351         Starting to prepare for specifying buffer time in other units
22352         than buffers. Expose remove reason in signal.
22353
22354 2004-08-10  Wim Taymans  <wim@fluendo.com>
22355
22356         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22357         (gst_multifdsink_remove), (gst_multifdsink_clear),
22358         (gst_multifdsink_remove_client_link),
22359         (gst_multifdsink_handle_client_read),
22360         (gst_multifdsink_client_queue_data),
22361         (gst_multifdsink_client_queue_buffer),
22362         (gst_multifdsink_handle_client_write),
22363         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22364         (gst_multifdsink_chain), (gst_multifdsink_close):
22365         * gst/tcp/gstmultifdsink.h:
22366         Added more debugging info. Changed the way clients are
22367         removed from the lists. Fixed a bug where a bad file descriptor
22368         could cause many clients to be removed.
22369
22370 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22371
22372         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22373           allow all pixel-aspect-ratios, not just 1:1
22374
22375 2004-08-09  David Schleef  <ds@schleef.org>
22376
22377         * sys/glsink/ARB_multitexture.h:  Remove old files.
22378         * sys/glsink/EXT_paletted_texture.h:
22379         * sys/glsink/NV_register_combiners.h:
22380         * sys/glsink/gstgl_nvimage.c:
22381         * sys/glsink/gstgl_pdrimage.c:
22382         * sys/glsink/gstgl_rgbimage.c:
22383         * sys/glsink/gstglsink.c:
22384         * sys/glsink/gstglsink.h:
22385         * sys/glsink/gstglxwindow.c:
22386         * sys/glsink/regcomb_yuvrgb.c:
22387
22388 2004-08-09  David Schleef  <ds@schleef.org>
22389
22390         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22391         GL sink plugin.  (Bug #147302)
22392
22393         * configure.ac: Test for OpenGL
22394         * sys/Makefile.am: Use test for OpenGL
22395         * sys/glsink/Makefile.am:
22396         * sys/glsink/glimagesink.c: rewrite
22397         * sys/glsink/glimagesink.h: rewrite
22398
22399 2004-08-09  David Schleef  <ds@schleef.org>
22400
22401         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22402         sane framerates.
22403         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22405         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22406
22407 2004-08-09  Wim Taymans  <wim@fluendo.com>
22408
22409         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22410         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22411         (gst_multifdsink_client_remove),
22412         (gst_multifdsink_handle_client_read),
22413         (gst_multifdsink_handle_client_write),
22414         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22415         Do a bit more logging, make the client_read code more robust.
22416
22417 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22418
22419         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22420         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22421         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22422         (gst_jpegdec_init), (gst_jpegdec_chain):
22423         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22424         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22425           cleanups, debugging fixes and memleak plugging
22426
22427 2004-08-09  Wim Taymans  <wim@fluendo.com>
22428
22429         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22430         (theora_get_formats), (theora_dec_src_convert),
22431         (theora_dec_sink_convert), (theora_dec_src_query),
22432         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22433         (theora_dec_change_state):
22434         Don't crash on missing header packets.
22435
22436 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22437
22438         * po/LINGUAS:
22439         * po/sq.po:
22440           Added Albanian translation (Laurent Dhima)
22441         * po/cs.po:
22442           updated
22443
22444 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22445
22446         * ext/lame/gstlame.c:
22447           fix/add debugging
22448
22449 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22450
22451         * sys/ximage/ximagesink.c:
22452         * sys/xvimage/xvimagesink.c:
22453           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22454
22455 2004-08-06  Wim Taymans  <wim@fluendo.com>
22456
22457         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22458         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22459         (gst_multifdsink_client_remove),
22460         (gst_multifdsink_handle_client_read),
22461         (gst_multifdsink_handle_client_write),
22462         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22463         Make sure we don't try to read more from a client that what
22464         ioctl says us or we deadlock.
22465
22466 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22467
22468         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22469         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22470         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22471           decouple running_time and n_frames so it can handle changing
22472           framerate while running
22473
22474 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22475
22476         * po/nl.po:
22477         * po/sv.po:
22478           updated translations
22479
22480 2004-08-04  Benjamin Otte  <otte@gnome.org>
22481
22482         * gst/videotestsrc/gstvideotestsrc.c:
22483         (gst_videotestsrc_get_capslist), (generate_capslist),
22484         (plugin_init):
22485           generate the list of supported caps at startup and reuse it instead
22486           of always generating it
22487
22488 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22489
22490         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22491           whoops, last checkin broke normal build
22492
22493 2004-08-03  Benjamin Otte  <otte@gnome.org>
22494
22495         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22496         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22497         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22498         (gst_alsa_mixer_get_option):
22499         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22500         (dvdnavsrc_print_event):
22501         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22503         (gst_ogg_mux_pad_unlink):
22504         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22505         (gst_multipart_mux_pad_unlink):
22506         * gst/videofilter/gstvideobalance.c:
22507         (gst_videobalance_colorbalance_set_value):
22508         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22509         (gst_videomixer_pad_unlink):
22510         * po/uk.po:
22511         * sys/oss/gstossmixer.c:
22512         * sys/v4l/gstv4lcolorbalance.c:
22513         * sys/v4l/gstv4ltuner.c:
22514         * sys/v4l/v4lsrc_calls.c:
22515         * sys/v4l2/gstv4l2colorbalance.c:
22516         * sys/v4l2/gstv4l2tuner.c:
22517           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22518
22519 2004-08-03  Benjamin Otte  <otte@gnome.org>
22520
22521         * examples/dynparams/filter.c: (ui_control_create):
22522         * examples/gstplay/player.c: (print_tag):
22523         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22524         * ext/gdk_pixbuf/gstgdkanimation.c:
22525         (gst_gdk_animation_iter_may_advance):
22526         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22527         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22528         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22529         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22530         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22531         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22532         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22533         * gst/sine/demo-dparams.c: (main):
22534         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22535         * testsuite/alsa/formats.c: (create_pipeline):
22536         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22537           fixes for G_DISABLE_ASSERT and friends
22538         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22539         (mp3_type_frame_length_from_header), (mp3_type_find),
22540         (plugin_init):
22541           require mp3 typefinding to have at least MIN_HEADERS valid headers
22542           add typefinding for AAC adts files
22543
22544 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22545
22546         * sys/ximage/ximagesink.c:
22547         (gst_ximagesink_calculate_pixel_aspect_ratio):
22548         * sys/xvimage/xvimagesink.c:
22549         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22550         Make sure we calculate pixel-aspect-ratio using floating point maths
22551
22552 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22553
22554         * po/uk.po:
22555           updated translation
22556
22557 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22558
22559         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22561           add debugging for display PAR calculation
22562
22563 2004-08-02  David Schleef  <ds@schleef.org>
22564
22565         * configure.ac: Fix mikmod CFLAGS.
22566
22567 2004-07-27  Benjamin Otte  <otte@gnome.org>
22568
22569         * gst/audioscale/gstaudioscale.c:
22570         - fix templates to only support S16, it's the only format that works
22571         - make caps nego code use try_set_caps_nonfixed and fixation instead
22572         of try_set_caps twice, which is not nice for autopluggers
22573         - change rank to secondary, so autopluggers can pick it up after
22574         audioconvert
22575
22576 2004-08-02  Iain <iain@prettypeople.org>
22577
22578         * gst/interleave/interleave.c (interleave_init),
22579         (interleave_request_new_pad),
22580         (interleave_pad_removed),
22581         (interleave_buffered_loop): Use the real pad count, not the artificial
22582         one.
22583
22584 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22585
22586         * configure.ac: bump nano back to development
22587
22588 === release 0.8.3 ===
22589
22590 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22591
22592         * configure.ac: releasing 0.8.3, "Water"
22593
22594 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22595
22596         * sys/xvimage/xvimagesink.c:
22597         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22598         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22599         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22600         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22601         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22602         * sys/xvimage/xvimagesink.h:
22603           apply similar PAR fixes as to ximagesink
22604
22605 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22606
22607         patch from: Benjamin Otte
22608
22609         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22610           add link function to lame.  Fixes #148986.
22611
22612 2004-08-02  Johan Dahlin  <johan@gnome.org>
22613
22614         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22615         fix debugging log
22616
22617 2004-07-30  David Schleef  <ds@schleef.org>
22618
22619         * gst/videomixer/Makefile.am: Fix things that should have been
22620         fixed in the last checkin.
22621
22622 2004-07-30  David Schleef  <ds@schleef.org>
22623
22624         * gst/multipart/Makefile.am: Fix things that should have been
22625         fixed in the last checkin.
22626
22627 2004-07-30  David Schleef  <ds@schleef.org>
22628
22629         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22630
22631 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22632
22633         * configure.ac:
22634           bump nano for prerelease
22635         * po/af.po:
22636         * po/az.po:
22637         * po/cs.po:
22638         * po/en_GB.po:
22639         * po/hu.po:
22640         * po/nl.po:
22641         * po/sr.po:
22642         * po/sv.po:
22643         * po/uk.po:
22644           updates
22645
22646 2004-07-30  Wim Taymans  <wim@fluendo.com>
22647
22648         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22649         (gst_multifdsink_add), (gst_multifdsink_remove),
22650         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22651         (gst_multifdsink_client_remove),
22652         (gst_multifdsink_handle_client_write),
22653         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22654         * gst/tcp/gstmultifdsink.h:
22655         Recover from a select with a bad file descriptor by removing
22656         the client.
22657
22658 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22659
22660         * configure.ac:
22661           fix requirement of core
22662         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22663         (gst_play_pipeline_setup):
22664           don't use colorspace element.  do use hermescolorspace element.
22665           make macro to get a colorspace element.
22666           mark strings for translation.
22667         * po/POTFILES.in:
22668           add play.c
22669         * po/af.po:
22670         * po/az.po:
22671         * po/cs.po:
22672         * po/en_GB.po:
22673         * po/hu.po:
22674         * po/nl.po:
22675         * po/sr.po:
22676         * po/sv.po:
22677         * po/uk.po:
22678           update translations
22679
22680 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22681
22682         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22683         fix default for newmedia flag
22684
22685 2004-07-30  Wim Taymans  <wim@fluendo.com>
22686
22687         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22688         (gst_theora_dec_init), (theora_get_formats),
22689         (theora_dec_src_convert), (theora_dec_sink_convert),
22690         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22691         (theora_dec_chain), (theora_dec_set_property),
22692         (theora_dec_get_property):
22693         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22694         (gst_theora_enc_class_init), (gst_theora_enc_init),
22695         (theora_enc_sink_link), (theora_enc_chain),
22696         (theora_enc_set_property), (theora_enc_get_property):
22697         Added cropping option to theora decoder.
22698         Added border option to theora encoder.
22699
22700 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22701
22702         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22703         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22704         (gst_pngenc_set_property):
22705         * ext/libpng/gstpngenc.h:
22706         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
22707
22708 2004-07-30  Wim Taymans  <wim@fluendo.com>
22709
22710         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22711         (theora_enc_sink_link), (theora_enc_chain),
22712         (theora_enc_set_property), (theora_enc_get_property):
22713         Fix encoding of non-multiple-of-16 video.
22714
22715 2004-07-29  David Schleef  <ds@schleef.org>
22716
22717         * configure.ac: make test for audiofile more strict
22718
22719 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22720
22721         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22722           give different names to typefind functions
22723
22724 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22725
22726         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22727         (gst_ximagesink_calculate_pixel_aspect_ratio),
22728         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22729         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22730         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22731         (gst_ximagesink_get_property), (gst_ximagesink_init):
22732         * sys/ximage/ximagesink.h:
22733           allocate PAR's dynamically.
22734           use autodetected PAR if no object-set PAR is given.
22735           add workaround for directfb's X not setting physical size.
22736           fix to xvimagesink will follow tomorrow.
22737
22738 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22739
22740         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22741         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22742         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22743         (gst_shout2send_class_init), (gst_shout2send_init),
22744         (set_shout_metadata), (gst_shout2send_set_metadata),
22745         (gst_shout2send_chain), (gst_shout2send_set_property),
22746         (gst_shout2send_get_property), (gst_shout2send_connect),
22747         (gst_shout2send_change_state):
22748         * ext/shout2/gstshout2.h:
22749         - fix for sending mp3 audio to icecast2 server, if pad link function not
22750         called before PAUSED state
22751         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22752         - added tagging support for mp3 audio broadcasted
22753         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22754         debug info
22755
22756 2004-07-28  Wim Taymans  <wim@fluendo.com>
22757
22758         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22759         (gst_ogg_demux_push):
22760         Return query failure when we don't know the length of
22761         an ogg stream insteda of returning TRUE with a bogus value.
22762
22763 2004-07-28  Wim Taymans  <wim@fluendo.com>
22764
22765         * ext/theora/theoradec.c: (theora_get_formats),
22766         (theora_dec_src_convert), (theora_dec_sink_convert),
22767         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22768         (theora_dec_chain):
22769         Don't screw up the 1 Chroma for 1 luma sample situation when we
22770         have an odd offset/width by adding a black border in those cases.
22771
22772 2004-07-28  Wim Taymans  <wim@fluendo.com>
22773
22774         * ext/theora/theoradec.c: (theora_get_formats),
22775         (theora_dec_src_convert), (theora_dec_sink_convert),
22776         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22777         (theora_dec_chain):
22778         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22779         Added first attempt at cropping of the image as required by the
22780         theora spec. We need more properties in the caps (offset_x,
22781         offset_y,stride) to implement this correctly.
22782
22783 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22784
22785         * ext/dvdnav/README:
22786           Update the README to use dvddemux
22787         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22788           Ensure getcaps returns a subset of the template caps
22789         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22790         (gst_mpeg2subt_init):
22791           Ensure getcaps returns a subset of the template caps
22792         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22793         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22794         (gst_dvd_demux_get_subpicture_stream),
22795         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22796         * gst/mpegstream/gstdvddemux.h:
22797           Set the explicit caps on the current_video pad before pushing
22798           anything
22799         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22800         (gst_mpeg_demux_get_audio_stream):
22801           Free caps used to gst_pad_set_explicit_caps, which takes a const
22802           GstCaps *
22803
22804 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22805
22806         * configure.ac: update GStreamer requirement to 0.8.4 because of
22807           GstFraction.
22808
22809 2004-07-28  Wim Taymans  <wim@fluendo.com>
22810
22811         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22812         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22813         Add the pad to the element after setting up the caps. This
22814         makes it a lot easier to autoplug.
22815
22816 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22817
22818         * gst/median/gstmedian.c:
22819         * gst/mpeg2subt/gstmpeg2subt.c:
22820         * gst/mpegaudioparse/gstmpegaudioparse.c:
22821         * gst/mpegstream/gstdvddemux.c:
22822         * gst/mpegstream/gstmpegdemux.c:
22823         * gst/mpegstream/gstmpegpacketize.c:
22824         * gst/rtjpeg/gstrtjpeg.c:
22825         * gst/rtjpeg/gstrtjpegdec.c:
22826         * gst/rtjpeg/gstrtjpegenc.c:
22827         * gst/sine/gstsinesrc.c:
22828         * gst/smooth/gstsmooth.c:
22829         * gst/smpte/gstsmpte.c:
22830         * gst/smpte/gstsmpte.h:
22831         * gst/stereo/gststereo.c:
22832         * gst/videofilter/gstgamma.c:
22833         * gst/videofilter/gstvideobalance.c:
22834         * gst/videofilter/gstvideofilter.c:
22835         * gst/videofilter/gstvideoflip.c:
22836         * gst/videoscale/gstvideoscale.c:
22837         * gst/videoscale/videoscale.c:
22838         * gst/videotestsrc/gstvideotestsrc.c:
22839         * gst/videotestsrc/videotestsrc.c:
22840         * gst/wavenc/gstwavenc.c:
22841         * gst/wavparse/gstwavparse.c:
22842           fix local includes and 64 bits constants
22843
22844 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22845
22846         * win32/gst.sln:
22847         * gst-libs/gst/*/*.vcproj:
22848         * gst/*/*.vcproj:
22849           more working plugins
22850
22851 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22852
22853         * testsuite/alsa/Makefile.am:
22854         * testsuite/alsa/srcstate.c:
22855         add test for alsasrc changing state
22856
22857 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22858
22859         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22860         (gst_silence_get):
22861         * gst/silence/gstsilence.h:
22862         fix silence generation for 16bit raw audio
22863
22864 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22865
22866         * gst/matroska/matroska-demux.c:
22867         (gst_matroska_demux_parse_metadata),
22868         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22869         * gst/mpegaudio/common.c:
22870         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22871         (gst_videoscale_getcaps), (gst_videoscale_link),
22872         (gst_videoscale_src_fixate), (gst_videoscale_init),
22873         (gst_videoscale_finalize):
22874         * gst/videoscale/gstvideoscale.h:
22875         * gst/videotestsrc/gstvideotestsrc.c:
22876         (gst_videotestsrc_get_capslist):
22877         * gst/wavenc/gstwavenc.c:
22878         * sys/oss/gstossmixer.c: (fill_labels):
22879         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22880         (gst_ximagesink_handle_xevents),
22881         (gst_ximagesink_calculate_pixel_aspect_ratio),
22882         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22883         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22884         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22885         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22886         (gst_ximagesink_init), (gst_ximagesink_class_init):
22887         * sys/ximage/ximagesink.h:
22888         * sys/xvimage/xvimagesink.c:
22889         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22890         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22891         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22892         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22893         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22894         * sys/xvimage/xvimagesink.h:
22895           first batch of pixel aspect ratio commits.
22896
22897 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22898
22899         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22900         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22901         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22902           handle stride, needs work if we want to move stride handling
22903           upstream, but works correctly for our purposes.
22904
22905 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22906
22907         * gst/videoscale/README:
22908           add testing examples
22909         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22910         (gst_videoscale_chain):
22911         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22912         (gst_videoscale_get_size):
22913           add get_size function that handles stride like videotestsrc.
22914           fixes conversion for YUV formats for as much as I can test them.
22915
22916 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22917
22918         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22919         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22921         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22922         (gst_xvimagesink_xvimage_put):
22923           further cleanups, logging, error handling and synchronizing
22924
22925 2004-07-27  Wim Taymans  <wim@fluendo.com>
22926
22927         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22928         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22929         (gst_videomixer_pad_set_property),
22930         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22931         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22932         (gst_videomixer_class_init), (gst_videomixer_init),
22933         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22934         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22935         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22936         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22937         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22938         (gst_videomixer_loop), (plugin_init):
22939         Be a nicer negotiation citizen and provide a getcaps function on
22940         the srcpad. This also fixes a crash when resizing.
22941
22942 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22943
22944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22945         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22946
22947 2004-07-27  Wim Taymans  <wim@fluendo.com>
22948
22949         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22950         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22951         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22952         (gst_pngenc_set_property):
22953         * ext/libpng/gstpngenc.h:
22954         Added snapshot property to pngenc.
22955         removed g_print from pngdec
22956
22957 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22958
22959         * gst/ac3parse/ac3parse.vcproj
22960         * gst/adder/adder.vcproj
22961         * gst/alpha/alpha.vcproj
22962         * gst/alpha/alphacolor.vcproj
22963         * gst/asfdemux/asf.vcproj
22964         * gst/audioconvert/audioconvert.vcproj
22965         * gst/audiorate/audiorate.vcproj
22966         * gst/audioscale/audioscale.vcproj
22967         * gst/auparse/auparse.vcproj
22968         * gst/avi/avi.vcproj
22969         * gst/cdxaparse/cdxaparse.vcproj
22970         * gst/chart/chart.vcproj
22971         * gst/colorspace/colorspace.vcproj
22972         * gst/cutter/cutter.vcproj
22973         * gst/debug/debug.vcproj
22974         * gst/debug/efence.vcproj
22975         * gst/debug/navigationtest.vcproj
22976         * gst/deinterlace/deinterlace.vcproj
22977         * gst/effectv/effectv.vcproj
22978         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22979         * gst/filter/filter.vcproj
22980         * gst/flx/flxdec.vcproj
22981         * gst/goom/goom.vcproj
22982         * gst/interleave/interleave.vcproj
22983         * gst/law/alaw.vcproj
22984         * gst/law/mulaw.vcproj
22985         * gst/matroska/matroska.vcproj
22986         * gst/median/median.vcproj
22987         * gst/mixmatrix/mixmatrix.vcproj
22988         * gst/mpeg1sys/mpeg1systemencode.vcproj
22989         * gst/mpeg1videoparse/mp1videoparse.vcproj
22990         * gst/mpeg2sub/mpeg2subt.vcproj
22991         * gst/mpegaudio/mpegaudio.vcproj
22992         * gst/mpegaudioparse/mpegaudioparse.vcproj
22993         * gst/mpegstream/mpegstream.vcproj
22994         * gst/multifilesink/multifilesink.vcproj
22995         * gst/multipart/multipart.vcproj
22996         * gst/oneton/oneton.vcproj
22997         * gst/overlay/overlay.vcproj
22998         * gst/passthrough/passthrough.vcproj
22999         * gst/qtdemux/qtdemux.vcproj
23000         * gst/realmedia/rmdemux.vcproj
23001         * gst/rtjpeg/rtjpeg.vcproj
23002         * gst/rtp/rtp.vcproj
23003         * gst/silence/silence.vcproj
23004         * gst/sine/sinesrc.vcproj
23005         * gst/smooth/smooth.vcproj
23006         * gst/smpte/smpte.vcproj
23007         * gst/spectrum/spectrum.vcproj
23008         * gst/speed/speed.vcproj
23009         * gst/stereo/stereo.vcproj
23010         * gst/switch/switch.vcproj
23011         * gst/tags/tagedit.vcproj
23012         * gst/tcp/tcp.vcproj
23013         * gst/typefind/typefindfunctions.vcproj
23014         * gst/udp/udp.vcproj
23015         * gst/videobox/videobox.vcproj
23016         * gst/videocrop/videocrop.vcproj
23017         * gst/videodrop/videodrop.vcproj
23018         * gst/videofilter/gamma.vcproj
23019         * gst/videofilter/videobalance.vcproj
23020         * gst/videofilter/videofilter.vcproj
23021         * gst/videofilter/videoflip.vcproj
23022         * gst/videoflip/videoflip.vcproj
23023         * gst/videomixer/videomixer.vcproj
23024         * gst/videorate/videorate.vcproj
23025         * gst/videoscale/videoscale.vcproj
23026         * gst/videotestsrc/videotestsrc.vcproj
23027         * gst/virtualdub/virtualdub.vcproj
23028         * gst/volenv/volenv.vcproj
23029         * gst/volume/volume.vcproj
23030         * gst/wavenc/wavenc.vcproj
23031         * gst/wavparse/wavparse.vcproj
23032         * gst/y4m/y4menc.vcproj
23033         * gst-libs/gst/audio/audio.vcproj
23034         * gst-libs/gst/audio/audiofilter.vcproj
23035         * gst-libs/gst/colorbalance/colorbalance.vcproj
23036         * gst-libs/gst/idct/idtc.vcproj
23037         * gst-libs/gst/media-info/media-info.vcproj
23038         * gst-libs/gst/mixer/mixer.vcproj
23039         * gst-libs/gst/navigation/navigation.vcproj
23040         * gst-libs/gst/play/play.vcproj
23041         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
23042         * gst-libs/gst/resample/resample.vcproj
23043         * gst-libs/gst/riff/riff.vcproj
23044         * gst-libs/gst/tuner/tuner.vcproj
23045         * gst-libs/gst/video/video.vcproj
23046         * gst-libs/gst/xoverlay/xoverlay.vcproj
23047           avoid problems with math.h, fix release dependancy
23048           rename GStreamer-0.8.lib to libgstreamer.lib
23049
23050 2004-07-27  Julien MOUTTE  <julien@moutte.net>
23051
23052         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
23054         the atom is not available we have to unlock the mutex. Fixes #148023
23055
23056 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23057
23058         * gst-libs/gst/media-info/media-info.h:
23059           issue for a vararg macro with MSVC
23060
23061 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23062
23063         * gst/effectv/effectv.vcproj
23064         * gst-libs/gst/idct/idct.vcproj:
23065         * gst-libs/gst/media-info/media-info.vcproj:
23066         * gst-libs/gst/navigation/navigation.vcproj:
23067         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23068         * gst-libs/gst/video/video.vcproj:
23069         * gst-libs/gst/xoverlay/xoverlay.vcproj:
23070           fixes for build problems
23071
23072 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23073
23074         * gst-libs/gst/audio/audio.def:
23075         * gst-libs/gst/audio/riff.def:
23076           add some definitions needed by plugins
23077
23078 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23079
23080         * gst/asfdemux/gstasfmux.c
23081           Fix some 64 bits constants to be glib friendly
23082
23083 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23084
23085         * gst/ac3parse/gstac3parse.c
23086         * gst/audioscale/gstaudioscale.c
23087         * gst/auparse/gstauparse.c
23088         * gst/colorspace/gstcolorspace.c
23089         * gst/colorspace/yuv2rgb.h
23090           local include fixes
23091
23092 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23093
23094         * win32/gst.sln
23095           add more plugins to the build
23096
23097 2004-07-26  Julien MOUTTE  <julien@moutte.net>
23098
23099         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23100         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
23101
23102 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23103
23104         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
23105         (gst_level_set_property), (gst_level_get_property),
23106         (gst_level_base_init), (gst_level_class_init):
23107           add debugging categories.  cleanups.
23108
23109 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23110
23111         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23112         (gst_videoscale_planar411), (gst_videoscale_planar400),
23113         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
23114         (gst_videoscale_scale_nearest_str1),
23115         (gst_videoscale_scale_nearest_str2),
23116         (gst_videoscale_scale_nearest_str4),
23117         (gst_videoscale_scale_nearest_16bit),
23118         (gst_videoscale_scale_nearest_24bit):
23119           fixed stride issues
23120           tested with 320x240 -> 321, 322, 324 x240
23121           tested with YV12, I420, YUY2, UYVY
23122           fixed packed422rev (don't think it could have worked before)
23123           by testing with UYVY
23124
23125 2004-07-26  Benjamin Otte  <otte@gnome.org>
23126
23127         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
23128         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
23129         (plugin_init):
23130           add debugging category, add error checks like checking return values
23131           of setup calls, make sure it still works after
23132           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
23133
23134 2004-07-26  Wim Taymans  <wim@fluendo.com>
23135
23136         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
23137         (gst_mpeg_demux_get_audio_stream),
23138         (gst_mpeg_demux_process_private):
23139         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
23140         Check for error codes from the negotiation functions. Make sure
23141         we really set the pad caps when a new pad is created.
23142
23143 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23144
23145         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23146         (gst_ffmpeg_caps_to_pix_fmt):
23147         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23149         (gst_ffmpegcolorspace_pad_link):
23150           don't make function do two things at the same time without reason.
23151
23152 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23153
23154         * gst/ac3parse/ac3parse.vcproj
23155         * gst/adder/adder.vcproj
23156         * gst/alpha/alpha.vcproj
23157         * gst/alpha/alphacolor.vcproj
23158         * gst/asfdemux/asf.vcproj
23159         * gst/audioconvert/audioconvert.vcproj
23160         * gst/audiorate/audiorate.vcproj
23161         * gst/audioscale/audioscale.vcproj
23162         * gst/auparse/auparse.vcproj
23163         * gst/avi/avi.vcproj
23164         * gst/cdxaparse/cdxaparse.vcproj
23165         * gst/chart/chart.vcproj
23166         * gst/colorspace/colorspace.vcproj
23167         * gst/cutter/cutter.vcproj
23168         * gst/debug/debug.vcproj
23169         * gst/debug/efence.vcproj
23170         * gst/debug/navigationtest.vcproj
23171         * gst/deinterlace/deinterlace.vcproj
23172         * gst/effectv/effectv.vcproj
23173         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
23174         * gst/filter/filter.vcproj
23175         * gst/flx/flxdec.vcproj
23176         * gst/goom/goom.vcproj
23177         * gst/interleave/interleave.vcproj
23178         * gst/law/alaw.vcproj
23179         * gst/law/mulaw.vcproj
23180         * gst/matroska/matroska.vcproj
23181         * gst/median/median.vcproj
23182         * gst/mixmatrix/mixmatrix.vcproj
23183         * gst/mpeg1sys/mpeg1systemencode.vcproj
23184         * gst/mpeg1videoparse/mp1videoparse.vcproj
23185         * gst/mpeg2sub/mpeg2subt.vcproj
23186         * gst/mpegaudio/mpegaudio.vcproj
23187         * gst/mpegaudioparse/mpegaudioparse.vcproj
23188         * gst/mpegstream/mpegstream.vcproj
23189         * gst/multifilesink/multifilesink.vcproj
23190         * gst/multipart/multipart.vcproj
23191         * gst/oneton/oneton.vcproj
23192         * gst/overlay/overlay.vcproj
23193         * gst/passthrough/passthrough.vcproj
23194         * gst/qtdemux/qtdemux.vcproj
23195         * gst/realmedia/rmdemux.vcproj
23196         * gst/rtjpeg/rtjpeg.vcproj
23197         * gst/rtp/rtp.vcproj
23198         * gst/silence/silence.vcproj
23199         * gst/sine/sinesrc.vcproj
23200         * gst/smooth/smooth.vcproj
23201         * gst/smpte/smpte.vcproj
23202         * gst/spectrum/spectrum.vcproj
23203         * gst/speed/speed.vcproj
23204         * gst/stereo/stereo.vcproj
23205         * gst/switch/switch.vcproj
23206         * gst/tags/tagedit.vcproj
23207         * gst/tcp/tcp.vcproj
23208         * gst/typefind/typefindfunctions.vcproj
23209         * gst/udp/udp.vcproj
23210         * gst/videobox/videobox.vcproj
23211         * gst/videocrop/videocrop.vcproj
23212         * gst/videodrop/videodrop.vcproj
23213         * gst/videofilter/gamma.vcproj
23214         * gst/videofilter/videobalance.vcproj
23215         * gst/videofilter/videofilter.vcproj
23216         * gst/videofilter/videoflip.vcproj
23217         * gst/videoflip/videoflip.vcproj
23218         * gst/videomixer/videomixer.vcproj
23219         * gst/videorate/videorate.vcproj
23220         * gst/videoscale/videoscale.vcproj
23221         * gst/videotestsrc/videotestsrc.vcproj
23222         * gst/virtualdub/virtualdub.vcproj
23223         * gst/volenv/volenv.vcproj
23224         * gst/volume/volume.vcproj
23225         * gst/wavenc/wavenc.vcproj
23226         * gst/wavparse/wavparse.vcproj
23227         * gst/y4m/y4menc.vcproj
23228           more plugins supported under windows
23229
23230 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23231
23232         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23233         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
23234         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23236         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23237           Add debugging statements.  Use the sizes as returned by the
23238           *CreateImage calls.
23239
23240 2004-07-26  Johan Dahlin  <johan@gnome.org>
23241
23242         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23243         the pad is negotiated.
23244
23245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23246
23247 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23248
23249         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23250         * gst-libs/gst/idct/idct.vcproj:
23251         * gst-libs/gst/media-info/media-info.vcproj:
23252         * gst-libs/gst/mixer/mixer.vcproj:
23253         * gst-libs/gst/navigation/navigation.vcproj:
23254         * gst-libs/gst/play/play.vcproj:
23255         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23256         * gst-libs/gst/resample/resample.vcproj:
23257         * gst-libs/gst/tuner/tuner.vcproj:
23258         * gst-libs/gst/video/video.vcproj:
23259         * gst-libs/gst/xoverlay/xoverlay.vcproj:
23260           more plugins supported under windows
23261
23262 2004-07-25 Iain <iain@prettypeople.org>
23263
23264         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23265         pad now rather than when the pad is created because state changes wipe
23266         explicit caps (fixes #148043).
23267
23268 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
23269
23270         reviewed by Benjamin Otte  <otte@gnome.org>
23271
23272         * ext/mad/gstmad.c:
23273           fix mad plugin crashing on Sun (fixes #148289)
23274
23275 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23276
23277         * gst/avi/avi.def:
23278         * gst/avi/avi.vcproj:
23279         * gst/matroska/matroska.def:
23280         * gst/matroska/matroska.vcproj:
23281           remove unused .def files
23282
23283 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23284
23285         * gst-libs/gst/audio/gstaudiofilter.c:
23286           Clean the local include
23287
23288 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23289
23290         * win32/gst.sln:
23291         * gst-libs/gst/audio/audio.def:
23292         * gst-libs/gst/audio/audio.vcproj:
23293         * gst-libs/gst/audio/audiofilter.vcproj:
23294         * gst-libs/gst/audio/riff.def:
23295         * gst-libs/gst/audio/riff.vcproj:
23296         * gst-libs/gst/gst-libs.def:
23297         * gst-libs/gst/gst-libs.vcproj:
23298         * gst/avi/avi.vcproj:
23299         * gst/avi/avi.vcproj:
23300           Copy the files where needed after building, cleaner projects
23301
23302 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23303
23304         * gst/matroska/ebml-write.c:
23305           Fix some 64 bits constants to be glib friendly
23306
23307 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
23308
23309         * win32/gst.sln:
23310         * gst-libs/gst/gst-libs.def:
23311         * gst-libs/gst/gst-libs.vcproj:
23312         * gst/matroska/matroska.def:
23313         * gst/matroska/matroska.vcproj:
23314           Add the preliminary canvas to build plugins on Win32
23315
23316 2004-07-23  Benjamin Otte  <otte@gnome.org>
23317
23318         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23319           don't enfore negotiation from source side, it breaks
23320           sinesrc ! audioconvert ! osssink
23321
23322 2004-07-22  David Schleef  <ds@schleef.org>
23323
23324         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23325         for ELF files, since they can easily be recognized as audio/mpeg.
23326         (bug #147441)
23327
23328 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23329
23330         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23331         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23332         (gst_videoscale_scale_nearest_24bit),
23333         (gst_videoscale_scale_nearest_16bit):
23334           fix 16bit and 24bit for stride (24bit might need testing)
23335           don't pretend we do more than one algorithm
23336
23337 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23338
23339         * configure.ac:
23340         * gst/Makefile.am:
23341         * gst/multifilesink/Makefile.am:
23342         * gst/multifilesink/gstmultifilesink.c:
23343         (gst_multifilesink_get_formats),
23344         (gst_multifilesink_get_query_types), (_do_init),
23345         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23346         (gst_multifilesink_init), (gst_multifilesink_dispose),
23347         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23348         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23349         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23350         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23351         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23352         (gst_multifilesink_uri_get_type),
23353         (gst_multifilesink_uri_get_protocols),
23354         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23355         (gst_multifilesink_uri_handler_init), (plugin_init):
23356         * gst/multifilesink/gstmultifilesink.h:
23357         * testsuite/Makefile.am:
23358         * testsuite/multifilesink/Makefile.am:
23359         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23360         (gst_newmedia_class_init), (gst_newmedia_init),
23361         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23362         (newfile_signal), (test_signal), (main):
23363         multifilesink plugin for creating new files every time a new media
23364         discontinuity event occurs
23365
23366 2004-07-22  Wim Taymans  <wim@fluendo.com>
23367
23368         * gst/alpha/Makefile.am:
23369         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23370         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23371         (gst_alpha_color_init), (gst_alpha_color_set_property),
23372         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23373         (transform), (gst_alpha_color_chain),
23374         (gst_alpha_color_change_state), (plugin_init):
23375         Stupid plugin to to RGBA to AYUV conversion because none of
23376         the colorspace plugins can handle that yet.
23377
23378 2004-07-22  Wim Taymans  <wim@fluendo.com>
23379
23380         * examples/seeking/seek.c: (update_scale), (main):
23381         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23382         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23383         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23384         (gst_decode_bin_init), (gst_decode_bin_dispose),
23385         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23386         (no_more_pads), (close_link), (type_found),
23387         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23388         (plugin_init):
23389         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23390         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23391         (gst_play_base_bin_dispose), (queue_overrun),
23392         (gen_preroll_element), (remove_prerolls), (unknown_type),
23393         (no_more_pads), (new_stream), (setup_source),
23394         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23395         (play_base_eos), (gst_play_base_bin_change_state),
23396         (gst_play_base_bin_add_element),
23397         (gst_play_base_bin_remove_element),
23398         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23399         (gst_play_base_bin_unlink_stream),
23400         (gst_play_base_bin_get_streaminfo):
23401         * gst/playback/gstplaybin.c: (gen_video_element),
23402         (gen_audio_element):
23403         * gst/playback/gststreaminfo.h:
23404         More playback updates, attempt to fix things after the state change
23405         breakage.
23406
23407 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23408
23409         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23410         (gst_videoscale_scale_nearest_16bit):
23411           comment algorithm
23412
23413 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23414
23415         * gst/videotestsrc/gstvideotestsrc.c:
23416         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23417         (gst_videotestsrc_init), (gst_videotestsrc_get),
23418         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23419         (gst_videotestsrc_get_property):
23420         * gst/videotestsrc/gstvideotestsrc.h:
23421         * gst/videotestsrc/videotestsrc.c:
23422         * gst/videotestsrc/videotestsrc.h:
23423           cleanup and commenting
23424
23425 2004-07-21  Wim Taymans  <wim@fluendo.com>
23426
23427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23428         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23429         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23430         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23431         (_find_chain_get_unknown_part), (_find_streams_check),
23432         (gst_ogg_demux_push), (gst_ogg_pad_push):
23433         * ext/theora/theoradec.c: (theora_get_formats),
23434         (theora_dec_src_convert), (theora_dec_sink_convert),
23435         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23436         (theora_dec_chain):
23437         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23438         (vorbis_dec_convert), (vorbis_dec_src_query),
23439         (vorbis_dec_src_event), (vorbis_dec_event):
23440         More seeking fixes, oggdemux now supports seeking to time and
23441         uses the downstream element to convert granulepos to time.
23442         Seeking in theora-only ogg files now works.
23443
23444 2004-07-21  Wim Taymans  <wim@fluendo.com>
23445
23446         * ext/theora/theoradec.c: (gst_theora_dec_init),
23447         (theora_get_formats), (theora_get_event_masks),
23448         (theora_get_query_types), (theora_dec_src_convert),
23449         (theora_dec_sink_convert), (theora_dec_src_query),
23450         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23451         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23452         (vorbis_get_event_masks), (vorbis_get_query_types),
23453         (gst_vorbis_dec_init), (vorbis_dec_convert),
23454         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23455         Added query/convert/formats functions to vorbis and theora decoders
23456         so that the outside world can use them too. Fixed seeking on an
23457         ogg/theora/vorbis file by disabling the seeking seeking on the
23458         theora srcpad.
23459
23460 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23461
23462         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23463         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23464         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23465         images creation for both elements. We don't create the image on caps
23466         nego or renego, we just destroy the internal one if present if it does
23467         not match the needs. The chain function takes care of creating a new
23468         image when needed.
23469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23470         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23471         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23472         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23473         the image format information. The buffer pool checks for the context
23474         image format and discard images with different formats.
23475         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23476
23477 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23478
23479         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23480         (gst_ffmpegcolorspace_chain):
23481           no point in doing any chaining if the pad we want to push from
23482           isn't usable.
23483
23484 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23485
23486         * gst-libs/gst/riff/riff-media.c:
23487         (gst_riff_create_audio_caps_with_data):
23488           Fix double end-to-native symbol conversion (#148021).
23489
23490 2004-07-20  David Schleef  <ds@schleef.org>
23491
23492         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23493         Don't use an Atom that doesn't exist.
23494
23495 2004-07-20  Wim Taymans  <wim@fluendo.com>
23496
23497         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23498         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23499         (gst_multifdsink_client_remove),
23500         (gst_multifdsink_handle_client_write),
23501         (gst_multifdsink_queue_buffer):
23502         * gst/tcp/gstmultifdsink.h:
23503         More multifdsink stats. Avoid deadlock by releasing locks
23504         before sending out a signal.
23505
23506 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23507
23508         * po/LINGUAS:
23509         * po/hu.po:
23510           added Hungarian translation (Laszlo Dvornik)
23511
23512 2004-07-20  Wim Taymans  <wim@fluendo.com>
23513
23514         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23515         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23516         (gst_multifdsink_handle_client_write),
23517         (gst_multifdsink_queue_buffer):
23518         * gst/tcp/gsttcp-marshal.list:
23519         Fixed the stupid marshal definition.
23520
23521 2004-07-20  Wim Taymans  <wim@fluendo.com>
23522
23523         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23524         (gst_multifdsink_init), (gst_multifdsink_add),
23525         (gst_multifdsink_client_remove),
23526         (gst_multifdsink_handle_client_write),
23527         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23528         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23529         (gst_multifdsink_init_send):
23530         * gst/tcp/gstmultifdsink.h:
23531         Added more stats, added timeout for a client, fixed some typos
23532         and added some comments.
23533
23534 2004-07-20  Wim Taymans  <wim@fluendo.com>
23535
23536         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23537         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23538         (gst_multifdsink_client_remove),
23539         (gst_multifdsink_handle_client_write):
23540         * gst/tcp/gstmultifdsink.h:
23541         * gst/tcp/gsttcp-marshal.list:
23542         Added get_stats method that returns a GValueArray of
23543         stats values.
23544
23545 2004-07-19  Benjamin Otte  <otte@gnome.org>
23546
23547         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23548           make sure longname, description and author are valid UTF-8
23549
23550 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23551
23552         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23553         (gst_ximagesink_set_property):
23554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23555         (gst_xvimagesink_set_property):
23556           make sure SYNCHRONOUS is respected after getting the X context
23557
23558 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23559
23560         * gst/matroska/matroska-demux.c:
23561         (gst_matroska_demux_handle_src_event),
23562         (gst_matroska_demux_parse_blockgroup):
23563         * gst/matroska/matroska-ids.h:
23564           add BlockReference tag and ignore it to clear out log.
23565           ignore NAVIGATION events to clear out log.
23566
23567 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23568
23569         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23570         (gst_matroska_demux_add_stream):
23571         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23572           add debug categories
23573
23574 2004-07-16  Wim Taymans  <wim@fluendo.com>
23575
23576         * ext/libpng/Makefile.am:
23577         * ext/libpng/gstpng.c: (plugin_init):
23578         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23579         (gst_pngdec_get_type), (gst_pngdec_base_init),
23580         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23581         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23582         * ext/libpng/gstpngdec.h:
23583         Added png decoder.
23584
23585 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23586
23587         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23588         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23589         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23590         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23591         (gst_ximagesink_buffer_alloc):
23592         * sys/ximage/ximagesink.h:
23593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23594         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23595         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23596         (gst_xvimagesink_buffer_alloc):
23597         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23598         again. Using internal data pointer of the x(v)image to store image's
23599         data to be coherent with the buffer alloc mechanism. Investigated the
23600         image destruction code to be sure that everything gets freed correctly.
23601
23602 2004-07-16  Wim Taymans  <wim@fluendo.com>
23603
23604         * gst-libs/gst/riff/riff-read.c:
23605         (gst_riff_read_strf_vids_with_data),
23606         (gst_riff_read_strf_auds_with_data):
23607         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23608         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23609         Make sure we don't create 0 sized subbuffers in riff-read.
23610         Signal the no more pads signal after reading the avi header.
23611
23612 2004-07-16  Wim Taymans  <wim@fluendo.com>
23613
23614         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23615         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23616         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23617         (gst_decode_bin_init), (gst_decode_bin_dispose),
23618         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23619         (no_more_pads), (close_link), (type_found),
23620         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23621         (gst_decode_bin_change_state), (plugin_init):
23622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23623         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23624         (gst_play_base_bin_dispose), (queue_overrun),
23625         (gen_preroll_element), (remove_prerolls), (unknown_type),
23626         (no_more_pads), (new_stream), (setup_source),
23627         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23628         (play_base_eos), (gst_play_base_bin_change_state),
23629         (gst_play_base_bin_add_element),
23630         (gst_play_base_bin_remove_element),
23631         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23632         (gst_play_base_bin_unlink_stream),
23633         (gst_play_base_bin_get_streaminfo):
23634         * gst/playback/gstplaybasebin.h:
23635         Better error recovery. Added configurable preroll queue size. Faster
23636         detection of no-more-pads.
23637
23638 2004-07-16  Wim Taymans  <wim@fluendo.com>
23639
23640         * gst-libs/gst/video/video.h:
23641         Added 32 bits RGBA. Not sure if we should use another mime-type
23642         for alpha rgb. Currently the presence of the alpha_mask property
23643         signals an alpha channel.
23644
23645 2004-07-16  Wim Taymans  <wim@fluendo.com>
23646
23647         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23649         FPS seems to be 0.0 to MAX everywhere else.
23650
23651 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23652
23653         * gst-libs/gst/riff/riff-media.c:
23654         (gst_riff_create_video_caps_with_data):
23655           mp42/mp43 (no caps) exist too.
23656         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23657           Set pixel_width/height; we've got them in-caps.
23658         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23659         * gst/wavparse/gstwavparse.c: (plugin_init):
23660           Both are valid primary.
23661         * sys/oss/gstossmixer.c:
23662           Remove i18n hack and enable translations.
23663
23664 2004-07-15  Benjamin Otte  <otte@gnome.org>
23665
23666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23667         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23668           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23669
23670 2004-07-15  Benjamin Otte  <otte@gnome.org>
23671
23672         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23673         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23674         (gst_alsa_close_audio):
23675           disable some of the debugging code for now. Writing debugging to a
23676           buffer is broken in current alsalib releases.
23677
23678 2004-07-12  Benjamin Otte  <otte@gnome.org>
23679
23680         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23681           use bufferpools
23682
23683 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23684
23685         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23686         (theora_dec_src_query), (theora_dec_event):
23687         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23688           add debugging categories.  Remove \n's.
23689
23690 2004-07-13  Johan Dahlin  <johan@gnome.org>
23691
23692         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23693         (gst_play_bin_get_property): Impl.
23694
23695 2004-07-13  Wim Taymans  <wim@fluendo.com>
23696
23697         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23698         When trying to find the stream length, seek back N pages
23699         instead of just one, where N is the number of streams in
23700         the current chain.
23701
23702 2004-07-13  Wim Taymans  <wim@fluendo.com>
23703
23704         * gst-libs/gst/riff/riff-media.c:
23705         (gst_riff_create_audio_caps_with_data),
23706         (gst_riff_create_audio_caps),
23707         (gst_riff_create_audio_template_caps):
23708         * gst-libs/gst/riff/riff-media.h:
23709         * gst-libs/gst/riff/riff-read.c:
23710         (gst_riff_read_strf_vids_with_data),
23711         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23712         * gst-libs/gst/riff/riff-read.h:
23713         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23714         (gst_avi_demux_add_stream):
23715         Set codec_data on caps for avidemuxer.
23716
23717 2004-07-12  David Schleef  <ds@schleef.org>
23718
23719         * configure.ac: Fix test for Objective C
23720
23721 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23722         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23723         (gst_gdk_pixbuf_chain):
23724           Add svg and pcx to template caps, and ensure that getcaps returns a
23725           subset of the template caps.
23726           Copy each row manually for output, as gdkpixbuf may pad the
23727           rowstride to a 32-bit word boundary.
23728
23729 2004-07-12  Wim Taymans  <wim@fluendo.com>
23730
23731         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23732         (gst_riff_create_video_template_caps):
23733         Fix the template caps to include some more media types.
23734
23735 2004-07-12  Wim Taymans  <wim@fluendo.com>
23736
23737         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23738         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23739         (compare_ranks), (print_feature), (gst_decode_bin_init),
23740         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23741         (try_to_link_1), (new_pad), (close_link), (type_found),
23742         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23743         (gst_decode_bin_change_state), (plugin_init):
23744         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23745         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23746         (gst_play_base_bin_dispose), (queue_overrun),
23747         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23748         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23749         (gst_play_base_bin_get_property), (play_base_eos),
23750         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23751         (gst_play_base_bin_remove_element),
23752         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23753         (gst_play_base_bin_unlink_stream),
23754         (gst_play_base_bin_get_streaminfo):
23755         * gst/playback/gstplaybasebin.h:
23756         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23757         (gst_play_bin_class_init), (gst_play_bin_init),
23758         (gst_play_bin_dispose), (gst_play_bin_set_property),
23759         (gst_play_bin_get_property), (gen_video_element),
23760         (gen_audio_element), (remove_sinks), (setup_sinks),
23761         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23762         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23763         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23764         (gst_play_bin_query), (plugin_init):
23765         * gst/playback/test4.c: (main):
23766         More fixes on reusing of the element.
23767
23768 2004-07-11  Benjamin Otte  <otte@gnome.org>
23769
23770         * ext/mad/gstmad.c: (normal_seek):
23771           allow seeking for other methods than just SET
23772
23773 2004-07-11  Andy Wingo  <wingo@pobox.com>
23774
23775         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23776         float, "any" caps -> buffer_frames=[0,MAX].
23777
23778         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23779         doesn't intersect our caps with the template any more. Do it
23780         ourselves.
23781         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23782
23783 2004-07-09  Wim Taymans  <wim@fluendo.com>
23784
23785         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23786         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23787         (compare_ranks), (print_feature), (gst_decode_bin_init),
23788         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23789         (try_to_link_1), (new_pad), (close_link), (type_found),
23790         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23791         (gst_decode_bin_change_state), (plugin_init):
23792         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23793         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23794         (gst_play_base_bin_dispose), (queue_overrun),
23795         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23796         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23797         (gst_play_base_bin_get_property), (play_base_eos),
23798         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23799         (gst_play_base_bin_remove_element),
23800         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23801         (gst_play_base_bin_unlink_stream),
23802         (gst_play_base_bin_get_streaminfo):
23803         * gst/playback/gstplaybasebin.h:
23804         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23805         (gst_play_bin_class_init), (gst_play_bin_init),
23806         (gst_play_bin_dispose), (gst_play_bin_set_property),
23807         (gst_play_bin_get_property), (gen_video_element),
23808         (gen_audio_element), (remove_sinks), (setup_sinks),
23809         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23810         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23811         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23812         (gst_play_bin_query), (plugin_init):
23813         * gst/playback/test4.c: (main):
23814         Work on object reuse and seeking.
23815
23816 2004-07-09  Wim Taymans  <wim@fluendo.com>
23817
23818         * examples/seeking/seek.c: (iterate):
23819         Don't consume all CPU in the idle loop.
23820
23821 2004-07-09  Wim Taymans  <wim@fluendo.com>
23822
23823         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23824         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23825         Add pad to element *after* setting the pad functions so that
23826         the scheduler can use the correct ones.
23827
23828 2004-07-09  Wim Taymans  <wim@fluendo.com>
23829
23830         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23831         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23832         Sync to keyframe after seek
23833
23834 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23835
23836         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23837         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23838         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23839         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23840         * ext/libvisual/visual.c: (gst_visual_change_state):
23841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23842         * ext/theora/theoradec.c: (theora_dec_change_state):
23843         * ext/theora/theoraenc.c: (theora_enc_change_state):
23844         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23845         * gst-libs/gst/navigation/navigation.c:
23846         * gst/adder/gstadder.c: (gst_adder_change_state):
23847         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23848         (gst_audio_convert_get_buffer):
23849         * gst/multipart/multipartdemux.c:
23850         (gst_multipart_demux_change_state):
23851         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23852         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23853         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23854         * gst/videoscale/gstvideoscale.c:
23855         (gst_videoscale_handle_src_event):
23856         * gst/volume/gstvolume.c: (volume_chain_int16):
23857           don't assert in state change, this should be done by the base
23858           GstElement class.
23859           various debugging fixes.
23860
23861 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23862
23863         * configure.ac:
23864         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23865         (gst_play_dispose), (gst_play_set_location),
23866         (gst_play_set_data_src), (gst_play_set_video_sink),
23867         (gst_play_set_audio_sink), (gst_play_set_visualization),
23868         (gst_play_connect_visualization), (gst_play_get_sink_element),
23869         (gst_play_get_all_by_interface):
23870         * gst-libs/gst/play/play.h:
23871           add new method to get elements implementing an interface.
23872           add various error logging
23873
23874 2004-07-08  Wim Taymans  <wim@fluendo.com>
23875
23876         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23877         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23878         (make_playerbin_pipeline), (query_durations_elems),
23879         (query_durations_pads), (query_positions_elems),
23880         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23881         (main):
23882         Added playbin seeking example.
23883
23884 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23885
23886         * gst-libs/gst/play/play.c: (gst_play_set_location),
23887         (gst_play_set_data_src), (gst_play_set_video_sink),
23888         (gst_play_set_audio_sink), (gst_play_set_visualization),
23889         (gst_play_connect_visualization), (gst_play_get_framerate):
23890           use a macro to look up elements from hash table
23891
23892 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23893
23894         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23895         (gst_play_get_length_callback), (gst_play_set_location),
23896         (gst_play_seek_to_time), (gst_play_set_data_src),
23897         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23898         (gst_play_set_visualization), (gst_play_connect_visualization),
23899         (gst_play_get_sink_element):
23900         - add debugging info
23901         - fix looking up sink elements by iterating over complete caps
23902         - put everything except for source and autoplugger in a complete bin
23903
23904 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23905
23906         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23907         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23908         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23909         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23910         * ext/alsa/gstalsasink.h:
23911         - add debugging info
23912         - clean up schizophrenia of data/buffer/event
23913         - fix double event unref error
23914
23915 2004-07-08  Wim Taymans  <wim@fluendo.com>
23916
23917         * gst/playback/Makefile.am:
23918         Add headers to noinst
23919
23920 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23921
23922         * tools/gst-launch-ext-m.m:
23923         * tools/gst-launch-ext.1.in:
23924           convert to the third millenium
23925
23926 2004-07-07  David Schleef  <ds@schleef.org>
23927
23928         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23929
23930 2004-07-07  Wim Taymans  <wim@fluendo.com>
23931
23932         * gst/playback/Makefile.am:
23933         * gst/playback/README:
23934         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23935         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23936         (compare_ranks), (print_feature), (gst_decode_bin_init),
23937         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23938         (try_to_link_1), (new_pad), (close_link), (type_found),
23939         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23940         (plugin_init):
23941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23942         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23943         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23944         (gen_preroll_element), (no_more_pads), (new_stream),
23945         (setup_source), (gst_play_base_bin_set_property),
23946         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23947         (gst_play_base_bin_add_element),
23948         (gst_play_base_bin_remove_element),
23949         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23950         (gst_play_base_bin_unlink_stream),
23951         (gst_play_base_bin_get_streaminfo):
23952         * gst/playback/gstplaybasebin.h:
23953         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23954         (gst_play_bin_class_init), (gst_play_bin_init),
23955         (gst_play_bin_dispose), (gst_play_bin_set_property),
23956         (gst_play_bin_get_property), (gen_video_element),
23957         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23958         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23959         (gst_play_bin_get_formats), (gst_play_bin_convert),
23960         (gst_play_bin_get_query_types), (gst_play_bin_query),
23961         (plugin_init):
23962         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23963         (gst_stream_info_get_type), (gst_stream_info_class_init),
23964         (gst_stream_info_init), (gst_stream_info_new),
23965         (gst_stream_info_dispose), (gst_stream_info_set_property),
23966         (gst_stream_info_get_property):
23967         * gst/playback/gststreaminfo.h:
23968         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23969         (main):
23970         * gst/playback/test2.c: (main):
23971         * gst/playback/test3.c: (update_scale), (main):
23972         More playbin fixes. Added README. Do better element filtering.
23973         Added base class to preroll media. Added test apps.
23974
23975 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23976
23977         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23978         * ext/mpeg2dec/gstmpeg2dec.h:
23979           various debugging improvements.  Reset stream to next picture
23980           instead of sequence header, otherwise seeks cannot work.
23981
23982 2004-07-07  Wim Taymans  <wim@fluendo.com>
23983
23984         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23985         (gst_video_box_class_init), (gst_video_box_set_property),
23986         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23987         Use pad_alloc where possible.
23988
23989 2004-07-07  Wim Taymans  <wim@fluendo.com>
23990
23991         * sys/oss/gstosselement.c: (gst_osselement_reset),
23992         (gst_osselement_parse_caps):
23993         * sys/oss/gstosselement.h:
23994         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23995         Fix offset on osssrc.
23996
23997 2004-07-07  Wim Taymans  <wim@fluendo.com>
23998
23999         * ext/theora/theora.c: (plugin_init):
24000         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
24001         (theora_dec_src_query), (theora_dec_chain):
24002         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24003         (theora_enc_sink_link), (theora_buffer_from_packet),
24004         (theora_push_packet), (theora_enc_chain):
24005         Fix theora granulepos calculation.
24006         Fix overflow in duration/position calculation.
24007         Bump rank to PRIMARY for theoradec.
24008         Use granulepos of last packet to calculate position.
24009         Set keyframe flag on buffers when needed.
24010
24011 2004-07-06  David Schleef  <ds@schleef.org>
24012
24013         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
24014         serious?  (Fixed, obviously.)
24015
24016 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24017
24018         * po/LINGUAS:
24019         * po/cs.po:
24020           added Czech translation (Miloslav Trmac)
24021
24022 2004-07-05  Wim Taymans  <wim@fluendo.com>
24023
24024         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
24025         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
24026         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
24027         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
24028         (close_link), (type_found), (gst_decode_bin_set_property),
24029         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
24030         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
24031         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
24032         (gst_decode_bin_query), (plugin_init):
24033         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
24034         (gst_play_bin_class_init), (gst_play_bin_init),
24035         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
24036         (get_video_element), (new_pad), (setup_source),
24037         (gst_play_bin_set_property), (gst_play_bin_get_property),
24038         (gst_play_bin_change_state), (gst_play_bin_add_element),
24039         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
24040         (gst_play_bin_send_event), (gst_play_bin_get_formats),
24041         (gst_play_bin_convert), (gst_play_bin_get_query_types),
24042         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
24043         * gst/playback/test.c: (main):
24044         More fixes, cleaned up playbin, make it use decodebin. Added
24045         threaded property to playbin.
24046
24047 2004-07-05  Wim Taymans  <wim@fluendo.com>
24048
24049         * configure.ac:
24050         * gst/playback/Makefile.am:
24051         * gst/playback/decodetest.c: (main):
24052         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
24053         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
24054         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
24055         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
24056         (close_link), (type_found), (gst_decode_bin_set_property),
24057         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
24058         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
24059         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
24060         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
24061         (plugin_init):
24062         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
24063         (gst_play_bin_class_init), (gst_play_bin_init),
24064         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
24065         (collect_sink_pads), (find_compatibles), (close_pad_link),
24066         (try_to_link_1), (new_pad), (close_link), (type_found),
24067         (setup_source), (gst_play_bin_set_property),
24068         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
24069         (compare_ranks), (gst_play_bin_collect_factories),
24070         (gst_play_bin_change_state), (gst_play_bin_add_element),
24071         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
24072         (gst_play_bin_send_event), (gst_play_bin_get_formats),
24073         (gst_play_bin_convert), (gst_play_bin_get_query_types),
24074         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
24075         * gst/playback/test.c: (main):
24076         Added some playback helper elements and some test apps, very alpha
24077         still.
24078
24079 2004-07-04  Benjamin Otte  <otte@gnome.org>
24080
24081         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24082           only restart audio when we indeed have an xrun to fix repeated
24083           xruns. Fix suggested by Giuliano Pochini.
24084
24085 2004-07-03  David Schleef  <ds@schleef.org>
24086
24087         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
24088         call to gst_debug_log() if debugging is disabled (bug #145118)
24089
24090 2004-07-03  Benjamin Otte  <otte@gnome.org>
24091
24092         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24093           use our own functions for restarting the alsa device.
24094         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24095           I should apply patches myself - use MIN for the third argument, not
24096           the second, this fixes seeking
24097
24098 2004-07-02  David Schleef  <ds@schleef.org>
24099
24100         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24101         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
24102         do with the logic.
24103
24104 2004-07-02  David Schleef  <ds@schleef.org>
24105
24106         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
24107         output buffers.  Fix logic mistake.  (bug #144866)
24108
24109 2004-07-02  David Schleef  <ds@schleef.org>
24110
24111         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
24112         on X.  (bug #144753)
24113
24114 2004-07-02  David Schleef  <ds@schleef.org>
24115
24116         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
24117         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
24118         (bug #144624)
24119         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24120         (gst_osselement_rate_probe_check): Add another workaround for
24121         buggy drivers (bug #145336)
24122
24123 2004-07-02  David Schleef  <ds@schleef.org>
24124
24125         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
24126         Most systems don't have MSG_NOSIGNAL.
24127
24128 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24129
24130         * Makefile.am:
24131         * gst-libs/gst/colorbalance/Makefile.am:
24132         * gst-libs/gst/mixer/Makefile.am:
24133         * gst-libs/gst/play/Makefile.am:
24134         * gst-libs/gst/tuner/Makefile.am:
24135           (hopefully) fix both install and dist and make error message useful.
24136           needs testing across automakes.
24137
24138 2004-07-02  Benjamin Otte  <otte@gnome.org>
24139
24140         * ext/ogg/gstogg.c: (plugin_init):
24141           we require bytestream now
24142         * ext/ogg/gstoggdemux.c:
24143           huge diff to implement chain setup in a fast and generic way. This
24144           improves tag reading and startup of huge files (read: Theora videos)
24145           quite a bit. It probably contains bugs, too, so please test.
24146           Seeking is not improved to the fast method.
24147
24148 2004-06-29  Wim Taymans  <wim@fluendo.com>
24149
24150         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24151         * ext/ogg/gstoggmux.c:
24152         Fix memleak in oggdemux when running unconnected pads.
24153         doc update in mux, start working on keyframe mode.
24154
24155 2004-06-29  Benjamin Otte  <otte@gnome.org>
24156
24157         * sys/oss/gstosssink.c:
24158         * sys/oss/gstosssrc.c:
24159           advertise correct template caps - we indeed do non-native endianness
24160           and 8bit audio has no endianness
24161         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
24162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
24163           avoid (wrong) duplications in getcaps function and return
24164           template caps
24165
24166 2004-06-29  Wim Taymans  <wim@fluendo.com>
24167
24168         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24169         (gst_multifdsink_class_init), (gst_multifdsink_add),
24170         (gst_multifdsink_remove), (gst_multifdsink_clear),
24171         (gst_multifdsink_client_remove),
24172         (gst_multifdsink_handle_client_read),
24173         (gst_multifdsink_client_queue_data),
24174         (gst_multifdsink_client_queue_caps),
24175         (gst_multifdsink_client_queue_buffer),
24176         (gst_multifdsink_handle_client_write),
24177         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24178         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24179         (gst_multifdsink_init_send), (gst_multifdsink_close):
24180         Fix wrong GList iteration that could crash the server when
24181         more then 2 clients disconnect at the same time. Read all the
24182         pending commands in one batch to recover from command storms under
24183         very heavy load.
24184
24185 2004-06-28  Wim Taymans  <wim@fluendo.com>
24186
24187         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24188         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24189         (gst_videomixer_pad_set_property),
24190         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24191         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24192         (gst_videomixer_class_init), (gst_videomixer_init),
24193         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
24194         (pad_zorder_compare), (gst_videomixer_sort_pads),
24195         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24196         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
24197         (gst_videomixer_update_queues), (gst_videomixer_loop),
24198         (plugin_init):
24199         Avoid divide by zero, choose masterpad as the pad with the highest
24200         framerate.
24201
24202 2004-06-27  Julien Moutte  <julien@moutte.net>
24203
24204         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24205         (gst_ximagesink_xwindow_new):
24206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24207         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
24208         function directly. We might want to call it from somewhere else one day.
24209
24210 2004-06-27  Julien Moutte  <julien@moutte.net>
24211
24212         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24213         (gst_ximagesink_xwindow_new):
24214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24215         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
24216         window decorations.
24217
24218 2004-06-27  Wim Taymans  <wim@fluendo.com>
24219
24220         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
24221         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
24222         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
24223         (gst_dvdec_set_property), (gst_dvdec_get_property):
24224         * ext/dv/gstdvdec.h:
24225         Implement drop_factor property to lower the framerate with
24226         a factor.
24227
24228 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24229
24230         * gst-libs/gst/colorbalance/Makefile.am:
24231         * gst-libs/gst/mixer/Makefile.am:
24232         * gst-libs/gst/play/Makefile.am:
24233         * gst-libs/gst/tuner/Makefile.am:
24234           unbreak Company's fix that didn't install the -enum.h files
24235
24236 2004-06-27  Wim Taymans  <wim@fluendo.com>
24237
24238         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24239         (gst_dvdec_change_state):
24240         * ext/dv/gstdvdec.h:
24241         Fix timestamp, duration and offset of the buffers.
24242
24243 2004-06-27  Wim Taymans  <wim@fluendo.com>
24244
24245         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24246         (gst_multifdsink_class_init), (gst_multifdsink_add),
24247         (gst_multifdsink_remove), (gst_multifdsink_clear),
24248         (gst_multifdsink_client_remove),
24249         (gst_multifdsink_handle_client_read),
24250         (gst_multifdsink_client_queue_data),
24251         (gst_multifdsink_client_queue_caps),
24252         (gst_multifdsink_client_queue_buffer),
24253         (gst_multifdsink_handle_client_write),
24254         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24255         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24256         (gst_multifdsink_init_send), (gst_multifdsink_close):
24257         * gst/tcp/gstmultifdsink.h:
24258         * gst/tcp/gsttcpserversink.c:
24259         (gst_tcpserversink_handle_server_read),
24260         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24261         More multifdsink fixes, more recovery policy fixes.
24262         Removed stupid g_print
24263
24264 2004-06-26  Wim Taymans  <wim@fluendo.com>
24265
24266         * gst/tcp/Makefile.am:
24267         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24268         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24269         (gst_multifdsink_class_init), (gst_multifdsink_init),
24270         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24271         (gst_multifdsink_handle_client_read),
24272         (gst_multifdsink_client_queue_data),
24273         (gst_multifdsink_client_queue_caps),
24274         (gst_multifdsink_client_queue_buffer),
24275         (gst_multifdsink_handle_client_write),
24276         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24277         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24278         (gst_multifdsink_chain), (gst_multifdsink_set_property),
24279         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24280         (gst_multifdsink_close), (gst_multifdsink_change_state):
24281         * gst/tcp/gstmultifdsink.h:
24282         * gst/tcp/gsttcpplugin.c: (plugin_init):
24283         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24284         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24285         (gst_tcpserversink_handle_server_read),
24286         (gst_tcpserversink_handle_select),
24287         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24288         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24289         * gst/tcp/gsttcpserversink.h:
24290         Added multifdsink, made tcpserversink a subclass of fdsink, removed
24291         one of the locks, added recovery policy to multifdsink.
24292
24293 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24294
24295         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24296           fix decision for when getting frames with same timestamp
24297         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24298         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24299         (gst_v4lsrc_get_property):
24300         * sys/v4l/gstv4lsrc.h:
24301           add latency offset property
24302
24303 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24304
24305         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24306         (plugin_init):
24307           fix debugging. add category.
24308
24309 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24310
24311         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24312           fix wrong offsets
24313
24314 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24315
24316         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24317         (gst_alsa_src_get_time), (gst_alsa_src_loop),
24318         (gst_alsa_src_change_state):
24319           return a time that is in sync with the element's processing
24320
24321 2004-06-25  Wim Taymans  <wim@fluendo.com>
24322
24323         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24324         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24325         (gst_tcpserversink_client_remove),
24326         (gst_tcpserversink_handle_client_read),
24327         (gst_tcpserversink_client_queue_data),
24328         (gst_tcpserversink_client_queue_caps),
24329         (gst_tcpserversink_client_queue_buffer),
24330         (gst_tcpserversink_handle_client_write),
24331         (gst_tcpserversink_queue_buffer),
24332         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24333         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24334         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24335         (gst_tcpserversink_close):
24336         * gst/tcp/gsttcpserversink.h:
24337         Serversink rewrite. Really do non blocking writes to clients and
24338         maintain an internal queue to handle slower clients while not
24339         disturbing fast clients.
24340
24341 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24342
24343         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24344           better debug, don't override OFFSET and OFFSET_END
24345
24346 2004-06-25  Iain <iain@prettypeople.org>
24347
24348         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24349         name=source for the wavparse pipeline.
24350
24351 2004-06-24  Johan Dahlin  <johan@gnome.org>
24352
24353         * ext/theora/theoraenc.c (theora_enc_chain): Call
24354         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24355         streamheader caps are set correctly.
24356
24357 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24358
24359         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24360         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24361           respect minimum bitrate; same could be done for max bitrate
24362
24363 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24364
24365         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24366         (gst_vorbisenc_setup):
24367           fix sample rate range
24368
24369 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24370
24371         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24372         (gst_oggvorbisenc_setup):
24373         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24374         (gst_vorbisenc_setup):
24375           resolve ambiguities in code and description
24376
24377 2004-06-24  Wim Taymans  <wim@fluendo.com>
24378
24379         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24380         * ext/alsa/gstalsa.h:
24381         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24382         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24383         Use alsa trigger_tstamp to get the timestamp of the first
24384         sample in the buffer for more precise sync. Some cleanups.
24385
24386 2004-06-24  Wim Taymans  <wim@fluendo.com>
24387
24388         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24389         (gst_audiorate_init), (gst_audiorate_chain),
24390         (gst_audiorate_set_property), (gst_audiorate_get_property):
24391         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24392         (gst_videorate_chain):
24393         Added some logging, fixed an overflow bug in videorate.
24394
24395 2004-06-24  Benjamin Otte  <otte@gnome.org>
24396
24397         * ext/kio/Makefile.am:
24398           fix for builddir != srcdir and distcheck
24399
24400 2004-06-24  Benjamin Otte  <otte@gnome.org>
24401
24402         * gst-libs/gst/colorbalance/Makefile.am:
24403         * gst-libs/gst/mixer/Makefile.am:
24404         * gst-libs/gst/play/Makefile.am:
24405         * gst-libs/gst/tuner/Makefile.am:
24406         * gst/tcp/Makefile.am:
24407         * sys/dxr3/Makefile.am:
24408           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24409           tarball.
24410           Also add all *.list files that were missing.
24411         * Makefile.am:
24412           add a distcheck hook to ensure the above doesn't happen again.
24413
24414 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24415
24416         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24417
24418 2004-06-23  Colin Walters  <walters@redhat.com>
24419
24420         * m4/Makefile.am: Distribute gst-fionread.m4.
24421
24422 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24423
24424         * configure.ac: back to dev
24425
24426 2004-06-23  Wim Taymans  <wim@fluendo.com>
24427
24428         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24429         (gst_alsa_xrun_recovery):
24430         * ext/alsa/gstalsa.h:
24431         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24432         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24433         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24434         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24435         (gst_alsa_src_loop):
24436         Add clock to alsasrc. Take new capture timestamp when
24437         restarting after an overrun. Split up some functions between
24438         alsasrc and alsasink.
24439
24440 === release 0.8.2 ===
24441
24442 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24443
24444         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24445         (gst_alsa_change_state), (gst_alsa_update_avail),
24446         (gst_alsa_xrun_recovery):
24447         * ext/alsa/gstalsa.h:
24448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24449           merge back changes from release
24450
24451 2004-06-23  Wim Taymans  <wim@fluendo.com>
24452
24453         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24454         (gst_audiorate_init), (gst_audiorate_chain),
24455         (gst_audiorate_set_property), (gst_audiorate_get_property):
24456         Implement sample dropping and notify
24457
24458 2004-06-22  Wim Taymans  <wim@fluendo.com>
24459
24460         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24461         (theora_enc_sink_link), (theora_buffer_from_packet),
24462         (theora_push_packet), (theora_enc_chain):
24463         Some cleanups, make sure the timestamps are correct.
24464
24465 2004-06-22  Wim Taymans  <wim@fluendo.com>
24466
24467         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24468         (gst_alsa_change_state), (gst_alsa_update_avail),
24469         (gst_alsa_xrun_recovery):
24470         * ext/alsa/gstalsa.h:
24471         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24472         Cleanups, take queued samples into account when reporting
24473         the time.
24474
24475 2004-06-22  Wim Taymans  <wim@fluendo.com>
24476
24477         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24478         (gst_videorate_init):
24479         Initialize the property as well.
24480
24481 2004-06-22  Wim Taymans  <wim@fluendo.com>
24482
24483         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24484         (gst_videorate_init), (gst_videorate_chain),
24485         (gst_videorate_set_property), (gst_videorate_get_property):
24486         Add property to make videorate silent.
24487         Add property to prefer new frames over old ones.
24488
24489 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24490
24491         * sys/osxvideo/Makefile.am:
24492         Workaround so that the osxvideo .so file gets linked with the
24493         Cocoa, OpenGL and QuickTime frameworks
24494
24495 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24496
24497         * sys/osxaudio/Makefile.am:
24498         Workaround so that the osxaudio .so file gets linked with the
24499         CoreAudio framework
24500
24501 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24502
24503         * configure.ac:
24504         Whoops, my fault...fixed build issues
24505
24506 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24507
24508         * configure.ac:
24509         Add objective-c support if running in Darwin/Mac OS X
24510         * sys/Makefile.am:
24511         * sys/osxvideo:
24512         * sys/osxvideo/Makefile.am:
24513         * sys/osxvideo/osxvideosink.h:
24514         * sys/osxvideo/osxvideosink.m:
24515         * sys/osxvideo/cocoawindow.h:
24516         * sys/osxvideo/cocoawindow.m:
24517         Add osxvideosink, a cocoa-based osx video sink
24518
24519
24520 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24521         * ext/dvdnav/gst-dvd:
24522         Grab the gconf key from the right spot
24523         * gst/debug/gstnavseek.c: (gst_navseek_init),
24524         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24525         (gst_navseek_chain):
24526         * gst/debug/gstnavseek.h:
24527           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24528           and loop parameters of a segment seek.
24529         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24530         (gst_videotestsrc_get_event_masks),
24531         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24532         * gst/videotestsrc/gstvideotestsrc.h:
24533           Add seeking support to videotestsrc
24534           Initialise the timestamp_offset variable.
24535
24536 2004-06-18  Wim Taymans  <wim@fluendo.com>
24537
24538         * ext/sidplay/gstsiddec.cc:
24539         Fix negotiation and set correct end offset.
24540
24541 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24542
24543         * configure.ac: branch and prerelease
24544
24545 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24546
24547         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24548         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24549         (gst_tcpclientsrc_init_receive):
24550         * gst/tcp/gsttcpclientsrc.h:
24551           read caps when connecting to server for GDP so we set them correctly
24552
24553 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24554
24555         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24556           notify drops and duplicates
24557         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24558           no good reason to limit ourselves to 100x100
24559
24560 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24561
24562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24563         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24564         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24565         (gst_v4lsrc_get_property):
24566         * sys/v4l/gstv4lsrc.h:
24567         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24568         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24569         (gst_v4l_set_audio):
24570         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24571         (gst_v4lsrc_try_capture):
24572         * sys/v4l/v4lsrc_calls.h:
24573           change try_palette to more general try_capture
24574           add autoprobe option so we can turn off autoprobing
24575           various fixes
24576
24577 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24578
24579         * configure.ac:
24580           add videorate
24581         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24582         (gst_ximagesink_class_init):
24583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24584         (gst_xvimagesink_class_init):
24585           run them as finalize, not dispose, since dispose can be invoked
24586           multiple times
24587
24588 2004-06-17  Wim Taymans  <wim@fluendo.com>
24589
24590         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24591         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24592         * ext/alsa/gstalsa.h:
24593         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24594         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24595         (gst_alsa_src_change_state):
24596         * ext/alsa/gstalsasrc.h:
24597         Make the xrun code timestamp and offset the buffers correctly.
24598         moved the clock to the base class, use alsa methods to get time.
24599         Do correct timestamping on outgoing buffers.
24600
24601 2004-06-17  Wim Taymans  <wim@fluendo.com>
24602
24603         * gst/audiorate/Makefile.am:
24604         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24605         (gst_audiorate_base_init), (gst_audiorate_class_init),
24606         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24607         (gst_audiorate_set_property), (gst_audiorate_get_property),
24608         (gst_audiorate_change_state), (plugin_init):
24609         Added an audiorate converter that fills in gaps.
24610
24611 2004-06-17  Johan Dahlin  <johan@gnome.org>
24612
24613         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24614
24615 2004-06-16  Wim Taymans  <wim@fluendo.com>
24616
24617         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24619         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24620         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24621         (gst_v4lsrc_get_property):
24622         * sys/v4l/gstv4lsrc.h:
24623         Added a copy mode to v4lsrc where it will output a copied version
24624         of its internal hardware buffer.
24625         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24626         can't | them.
24627
24628 2004-06-16  Wim Taymans  <wim@fluendo.com>
24629
24630         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24631         Timestamp fixes.
24632
24633 2004-06-16  Wim Taymans  <wim@fluendo.com>
24634
24635         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24636         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24637         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24638         (gst_v4lsrc_get_property):
24639         * sys/v4l/gstv4lsrc.h:
24640         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24641         Added a sync mode enum property to control v4lsrc timestamp method
24642         Removed the use-fixed-fps property and moved functionality in
24643         the enum.
24644         Don't error on an error value from v4l-conf, it might not always
24645         be a real error.
24646
24647 2004-06-16  Wim Taymans  <wim@fluendo.com>
24648
24649         * gst/videorate/Makefile.am:
24650         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24651         (gst_videorate_base_init), (gst_videorate_class_init),
24652         (gst_videorate_getcaps), (gst_videorate_link),
24653         (gst_videorate_init), (gst_videorate_chain),
24654         (gst_videorate_set_property), (gst_videorate_get_property),
24655         (gst_videorate_change_state), (plugin_init):
24656         Added a video timestamp corrector.
24657
24658 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24659
24660         fixed a potential leak with previous commit
24661
24662         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24663
24664 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24665
24666         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24667         Added missing refcount, fixes bug #144425
24668         Cheers Tim for finding the bug
24669
24670 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24671
24672         * sys/v4l/gstv4l.c: (plugin_init):
24673         * sys/v4l/gstv4lcolorbalance.c:
24674         * sys/v4l/gstv4lcolorbalance.h:
24675         * sys/v4l/gstv4lelement.c:
24676         * sys/v4l/gstv4lelement.h:
24677         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24678         * sys/v4l/gstv4lmjpegsink.h:
24679         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24680         * sys/v4l/gstv4lmjpegsrc.h:
24681         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24682         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24683         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24684         * sys/v4l/gstv4lsrc.h:
24685         * sys/v4l/gstv4ltuner.c:
24686         * sys/v4l/gstv4ltuner.h:
24687         * sys/v4l/gstv4lxoverlay.c:
24688         * sys/v4l/gstv4lxoverlay.h:
24689         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24690         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24691         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24692         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24693         (gst_v4l_set_audio):
24694         * sys/v4l/v4l_calls.h:
24695         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24696         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24697         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24698         (gst_v4lmjpegsink_playback_init),
24699         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24700         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24701         (gst_v4lmjpegsink_playback_stop),
24702         (gst_v4lmjpegsink_playback_deinit):
24703         * sys/v4l/v4lmjpegsink_calls.h:
24704         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24705         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24706         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24707         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24708         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24709         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24710         * sys/v4l/v4lmjpegsrc_calls.h:
24711         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24712         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24713         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24714         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24715         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24716         (gst_v4lsrc_try_palette):
24717         * sys/v4l/v4lsrc_calls.h:
24718           bunch of paranoia cleanups
24719
24720 2004-06-14  David Schleef  <ds@schleef.org>
24721
24722         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24723         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24724         Send discont events and change timestamps appropriately when
24725         we get a seek event.  (bug #144240)
24726         * ext/cdparanoia/gstcdparanoia.h:
24727
24728 2004-06-14  Benjamin Otte  <otte@gnome.org>
24729
24730         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24731           snd_pcm_hw_params_set_rate  since the latter fails for no good
24732           reason on some setups.
24733
24734 2004-06-14  David Schleef  <ds@schleef.org>
24735
24736         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24737         standard.  Thank you for playing.
24738
24739 2004-06-14  Wim Taymans  <wim@fluendo.com>
24740
24741         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24742         Patch 1.3 broke the ordering of the colorspace info and
24743         made the plugin basically work by coincidence, reordered
24744         the info.
24745
24746 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24747
24748         * ext/lame/gstlame.c:
24749         * ext/mad/gstmad.c:
24750           sync caps.  Make sure mad can only output a list of rates, not
24751           a full range.  In the future, have three caps lists for each of the
24752           mpeg versions.  Change mpegversion to a double as well.
24753
24754 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24755
24756         * gst/volume/.cvsignore:
24757         * gst/volume/Makefile.am:
24758         * gst/volume/demo.c: (value_changed_callback), (idler),
24759         (setup_gui), (main):
24760           added small demo app
24761
24762 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24763         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24764         * ext/esd/esdsink.h:
24765         Close the esd connection on pause, because esd will just wait -
24766         blocking all other esd clients indefinitely.
24767
24768 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24769
24770         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24771           previous commit with GST_DEBUG
24772
24773 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24774
24775         * configure.ac:
24776           add a header check for a dvdread header in dvdnav.  Fixes #133002
24777
24778 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24779
24780         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24781         * gst/tcp/gsttcpclientsink.h:
24782         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24783         * gst/tcp/gsttcpclientsrc.h:
24784         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24785         (gst_tcpserversink_handle_server_read),
24786         (gst_tcpserversink_init_send):
24787         * gst/tcp/gsttcpserversink.h:
24788         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24789         * gst/tcp/gsttcpserversrc.h:
24790         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24791         version of IP)
24792
24793 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24794
24795         * configure.ac:
24796         Added ogg library so that OSX detects libtheora properly
24797
24798 2004-06-11  Wim Taymans  <wim@fluendo.com>
24799
24800         * ext/theora/theoradec.c: (theora_dec_chain),
24801         (theora_dec_change_state):
24802         Don't try to decode frames before we received a keyframe.
24803
24804 2004-06-11  Wim Taymans  <wim@fluendo.com>
24805
24806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24807         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24808         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24809         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24810         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24811         Added property to set the maximum delay of a page.
24812
24813 2004-06-10  Wim Taymans  <wim@fluendo.com>
24814
24815         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24816         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24817         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24818         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24819         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24820         Added max-delay property to control the maximum amount
24821         of data to put in one page.
24822
24823 2004-06-10  Wim Taymans  <wim@fluendo.com>
24824
24825         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24826         (gst_theora_enc_init), (theora_enc_sink_link),
24827         (theora_buffer_from_packet), (theora_enc_set_property),
24828         (theora_enc_get_property):
24829         Set duration on encoded buffer, added some more properties
24830
24831 2004-06-10  Wim Taymans  <wim@fluendo.com>
24832
24833         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24834         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24835         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24836         * ext/theora/theoraenc.c: (theora_enc_chain):
24837         Fix refcounting bugs
24838
24839 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24840
24841         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24842         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24843         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24844         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24845         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24846         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24847         (gst_asf_demux_change_state):
24848         * gst/asfdemux/gstasfdemux.h:
24849           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24850           feels like. I think we should set a new requirement for demuxers
24851           from now on to implement sane loop functions, data loops, query
24852           and seek functions before first commit into CVS. And this commit
24853           fixes all of the above.
24854
24855 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24856
24857         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24858           vorbis comments are properly encoded in UTF-8 before adding them
24859           to a GstTagList
24860
24861 2004-06-09  Benjamin Otte  <otte@gnome.org>
24862
24863         * ext/alsa/gstalsa.c: (add_channels):
24864           handle min <= max correctly
24865         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24866         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24867           add fixation functions so we fixate correctly. No preferring of alaw
24868           anymore because it's the first structure.
24869         * ext/alsa/gstalsa.h:
24870         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24871         (gst_alsa_hw_params_dump):
24872           add functions to ease debugging in alsalib
24873         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24874         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24875         (gst_alsa_start_audio):
24876           only specify hw params if we really setup a format (fixes #134007 -
24877           or at least works around it)
24878
24879 2004-06-09  Wim Taymans  <wim@fluendo.com>
24880
24881         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24882         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24883         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24884         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24885         (gst_ogg_mux_loop):
24886         Use stream caps to setup the initial pages in the ogg stream.
24887         Correctly set the streamheader caps on the srcpad.
24888
24889 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24890
24891         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24892         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24893         (gst_v4lsrc_getcaps):
24894         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24895         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24896           add querying of fps lists for webcams.  Negotiating to a framerate
24897           now works.
24898
24899 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24900
24901         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24902         (theora_push_buffer), (theora_push_packet),
24903         (theora_set_header_on_caps), (theora_enc_chain):
24904           mark buffers and put on streamheader, raw theora streaming
24905           now works too, whee
24906
24907 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24908
24909         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24910         (gst_tcp_gdp_read_caps):
24911           do a looping read for caps and GDP headers too
24912
24913 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24914
24915         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24916         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24917           return EOS instead of NULL in _get
24918
24919 2004-06-08  Wim Taymans  <wim@fluendo.com>
24920
24921         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24922         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24923         (gst_tcp_gdp_write_caps):
24924         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24925         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24926         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24927         Memory leak fixes
24928
24929 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24930
24931         * ext/vorbis/Makefile.am:
24932         * ext/vorbis/vorbis.c: (plugin_init):
24933         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24934         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24935         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24936         (vorbis_parse_change_state):
24937         * ext/vorbis/vorbisparse.h:
24938           adding a vorbisparse element that marks the buffers, streaming
24939           raw vorbis using GDP now works, whee
24940
24941 2004-06-08  Wim Taymans  <wim@fluendo.com>
24942
24943         * ext/jpeg/Makefile.am:
24944         * ext/jpeg/README:
24945         * ext/jpeg/gstjpeg.c: (plugin_init):
24946         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24947         (gst_smokedec_base_init), (gst_smokedec_class_init),
24948         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24949         * ext/jpeg/gstsmokedec.h:
24950         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24951         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24952         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24953         (gst_smokeenc_resync), (gst_smokeenc_chain),
24954         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24955         * ext/jpeg/gstsmokeenc.h:
24956         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24957         (smokecodec_flush_destination), (smokecodec_term_destination),
24958         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24959         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24960         (smokecodec_term_source), (smokecodec_encode_new),
24961         (smokecodec_decode_new), (smokecodec_info_free),
24962         (smokecodec_set_quality), (smokecodec_get_quality),
24963         (smokecodec_set_threshold), (smokecodec_get_threshold),
24964         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24965         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24966         (smokecodec_parse_header), (smokecodec_decode):
24967         * ext/jpeg/smokecodec.h:
24968         Added a new simple jpeg based codec
24969
24970 2004-06-08  Wim Taymans  <wim@fluendo.com>
24971
24972         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24973         (gst_multipart_mux_loop):
24974         Fix memory leak
24975
24976 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24977
24978         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24979         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24980         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24981         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24982         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24983         * gst/tcp/gsttcpserversink.h:
24984           take streamheader into account
24985
24986 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24987
24988         * gst/level/Makefile.am:
24989         * gst/level/gstlevel.c: (gst_level_class_init):
24990           clean up marshal generation
24991
24992 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24993
24994         * gst/tcp/Makefile.am:
24995         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24996         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24997         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24998         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24999         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
25000         (gst_tcpclientsrc_get_property):
25001         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25002         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
25003         (gst_tcpserversink_handle_client_read),
25004         (gst_tcpserversink_handle_client_write),
25005         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
25006         * gst/tcp/gsttcpserversink.h:
25007           add signals client-added and client-removed
25008         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25009         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
25010         (gst_tcpserversrc_get_property):
25011         uniformized, change default protocol to NONE
25012         * gst/tcp/gsttcp-marshal.list: added
25013 2004-06-07  Benjamin Otte  <otte@gnome.org>
25014
25015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25016           handle discont events if they happen before caps nego
25017
25018 2004-06-07  Wim Taymans  <wim@fluendo.com>
25019
25020         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25021         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25022         (gst_multipart_demux_plugin_init):
25023         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25024         (gst_multipart_mux_init), (gst_multipart_mux_loop),
25025         (gst_multipart_mux_change_state):
25026         Small updates, fix a memleak
25027
25028 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25029
25030         * configure.ac: OSS portability
25031         * ext/arts/gst_arts.c: idem
25032         * sys/oss/gstosselement.c: idem
25033         * sys/oss/gstossmixer.c: idem
25034         * sys/oss/gstosssink.c: idem
25035         * sys/oss/gstosssrc.c: idem
25036         * sys/oss/oss_probe.c: idem
25037           - check for soundcard.h in different places for some BSD
25038
25039 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
25040
25041         * AUTHORS:
25042         Add me to the authors file
25043         * configure.ac:
25044         Increase the libdv requirement to >= version 0.100
25045         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
25046         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
25047         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
25048         * ext/dv/gstdvdec.h:
25049         Add support for the new_media flag when sending DISCONT events
25050         Make the querying work when video pad is not linked
25051
25052 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25053
25054         reviewed by Benjamin Otte  <otte@gnome.org>
25055
25056         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
25057           create a NULL-initialized array of pads, so we don't think they
25058           exist already. (fixes #143130)
25059
25060 2004-06-07  Benjamin Otte  <otte@gnome.org>
25061
25062         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
25063         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
25064         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
25065           don't use // coments
25066
25067 2004-06-07  Benjamin Otte  <otte@gnome.org>
25068
25069         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
25070           cast to GstClockTime to get higher granularity
25071         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25072           use gst_element_set_time_delay to get the exact time
25073         * ext/mad/gstmad.c: (gst_mad_chain):
25074           use the negotiated rate instead of the current frame's rate which
25075           might be wrong because of bit errors. This avoids emitting totally
25076           bogus timestamps and screwing sync.
25077         (fixes #143454)
25078
25079 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25080
25081         reviewed by Benjamin Otte  <otte@gnome.org>
25082
25083         * gst/adder/gstadder.c: (gst_adder_loop):
25084           properly error out when no negotiation has happened yet. (fixes
25085           #143032)
25086
25087 2004-06-06  Benjamin Otte  <otte@gnome.org>
25088
25089         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
25090           forward correctly transformed offset in discont events. Based on
25091           patch by Arwed v. Merkatz. (fixes #142851)
25092
25093 2004-06-06  David Schleef  <ds@schleef.org>
25094
25095         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
25096         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
25097         problems on several systems.
25098
25099 2004-06-06  Benjamin Otte  <otte@gnome.org>
25100
25101         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
25102           use explicit caps on the srcpad
25103         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25104           properly error out if caps couldn't be set (fixes #142764)
25105
25106 2004-06-06  Benjamin Otte  <otte@gnome.org>
25107
25108         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
25109         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
25110         (gst_alsa_start_audio):
25111           - don't call set_periods_integer anymore, it breaks the
25112           configuration randomly
25113           - call snd_pcm_hw_params_set_access directly instead of using masks
25114           - don't fail if the sw_params can't be set, just use the default
25115           params and hope it works. Alsalib has weird issues when you touch
25116           sw_params and does no proper error reporting about what failed.
25117         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25118         (gst_alsa_close_audio):
25119           make our alsa debugging go via gst debugging and not conditionally
25120           defined
25121         * ext/alsa/gstalsa.h:
25122           add ALSA_DEBUG_FLUSH macro
25123         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
25124         (plugin_init):
25125           wrap alsa errors to be printed via the gst debugging system and not
25126           spammed to stderr
25127
25128 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25129
25130         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
25131         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
25132         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
25133         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
25134         (qtdemux_parse_trak):
25135         * gst/qtdemux/qtdemux.h:
25136           Bitch. Also known as seeking, querying & co.
25137         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25138         (gst_osssink_change_state):
25139         * sys/oss/gstosssink.h:
25140           Resyncing is for weenies, this hack is no longer needed and was
25141           broken anyway (since it - unintendedly - always leaves resync to
25142           TRUE).
25143
25144 2004-06-05  Andrew Turner <zxombie@hotpop.com>
25145
25146         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
25147         * gst/tcp/gsttcpclientsrc.h: idem
25148           - define MSG_NOSIGNAL if not done
25149           - include unistd.h for off_t
25150           (fixes #143749)
25151
25152 2004-06-05  Benjamin Otte  <otte@gnome.org>
25153
25154         * configure.ac:
25155         * ext/kio/Makefile.am:
25156           check for qt's moc preprocessor explicitly and use it
25157
25158 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25159
25160         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
25161           don't get a signal for EPIPE on socket writes
25162           (somebody check if this works on other platforms)
25163
25164 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25165
25166         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
25167         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25168           check error condition on available samples correctly
25169
25170 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25171
25172         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
25173           avoid a segfault
25174         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
25175         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
25176         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
25177         (gst_tcpserversrc_gdp_read_header):
25178          use ssize_t over size_t since the former is signed and thus the
25179          check for error codes can work
25180
25181 2004-06-02  Wim Taymans  <wim@fluendo.com>
25182
25183         reviewed by: Johan
25184
25185         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25186         (gst_multipart_mux_loop):
25187         Oops
25188
25189 2004-06-02  Wim Taymans  <wim@fluendo.com>
25190
25191         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25192         (gst_multipart_mux_init), (gst_multipart_mux_loop),
25193         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25194         (gst_multipart_mux_change_state):
25195         Added configurable boundary specifier, added the value as a
25196         caps field as well.
25197
25198 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25199
25200         * gst/tcp/gsttcp.c:
25201         * gst/tcp/gsttcpclientsrc.c:
25202         * gst/tcp/gsttcpclientsrc.h:
25203         * gst/tcp/gsttcpserversrc.c:
25204           - portability fix, to compile on OSX
25205             (fixes #143146)
25206
25207         * sys/osxaudio/gstosxaudioelement.c:
25208         * sys/osxaudio/gstosxaudiosink.c:
25209         * sys/osxaudio/gstosxaudiosrc.c:
25210           - compilation warnings on OSX
25211             (fixes #143153)
25212
25213 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25214
25215         * ext/vorbis/vorbisdec.c : sign warning fixes
25216
25217         * gst-libs/gst/mixer/mixertrack.c :
25218           do no use defines which are glib 2.4 specific
25219
25220 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
25221
25222         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
25223           buffer since libflac doesn't expect it (reports a sync error when
25224           it encounters that)
25225
25226
25227 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
25228
25229         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
25230         * gst-libs/gst/mixer/mixertrack.c:
25231         (gst_mixer_track_get_property), (get_mixer_track_init),
25232         (get_mixer_track_get_property): Added property accessors
25233         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
25234         * gst-libs/gst/mixer/mixeroptions.c:
25235         (gst_mixer_options_get_values): Added
25236         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25237         * gst-libs/gst/mixer/mixer.c: Fixed comment
25238
25239
25240 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25241
25242         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25243           improve error messages on open
25244
25245
25246 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25247
25248         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25249           check if v4l-conf is in path
25250
25251 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25252
25253         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25254           change assert to a more readable error message
25255
25256 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25257
25258         * gst-libs/gst/tuner/tunerchannel.h:
25259           - add a freq_multiplicator field to make the conversion
25260             between internal frequency unit and Hz
25261         * sys/v4l/gstv4lelement.c:
25262         * sys/v4l2/gstv4l2element.c:
25263           - change default video device to /dev/video0
25264         * sys/v4l/v4l_calls.c:
25265         * sys/v4l2/v4l2_calls.c:
25266           - we only expose frequency to the user in Hz instead of
25267             bastard v4lX unit (either 62.5kHz or 62.5Hz)
25268
25269 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
25270         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25271           Initialise b_o_s and e_o_s variables
25272         * gst-libs/gst/riff/riff-media.c:
25273         (gst_riff_create_video_caps_with_data):
25274           Add some unusual fourcc's from mplayer avi's
25275         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25276           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25277           autoplugging.
25278
25279 2004-05-28  Wim Taymans  <wim@fluendo.com>
25280
25281         * configure.ac:
25282         * gst/alpha/Makefile.am:
25283         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25284         (gst_alpha_get_type), (gst_alpha_base_init),
25285         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25286         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25287         (gst_alpha_chroma_key), (gst_alpha_chain),
25288         (gst_alpha_change_state), (plugin_init):
25289         A plugin to add an alpha channel to I420 video. Can optionally do
25290         chroma keying.
25291         * gst/multipart/Makefile.am:
25292         * gst/multipart/multipart.c: (plugin_init):
25293         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25294         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25295         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25296         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25297         (gst_multipart_demux_change_state),
25298         (gst_multipart_demux_plugin_init):
25299         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25300         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25301         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25302         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25303         (gst_multipart_mux_pad_unlink),
25304         (gst_multipart_mux_request_new_pad),
25305         (gst_multipart_mux_handle_src_event),
25306         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25307         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25308         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25309         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25310         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25311         send multipart jpeg images to a browser.
25312         * gst/videobox/Makefile.am:
25313         * gst/videobox/README:
25314         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25315         (gst_video_box_get_type), (gst_video_box_base_init),
25316         (gst_video_box_class_init), (gst_video_box_init),
25317         (gst_video_box_set_property), (gst_video_box_get_property),
25318         (gst_video_box_sink_link), (gst_video_box_i420),
25319         (gst_video_box_ayuv), (gst_video_box_chain),
25320         (gst_video_box_change_state), (plugin_init):
25321         Crops or adds borders around an image. can do alpha channel
25322         borders as well.
25323         * gst/videomixer/Makefile.am:
25324         * gst/videomixer/README:
25325         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25326         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25327         (gst_videomixer_pad_get_sink_event_masks),
25328         (gst_videomixer_pad_get_property),
25329         (gst_videomixer_pad_set_property),
25330         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25331         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25332         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25333         (gst_videomixer_base_init), (gst_videomixer_class_init),
25334         (gst_videomixer_init), (gst_videomixer_request_new_pad),
25335         (gst_videomixer_handle_src_event),
25336         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25337         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25338         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25339         (gst_videomixer_loop), (gst_videomixer_get_property),
25340         (gst_videomixer_set_property), (gst_videomixer_change_state),
25341         (plugin_init):
25342         Generic video mixer plugin, can handle multiple inputs all with
25343         different framerates and video sizes. Is fully alpha channel
25344         aware.
25345
25346 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25347
25348         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25349           Select first track as master track. Not sure how else to handle
25350           that...
25351         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25352           Discard discont events. Should fix #142962.
25353
25354 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25355
25356         * ext/alsa/Makefile.am:
25357         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25358         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25359         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25360         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25361         (gst_alsa_mixer_get_option):
25362         * ext/alsa/gstalsamixer.h:
25363         * ext/alsa/gstalsamixeroptions.c:
25364         (gst_alsa_mixer_options_get_type),
25365         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25366         (gst_alsa_mixer_options_new):
25367         * ext/alsa/gstalsamixeroptions.h:
25368         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25369         * ext/alsa/gstalsamixertrack.h:
25370           Add enumerations (as GstMixerOptions). Make correct distinction
25371           between input/output tracks. Add capture/playback private flag.
25372           Use flag to decide on whether to set capture or playback volumes
25373           or switches. Use playback and record switches.
25374         * gst-libs/gst/mixer/Makefile.am:
25375         * gst-libs/gst/mixer/mixer-marshal.list:
25376         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25377         (gst_mixer_set_option), (gst_mixer_get_option),
25378         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25379         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25380         * gst-libs/gst/mixer/mixer.h:
25381         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25382         (gst_mixer_options_class_init), (gst_mixer_options_init),
25383         (gst_mixer_options_dispose):
25384         * gst-libs/gst/mixer/mixeroptions.h:
25385           Add GstMixerOptions.
25386         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25387           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25388           broken device detection on computers with multiple OSS sound
25389           cards.
25390
25391 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25392
25393         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25394           fixate nicely even when the peer is not negotiating
25395
25396 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25397
25398         * gst/audioconvert/gstaudioconvert.c:
25399         (gst_audio_convert_parse_caps):
25400           make sure we don't allow depth > width
25401         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25402           fixate endianness to G_BYTE_ORDER as default
25403         * gst/audioscale/gstaudioscale.c:
25404           we don't handle another endianness as host-endianness
25405
25406 2004-05-25  David Schleef  <ds@schleef.org>
25407
25408         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25409
25410 2004-05-24  Benjamin Otte  <otte@gnome.org>
25411
25412         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25413         (gst_oggvorbisenc_setup):
25414           properly fail when we can't setup the vorbis encoder due to
25415           unsupported settings
25416         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25417         (gst_vorbisenc_setup):
25418           same
25419         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25420           fix case where warnings occured when one pad was unlinked while the
25421           other's link function was called
25422
25423 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25424
25425         * gst/tcp/Makefile.am:
25426           use GST_ENABLE_NEW
25427
25428 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25429
25430         * gst-libs/gst/resample/private.h:
25431           don't use optimizations that are #if 0'ed
25432
25433 2004-05-24  Wim Taymans  <wim@fluendo.com>
25434
25435         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25436         Fix potential division by zero error and hopefully get
25437         the position query right to get correct timestamps on avi
25438         audio.
25439
25440 2004-05-24  Wim Taymans  <wim@fluendo.com>
25441
25442         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25443         (gst_videoscale_scale_nearest_str2),
25444         (gst_videoscale_scale_nearest_str4),
25445         (gst_videoscale_scale_nearest_32bit),
25446         (gst_videoscale_scale_nearest_24bit),
25447         (gst_videoscale_scale_nearest_16bit):
25448         Fix the scaling algorithm and avoid a buffer overflow.
25449         removed the while loop in the scaling function as it
25450         was used for point sampling only.
25451
25452 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25453
25454         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25455         (gst_id3_tag_class_init), (gst_id3_tag_init),
25456         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25457         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25458         (gst_id3_tag_send_tag_event):
25459           lots of fixes to make id3mux work and id3demux work correctly
25460
25461 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25462
25463         * ext/Makefile.am:
25464           add rules to build shout2send (was removed by accident
25465           when this module was no more marked experimental/broken)
25466
25467 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25468
25469         * ext/shout2/gstshout2.c:
25470         * ext/shout2/gstshout2.h:
25471           adding a "connection problem" signal to shout2send
25472           (fixes #142954)
25473
25474 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25475
25476         * ext/kio/kioreceiver.cpp:
25477         * ext/kio/kioreceiver.h:
25478           fix sign comparison issues
25479
25480 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25481
25482         * gst/cdxaparse/gstcdxaparse.c:
25483         * gst/cdxaparse/gstcdxaparse.h:
25484           some renaming
25485           add some checks/sanity
25486           prepare for seek addition
25487
25488         * sys/sunaudio/gstsunaudio.c:
25489           remove exported dupe init function
25490
25491 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25492
25493         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25494         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25495           Fix format conversion and position querying.
25496         * gst/debug/progressreport.c: (gst_progressreport_report):
25497           Don't output a bogus total value that we didn't query.
25498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25499           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25500           only a blank window after xine has been used.
25501
25502 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25503
25504         * m4/as-arts.m4:
25505           sync with upstream version to fix test on FC2
25506           readd with -ko to preserve Id header
25507
25508 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25509
25510         * configure.ac:
25511           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25512         * gst/tcp/gsttcpclientsrc.c: idem
25513         * gst/tcp/gsttcpserversink.c: idem
25514         * gst/tcp/gsttcpserversrc.c: idem
25515         * m4/gst-fionread.m4: idem
25516
25517         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25518
25519         * configure.ac: enable speex plugin for speex 1.1.5+
25520         * ext/speex/gstspeexenc.c: fix cast warning
25521
25522         * ext/esd/README: fix typo
25523
25524 2004-05-20  David Schleef  <ds@schleef.org>
25525
25526         * configure.ac: Minor cosmetic change to convince the buildbot to
25527         reautogen.
25528         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25529         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25530         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25531         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25532         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25533         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25534         More hacking.  Plays audio now.
25535
25536 2004-05-20  David Schleef  <ds@schleef.org>
25537
25538         * configure.ac:
25539         * sys/Makefile.am:
25540
25541 2004-05-20  David Schleef  <ds@schleef.org>
25542
25543         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25544         * sys/osxaudio/gstosxaudio.c:
25545         * sys/osxaudio/gstosxaudioelement.c:
25546         * sys/osxaudio/gstosxaudioelement.h:
25547         * sys/osxaudio/gstosxaudiosink.c:
25548         * sys/osxaudio/gstosxaudiosink.h:
25549         * sys/osxaudio/gstosxaudiosrc.c:
25550         * sys/osxaudio/gstosxaudiosrc.h:
25551
25552 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25553
25554         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25555         (gst_vorbisenc_chain):
25556           put the codec headers on the caps as streamheader as well as
25557           pushing them out
25558
25559 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25560
25561         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25562         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25563         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25564         split up push_packet into two functions
25565
25566 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25567
25568         * gst/tcp/.cvsignore:
25569           ignore enums
25570         * gst/tcp/Makefile.am:
25571         * gst/tcp/README:
25572         * gst/tcp/gsttcp.c:
25573         * gst/tcp/gsttcp.h:
25574         * gst/tcp/gsttcpclientsink.c:
25575         * gst/tcp/gsttcpclientsink.h:
25576         * gst/tcp/gsttcpclientsrc.c:
25577         * gst/tcp/gsttcpclientsrc.h:
25578         * gst/tcp/gsttcpplugin.c:
25579         * gst/tcp/gsttcpserversink.c:
25580         * gst/tcp/gsttcpserversink.h:
25581         * gst/tcp/gsttcpserversrc.c:
25582         * gst/tcp/gsttcpserversrc.h:
25583           add new tcp elements
25584
25585 2004-05-19  Wim Taymans  <wim@fluendo.com>
25586
25587         * gst/law/mulaw-conversion.c: (mulaw_encode):
25588         Fix overflow bug in ulaw encoding.
25589
25590 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25591
25592         * ext/mad/gstmad.c: (gst_mad_handle_event):
25593           don't unref the event twice
25594
25595 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25596
25597         * configure.ac:
25598           remove -Wno-sign-compare
25599
25600 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25601
25602         * configure.ac:
25603           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25604           if you want to work against glib 2.2 and 2.4
25605
25606 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25607
25608         * gst/tcp/Makefile.am:
25609         * gst/tcp/gsttcp.c:
25610         * gst/tcp/gsttcp.h:
25611         * gst/tcp/gsttcpsink.h:
25612         * gst/tcp/gsttcpsrc.h:
25613           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25614
25615 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25616
25617         * gst/debug/tests.c: (md5_get_value):
25618           fix segfault on gst-inspect
25619
25620 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25621
25622         * gst/debug/testplugin.c:
25623         * gst/debug/tests.c:
25624         * gst/debug/tests.h:
25625           add new extensible and configurable testing element. Current tests
25626           include buffer count, stream length, timestamp/duration matching and
25627           md5.
25628         * gst/debug/Makefile.am:
25629         * gst/debug/gstdebug.c: (plugin_init):
25630           add infrastructure for new element
25631
25632 2004-05-19  Johan Dahlin  <johan@gnome.org>
25633
25634         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25635         ending of the array. Fixes gst-inspect segfault on ppc.
25636
25637 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25638
25639         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25640
25641         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25642
25643 2004-05-18  David Schleef  <ds@schleef.org>
25644
25645         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25646         warnings (bugs, actually) noticed by gcc but not forte.
25647
25648 2004-05-18  David Schleef  <ds@schleef.org>
25649
25650         * sys/sunaudio/Makefile.am:
25651         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25652
25653 2004-05-18  David Schleef  <ds@schleef.org>
25654
25655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25656         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25657         to allow qtdemux to use non-seekable streams. (bug #142272)
25658
25659 2004-05-18  David Schleef  <ds@schleef.org>
25660
25661         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25662         (gst_resample_sinc_ft_float): Remove use of static temporary
25663         buffer.  This code was obviously not supposed to last long, but
25664         it's stuck in our ABI, so it required a little hack to make it
25665         ABI-compatible.  Fixes #142585.
25666         * gst-libs/gst/resample/resample.h: same.
25667
25668 2004-05-18  David Schleef  <ds@schleef.org>
25669
25670         * configure.ac: Add sunaudio
25671         * examples/Makefile.am: make gstplay depend on gconf
25672         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25673         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25674         (convert_table_lookup), (img_convert): remove c99-isms
25675         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25676           unsigned, to fix a warning on Solaris
25677         * gst/mpeg1sys/systems.c: bcopy->memcpy
25678         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25679         * sys/Makefile.am: Add sunaudio
25680
25681 2004-05-18  Wim Taymans  <wim@fluendo.com>
25682
25683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25684         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25685         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25686         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25687         (gst_ogg_mux_loop):
25688         Fix an ugly memleak where the muxer didn't flush enough ogg
25689         pages. This also resulted in badly muxed ogg files.
25690
25691 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25692
25693         * gst/asfdemux/asfheaders.c :
25694         * gst/asfdemux/asfheaders.h :
25695         * gst/asfdemux/gstasfdemux.c :
25696           - fix ASF_OBJ_PADDING guid
25697           - add 3 new object guids (language list, metadata,
25698             extended stream properties)
25699           - add a function to parse extended header objects
25700
25701 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25702
25703         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25704           remove leftover debugging g_print
25705
25706 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25707
25708         * ext/mad/gstmad.c: (gst_mad_handle_event):
25709           Fix for when the first format in a discont event is not a
25710           byte-based one. Should fix #137710.
25711
25712 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25713
25714         * m4/a52.m4 : fix compilation with -Wall -Werror
25715         * m4/libfame.m4 : idem
25716         * m4/libmikmod.m4 : idem
25717
25718 2004-05-17  Benjamin Otte  <otte@gnome.org>
25719
25720         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25721           signal the new tags before giving up the reference
25722
25723 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25724
25725         * ext/shout2/gstshout2.c:
25726           use application/ogg instead of application/x-ogg (patch by Patrick
25727           Guimond, fixes #142432)
25728         * sys/oss/gstosselement.c: (gst_osselement_reset),
25729         (gst_osselement_sync_parms):
25730           don't set fragment size unless specified (fixes #142493)
25731
25732 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25733
25734         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25735           fixes #142664
25736
25737 2004-05-17  Benjamin Otte  <otte@gnome.org>
25738
25739         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25740           compute offsets correctly for internal buffers so timestamps are set
25741           correctly when we can't seek. Also handle cases where there are no
25742           offsets. (based on a patch by David Moore, fixes #142507)
25743
25744 2004-05-17  Benjamin Otte  <otte@gnome.org>
25745
25746         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25747           use correct variable when determining amount of data to skip so we
25748           don't skip into the void and segfault
25749
25750 2004-05-16  Benjamin Otte  <otte@gnome.org>
25751
25752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25753           Hi, I'm a memleak
25754
25755 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25756
25757         * gst/asfdemux/gstasfdemux.c:
25758           - fix a mem leak and always propagate tags
25759           - add WMV3 to known video codecs (but no decoder yet)
25760           - replace "surplus data" at end of audio header for what
25761             it is : codec specific data
25762           - fix a typo
25763
25764 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25765
25766         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25767
25768         * gst-libs/gst/audio/audioclock.c:
25769           Fix wrong return type (#142205).
25770
25771 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25772
25773         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25774           Ignore CRCs by default (fixes #142566).
25775
25776 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25777
25778         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25779         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25780         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25781         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25782         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25783         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25784           Fix for cases where we fail to attach to a mixer.
25785
25786 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25787
25788         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25789           Don't touch events after not owning them anymore.
25790         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25791         (gst_wavparse_fmt), (gst_wavparse_other),
25792         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25793         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25794         (gst_wavparse_srcpad_event):
25795         * gst/wavparse/gstwavparse.h:
25796           Add seeking, fix querying.
25797
25798 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25799
25800         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25801           - process comments even if they don't end with \0\0
25802             g_convert would ignore them if present and works well without them
25803
25804 2004-05-16  Benjamin Otte  <otte@gnome.org>
25805
25806         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25807           simplify caps
25808
25809 2004-05-16  Benjamin Otte  <otte@gnome.org>
25810
25811         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25812           don't write to memory we might not write to - g_convert does that
25813           for us anyway (fixes #142613)
25814         (gst_asf_demux_audio_caps):
25815           comment out gst_util_dump_mem
25816
25817 2004-05-16  Benjamin Otte  <otte@gnome.org>
25818
25819         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25820           compute correct expected timestamps after seek (broken since
25821           last commit)
25822         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25823           rename element and debugging category to gdkpixbufscale
25824
25825 2004-05-16  Benjamin Otte  <otte@gnome.org>
25826
25827         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25828           add error checking to snd_pcm_delay and remove duplicate call to
25829           snd_pcm_delay that caused issues (see inline code comments)
25830         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25831           make more readable and fix return value when snd_pcm_delay fails
25832         (fixes #142586)
25833
25834 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25835         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25836         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25837         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25838         (gst_pixbufscale_link), (gst_pixbufscale_init),
25839         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25840         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25841         (gst_pixbufscale_get_property), (pixbufscale_init):
25842         * ext/gdk_pixbuf/pixbufscale.h:
25843         Add these files I forgot earlier
25844
25845 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25846         * ext/gdk_pixbuf/Makefile.am:
25847         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25848         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25849         Add new pixbufscale element to scale RGB video
25850         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25851         and HYPER interpolation correctly.
25852         * ext/theora/theoraenc.c: (theora_enc_chain),
25853         Discard buffer and return if explicit caps could not be set
25854         (theora_enc_get_property):
25855         Make _get return kbps for the bitrate consistent with
25856         the _set function.
25857
25858
25859 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25860
25861         * ext/libvisual/visual.c: (gst_visual_chain):
25862           add missing visual_audio_analyze
25863
25864 2004-05-14  David Schleef  <ds@schleef.org>
25865
25866         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25867         is killed while we're playing.
25868         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25869         gst_element_no_more_pads().
25870
25871 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25872
25873         * gst-libs/gst/riff/riff-read.c :
25874           - fix INFO tag extraction in RIFF/AVI files
25875             because gst_event_unref (event) also freed taglist
25876           - avoid a mem leak
25877
25878 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25879
25880         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25881         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25882
25883         * gst/auparse/gstauparse.c :
25884           - add code (commented for now) to support audio/x-adpcm on src pad
25885             (we have no decoder for those layout yet)
25886
25887         * gst/cdxaparse/gstcdxaparse.c :
25888         * gst/cdxaparse/gstcdxaparse.h :
25889           - partial rewrite using RiffRead (ripped iain's wavparse code)
25890
25891         * gst/rtp/gstrtpL16enc.c : typo
25892         * gst/rtp/gstrtpgsmenc.c : typo
25893
25894 2004-05-13  Benjamin Otte  <otte@gnome.org>
25895
25896         * configure.ac:
25897           check for exact version of libvisual, it's not supposed to be
25898           API/ABI stable yet
25899
25900 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25901
25902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25903           signal no-more-pads
25904
25905 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25906
25907         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25908         Report which format was used for GST_FORMAT_DEFAULT
25909         * gst/debug/Makefile.am:
25910         * gst/debug/gstdebug.c: (plugin_init):
25911         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25912         (gst_progressreport_class_init), (gst_progressreport_init),
25913         (gst_progressreport_report), (gst_progressreport_set_property),
25914         (gst_progressreport_get_property), (gst_progressreport_chain),
25915         (gst_progressreport_plugin_init):
25916         Add progressreport element for testing.
25917
25918 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25919
25920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25921         * sys/v4l/gstv4lsrc.h:
25922         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25923         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25924         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25925         (gst_v4lsrc_grab_frame):
25926           add more debugging
25927           send a discont at start
25928
25929 2004-05-12  Colin Walters  <walters@redhat.com>
25930
25931         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25932         inflooping if we can't find a chunk.  Or in other words, don't blow
25933         chunks if we don't have a chunk to blow.
25934
25935 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25936         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25937         Remove old debug output
25938         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25939         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25940         (gst_dvdec_set_property), (gst_dvdec_get_property):
25941         Change the quality setting to an enum, so it works from gst-launch
25942         Don't renegotiate a non-linked pad. Allows audio only decoding.
25943         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25944         (gst_deinterlace_link), (gst_deinterlace_init):
25945         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25946         (gst_videodrop_link):
25947         Some caps negotiation fixes
25948
25949 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25950
25951         * ext/tarkin/gsttarkin.c :
25952           - Change RANK from NONE to PRIMARY
25953         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25954           - Change RANK from NONE to MARGINAL
25955         * ext/divx/gstdivxenc.c :
25956           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25957
25958 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25959
25960         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25961         (gst_vorbisenc_push_packet):
25962           copy a function that was added between 1.0 and 1.0.1 until we
25963           depend on worthwhile features of post-1.0
25964
25965 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25966
25967         * configure.ac:
25968           enable shout2 by default
25969         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25970         (gst_shout2send_base_init), (gst_shout2send_init),
25971         (gst_shout2send_connect), (gst_shout2send_change_state):
25972         * ext/shout2/gstshout2.h:
25973           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25974           #142262)
25975         * ext/theora/theora.c: (plugin_init):
25976           don't set rank on encoders
25977
25978 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25979
25980         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25981           Use codec_data property instead of flag1 and flag2 for wma
25982
25983 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25984
25985         * gst/cdxaparse/gstcdxaparse.c :
25986           - Add mpegversion to CAPS to make it link
25987           - Rank is as GST_RANK_SECONDARY instead of NONE
25988         * gst/auparse/gstauparse.c :
25989           - Document all audio encoding we can encounter from Solaris 9
25990             headers and libsndfile information.
25991           - Increase max. rate from 48000 to 192000 (to match other elements)
25992           - Don't try to play junk data between header and samples
25993
25994 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25995
25996         * ext/libvisual/visual.c: (gst_visual_getcaps):
25997           use the right caps depending on endianness (I hope)
25998         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25999           use GST_RANK_NONE for all non-decoding elements or spider gets
26000           mighty confused
26001
26002 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26003
26004         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
26005           Fix some odd cases and fix BE metadata parsing of unicode16 text.
26006
26007 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26008
26009         * gst/switch/gstswitch.c: (gst_switch_release_pad),
26010         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
26011         (gst_switch_loop), (gst_switch_get_type):
26012           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
26013           HEADERS. Had to be said.
26014
26015 2004-05-10  David Schleef  <ds@schleef.org>
26016
26017         * configure.ac: Add prototype Dirac support.
26018         * ext/Makefile.am:
26019         * ext/dirac/Makefile.am:
26020         * ext/dirac/gstdirac.cc:
26021         * ext/dirac/gstdiracdec.cc:
26022
26023 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26024
26025         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
26026         (gst_auparse_init), (gst_auparse_chain),
26027         (gst_auparse_change_state):
26028           Hack around spider. Remove me some day please.
26029
26030 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26031
26032         * gst/auparse/gstauparse.c: (gst_auparse_chain):
26033           Fix for some uninitialized variables in previous patch, also
26034           makes it work. Fixes #142286 while we're at it.
26035
26036 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26037
26038         * gst/auparse/gstauparse.c:
26039                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
26040                 only unsupported formats are ADPCM/CCITT G.72x
26041                 reviewed by Ronald
26042         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
26043
26044 2004-05-10  Wim Taymans  <wim@fluendo.com>
26045
26046         * ext/vorbis/Makefile.am:
26047         * ext/vorbis/README:
26048         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
26049         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
26050         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
26051         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
26052         (gst_oggvorbisenc_convert_sink),
26053         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
26054         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
26055         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
26056         (get_constraints_string), (update_start_message),
26057         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
26058         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
26059         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
26060         * ext/vorbis/oggvorbisenc.h:
26061         * ext/vorbis/vorbis.c: (plugin_init):
26062         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
26063         (raw_caps_factory), (gst_vorbisenc_class_init),
26064         (gst_vorbisenc_init), (gst_vorbisenc_setup),
26065         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
26066         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
26067         * ext/vorbis/vorbisenc.h:
26068         Added a raw vorbis encoder to be used with the oggmuxer.
26069         We still need the old encoder for some gnome applications,
26070         read the README to find out how that works.
26071         The raw encoder is called "rawvorbisenc" until 0.9.
26072
26073 2004-05-10  Wim Taymans  <wim@fluendo.com>
26074
26075         * ext/ogg/gstogg.c: (plugin_init):
26076         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
26077         (gst_ogg_print):
26078         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
26079         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
26080         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
26081         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
26082         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
26083         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
26084         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
26085         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
26086         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
26087         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
26088         Added an ogg muxer.
26089         Small typo fixes in the demuxer.
26090
26091 2004-05-10  Wim Taymans  <wim@fluendo.com>
26092
26093         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26094         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26095         (theora_enc_change_state), (theora_enc_set_property),
26096         (theora_enc_get_property):
26097         Mark the last packet with an EOS flag which is not really needed
26098         in gstreamer.
26099         Do some better video framerate initialisation.
26100         Update the buffer timestamp.
26101
26102 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
26103
26104         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
26105         Return the result of the parent state change call
26106
26107 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26108
26109         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
26110         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
26111         * gst/law/alaw-encode.c : (idem)
26112         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
26113         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
26114         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
26115
26116 2004-05-09  Benjamin Otte  <otte@gnome.org>
26117
26118         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26119           don't use a fixed buffer size when writing variable length data to
26120           it. Fixes memory corruption and makes alsasrc work
26121
26122 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26123
26124         * ext/gnomevfs/gstgnomevfssink.c:
26125         (_gst_boolean_allow_overwrite_accumulator),
26126         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
26127           Run glib's default signal handler (??) in RUN_CLEANUP rather than
26128           RUN_LAST, and don't use that to set the accumulator value because
26129           then it's always FALSE.
26130
26131 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26132
26133         * gst-libs/gst/riff/riff-media.c:
26134         (gst_riff_create_video_caps_with_data),
26135         (gst_riff_create_audio_caps),
26136         (gst_riff_create_audio_template_caps):
26137         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26138           Fix for unaligned RIFF files (i.e. where all the chunks together
26139           in a LIST chunk are not of the same size as the size given in
26140           the LIST chunk header). Fixes several odd WAVE files. Also fix
26141           ADPCM (block_align property) in audio, so that wavparse based
26142           on this works now as it used to stand-alone.
26143
26144 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
26145
26146         reviewed by Benjamin Otte  <otte@gnome.org>
26147
26148         * ext/a52dec/gsta52dec.c:
26149         * ext/divx/gstdivxdec.c:
26150         * ext/divx/gstdivxenc.c:
26151         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
26152         * ext/faac/gstfaac.c: (gst_faac_base_init):
26153         * ext/faad/gstfaad.c: (gst_faad_base_init):
26154         * ext/ivorbis/vorbisfile.c:
26155         * ext/lame/gstlame.c:
26156         * ext/libfame/gstlibfame.c:
26157         * ext/mpeg2enc/gstmpeg2enc.cc:
26158         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
26159         * ext/sidplay/gstsiddec.cc:
26160         * ext/speex/gstspeexdec.c:
26161         * ext/speex/gstspeexenc.c:
26162         * ext/xvid/gstxviddec.c:
26163         * ext/xvid/gstxvidenc.c:
26164           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
26165           (fixes #142193)
26166
26167 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26168
26169         * ext/alsa/gstalsa.c: (device_list),
26170         (gst_alsa_class_probe_devices):
26171         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
26172           Fix alsa oddness in mixer after the combination of using mixer
26173           in source/sink elements and using hw:x,y instead of just hw:x.
26174
26175 2004-05-09  Benjamin Otte  <otte@gnome.org>
26176
26177         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
26178         (gst_wavparse_create_sourcepad):
26179           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
26180           sourcepads
26181
26182 2004-05-09  Benjamin Otte  <otte@gnome.org>
26183
26184         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26185           allow discont events before caps nego
26186
26187 2004-05-08  Benjamin Otte  <otte@gnome.org>
26188
26189         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26190           don't leak events
26191
26192 2004-05-08  Benjamin Otte  <otte@gnome.org>
26193
26194         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26195         (gst_level_change_state), (gst_level_init):
26196         * gst/level/gstlevel.h:
26197           figure out if we're initialized directly instead of keeping a
26198           variable that's wrong in 90% of cases
26199           don't initialize pads and then leak them and use a new unitialized
26200           pad. (fixes #142084)
26201           these were bugs so n00bish I didn't find them for an hour :/
26202
26203 2004-05-08 Iain <iain@prettypeople.org>
26204
26205         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
26206         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
26207         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
26208         return the length that was read.
26209         (gst_riff_read_strf_auds): Allow fmt tags as well.
26210
26211 2004-05-07  David Schleef  <ds@schleef.org>
26212
26213         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
26214         signed char assumption in faad.h.
26215
26216 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26217
26218         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
26219           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
26220
26221 2004-05-07  Colin Walters  <walters@redhat.com>
26222
26223         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
26224         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
26225         function.
26226         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
26227         Add dispose function.
26228
26229 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
26230         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
26231           Fix caps nego and pad templates. RGB mode caps should
26232           work now.
26233         * ext/dvdnav/gst-dvd:
26234           Move mpeg2dec inside the thread because otherwise the
26235           queue rejects cap changes mid-stream
26236         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26237         (gst_mpeg2dec_flush_decoder):
26238           For mpeg2dec > 0.4.0, call the flush function instead of
26239           manually extracting all in-flight frames.
26240         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26241         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26242           Change mime type video/dv go video/x-dv to match the
26243           rest of gst-plugins
26244
26245 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26246
26247         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26248         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26249         (gst_alsa_sink_class_init):
26250         * ext/alsa/gstalsasink.h:
26251         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26252         (gst_alsa_src_class_init):
26253         * ext/alsa/gstalsasrc.h:
26254           Make alsasink/src a subclass of alsamixer so that mixer stuff
26255           shows up in gst-rec. Needs some finetuning.
26256
26257 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26258
26259         * ext/lame/gstlame.c: (gst_lame_chain):
26260           simplify
26261         * ext/mad/gstmad.c: (gst_mad_handle_event):
26262           fix event leak
26263         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26264           be able to detect mp3 files < 4096 bytes
26265
26266 2004-05-06  Wim Taymans  <wim@fluendo.com>
26267
26268         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26269         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26270         (theora_enc_set_property), (theora_enc_get_property):
26271         Also encode the first frame, cleanup some code.
26272
26273 2004-05-06  Wim Taymans  <wim@fluendo.com>
26274
26275         * ext/mpeg2enc/gstmpeg2enc.cc:
26276         Forward events first before deciding that negotiation was
26277         not performed.
26278
26279 2004-05-06  Wim Taymans  <wim@fluendo.com>
26280
26281         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26282         First process the events before deciding that negotiation
26283         was not performed.
26284
26285 2004-05-06  Wim Taymans  <wim@fluendo.com>
26286
26287         * ext/theora/Makefile.am:
26288         * ext/theora/theora.c: (plugin_init):
26289         * ext/theora/theoradec.c: (theora_dec_change_state):
26290         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26291         (gst_theora_enc_class_init), (gst_theora_enc_init),
26292         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26293         (theora_enc_chain), (theora_enc_change_state),
26294         (theora_enc_set_property), (theora_enc_get_property):
26295         Added a theora encoder, grouped the encoder and decoder into the
26296         same plugin.
26297
26298 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26299
26300         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26301         (gst_jpegenc_chain):
26302         fix DURATION on outgoing buffers
26303         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26304         debug using time formats
26305         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26307         (gst_xvimagesink_sink_link):
26308         windows with width/height 0 generate X errors, so don't allow them
26309
26310 2004-05-05  Wim Taymans  <wim@fluendo.com>
26311
26312         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26313         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26314         (gst_mpeg2dec_negotiate_format):
26315         * ext/mpeg2dec/gstmpeg2dec.h:
26316           removed the static pad template so that we can add the
26317           more accurate framerate value to the caps.
26318
26319
26320 2004-05-04  Benjamin Otte  <otte@gnome.org>
26321
26322         * configure.ac:
26323           check for kdemacros.h, too (should fix #141821)
26324         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26325           don't crash if no header was sent, but nicely error out (fixes part
26326           of #141554)
26327
26328 2004-05-04  Wim Taymans  <wim@fluendo.com>
26329
26330         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26331         parent dispose function to avoid segfault on destroy.
26332
26333 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26334
26335         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26336         (plugin_init):
26337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26338         (gst_xvimagesink_sink_link):
26339         clean up debugging caps
26340         also recreate xvimage when format has changed
26341
26342 2004-05-04  Benjamin Otte  <otte@gnome.org>
26343
26344         * ext/libvisual/Makefile.am:
26345         * ext/libvisual/visual.c: (gst_visual_class_init),
26346         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26347         (gst_visual_srclink), (gst_visual_chain),
26348         (gst_visual_change_state), (plugin_init):
26349           use a GstAdapter to correctly adapt buffer sizes - allows using a
26350           framerate
26351
26352 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26353
26354         * sys/v4l/gstv4lelement.h:
26355         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26356         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26357         (gst_v4lsrc_buffer_free):
26358         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26359         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26360         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26361         (gst_v4lsrc_requeue_frame):
26362         move some debugging categories around
26363         query for fps index and set accordingly if found
26364
26365 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26366
26367         * ext/lame/gstlame.c:
26368         correct defaults that lame_init puts out of range
26369
26370 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26371
26372         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26373         (gst_divxenc_class_init):
26374         fix range since -1 is the default
26375         * gst/mpeg1sys/gstmpeg1systemencode.c:
26376         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26377         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26378         (gst_rtjpegdec_chain):
26379         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26380         (gst_rtjpegenc_chain):
26381         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26382         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26383         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26384         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26385         * sys/v4l/gstv4lsrc.c:
26386         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26387         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26388         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26389         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26390         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26391           remove gst_info calls
26392
26393 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26394
26395         * Makefile.am:
26396         * po/af.po:
26397         * po/az.po:
26398         * po/en_GB.po:
26399         * po/nl.po:
26400         * po/sr.po:
26401         * po/sv.po:
26402           Updated translations
26403
26404 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26405
26406         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26407           refactor/comment code
26408
26409 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26410
26411         * gst/asfdemux/Makefile.am:
26412         * gst/asfdemux/asfheaders.c:
26413         * gst/asfdemux/asfheaders.h:
26414         * gst/asfdemux/gstasf.c: (plugin_init):
26415         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26416         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26417         (gst_asf_demux_setup_pad):
26418         * gst/asfdemux/gstasfdemux.h:
26419         * gst/asfdemux/gstasfmux.c:
26420         * gst/asfdemux/gstasfmux.h:
26421           Add tagging support to demuxer, split out registration in its own
26422           file instead of in demux (hacky), and prevent having some tables
26423           in our memory multiple times (in asfheaders.h).
26424
26425 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26426
26427         * gst/matroska/matroska-demux.c:
26428         (gst_matroska_demux_parse_metadata):
26429         * gst/matroska/matroska-ids.h:
26430           Basic tag reading support.
26431
26432 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26433
26434         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26435           Really detect ac-3 audio.
26436         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26437           really detect matroska files (off-by-1).
26438
26439 2004-04-30  David Schleef  <ds@schleef.org>
26440
26441         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26442         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26443         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26444         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26445         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26446         hackage -- parse a lot more atoms, extract a few tags.  One might even
26447         mistake this for tag support.  Maybe it is.
26448         * gst/qtdemux/qtdemux.h:
26449
26450 2004-04-30  Colin Walters  <walters@verbum.org>
26451
26452         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26453
26454 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26455
26456         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26457         (gst_ffmpegcolorspace_getcaps):
26458           remove broken nego fix
26459
26460 2004-04-30  Benjamin Otte  <otte@gnome.org>
26461
26462         * configure.ac:
26463         * ext/Makefile.am:
26464         * ext/libvisual/Makefile.am:
26465         * ext/libvisual/visual.c:
26466           add initial support for libvisual (http://libvisual.sourceforge.net)
26467           libvisual is still quite alpha, so expect crashes in there :)
26468
26469 2004-04-29  David Schleef  <ds@schleef.org>
26470
26471         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26472         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26473         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26474         code; you will no longer respect me.
26475
26476 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26477
26478         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26479         * ext/alsa/gstalsa.h :
26480         change alsa pcm device discovery to find more than 1 device
26481         per card. code review by Ronald.
26482
26483 2004-04-29  David Schleef  <ds@schleef.org>
26484
26485         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26486         Add a check for a driver bug on FreeBSD.  (bug #140565)
26487
26488 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26489
26490         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26491         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26492         (gst_jpegenc_getcaps):
26493           move format setting to inner loop
26494         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26495         (gst_ffmpegcolorspace_getcaps):
26496           use GST_PAD_CAPS if available so that we use already negotiated
26497           caps
26498         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26499         (qtdemux_parse_moov), (qtdemux_parse):
26500           extra debugging
26501         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26502         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26503           move hardcoded path to DEFINE
26504
26505 2004-04-28  David Schleef  <ds@schleef.org>
26506
26507         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26508         (bug #140064)
26509
26510 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26511
26512         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26513           Don't probe for playback device if we're a source element. Fixes
26514           #139658.
26515
26516 2004-04-29  Benjamin Otte  <otte@gnome.org>
26517
26518         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26519         (gst_id3_tag_chain):
26520           rewrite buffer offset
26521
26522 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26523
26524         * configure.ac:
26525         * ext/Makefile.am:
26526         * ext/dts/Makefile.am:
26527         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26528         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26529         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26530         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26531         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26532         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26533         (plugin_init):
26534         * ext/dts/gstdtsdec.h:
26535           New DTS decoder.
26536         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26537         (gst_faad_srcconnect):
26538           Add ESDS atom handling (.m4a).
26539
26540 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26541
26542         * ext/divx/gstdivxdec.c: (plugin_init):
26543           Remove comment that makes no sense.
26544         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26545           Fix for obvious typo that resulted in warnings during gst-register.
26546         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26547         (gst_xviddec_sink_link):
26548           Fix caps negotiation a bit better.
26549         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26550           We call this 'codec_data', not 'esds'.
26551
26552 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26553
26554         * gst/monoscope/gstmonoscope.c:
26555           make sure we only provide 256x128
26556         * gst/monoscope/monoscope.c: (monoscope_init):
26557           assert size of 256x128
26558
26559 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26560
26561         * Makefile.am:
26562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26563         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26564           fixate to max width and height of device
26565
26566 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26567
26568         * Makefile.am:
26569         * sys/v4l/gstv4l.c:
26570         * sys/v4l/gstv4lsrc.c:
26571         * sys/v4l/v4l_calls.c:
26572         * sys/v4l/v4lsrc_calls.c:
26573           fix for qc-usb driver which fakes having more than one buffer
26574           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26575           buffer_free override
26576           add debugging
26577
26578 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26579
26580         * Makefile.am:
26581         * gst/videotestsrc/gstvideotestsrc.c:
26582         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26583         (gst_videotestsrc_init), (gst_videotestsrc_get),
26584         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26585         * gst/videotestsrc/gstvideotestsrc.h:
26586           add num-buffers property
26587
26588         2004-04-26  Benjamin Otte  <otte@gnome.org>
26589
26590         * ext/mad/gstid3tag.c: (plugin_init):
26591           set id3mux rank to NONE so it doesn't confuse spider
26592           require audio/mpeg,mpegversion=1 in id3mux
26593
26594 2004-04-26  Benjamin Otte  <otte@gnome.org>
26595
26596         * configure.ac:
26597           detect faad correctly as non-working if it's indeed non-working
26598
26599 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26600
26601         * Makefile.am:
26602         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26603         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26604         fix _getcaps so it only negotiates to its supported format
26605
26606 2004-04-25  Benjamin Otte  <otte@gnome.org>
26607
26608         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26609           fix memleak
26610
26611 2004-04-23  Benjamin Otte  <otte@gnome.org>
26612
26613         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26614           audio/x-raw-int with height rules! not. Now it's depth.
26615
26616 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26617
26618         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26619         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26620         (gst_wavparse_loop):
26621           Missing variable initialization. Add handling of DVI ADPCM. Fix
26622           mis-parsing of LIST chunks. This works around a bug where we mis-
26623           parse non-aligning LIST chunks (so LIST chunks where the contents
26624           don't align with the actual LIST size). The correct fix is to use
26625           rifflib, I'm not going to fix wavparse - too much work. All this
26626           fixes #104878.
26627
26628 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26629
26630         reviewed by Benjamin Otte  <otte@gnome.org>
26631
26632         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26633           fix shoutcast not working (fixes #140844)
26634
26635 2004-04-22  Benjamin Otte  <otte@gnome.org>
26636
26637         * ext/hermes/gsthermescolorspace.c:
26638         (gst_hermes_colorspace_caps_remove_format_info):
26639         * gst/colorspace/gstcolorspace.c:
26640         (gst_colorspace_caps_remove_format_info):
26641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26642         (gst_ffmpegcolorspace_caps_remove_format_info):
26643           s/gst_caps_simplify/gst_caps_do_simplify/
26644
26645 2004-04-22  Benjamin Otte  <otte@gnome.org>
26646
26647         * gst-libs/gst/riff/riff-media.c:
26648         (gst_riff_create_video_caps_with_data):
26649           mpegversion is an int
26650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26651           don't try to create pad templates with NULL caps, use any caps
26652           instead.
26653
26654 2004-04-20  David Schleef  <ds@schleef.org>
26655
26656         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26657         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26658         (bug #140384)
26659
26660 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26661
26662         reviewed by David Schleef
26663
26664         * ext/mad/gstid3tag.c: Add stdlib.h
26665         * gst/rtp/gstrtpgsmenc.c: same
26666         * gst/tags/gstid3tag.c: same
26667         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26668         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26669         GST_DISABLE_LOADSAVE use.
26670         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26671         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26672         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26673         atol(3)).
26674         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26675         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26676         strtoul(3)).
26677         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26678         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26679         $(ID3_CFLAGS).
26680         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26681         $(LIBFAME_CFLAGS).
26682
26683 2004-04-20  David Schleef  <ds@schleef.org>
26684
26685         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26686         last checkin.  Same idea.
26687
26688 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26689
26690         reviewed by David Schleef
26691
26692         * configure.ac: bump required gstreamer version to 0.8.1.1
26693         because of following changes [--ds]
26694
26695         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26696         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26697         (gst_riff_read_header):  Use GST_READ_UINT*
26698         macros to access possibly unaligned memory.
26699
26700         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26701         (mp3_type_find):  Use GST_READ_UINT*
26702         macros to access possibly unaligned memory.
26703         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26704         (speex_type_find): Likewise
26705
26706         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26707
26708         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26709         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26710         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26711         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26712         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26713         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26714         macros to access possibly unaligned memory.
26715
26716         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26717         Likewise.
26718
26719         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26720         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26721
26722         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26723         Likewise.
26724
26725         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26726         (gst_mpeg2subt_chain_subtitle): Likewise.
26727
26728         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26729         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26730         Likewise.
26731
26732         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26733         Likewise.
26734
26735         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26736         Likewise.
26737
26738         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26739         Likewise.
26740
26741 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26742
26743         * configure.ac:
26744           update required version of GStreamer because of GST_TIME_FORMAT
26745
26746 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26747
26748         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26749           remove leftover g_print
26750         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26751           don't try setting only a subset of the caps. We don't want to kill
26752           autoplugging on purpose
26753
26754 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26755
26756         * sys/ximage/ximagesink.c: (plugin_init):
26757         * sys/xvimage/xvimagesink.c: (plugin_init):
26758           add debugging categories
26759
26760 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26761
26762         * po/en_GB.po:
26763         * po/LINGUAS:
26764           Adding en_GB translation (Gareth Owen)
26765
26766 2004-04-20  David Schleef  <ds@schleef.org>
26767
26768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26769         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26770         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26771         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26772         A number of new features and hacks to extract the esds atom and
26773         put it into the caps.  (bug #137724)
26774
26775 2004-04-19  David Schleef  <ds@schleef.org>
26776
26777         * gconf/Makefile.am: Fix for non-GNU make
26778         * gst-libs/gst/Makefile.am: Change directory order to handle
26779         GstPlay linking with gstinterfaces
26780         * gst-libs/gst/audio/make_filter: make use of tr portable
26781         * gst-libs/gst/play/Makefile.am: Add intended \
26782         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26783         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26784         function prototype instead of void *.
26785         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26786         macro.
26787         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26788         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26789         * gst/videofilter/make_filter: make use of tr portable
26790         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26791
26792 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26793
26794         * po/LINGUAS:
26795         * po/uk.po:
26796           Added Ukrainian translation (Maxim V. Dziumanenko)
26797
26798 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26799
26800         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26801         (gst_gsmdec_link), (gst_gsmdec_chain):
26802           Fix capsnego, simplify chain function slightly.
26803         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26804           Add GSM.
26805
26806 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26807
26808         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26809         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26810         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26811           Hack to make wavparse work with spider (always -> sometimes pad).
26812           Fixes #135862 && #140411.
26813
26814 2004-04-18  Benjamin Otte  <otte@gnome.org>
26815
26816         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26817         (gst_osselement_rate_probe_check),
26818         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26819           get rid of \n in debug output
26820
26821 2004-04-17  Iain <iain@prettypeople.org>
26822
26823         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26824         not just EOS.
26825
26826 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26827
26828         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26829         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26830         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26831         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26832         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26833         (gst_id3_tag_change_state), (plugin_init):
26834           deprecate id3tag element and replace with id3demux/id3mux.
26835           great side effect: this ugly file is now even uglier, yay!
26836         * ext/mad/gstmad.h:
26837           remove non-available function
26838           update for new get_type
26839
26840 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26841
26842         * configure.ac:
26843           require mpeg2dec >= 0.4.0
26844
26845 2004-04-17  Benjamin Otte  <otte@gnome.org>
26846
26847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26848         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26849         (gst_xvimagesink_set_xwindow_id):
26850           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26851           assorted cleanup fixes.
26852
26853 2004-04-16  David Schleef  <ds@schleef.org>
26854
26855         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26856         * sys/xvimage/xvimagesink.h: same
26857
26858 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26859
26860         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26861           Fix GST_ELEMENT_ERROR with (NULL)
26862
26863 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26864
26865         * gst-libs/gst/riff/riff-media.c:
26866         (gst_riff_create_video_caps_with_data):
26867           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26868
26869 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26870
26871         * gst-libs/gst/riff/riff-media.c:
26872         (gst_riff_create_video_caps_with_data),
26873         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26874         (gst_riff_create_video_template_caps),
26875         (gst_riff_create_audio_template_caps):
26876         * gst-libs/gst/riff/riff-media.h:
26877         * gst-libs/gst/riff/riff-read.c:
26878         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26879         * gst-libs/gst/riff/riff-read.h:
26880         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26881           Add MS RLE support. I added some functions to read out strf chunks
26882           into strf chunks and the data behind it. This is usually color
26883           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26884           caps creation. Lastly, add ADPCM (similar to wavparse - which
26885           should eventually be rifflib based).
26886         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26887         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26888         * gst/matroska/matroska-demux.h:
26889           Remove placeholders for some prehistoric tagging system. Didn't add
26890           support for any tag system really anyway.
26891         * gst/qtdemux/qtdemux.c:
26892           Add support for audio/x-m4a (MPEG-4) through spider.
26893         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26894         (gst_wavparse_loop):
26895           ADPCM support (#135862). Increase max. buffer size because we
26896           cannot split buffers for ADPCM (screws references) and I've seen
26897           files with 2048 byte chunks. 4096 seems safe for now.
26898
26899 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26900
26901         * configure.ac: bump nano to 1
26902
26903 === release 0.8.1 ===
26904
26905 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26906
26907         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26908
26909 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26910
26911         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26912           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26913           Fixes #140058
26914
26915 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26916
26917         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26918           lower rank of dvddemux so that it's not used for mpeg playback.
26919
26920 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26921
26922         * configure.ac:
26923           save libs correctly when checking mad
26924
26925 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26926
26927         * ext/mad/gstid3tag.c: (plugin_init):
26928           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26929
26930 2004-04-13  David Schleef  <ds@schleef.org>
26931
26932         * common/m4/gst-feature.m4: Call -config scripts with
26933         --plugin-libs if it is supported.
26934         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26935         JPEG images are image/jpeg.
26936         * gst/debug/Makefile.am:
26937         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26938         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26939         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26940         (gst_negotiation_plugin_init): Add a property that acts like
26941         filter caps.
26942         * testsuite/gst-lint:  Move license checking to be a standard
26943         test.
26944
26945 2004-04-13  David Schleef  <ds@schleef.org>
26946
26947         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26948         patch from Sebastien Cote (bug #139958)
26949
26950 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26951
26952         * examples/gstplay/Makefile.am:
26953         * examples/gstplay/player.c: (main):
26954           make the commandline player example use gconf settings
26955
26956 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26957
26958         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26959         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26960         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26961           init/end library during state transition, not object
26962           creation/disposal.  get rid of custom dispose handler.
26963
26964
26965 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26966
26967         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26968         be a symlink
26969
26970 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26971
26972         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26973           Handle JUNK chunks inside data section. Prevents warnings.
26974
26975 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26976
26977         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26978         (gst_riff_create_video_template_caps):
26979           Add MS video v1.
26980         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26981         (gst_avi_demux_stream_data):
26982           Add support for "rec-list" chunks.
26983
26984 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26985
26986         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26987           Fix another codecname mismatch.
26988
26989 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26990
26991         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26992           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26993           so that MJPEG plays back.
26994
26995 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26996
26997         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26998         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26999         * gst/mpeg1videoparse/gstmp1videoparse.h:
27000           Fix for some slight mis-cuts in buffer parsing, and for some
27001           potential overflows or faults-causers. Adds disconts. Also fixes
27002           #139105 while we're at it.
27003
27004 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27005
27006         * configure.ac:
27007         * sys/v4l2/gstv4l2element.h:
27008           Workaround for missing struct v4l2_buffer declaration in Suse 9
27009           and Mandrake 10 linux/videodev2.h header file (#135919).
27010
27011 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27012
27013         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
27014           Bail out if no filename was given.
27015
27016 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27017
27018         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
27019         (gst_v4l2_fourcc_from_structure):
27020           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
27021           Y41B somewhere).
27022
27023 2004-04-09  Benjamin Otte  <otte@gnome.org>
27024
27025         * ext/gnomevfs/gstgnomevfssink.c:
27026         (_gst_boolean_allow_overwrite_accumulator),
27027         (gst_gnomevfssink_class_init):
27028           fix erase signal - if any handler returns false the file will not be
27029           overwritten. If no handler is connected, the file will not be
27030           overwritten either.
27031           renamed signal to "allow-overwrite"
27032         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
27033           free string when adding it to ID3 failed
27034         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
27035           unref event when done
27036         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
27037           free caps
27038         * gst/typefind/gsttypefindfunctions.c:
27039         (mpeg_video_stream_type_find):
27040           fix invalid read
27041
27042 2004-04-08  David Schleef  <ds@schleef.org>
27043
27044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27045         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
27046
27047 2004-04-08  David Schleef  <ds@schleef.org>
27048
27049         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
27050         we don't support (bug #139532)
27051
27052 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27053
27054         * ext/mad/gstmad.c: (gst_mad_handle_event),
27055         (gst_mad_check_caps_reset), (gst_mad_chain),
27056         (gst_mad_change_state):
27057           only set explicit caps if they haven't been set before for
27058           this stream.  MPEG-audio sample rate/channels aren't allowed
27059           to change in-stream.
27060           Fixes #139382
27061
27062 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27063
27064         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
27065         (_gst_boolean_did_something_accumulator),
27066         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
27067         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
27068         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
27069         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
27070         (gst_gnomevfssink_change_state):
27071           Fix erase signal. Don't erase by default. Remove handoff signal.
27072           Remove erase property. Don't segfault. General cleanup.
27073
27074 2004-04-07  Benjamin Otte  <otte@gnome.org>
27075
27076         * gst-libs/gst/gconf/test-gconf.c: (main):
27077           add missing gst_init
27078
27079 2004-04-07  Benjamin Otte  <otte@gnome.org>
27080
27081         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27082           free the mutexes, too
27083
27084 2004-04-07  Benjamin Otte  <otte@gnome.org>
27085
27086         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27087           actually free the URI string
27088         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
27089           compute offset correctly when passing discont events
27090         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27091           don't leak discont events
27092         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
27093           add some missing breaks so caps aren't copied randomly
27094         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
27095           if we realloc memory, we better use it
27096
27097 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27098
27099         * ext/mad/gstmad.c: (normal_seek):
27100           fix GST_FORMAT_TIME usage
27101
27102 2004-04-05  David Schleef  <ds@schleef.org>
27103
27104         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
27105         a deprecated function (hack!)
27106
27107 2004-04-05  Benjamin Otte  <otte@gnome.org>
27108
27109         * ext/esd/esdmon.c: (gst_esdmon_get):
27110           fix nonterminated vararg and memleak
27111
27112 2004-04-05  Benjamin Otte  <otte@gnome.org>
27113
27114         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
27115         (gst_ladspa_init), (gst_ladspa_force_src_caps),
27116         (gst_ladspa_set_property), (gst_ladspa_get_property),
27117         (gst_ladspa_instantiate), (gst_ladspa_activate),
27118         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
27119           clean up debugging
27120
27121 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
27122
27123         reviewed by Benjamin Otte  <otte@gnome.org>
27124
27125         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
27126           check for broken LADSPA parameters (fixes #138635)
27127
27128 2004-04-05  Benjamin Otte  <otte@gnome.org>
27129
27130         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
27131           advertise buffer-frames correctly on sinkpads
27132
27133 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27134
27135         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
27136         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
27137         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
27138         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
27139         (gst_mad_check_caps_reset), (gst_mad_chain):
27140         add more debugging, only reset caps when we're not in error state
27141
27142 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27143
27144         * ext/mad/gstmad.c: add debugging category, comment + cleanups
27145
27146 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27147
27148         reviewed by Benjamin Otte  <otte@gnome.org>
27149
27150         * configure.ac:
27151           fix == in test(1) operator
27152
27153 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27154
27155         reviewed by Benjamin Otte  <otte@gnome.org>
27156
27157         * configure.ac:
27158           fix --export-symblos-regex to a working regex.
27159
27160 2004-04-04  Benjamin Otte  <otte@gnome.org>
27161
27162         * sys/oss/.cvsignore:
27163           add for oss_probe
27164
27165 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
27166
27167         reviewed by Benjamin Otte  <otte@gnome.org>
27168
27169         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27170           add missing 'new_media' argument (fixes #138168)
27171         * gst/matroska/matroska-demux.c:
27172         (gst_matroska_demux_handle_seek_event):
27173           add vararg terminator (fixes #138169)
27174
27175 2004-04-02  David Schleef  <ds@schleef.org>
27176
27177         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
27178         disted (bug #138914)
27179
27180 2004-04-01  Benjamin Otte  <otte@gnome.org>
27181
27182         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
27183         (gst_alsa_close_audio):
27184           handle case better where a soundcard can't pause
27185         * ext/ogg/gstoggdemux.c:
27186           don't crash when we get events but don't have pads yet
27187
27188 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27189
27190         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27191           throw an error if we couldn't probe any caps.
27192
27193 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27194
27195         * ext/dvdnav/gst-dvd:
27196         Add a really simple sample DVD player
27197
27198 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27199
27200         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
27201         (gst_a52dec_push), (gst_a52dec_handle_event),
27202         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
27203         (gst_a52dec_change_state):
27204         * ext/a52dec/gsta52dec.h:
27205           Use a debug category, Output timestamps correctly
27206           Emit tag info, Handle events, tell liba52dec about cpu
27207           capabilities so it can use MMX etc.
27208         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
27209           Fix a crasher accessing invalid memory
27210         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
27211         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
27212         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27213         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
27214         (dvdnavsrc_query):
27215           Some support for byte-format seeking.
27216           Small fixes for still frames and menu button overlays
27217         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27218         (gst_mpeg2dec_alloc_buffer):
27219           Use a debug category. Adjust the report level of several items to
27220           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
27221           so it doesn't lose the GstBuffer pointer
27222         * gst/debug/Makefile.am:
27223         * gst/debug/gstdebug.c: (plugin_init):
27224         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
27225         (gst_navseek_base_init), (gst_navseek_class_init),
27226         (gst_navseek_init), (gst_navseek_seek),
27227         (gst_navseek_handle_src_event), (gst_navseek_set_property),
27228         (gst_navseek_get_property), (gst_navseek_chain),
27229         (gst_navseek_plugin_init):
27230         * gst/debug/gstnavseek.h:
27231           Add the navseek debug element for seeking back and forth in a
27232           video stream using arrow keys.
27233         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
27234         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27235         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27236         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27237         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27238         (gst_mpeg2subt_parse_header), (gst_get_nibble),
27239         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27240         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27241         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27242         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27243         * gst/mpeg2sub/gstmpeg2subt.h:
27244           Pretty much a complete rewrite. Now a loopbased element. May still
27245           require work to properly synchronise subtitle buffers.
27246         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27247         (gst_dvd_demux_send_subbuffer):
27248         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27249           Don't attempt to create subbuffers of size 0
27250           Reduce a couple of error outputs to warnings.
27251         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27252         (gst_y4mencode_chain):
27253         Output the y4m frame header correctly.
27254
27255 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27256
27257         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27258           throw errors instead of allowing SIGFPE
27259
27260 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27261
27262         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27263         (gst_gconf_render_bin_from_key):
27264           leak plugging and style fixing
27265
27266 2004-03-31  David Schleef  <ds@schleef.org>
27267
27268         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27269         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27270         (bug #138225)
27271         * gst/debug/Makefile.am:
27272         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27273         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
27274         plugin.
27275         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27276         (gst_negotiation_base_init), (gst_negotiation_class_init),
27277         (gst_negotiation_init), (gst_negotiation_getcaps),
27278         (gst_negotiation_pad_link), (gst_negotiation_chain),
27279         (gst_negotiation_set_property), (gst_negotiation_get_property),
27280         (gst_negotiation_plugin_init):  New element to talk about random
27281         negotiation things happening in a pipeline.
27282
27283 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27284
27285         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27286           fix integer addition with help of Stefan Kost
27287
27288 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27289
27290         * po/nl.po: updated Dutch translation (Elros Cyriatan)
27291
27292 2004-03-30  David Schleef  <ds@schleef.org>
27293
27294         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27295         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
27296         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27297         (bug #137504)
27298         * ext/mpeg2dec/gstmpeg2dec.h:
27299
27300 2004-03-30  David Schleef  <ds@schleef.org>
27301
27302         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27303
27304 2004-03-30  David Schleef  <ds@schleef.org>
27305
27306         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
27307         Michael Petullo) to handle .mov
27308
27309 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27310
27311         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27312         (gst_osselement_rate_check_rate):
27313           probe caps correctly for sound cards that only support one format
27314
27315 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27316
27317         * ext/kio/kiosrc.cpp: (process_events):
27318           update handling event processing if inside KDE - untested
27319
27320 2004-03-29  David Schleef  <ds@schleef.org>
27321
27322         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27323         by 2 to not interfere with other colorspaces.
27324         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27325         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27326         one to not interfere with ffmpeg_colorspace.
27327
27328 2004-03-29  David Schleef  <ds@schleef.org>
27329
27330         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27331         aren't in the caps.
27332         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27333         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27334
27335 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27336
27337         * gst-libs/gst/riff/riff-media.c:
27338           fail on error, don't try to set stuff on NULL caps
27339
27340 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27341
27342         * configure.ac:
27343         * ext/Makefile.am:
27344         * ext/kio/Makefile.am:
27345         * ext/kio/kioreceiver.cpp:
27346         * ext/kio/kioreceiver.h:
27347         * ext/kio/kiosrc.cpp:
27348         * ext/kio/kiosrc.h:
27349           add experimental kiosrc plugin
27350         * ext/alsa/gstalsaplugin.c: (plugin_init):
27351           initialize debugging category only when we're sure registering the
27352           plugins worked.
27353
27354 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27355
27356         * examples/gstplay/player.c: (main):
27357         * gst-libs/gst/play/play.c: (gst_play_class_init),
27358         (gst_play_set_location), (gst_play_set_data_src),
27359         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27360         (gst_play_set_visualization), (gst_play_connect_visualization):
27361           check return values of element_set_state and return FALSE where
27362           failed
27363
27364 2004-03-29  Benjamin Otte  <otte@gnome.org>
27365
27366         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27367           try harder to check if an event is really a discont
27368
27369 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27370
27371         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27372         * po/az.po:
27373
27374 2004-03-28  Benjamin Otte  <otte@gnome.org>
27375
27376         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27377         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27378         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27379           get rid of non-standard "..." ranges in case statements.
27380
27381 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27382
27383         * gst/mpegstream/gstmpegdemux.c:
27384         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27385         specific functionality split to the new dvddemux element.
27386         * gst/mpegstream/gstdvddemux.c:
27387         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27388         streams, derived from mpegdemux.
27389         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27390         up. SCR based timestamp rewriting can be turned off (will probably
27391         completely disappear soon).
27392         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27393         hacking. General cleanup. All printf statements replaced by
27394         debugging messages. Almost complete libdvdnav support.
27395         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27396         by events. New properties for audio and subpicture languages.
27397         (dvdnavsrc_update_highlight): Now uses events.
27398         (dvdnavsrc_user_op): Cleaned up.
27399         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27400         based). Lots of cleanup, and propper support for most libdvdnav
27401         events.
27402         (dvdnavsrc_make_dvd_event): New function.
27403         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27404         (dvdnavsrc_make_clut_change_event): New function.
27405
27406 2004-03-26  Benjamin Otte  <otte@gnome.org>
27407
27408         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27409           fix bug where typefinding would claim it's theora whenever less then
27410           7 bytes of data were available
27411
27412 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27413
27414         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27415         (gst_alawdec_base_init), (gst_alawdec_class_init),
27416         (gst_alawdec_init), (gst_alawdec_chain):
27417         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27418         (gst_alawenc_base_init), (gst_alawenc_class_init),
27419         (gst_alawenc_init), (gst_alawenc_chain):
27420         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27421         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27422         (gst_mulawdec_init), (gst_mulawdec_chain):
27423         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27424         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27425         (gst_mulawenc_init), (gst_mulawenc_chain):
27426           Fix capsnego in all four, remove the unused property functions and
27427           simplify the chain functions slightly. I guess we could use macros
27428           or something similar for those, since the code is so similar, but
27429           I'm currently too lazy...
27430
27431 2004-03-24  David Schleef  <ds@schleef.org>
27432
27433         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27434         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27435         (gst_osselement_get_format_structure),
27436         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27437         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27438         (gst_osselement_rate_int_compare): Add code to handle rate probing
27439         (bug #120883)
27440         * sys/oss/gstosselement.h: same
27441         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27442         Use rate probing provided by osselement.
27443         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27444
27445 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27446
27447         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27448         (gst_xvidenc_get_property):
27449           ulong/int mess-up.
27450
27451 2004-03-24  David Schleef  <ds@schleef.org>
27452
27453         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27454         (gst_speexdec_init):
27455         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27456         (gst_speexenc_init):  Create the pad template correctly (from
27457         the static pad template, not a NULL pointer.)
27458
27459 2004-03-25  Benjamin Otte  <otte@gnome.org>
27460
27461         * gst/debug/Makefile.am:
27462         * gst/debug/breakmydata.c:
27463           add element that quasi-randomly changes bytes in the stream.
27464           Intended use is robustness checking of demuxers and decoders in
27465           media tests.
27466
27467 2004-03-24  Benjamin Otte  <otte@gnome.org>
27468
27469         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27470         (gst_alsa_probe_hw_params):
27471         * ext/alsa/gstalsa.h:
27472           debugging output fixes
27473
27474 2004-03-24  Benjamin Otte  <otte@gnome.org>
27475
27476         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27477           don't g_return_if_fail if element is PLAYING, fail silently as every
27478           other element.
27479         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27480           only fix needed for cast lvalue issues in gst-plugins
27481         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27482           add proxy_getcaps
27483
27484 2004-03-24  Benjamin Otte  <otte@gnome.org>
27485
27486         * gst/level/gstlevel.c: (gst_level_init):
27487           add proxying getcaps function, so level doesn't advertise impossible
27488           caps
27489
27490 2004-03-24  David Schleef  <ds@schleef.org>
27491
27492         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27493         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27494         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27495         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27496         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27497         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27498         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27499         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27500         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27501         messages.  Divide the chunk size by the compression ratio
27502         (needed for MACE audio)
27503
27504 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27505
27506         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27507           Fix buffer overflow read error.
27508
27509 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27510
27511         * ext/alsa/gstalsa.h:
27512           Remove unused entry.
27513         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27514           Add cinepak.
27515         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27516         (gst_videodrop_link), (gst_videodrop_chain):
27517           Fix, sort of. Was horribly broken with new capsnego. Bah...
27518
27519 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27520
27521         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27522         (plugin_init):
27523         Add a monkeysaudio typefind function
27524
27525 2004-03-23  Johan Dahlin  <johan@gnome.org>
27526
27527         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27528         (gst_play_video_fixate): Check so the structure has the field
27529         before trying to fixate them, this makes it possible to have
27530         fakesinks for video and audio output without printing errors on
27531         the output console.
27532
27533 2004-03-22  David Schleef  <ds@schleef.org>
27534
27535         * sys/oss/Makefile.am:
27536         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27537         (check_rate), (add_rate):  Rate probing test app.
27538
27539 2004-03-21  Benjamin Otte  <otte@gnome.org>
27540
27541         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27542         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27543           add a fixation function that pretty much does the right thing (fixes
27544           #137556)
27545
27546 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27547
27548         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27549
27550 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27551
27552         reviewed by: Benjamin Otte  <otte@gnome.org>
27553
27554         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27555           terminate gst_event_new_discontinuous correctly (fixes parts of
27556           #137711)
27557
27558 2004-03-19  David Schleef  <ds@schleef.org>
27559
27560         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27561         since it doesn't depend on X, and it's part of our ABI.
27562
27563 2004-03-19  Iain <iain@prettypeople.org>
27564
27565         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27566         is_int in the structure, not the local variable.
27567
27568 2004-03-19  David Schleef  <ds@schleef.org>
27569
27570         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27571         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27572         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27573         Improvements in caps negotiation.
27574
27575 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27576
27577         * po/LINGUAS:
27578         * po/af.po:
27579           adding Afrikaans (Petri Jooste)
27580
27581 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27582
27583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27584         (gst_ffmpegcolorspace_chain):
27585         throw error instead of g_critical (#137588)
27586
27587 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27588
27589         * Makefile.am:
27590         * configure.ac:
27591           dist common and m4 correctly
27592         * po/sv.po:
27593
27594 2004-03-17  David Schleef  <ds@schleef.org>
27595
27596         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27597         (bug #137348)
27598
27599 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27600
27601         * po/LINGUAS:
27602         * po/sv.po:
27603           adding Swedish translation (Christian Rose)
27604
27605 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27606
27607         * Makefile.am: use release.mak
27608
27609 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27610
27611         * common/ChangeLog:
27612         * common/gst-autogen.sh:
27613           add some explanation about the version detection
27614         * configure.ac:
27615           fix X check
27616
27617 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27618
27619         * configure.ac: bump nano to 1
27620
27621 === release 0.8.0 ===
27622
27623 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27624
27625         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27626
27627 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27628
27629         * configure.ac:
27630           update libtool version
27631         * gst-libs/gst/media-info/Makefile.am:
27632           actually use libtool version
27633
27634 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27635
27636         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27637
27638 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27639
27640         * configure.ac:
27641         * gst-plugins.spec.in:
27642         * pkgconfig/Makefile.am:
27643         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27644         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27645         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27646         * pkgconfig/gstreamer-libs.pc.in:
27647         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27648         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27649         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27650         * pkgconfig/gstreamer-plugins.pc.in:
27651           remove @VERSION@ from some of the pc files since core and plugins
27652           are decoupled.
27653           created gstreamer-plugins.pc as it's a better name, but keeping
27654           -libs around for now to get fixes upstream done first.
27655
27656 2004-03-15  Julien MOUTTE <julien@moutte.net>
27657
27658         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27659         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27660         * gst-libs/gst/play/play.h:
27661
27662 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27663
27664         * *.c, *.cc: don't mix tabs and spaces
27665
27666 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27667
27668         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27669           use the new ffmpegcolorspace
27670         * gst-plugins.spec.in:
27671           package new colorspace and media-info
27672         * configure.ac:
27673         * pkgconfig/Makefile.am:
27674           fix some more disting issues
27675         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27676         * pkgconfig/gstreamer-media-info.pc.in:
27677           generate media-info pc files
27678
27679 2004-03-15  Johan Dahlin  <johan@gnome.org>
27680
27681         * *.h: Revert indenting
27682
27683 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27684
27685         * configure.ac:
27686           adding ffmpegcolorspace element
27687         * gst/ffmpegcolorspace/Makefile.am:
27688         * gst/ffmpegcolorspace/avcodec.h:
27689         * gst/ffmpegcolorspace/common.h:
27690         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27691         * gst/ffmpegcolorspace/dsputil.h:
27692         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27693         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27694         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27695         (gst_ffmpeg_caps_to_pix_fmt):
27696         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27698         (gst_ffmpegcolorspace_caps_remove_format_info),
27699         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27700         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27701         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27702         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27703         (gst_ffmpegcolorspace_set_property),
27704         (gst_ffmpegcolorspace_get_property),
27705         (gst_ffmpegcolorspace_register):
27706         * gst/ffmpegcolorspace/imgconvert.c:
27707         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27708         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27709         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27710         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27711         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27712         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27713         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27714         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27715         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27716         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27717         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27718         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27719         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27720         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27721         (img_get_alpha_info), (deinterlace_line),
27722         (deinterlace_line_inplace), (deinterlace_bottom_field),
27723         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27724         * gst/ffmpegcolorspace/imgconvert_template.h:
27725         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27726         * gst/ffmpegcolorspace/mmx.h:
27727         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27728           adding ffmpegcolorspace element supplied by Ronald after cleaning
27729           up and pulling in the right bits of upstream source.
27730           I'm sure a better C/compiler wizard could do some cleaning up (for
27731           example use GLIB's malloc stuff), but as a first pass this
27732           works very well
27733
27734 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27735
27736         * ext/alsa/gstalsa.h:
27737           I assume Ronald forgot to commit the change to have cardname
27738           as a struct member.  Expect some public spanking at the next
27739           opportunity.
27740
27741 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27742
27743         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27744         (gst_alsa_open_audio), (gst_alsa_close_audio):
27745         * ext/alsa/gstalsa.c:
27746           Don't open the device if we're a mixer (= padless).
27747         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27748         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27749         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27750           Open mixer during state change rather than during object
27751           initialization. Also, get a device name. Currently in a somewhat
27752           hackish fashion, but I didn't really find something better.
27753
27754 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27755
27756         * *.c, *.h: run gst-indent
27757
27758 2004-03-14  Benjamin Otte  <otte@gnome.org>
27759
27760         * gst/modplug/gstmodplug.cc:
27761         * gst/modplug/gstmodplug.h:
27762           set correct timestamps on outgoing buffers
27763
27764 2004-03-14  Benjamin Otte  <otte@gnome.org>
27765
27766         * gst/modplug/gstmodplug.cc:
27767           handle events - don't do crap when a discont arrives that's not
27768           necessary
27769           This allows correct loading and playback of mods in Rhythmbox
27770
27771 2004-03-14  Benjamin Otte  <otte@gnome.org>
27772
27773         * configure.ac:
27774         * gst-libs/gst/gconf/Makefile.am:
27775         * pkgconfig/Makefile.am:
27776           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27777           they get rebuilt properly
27778         * configure.ac:
27779           when checking for vorbis, try pkgconfig first.
27780         * gst/modplug/gstmodplug.cc:
27781           add fixate function
27782
27783 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27784
27785         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27786           Fix for obvious mistake, where we first shift the offset and then
27787           read a samplesize element assuming the old offset. Note that this
27788           part still has something weird, i.e. my movies containing those
27789           don't actually play well, but at least there's something that looks
27790           like sound now.
27791
27792 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27793         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27794         (plugin_init):
27795         Add a typefind function for speex format
27796
27797 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27798
27799         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27800         (gst_asf_demux_setup_pad):
27801           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27802           instead of 0. Reason is simple: some elements have a fps range
27803           of 1-max instead of 0-max. So now ASF video actually works.
27804
27805 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27806
27807         * po/LINGUAS:
27808         * po/sr.po:
27809           adding serbian as a language
27810
27811 2004-03-13  Benjamin Otte  <otte@gnome.org>
27812
27813         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27814           return taglist correctly from _get function, don't gst_pad_push it.
27815           (fixes #137042)
27816
27817 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27818         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27819
27820 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27821
27822         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27823         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27824         (gst_alsa_mixer_track_new):
27825         * ext/alsa/gstalsamixertrack.h:
27826           Fix ancient leftovers... MixerTrack is a GObject.
27827
27828 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27829
27830         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27831         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27832           Don't block during probing...
27833
27834 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27835
27836         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27837         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27838         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27839         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27840         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27841         (gst_alsa_open_audio), (gst_alsa_close_audio):
27842         * ext/alsa/gstalsa.h:
27843           Add propertyprobe interface implementation, add some device-name
27844           property, all this so that it looks good in gnome-volume-control.
27845
27846 2004-03-12  David Schleef  <ds@schleef.org>
27847
27848         * configure.ac: the Hermes library controls hermescolorspace, not
27849         colorspace.
27850         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27851         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27852         not /* */
27853         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27854         * ext/sdl/sdlvideosink.h: ditto.
27855         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27856
27857 2004-03-12  Benjamin Otte  <otte@gnome.org>
27858
27859         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27860         (gst_x_overlay_got_xwindow_id):
27861         * gst-libs/gst/xoverlay/xoverlay.h:
27862           replace XID with unsigned long to get rid of the xlibs dependency in
27863           XOverlay (fixes #137004)
27864
27865 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27866         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27867         (gst_agingtv_setup):
27868         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27869         (gst_dicetv_base_init), (gst_dicetv_class_init),
27870         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27871         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27872         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27873         (gst_edgetv_setup), (gst_edgetv_rgb32):
27874         * gst/effectv/gsteffectv.c:
27875         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27876         (gst_quarktv_set_property):
27877         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27878         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27879         (gst_revtv_setup), (gst_revtv_rgb32):
27880         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27881         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27882         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27883         (gst_shagadelictv_rgb32):
27884         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27885         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27886         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27887         * gst/effectv/gstwarp.c:
27888         Port everything that can be ported to videofilter and fix up the caps.
27889         Can someone with a big-endian machine please check these?
27890
27891 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27892
27893         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27894         (gst_osssink_chain), (gst_osssink_change_state):
27895           Latest fixes for A/V sync, audio playback and such. This is about
27896           all... MPEG playback issues are mostly related to the async build-
27897           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27898
27899 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27900
27901         patch from: Stephane Loeuillet
27902
27903         * configure.ac:
27904           use pkg-config for some libraries, falling back to the old .m4 way
27905           (fixes #131270)
27906         * m4/libdv.m4:
27907           removed
27908
27909 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27910
27911         * configure.ac:
27912         * tools/Makefile.am:
27913         * tools/Makefile.in:
27914         * tools/gst-launch-ext-m.m:
27915         * tools/gst-launch-ext.1.in:
27916         * tools/gst-visualise-m.m:
27917         * tools/gst-visualise.1:
27918         * tools/gst-visualise.1.in:
27919           reorganizing generation of script tools
27920
27921 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27922
27923         * ext/divx/gstdivxdec.c:
27924           Downgrade priority. We prefer ffdec_mpeg4.
27925         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27926         (gst_faad_chain), (gst_faad_change_state):
27927           Fix capsnego. Doesn't work for some sounds because we don't have
27928           a 5:1 to stereo element.
27929         * ext/xvid/gstxvid.c: (plugin_init):
27930           Add priority.
27931         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27932         (gst_osssink_change_state):
27933           Add discont handling.
27934
27935 2004-03-09  Colin Walters  <walters@verbum.org>
27936
27937         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27938         conversion.
27939
27940 2004-03-09  Benjamin Otte  <otte@gnome.org>
27941
27942         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27943           the signals take 2 arguments
27944
27945 2004-03-09  David Schleef  <ds@schleef.org>
27946
27947         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27948         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27949         * ext/alsa/gstalsa.h:
27950         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27951
27952 2004-03-09  Benjamin Otte  <otte@gnome.org>
27953
27954         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27955         (gst_mikmod_change_state):
27956         * ext/mikmod/gstmikmod.h:
27957           make mikmod's loop function not loop infinitely and call
27958           gst_element_yield anymore
27959         * gst/modplug/gstmodplug.cc:
27960           fix pad negotiation (fixes #136590)
27961
27962 2004-03-09  David Schleef  <ds@schleef.org>
27963
27964         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27965         doesn't conflict with the internal colorspace plugin.
27966         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27967         satisfy the crappy-ass shell shipped by a certain vendor.
27968         * gst/videofilter/make_filter: same (bug #135299)
27969
27970 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27971
27972         * configure.ac: bump nano to 1
27973
27974 === release 0.7.6 ===
27975
27976 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27977
27978         * configure.in: releasing 0.7.6, "There"
27979
27980 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27981
27982         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27983         * pkgconfig/gstreamer-play.pc.in:
27984           synchronize the two
27985
27986 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27987
27988         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27989         (cdparanoia_open), (cdparanoia_event):
27990           fix/add error handling
27991         * po/POTFILES.in:
27992           add cdparanoia source
27993         * tools/Makefile.am:
27994           make scripts executable
27995
27996 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27997
27998         * configure.ac:
27999         * ext/vorbis/Makefile.am:
28000         * sys/Makefile.am:
28001           remove id3types, vorbisfile and xvideosink from the build (#133783)
28002
28003 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28004
28005         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28006           Fix metadata read crash (#136537).
28007
28008 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28009
28010         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
28011         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
28012           adding mime types, fixing the one-stop function
28013
28014 2004-03-08  Christian Schaller <Uraeus@gnome.org>
28015
28016         * ext/nas/nassink.c and /ext/nas/nassink.h:
28017         More NAS love from Arwed von Merkatz
28018         So lets all sing 'Can you feel the NAS tonight'
28019
28020 2004-03-08  Christian Schaller <Uraeus@gnome.org>
28021
28022         * tools/gst-launch-ext.in:
28023         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
28024
28025 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28026
28027         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
28028         (gst_mpeg2dec_init):
28029         remove the user_data pad for now, because it is being used in
28030         fixating causing MPEG playback to fixate on 1000 Hz for playback.
28031         If someone knows how to fix this properly, please do.
28032
28033 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28034
28035         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28036         (gst_osssink_get_time):
28037         add a warning, IMO this won't get triggered anymore, remove later
28038
28039 2004-03-07  David Schleef  <ds@schleef.org>
28040
28041         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
28042         format (bug #136470)
28043
28044 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
28045
28046         * gst-libs/Makefile.am:
28047         * gst-libs/gst/media-info/Makefile.am:
28048         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
28049         (error_callback), (gst_media_info_error_create),
28050         (gst_media_info_error_element), (gmip_init), (gmip_reset),
28051         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
28052         * gst-libs/gst/media-info/media-info-priv.h:
28053         * gst-libs/gst/media-info/media-info-test.c: (main):
28054         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
28055         (gst_media_info_class_init), (gst_media_info_instance_init),
28056         (gst_media_info_set_source), (gst_media_info_read_with_idler),
28057         (gst_media_info_read_idler), (gst_media_info_read):
28058         * gst-libs/gst/media-info/media-info.h:
28059         fixed, should work now
28060
28061 2004-03-07  Christian Schaller <Uraeus@gnome.org>
28062
28063         * ext/nas/nassink.c:
28064         A bunch of NAS fixes from Arwed von Merkatz
28065
28066 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28067
28068         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
28069         (qtdemux_parse_trak):
28070           Fix crash (j might be greater than n_samples, in which case we're
28071           writing outside the allocated space for the array) and memleak.
28072
28073 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28074
28075         * sys/oss/gstosssink.c: (gst_osssink_chain):
28076           And another caller that couldn't handle delay < 0 (unsigned
28077           integer overflow). Video now continues playing on an audio
28078           buffer underrun, and the clock continues working. Audio still
28079           stalls.
28080
28081 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28082
28083         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28084         (gst_osssink_get_time):
28085           get_delay() may return values lower than 0. In those cases, we
28086           should not actually cast to *unsigned* int64, that will break
28087           stuff horribly. In my case, it screwed up A/V sync in movies
28088           in totem rather badly.
28089
28090 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28091
28092         * ext/faac/gstfaac.c: (gst_faac_chain):
28093         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28094         * ext/libpng/gstpngenc.c: (user_write_data):
28095         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28096         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28097         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28098         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28099         Fix several misuse of gst_buffer_merge (it doesn't take ownership
28100         of any buffer), should fix some leaks. I hope I didn't unref buffers
28101         that shouldn't be...
28102
28103 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28104
28105         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
28106         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
28107         (error_callback), (gmi_reset), (gmi_seek_to_track),
28108         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
28109         (gmip_find_type_post), (gmip_find_stream_post),
28110         (gmip_find_track_streaminfo_post):
28111         * gst-libs/gst/media-info/media-info-priv.h:
28112         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
28113         (info_print), (main):
28114         * gst-libs/gst/media-info/media-info.c:
28115         (gst_media_info_error_create), (gst_media_info_error_element),
28116         (gst_media_info_instance_init), (gst_media_info_get_property),
28117         (gst_media_info_new), (gst_media_info_set_source),
28118         (gst_media_info_read_idler), (gst_media_info_read):
28119         * gst-libs/gst/media-info/media-info.h:
28120           first pass at making this work again.  This seems to work on
28121           tagged ogg/vorbis and mp3 files.
28122
28123 2004-03-06  Benjamin Otte  <otte@gnome.org>
28124
28125         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28126           fix huge leak: gst_buffer_merge doesn't unref the first argument
28127           itself.
28128
28129 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28130
28131         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
28132           report layer/mode/emphasis
28133
28134 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28135
28136         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
28137
28138 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28139
28140         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
28141           signal serial
28142
28143 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28144
28145         * ext/vorbis/vorbis.c: (plugin_init):
28146         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28147         (gst_vorbis_dec_init), (vorbis_dec_event):
28148         add debug category
28149         make vorbisdec handle _BYTE and _TIME queries
28150
28151 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28152
28153         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
28154           from the xing header
28155
28156 2004-03-06  Benjamin Otte  <otte@gnome.org>
28157
28158         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
28159         (gst_audio_convert_link), (gst_audio_convert_change_state),
28160         (gst_audio_convert_buffer_from_default_format):
28161           do conversions from/to float correctly, fix some caps nego errors,
28162           export correct supported caps in template and getcaps, use correct
28163           caps in try_set_caps functions
28164
28165 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28166
28167         For some reason, I only committed a ChangeLog entry yesterday and
28168         not the corresponding code...
28169         * ext/mad/gstmad.c: Fix detection of Xing headers
28170         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28171
28172 2004-03-06  Benjamin Otte  <otte@gnome.org>
28173
28174         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
28175         (gst_ogg_demux_src_query):
28176           make sure to handle the case where there's no current chain
28177           gracefully.
28178
28179 2004-03-05  David Schleef  <ds@schleef.org>
28180
28181         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
28182         Add fixate function. (bug #131128)
28183         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28184         (gst_sdlvideosink_fixate):  Add fixate function.
28185         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28186         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
28187         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
28188         Fix missing break that was causing ulaw to be interpreted as
28189         raw int.
28190
28191 2004-03-05  David Schleef  <ds@schleef.org>
28192
28193         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28194         Fix code that ignores return value of gst_buffer_merge().
28195         (bug #114560)
28196         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
28197         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
28198         * testsuite/gst-lint:  Check for above.
28199
28200 2004-03-05  David Schleef  <ds@schleef.org>
28201
28202         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
28203         caps and throw an element error.  (bug #136334)
28204
28205 2004-03-05  David Schleef  <ds@schleef.org>
28206
28207         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
28208         (gst_faad_chain): Fix negotiation.
28209         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
28210         key and button events.
28211         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
28212         dung heap of code.
28213         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
28214         depends on gconf
28215         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
28216         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28217         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
28218         function to encourage better negotiation, particularly between
28219         audioconvert and osssink.
28220         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28221         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
28222         more important.
28223         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
28224         typefinding.
28225         * gst/vbidec/vbiscreen.c:  Add glib header
28226         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
28227
28228 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
28229
28230         * ext/mad/gstmad.c: Fix detection of Xing headers
28231         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28232
28233 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28234
28235         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28236         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28237           debug updates
28238
28239 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28240
28241         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28242         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28243         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28244         files, and report the parsed length as a GST_TAG_DURATION tag.
28245         * gst/tags/gstid3tag.c: support TLEN (duration) tag
28246
28247 2004-03-05  Benjamin Otte  <otte@gnome.org>
28248
28249         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28250           convert channels correctly. convert correctly to unsigned.
28251
28252 2004-03-05  Julien MOUTTE <julien@moutte.net>
28253
28254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28255         we have a window before clearing it.
28256
28257 2004-03-05  Julien MOUTTE <julien@moutte.net>
28258
28259         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28260         have a window before clearing it.
28261
28262 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28263
28264         * gconf/gstreamer.schemas.in:
28265         * gst-libs/gst/gconf/Makefile.am:
28266           version installation path the same way as for 0.6
28267         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28268         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28269         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28270           remove comment that was fixed
28271
28272 2004-03-05  David Schleef  <ds@schleef.org>
28273
28274         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28275         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28276         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28277         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28278         Add prototype code for handling seeking and querying.
28279
28280 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28281
28282         * examples/gstplay/player.c: (main):
28283           Initialize variables to NULL. Prevents a segfault because the
28284           (uninitialized) variable is not NULL, resulting in a crash on
28285           trying to reach error->message.
28286
28287 2004-03-05  Benjamin Otte  <otte@gnome.org>
28288
28289         * gst/audioconvert/gstaudioconvert.c:
28290         (gst_audio_convert_buffer_to_default_format):
28291         make float=>int conversion work correctly even in cornercases.
28292
28293 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
28294
28295         * debian/README.Debian:
28296         * debian/build-deps:
28297         * debian/changelog:
28298         * debian/control:
28299         * debian/control.in:
28300         * debian/copyright:
28301         * debian/gstreamer-a52dec.files:
28302         * debian/gstreamer-aa.files:
28303         * debian/gstreamer-alsa.files:
28304         * debian/gstreamer-alsa.manpages:
28305         * debian/gstreamer-arts.files:
28306         * debian/gstreamer-artsd.files:
28307         * debian/gstreamer-audiofile.files:
28308         * debian/gstreamer-avifile.files:
28309         * debian/gstreamer-cdparanoia.files:
28310         * debian/gstreamer-colorspace.files:
28311         * debian/gstreamer-doc.files:
28312         * debian/gstreamer-dv.files:
28313         * debian/gstreamer-dvd.files:
28314         * debian/gstreamer-esd.files:
28315         * debian/gstreamer-festival.files:
28316         * debian/gstreamer-flac.files:
28317         * debian/gstreamer-gconf.conffiles:
28318         * debian/gstreamer-gconf.files:
28319         * debian/gstreamer-gconf.postinst:
28320         * debian/gstreamer-gnomevfs.files:
28321         * debian/gstreamer-gsm.files:
28322         * debian/gstreamer-http.files:
28323         * debian/gstreamer-jack.files:
28324         * debian/gstreamer-jpeg.files:
28325         * debian/gstreamer-mad.files:
28326         * debian/gstreamer-mikmod.files:
28327         * debian/gstreamer-misc.files:
28328         * debian/gstreamer-mpeg2dec.files:
28329         * debian/gstreamer-oss.files:
28330         * debian/gstreamer-plugin-apps.files:
28331         * debian/gstreamer-plugin-apps.manpages:
28332         * debian/gstreamer-plugin-libs-dev.files:
28333         * debian/gstreamer-plugin-libs.files:
28334         * debian/gstreamer-plugin-template.postinst:
28335         * debian/gstreamer-plugin-template.postrm:
28336         * debian/gstreamer-sdl.files:
28337         * debian/gstreamer-sid.files:
28338         * debian/gstreamer-vorbis.files:
28339         * debian/gstreamer-x.files:
28340         * debian/mk.control:
28341         * debian/rules:
28342         Debian package info not maintained here.
28343
28344 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28345
28346         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28347         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28348         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28349         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28350         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28351         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28352         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28353         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28354         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28355         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28356         * gst-libs/gst/colorbalance/colorbalance.c:
28357         (gst_color_balance_class_init):
28358         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28359         (gst_color_balance_channel_class_init):
28360         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28361         * gst-libs/gst/play/play.c: (gst_play_class_init):
28362         * gst-libs/gst/propertyprobe/propertyprobe.c:
28363         (gst_property_probe_iface_init):
28364         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28365         * gst-libs/gst/tuner/tunerchannel.c:
28366         (gst_tuner_channel_class_init):
28367         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28368         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28369         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28370         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28371         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28372         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28373         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28374         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28375         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28376           fix signals to use - instead of _
28377         * ext/libcaca/gstcacasink.h:
28378         * ext/sdl/sdlvideosink.h:
28379           fix header rename
28380
28381 2004-03-04  David Schleef  <ds@schleef.org>
28382
28383         * testsuite/gst-lint:  Add a check for bad signal names.
28384
28385 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28386
28387         reviewed by David Schleef
28388
28389         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28390         modified the alpha channel and caused a warning. (bug #136192)
28391
28392 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28393
28394         * gst-plugins.spec.in:
28395         Change names of plugins to actually be correct. Try to keep things
28396         alphabetical to avoid getting beat up by Thomas
28397
28398 2004-03-03  Julien MOUTTE <julien@moutte.net>
28399
28400         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28401         Using ximagesink as a default if no gconf key found. We should
28402         probably consider using alsasink instead of osssink for the audio
28403         part.
28404
28405 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28406
28407         * configure.ac:
28408           fix --with-plugins, don't think it ever worked before
28409         * gst-plugins.spec.in:
28410           even more updates
28411
28412 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28413
28414         * ext/sdl/sdlvideosink.h:
28415         * sys/ximage/ximagesink.h:
28416         * sys/xvideo/xvideosink.h:
28417         * sys/xvimage/xvimagesink.h:
28418           Fix for move of gstvideosink.h -> videosink.h.
28419
28420 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28421
28422         * gst-libs/gst/xwindowlistener/Makefile.am:
28423           this is a plugin library, not a library
28424
28425 2004-03-01  David Schleef  <ds@schleef.org>
28426
28427         * AUTHORS:  Added some names.  Add yourself if you're still
28428         missing.
28429
28430 2004-03-01  David Schleef  <ds@schleef.org>
28431
28432         * MAINTAINERS: Add
28433
28434 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28435
28436         * gst-plugins.spec.in: clean up spec file
28437
28438 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28439
28440         * gst-libs/gst/video/Makefile.am:
28441         * gst-libs/gst/video/gstvideosink.c:
28442         * gst-libs/gst/video/gstvideosink.h:
28443           rename gstvideosink.h to videosink.h to match other headers
28444         * gst/mixmatrix/Makefile.am:
28445           fix plugin filename
28446         * gst/tags/Makefile.am: fix plugin filename
28447
28448 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28449
28450         * gst/tags/Makefile.am: fix plugin filename
28451
28452 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28453
28454         * examples/gstplay/player.c: (got_time_tick), (main):
28455           add error handler
28456           display time_tick more readably
28457         * gst/mixmatrix/Makefile.am:
28458           fix plugin file name
28459
28460 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28461
28462         * sys/oss/gstosselement.c: (gst_osselement_probe),
28463         (device_combination_append), (gst_osselement_class_probe_devices):
28464         * sys/oss/gstosselement.h:
28465           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28466           on my system using alsa oss emulation, fixes bug #135597
28467
28468 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28469
28470         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28471         (gst_videodrop_chain), (gst_videodrop_change_state):
28472         * gst/videodrop/gstvideodrop.h:
28473           Work based on timestamp of input data, not based on the expected
28474           framerate from the input. The consequence is that this element now
28475           not only scales framerates, but also functions as a framerate
28476           corrector or framerate stabilizer/constantizer.
28477
28478 2004-02-27  David Schleef  <ds@schleef.org>
28479
28480         patches from jmmv@menta.net (Julio M. Merino Vidal)
28481
28482         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28483         GST_ELEMENT_ERROR call (bug #135634)
28484         * gst/interleave/interleave.c: (interleave_buffered_loop),
28485         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28486         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28487         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28488         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28489         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28490         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28491         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28492         Fix GST_ELEMENT_ERROR call.
28493         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28494         GST_ELEMENT_ERROR call.
28495
28496 2004-02-27  Benjamin Otte  <otte@gnome.org>
28497
28498         * gst-libs/gst/audio/audio.h:
28499           add macro to make sure header isn't included twice
28500         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28501           don't use gst_buffer_free
28502         * gst/playondemand/filter.func:
28503           don't use gst_data_free. Free data only once.
28504
28505 2004-02-26  David Schleef  <ds@schleef.org>
28506
28507         * gst-libs/gst/colorbalance/Makefile.am:
28508         * gst-libs/gst/mixer/Makefile.am:
28509         * gst-libs/gst/tuner/Makefile.am:
28510         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28511         should not be disted, -marshal.h files should not be installed,
28512         and -enum.h files _should_ be installed.  Fix to make this the
28513         case.
28514
28515 === release 0.7.5 ===
28516
28517 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28518
28519         * configure.ac: release 0.7.5, "Under The Sea"
28520
28521 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28522
28523         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28524         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28525         * gst/videoscale/gstvideoscale.c:
28526         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28527           assorted debug/warning fixes
28528
28529 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28530
28531         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28532         (gst_videoscale_init), (gst_videoscale_chain),
28533         (gst_videoscale_set_property), (plugin_init):
28534         * gst/videoscale/gstvideoscale.h:
28535         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28536         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28537         (gst_videoscale_planar400), (gst_videoscale_packed422),
28538         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28539         (gst_videoscale_24bit), (gst_videoscale_16bit),
28540         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28541         (gst_videoscale_scale_plane_slow),
28542         (gst_videoscale_scale_point_sample),
28543         (gst_videoscale_scale_nearest),
28544         (gst_videoscale_scale_nearest_str2),
28545         (gst_videoscale_scale_nearest_str4),
28546         (gst_videoscale_scale_nearest_32bit),
28547         (gst_videoscale_scale_nearest_24bit),
28548         (gst_videoscale_scale_nearest_16bit):
28549         add debugging category and use it properly
28550         fix use of GST_PTR_FORMAT
28551
28552 2004-02-25  Andy Wingo  <wingo@pobox.com>
28553
28554         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28555         push only when channel->buffer is NULL. Prevents segfaults doing
28556         the state change after a nonlocal exit, like a scheme exception.
28557
28558         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28559         Handle the case where the intersected caps is empty.
28560
28561 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28562
28563         * gst/law/mulaw-decode.c: (mulawdec_link):
28564         * gst/law/mulaw.c: (plugin_init):
28565           fix mulawdec so it actually works again
28566
28567 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28568
28569         reviewed by: David Schleef  <ds@schleef.org>
28570
28571         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28572         (gst_gamma_init), (gst_gamma_set_property),
28573         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28574         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28575         for RGB, with separate r g and b correction factors. (#131167)
28576
28577 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28578
28579         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28580           only signal tags for bitrate if they're > 0 (#134894)
28581
28582 2004-02-24  David Schleef  <ds@schleef.org>
28583
28584         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28585         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28586         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28587         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28588         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28589         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28590         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28591         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28592         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28593         category.  Attempt to fix timestamp calculation.
28594
28595 2004-02-24  Johan Dahlin  <johan@gnome.org>
28596
28597         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28598
28599 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28600
28601         * configure.ac:
28602         * gconf/Makefile.am:
28603         * gconf/gstreamer.schemas:
28604         * gst-libs/gst/gconf/Makefile.am:
28605         * gst-libs/gst/gconf/gconf.c:
28606           version gconf schemas and install locations
28607
28608 2004-02-23  Benjamin Otte  <otte@gnome.org>
28609
28610         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28611         (gst_xine_input_subclass_init):
28612           call parent dispose.
28613           change pad template for CD reader correctly
28614         * ext/xine/Makefile.am:
28615         * ext/xine/gstxine.h:
28616         * ext/xine/xine.c: (plugin_init):
28617         * ext/xine/xineaudiosink.c:
28618           wrap audio sinks, too
28619         * gst-libs/gst/resample/private.h:
28620         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28621         (gst_resample_reinit), (gst_resample_scale),
28622         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28623         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28624         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28625         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28626         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28627         * gst-libs/gst/resample/resample.h:
28628         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28629         (gst_audioscale_class_init), (gst_audioscale_link),
28630         (gst_audioscale_get_buffer), (gst_audioscale_init),
28631         (gst_audioscale_chain), (gst_audioscale_set_property),
28632         (gst_audioscale_get_property):
28633         * gst/audioscale/gstaudioscale.h:
28634           s/resample_*/gst_resample_*/i to not clobber namespaces
28635
28636 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28637
28638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28639         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28640         (gst_riff_create_video_template_caps),
28641         (gst_riff_create_audio_template_caps),
28642         (gst_riff_create_iavs_template_caps):
28643         * gst-libs/gst/riff/riff-media.h:
28644         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28645         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28646         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28647         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28648         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28649         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28650         (gst_matroska_demux_plugin_init): First batch implementing audio and
28651         video codec tags in demuxers.
28652
28653 2004-02-22  Benjamin Otte  <otte@gnome.org>
28654
28655         * ext/xine/Makefile.am:
28656         * ext/xine/gstxine.h:
28657         * ext/xine/xine.c: (plugin_init):
28658         * ext/xine/xineinput.c:
28659           add input plugin wrapper. Playback from files, http, mms and cdda
28660           works.
28661         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28662           remove leftover G_GNUC_UNUSED
28663         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28664         (gst_asf_demux_identify_guid):
28665           improve debugging output
28666
28667 2004-02-22  Benjamin Otte  <otte@gnome.org>
28668
28669         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28670
28671         * autogen.sh:
28672           replace test -e with test -x for mkinstalldirs to be more portable.
28673           (fixes #134816)
28674
28675 2004-02-22  Benjamin Otte  <otte@gnome.org>
28676
28677         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28678
28679         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28680           set rank to PRIMARY
28681         * gst/volume/gstvolume.c: (plugin_init):
28682           set rank to NONE
28683         fixes #134960
28684
28685 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28686
28687         reviewed by Benjamin Otte  <otte@gnome.org>
28688
28689         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28690           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28691
28692 2004-02-22  Benjamin Otte  <otte@gnome.org>
28693
28694         * configure.ac:
28695           export [_]*{gst,Gst,GST}.* symbols from plugins
28696
28697 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28698
28699         reviewed by: Benjamin Otte  <otte@gnome.org>
28700
28701         * ext/lame/gstlame.c: (add_one_tag):
28702         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28703         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28704         (gst_vorbisenc_metadata_set1):
28705         * gst/tags/gstid3tag.c:
28706         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28707           apply fixes from bugs #135042 (lame can't write tags) and #133817
28708           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28709
28710 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28711
28712         * configure.ac: Export only gst_plugin_desc from plugins.
28713          Note that this change only makes any effect with Linux using libtool
28714          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28715          fine. And don't try to have several versions of libtool in different
28716          directories.
28717
28718 2004-02-20  Andy Wingo  <wingo@pobox.com>
28719
28720         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28721         interleave respectively.
28722
28723         * gst/interleave/deinterleave.c: New plugin: deinterleave
28724         (replaces on oneton).
28725         * gst/interleave/interleave.c: New plugin: interleave.
28726         * gst/interleave/plugin.h: Support file.
28727         * gst/interleave/plugin.c: Support file.
28728
28729         * configure.ac: Remove intfloat and oneton, add interleave.
28730
28731         * ext/sndfile/gstsf.c: Handle events better.
28732
28733         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28734         and float2int operation. int2float has scheduling problems as
28735         noted in in2float_chain.
28736
28737 2004-02-20  Benjamin Otte  <otte@gnome.org>
28738
28739         * ext/xine/Makefile.am:
28740         * ext/xine/gstxine.h:
28741         * ext/xine/xine.c:
28742         * ext/xine/xineaudiodec.c:
28743         * ext/xine/xinecaps.c:
28744           add first version of xine plugin wrapper. Currently only wraps the
28745           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28746         * configure.ac:
28747         * ext/Makefile.am:
28748           add xine plugin wrapper, disabled by default. Use --enable-xine to
28749           build. Note that it'll segfault on gst-register if you don't remove
28750           the goom and tvtime post plugins from xine.
28751         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28752         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28753           add extradata parsing for QDM2.
28754           change around debugging prints.
28755
28756 2004-02-19  Benjamin Otte  <otte@gnome.org>
28757
28758         * ext/lame/gstlame.c: (gst_lame_chain):
28759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28760           use gst_tag_list_insert when you want to insert tags
28761
28762 2004-02-18  David Schleef  <ds@schleef.org>
28763
28764         * configure.ac:  Move massink to gst-rotten
28765         * ext/Makefile.am:
28766         * ext/mas/Makefile.am:
28767         * ext/mas/massink.c:
28768         * ext/mas/massink.h:
28769
28770 2004-02-18  David Schleef  <ds@schleef.org>
28771
28772         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28773         typefinding, since it seems to be worse than nothing.
28774         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28775         atom to recognize .mp4 and .m4a files as video/quicktime.
28776
28777 2004-02-18  David Schleef  <ds@schleef.org>
28778
28779         * gst/sine/demo-dparams.c: (quit_live),
28780         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28781         Use double dparams, not float.
28782         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28783         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28784         sync'd elements don't really work correctly.
28785         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28786         (volume_update_volume), (volume_get_property):  Change dparam
28787         to double.
28788
28789 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28790
28791         * sys/ximage/ximagesink.c:
28792         (gst_ximagesink_xwindow_update_geometry),
28793         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28794         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28795         (gst_ximagesink_init): Rework the way software video scaling works. So
28796         now we check on each chain call if the video frames are feeling the
28797         window. If not we try to renegotiate caps. On failure we memorize that
28798         and we won't try again for that PLAYING sessions.
28799         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28800         failure.
28801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28802         synchronous flag.
28803
28804 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28805
28806         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28807           break up _link so we can give a better debug message for errors
28808
28809 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28810
28811         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28812           set up debug category
28813
28814 2004-02-18  Julien MOUTTE <julien@moutte.net>
28815
28816         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28817         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28818         the way renegotiation work. The event handling function is not taking
28819         care of external windows and renegotiate method check for pad flags
28820         NEGOTIATING. Should fix : #133209
28821
28822 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28823
28824         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28825         pad is negotiating before trying renegotiation.
28826
28827 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28828
28829         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28830           pass on all possible mime types as typefind hints
28831
28832 2004-02-17  Julien MOUTTE <julien@moutte.net>
28833
28834         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28836         possible SHM leak if we crash. All other apps using XShm are doing
28837         that.
28838
28839 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28840
28841         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28842         (gst_ximagesink_expose): Renegotiate size on expose.
28843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28844         size on expose.
28845
28846 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28847
28848         * testsuite/alsa/sinesrc.c:
28849           cosmetic fix to fix compile issue with gcc 2.95.4
28850
28851 2004-02-16  Julien MOUTTE <julien@moutte.net>
28852
28853         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28854         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28855         failed opening the audio device.
28856         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28857         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28858         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28859         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28860         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28861         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28862         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28863         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28864         Removing some useless g_return_if_fail like wingo suggested.
28865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28866         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28867         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28868         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28869         (gst_xvimagesink_update_colorbalance),
28870         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28871         (gst_xvimagesink_xcontext_clear),
28872         (gst_xvimagesink_get_fourcc_from_caps),
28873         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28874         (gst_xvimagesink_set_xwindow_id),
28875         (gst_xvimagesink_colorbalance_list_channels),
28876         (gst_xvimagesink_colorbalance_set_value),
28877         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28878         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28879
28880 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28881
28882         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28883           throw error when not negotiated instead of asserting
28884
28885 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28886
28887         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28888         correct data refcounting.
28889
28890 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28891
28892         * gst/switch/gstswitch.c: (gst_switch_change_state),
28893         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28894         change, mostly the EOS flag.
28895
28896 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28897
28898         * examples/gstplay/player.c: (got_eos), (main): Adding some
28899         output for debugging.
28900         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28901         timeouts if we go to any state different from PLAYING.
28902         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28903         more EOS bugs in riff lib.
28904
28905 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28906
28907         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28908         visualization until i find a way to fix switch correctly.
28909         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28910         EOS arrives.
28911         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28912         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28913         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28914         Reworked switch to get a more correct behaviour with events and refing
28915         of data stored in sinkpads.
28916         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28917         we don't pull from a pad in EOS.
28918
28919 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28920
28921         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28922           remove v1 tag even if we can't read it (makes sure we don't detect
28923           it again)
28924
28925 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28926
28927         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28928         (gst_alsa_xrun_recovery):
28929         * ext/alsa/gstalsa.h:
28930           try xrun recovery when wait failed. Make xrun recovery function
28931           return TRUE/FALSE to indicate success. (might fix #134354)
28932
28933 2004-02-13  David Schleef  <ds@schleef.org>
28934
28935         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28936         (dynparm_value_changed), (main): Convert from float to double.
28937         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28938
28939 2004-02-13  David Schleef  <ds@schleef.org>
28940
28941         * gst/silence/gstsilence.c: (gst_silence_class_init),
28942         (gst_silence_set_clock), (gst_silence_get),
28943         (gst_silence_set_property), (gst_silence_get_property):
28944         * gst/silence/gstsilence.h: Add sync property.
28945         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28946         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28947         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28948         * gst/sine/gstsinesrc.h: Add sync property.
28949
28950 2004-02-13  David Schleef  <ds@schleef.org>
28951
28952         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28953         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28954
28955 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28956
28957         * configure.ac:
28958         * ext/Makefile.am:
28959         * gst-libs/ext/Makefile.am:
28960           move ffmpeg plugin to gst-ffmpeg module
28961
28962 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28963
28964         * configure.ac: use GST_ARCH to detect architecture
28965
28966 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28967
28968         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28969
28970 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28971
28972         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28973           classify LADSPA plugins based on number of src/sink pads
28974           (#133663, Stefan Kost)
28975         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28976           fix dparams registration
28977           (#133528, Stefan Kost)
28978         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28979           fix use of isprint and use g_ascii_isprint instead
28980           (#133316, Stefan Kost)
28981
28982 2004-02-11  David Schleef  <ds@schleef.org>
28983
28984         Convert a few inner loops to use liboil.  This is currently
28985         optional, and is only enabled if liboil is present (duh!).
28986         * configure.ac: Check for liboil-0.1
28987         * gst/intfloat/Makefile.am:
28988         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28989         (gst_int2float_chain_gint16):
28990         * gst/videofilter/Makefile.am:
28991         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28992         (tablelookup_u8), (gst_videobalance_planar411):
28993         * gst/videotestsrc/Makefile.am:
28994         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28995         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28996         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28997         (paint_hline_RGB565), (paint_hline_xRGB1555):
28998
28999 2004-02-11  David Schleef  <ds@schleef.org>
29000
29001         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
29002         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
29003         (gst_colorspace_getcaps), (gst_colorspace_link),
29004         (gst_colorspace_base_init), (gst_colorspace_init),
29005         (gst_colorspace_chain), (gst_colorspace_change_state),
29006         (plugin_init): Merge Ronald's patch (bug #117897) and update
29007         for new caps and negotiation.  Seems to work, although it
29008         shows off bugs in lcs.
29009
29010 2004-02-11  David Schleef  <ds@schleef.org>
29011
29012         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
29013         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
29014
29015 2004-02-11  David Schleef  <ds@schleef.org>
29016
29017         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
29018         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
29019         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
29020         Add server and port properties
29021
29022 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
29023
29024         * m4/a52.m4:
29025         * m4/aalib.m4:
29026         * m4/as-ffmpeg.m4:
29027         * m4/as-liblame.m4:
29028         * m4/as-slurp-ffmpeg.m4:
29029         * m4/check-libheader.m4:
29030         * m4/esd.m4:
29031         * m4/freetype2.m4:
29032         * m4/gconf-2.m4:
29033         * m4/glib.m4:
29034         * m4/gst-alsa.m4:
29035         * m4/gst-artsc.m4:
29036         * m4/gst-ivorbis.m4:
29037         * m4/gst-matroska.m4:
29038         * m4/gst-sdl.m4:
29039         * m4/gst-shout2.m4:
29040         * m4/gst-sid.m4:
29041         * m4/gtk.m4:
29042         * m4/libdv.m4:
29043         * m4/libfame.m4:
29044         * m4/libmikmod.m4:
29045         * m4/ogg.m4:
29046         * m4/vorbis.m4:
29047           fix underquotedness of macros (#133800)
29048         * m4/as-avifile.m4:
29049         * m4/xmms.m4:
29050           removed because no longer used
29051
29052 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
29053
29054         * configure.ac:
29055           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
29056           by autopoint (fixes #132996)
29057
29058 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29059
29060         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
29061         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
29062         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
29063         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
29064           fix memleaks
29065
29066 2004-02-11  David Schleef  <ds@schleef.org>
29067
29068         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
29069         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
29070         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
29071         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
29072         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
29073         (gst_jpegenc_class_init), (gst_jpegenc_init),
29074         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
29075         (gst_jpegenc_chain), (gst_jpegenc_set_property),
29076         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
29077         * ext/jpeg/gstjpegenc.h: Fix negotiation.
29078
29079 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29080
29081         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
29082         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
29083         * ext/mikmod/gstmikmod.h:
29084           fix caps negotiation in mikmod
29085         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
29086           output debug information
29087
29088 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29089
29090         * gst-libs/gst/colorbalance/Makefile.am:
29091         * gst-libs/gst/navigation/Makefile.am:
29092         * gst-libs/gst/xoverlay/Makefile.am:
29093           remove unused GST_OPT_CFLAGS from Makefiles
29094           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
29095
29096 2004-02-07  David Schleef  <ds@schleef.org>
29097
29098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
29099         push events to pads that haven't been created (#133508)
29100
29101 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
29102
29103         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29104         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
29105         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
29106         (gst_dvdec_loop), (gst_dvdec_change_state):
29107         Second attempt at committing a working dvdec element.
29108
29109 2004-02-06  David Schleef  <ds@schleef.org>
29110
29111         Build fixes for OS X: (see #129600)
29112         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
29113         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
29114         (gst_riff_read_strf_iavs):
29115         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29116         (gst_avi_demux_stream_odml):
29117         * gst/playondemand/Makefile.am:
29118         * gst/rtp/rtp-packet.c:
29119
29120 2004-02-05  David Schleef  <ds@schleef.org>
29121
29122         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
29123         last change, because it Just Doesn't Compile.
29124
29125 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29126
29127         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29128           skip undecodable id3v2 tag instead of keeping it
29129
29130 2004-02-05  David Schleef  <ds@schleef.org>
29131
29132         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29133         Unref leaked buffer.  (Noticed by Ronald)
29134
29135 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
29136
29137         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29138         Sync requires with other checks.  >= vs =.
29139
29140 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
29141
29142         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29143         (gst_dvdec_video_link), (gst_dvdec_loop):
29144         * ext/dv/gstdvdec.h:
29145           rework the caps negotiation so that dvdec works again instead
29146           of just segfaulting.
29147
29148 === release 0.7.4 ===
29149
29150 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29151
29152         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
29153         * configure.ac: changed for release
29154
29155 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29156
29157         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
29158         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29159         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29160         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29161           reworked patch by David Lehn to fix libdir and includedir for
29162           uninstalled libraries
29163           removed play and gconf from gstreamer-libs since they have their
29164           own pkgconfig files
29165
29166 2004-02-04  David Schleef  <ds@schleef.org>
29167
29168         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
29169         memleak.
29170
29171 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29172
29173         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29174           use correct GST_TAG_ENCODER tag
29175
29176 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29177
29178         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29179           be sure to stop the clock when going to paused
29180         * sys/oss/gstosssink.c: (gst_osssink_change_state):
29181           reset number of transmitted when going to ready.
29182         fixes #132935
29183
29184 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
29185
29186         reviewed by Benjamin Otte
29187
29188         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29189           extract track count (fixes #133410)
29190
29191 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29192
29193         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29194           that should be !=, not == (fixes #132519)
29195
29196 2004-02-04  David Schleef  <ds@schleef.org>
29197
29198         Make sure set_explicit_caps() is called before adding pad.
29199         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29200         * gst/id3/gstid3types.c: (gst_id3types_loop):
29201         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29202         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29203
29204 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29205
29206         * configure.ac:
29207           bump nano to 2, first prerelease
29208           put back AM_PROG_LIBTOOL
29209
29210 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29211
29212         * testsuite/alsa/Makefile.am:
29213           these are user test apps, not automatic testsuite tests
29214
29215 2004-02-04  David Schleef  <ds@schleef.org>
29216
29217         Convert GST_DEBUG_CAPS() to GST_DEBUG():
29218         * gst/mpeg1videoparse/gstmp1videoparse.c:
29219         (mp1videoparse_parse_seq):
29220         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29221         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29222         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
29223         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29224         (gst_xvideosink_getcaps):
29225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29226         * testsuite/gst-lint: more tests
29227
29228 2004-02-04  David Schleef  <ds@schleef.org>
29229
29230         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
29231         with the code that they would expand to.
29232         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
29233         (gst_flacdec_get_src_query_types),
29234         (gst_flacdec_get_src_event_masks):
29235         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29236         (gst_gnomevfssrc_get_query_types),
29237         (gst_gnomevfssrc_get_event_mask):
29238
29239 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29240
29241         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29242         (gst_sinesrc_dispose):
29243           fix memleak by properly disposing sinesrc
29244
29245 2004-02-04  Julien MOUTTE  <julien@moutte.net>
29246
29247         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29248         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29249         an overlay to redraw the image because it has been exposed.
29250         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29251         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29252         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29253         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29254         interface
29255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29256         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29257         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29258         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29259         interface
29260
29261 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29262
29263         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29264           more memleak fixage
29265
29266 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29267
29268         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29269         * gst/typefind/gsttypefindfunctions.c:
29270           fix memleaks shown by gst-typefind
29271
29272 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29273
29274         * common/glib-gen.mak:
29275           add hack rule to touch .Plo files
29276         * gst-libs/gst/colorbalance/Makefile.am:
29277         * gst-libs/gst/mixer/Makefile.am:
29278         * gst-libs/gst/play/Makefile.am:
29279         * gst-libs/gst/tuner/Makefile.am:
29280           remove glib_root variable
29281
29282 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29283
29284         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29285           set explicit caps before adding the element, so the autopluggers can
29286           plug correctly.
29287         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29288         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29289         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29290         (dv_type_find):
29291           fix memleaks in typefind functions. gst_type_find_suggest takes a const
29292           argument.
29293
29294 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29295
29296         * gst-libs/gst/colorbalance/Makefile.am:
29297         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29298         * gst-libs/gst/colorbalance/colorbalance.c:
29299         * gst-libs/gst/colorbalance/colorbalance.h:
29300         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29301         * gst-libs/gst/mixer/Makefile.am:
29302         * gst-libs/gst/mixer/mixer-marshal.list:
29303         * gst-libs/gst/mixer/mixer.c:
29304         * gst-libs/gst/mixer/mixer.h:
29305         * gst-libs/gst/mixer/mixermarshal.list:
29306         * gst-libs/gst/play/Makefile.am:
29307         * gst-libs/gst/play/play.h:
29308         * gst-libs/gst/tuner/Makefile.am:
29309         * gst-libs/gst/tuner/tuner-marshal.list:
29310         * gst-libs/gst/tuner/tuner.c:
29311         * gst-libs/gst/tuner/tuner.h:
29312         * gst-libs/gst/tuner/tunermarshal.list:
29313           use new glib-gen.mak snippet to clean up Makefile.am
29314           fix various bugs in Makefile.am's
29315
29316 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29317
29318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29319           handle chain parsing correctly in the multichain case
29320         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29321         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29322         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29323         (theora_dec_chain):
29324           handle events and queries correctly
29325
29326 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29327
29328         * .cvsignore:
29329         Ignore generated file _stdint.h.
29330
29331 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29332
29333         * gst-libs/gst/colorbalance/Makefile.am:
29334         * gst-libs/gst/colorbalance/colorbalance.h:
29335         * gst-libs/gst/mixer/Makefile.am:
29336         * gst-libs/gst/mixer/mixer.h:
29337         * gst-libs/gst/play/Makefile.am:
29338         * gst-libs/gst/play/play.h:
29339         * gst-libs/gst/tuner/Makefile.am:
29340         * gst-libs/gst/tuner/tuner.h:
29341         Generate enum type code with glib-mkenums.
29342         * gst-libs/gst/colorbalance/.cvsignore:
29343         * gst-libs/gst/mixer/.cvsignore:
29344         * gst-libs/gst/play/.cvsignore:
29345         * gst-libs/gst/tuner/.cvsignore:
29346         Ignore generated files.
29347
29348 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29349
29350         * gst-libs/gst/audio/.cvsignore:
29351         Ignore generated file.
29352         * gst-libs/gst/audio/Makefile.am:
29353         Do not install example filter.
29354
29355 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29356
29357         * examples/switch/.cvsignore:
29358         Ignore generated file.
29359
29360 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29361
29362         * common/m4/ax_create_stdint_h.m4:
29363         * configure.ac:
29364           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29365           _stdint.h.
29366         * Makefile.am:
29367           remove generated _stdint.h in DISTCLEANFILES
29368         * ext/a52dec/gsta52dec.c:
29369           include _stdint.h for a52dec. (should fix #133064)
29370
29371 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29372
29373         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29374         (gst_tag_to_vorbis_comments):
29375         Add replaygain support to vorbistag
29376
29377 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29378         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29379         (gst_ffmpeg_caps_to_extradata):
29380           Fix SVQ3 caps flag properties
29381           Use glib macro for bytes swap
29382
29383 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29384
29385         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29386         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29387         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29388         * ext/sndfile/gstsf.c: (plugin_init):
29389         * gst/avi/gstavi.c: (plugin_init):
29390         * sys/dxr3/dxr3init.c: (plugin_init):
29391         * sys/oss/gstossaudio.c: (plugin_init):
29392         * sys/v4l/gstv4l.c: (plugin_init):
29393         * sys/v4l2/gstv4l2.c: (plugin_init):
29394           remove textdomain calls
29395         * po/nl.po:
29396           update Dutch translation
29397
29398 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29399
29400         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29401         (gst_play_set_audio_sink): Moving volume in the audio thread for
29402         instantaneous volume change. Maybe i will add another volume in front
29403         of visualization later, not sure yet though.
29404
29405 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29406
29407         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29408         (gst_ximagesink_handle_xevents): Better X events handling, only take
29409         the latest events for configure and motion.
29410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29411
29412 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29413
29414         reviewed by: David Schleef  <ds@schleef.org>
29415
29416         Fix memory leaks:
29417         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29418         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29419
29420 2004-02-02  David Schleef  <ds@schleef.org>
29421
29422         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29423         of lines.
29424         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29425         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29426         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29427         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29428         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29429         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29430         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29431         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29432         (gst_float2_2_int_link):
29433         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29434         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29435         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29436         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29437         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29438         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29439         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29440         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29441         * testsuite/gst-lint: Add tests for bzero and ;;
29442
29443 2004-02-02  David Schleef  <ds@schleef.org>
29444
29445         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29446
29447 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29448
29449         * ext/aalib/gstaasink.c: (gst_aasink_open):
29450         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29451         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29452         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29453         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29454         (gst_afsink_close_file):
29455         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29456         (gst_afsrc_close_file):
29457         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29458         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29459         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29460         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29461         * ext/esd/esdmon.c: (gst_esdmon_get):
29462         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29463         * ext/faac/gstfaac.c: (gst_faac_chain):
29464         * ext/faad/gstfaad.c: (gst_faad_chain):
29465         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29466         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29467         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29468         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29469         (gst_flacdec_loop):
29470         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29471         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29472         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29473         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29474         (gst_gnomevfssink_close_file):
29475         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29476         (gst_gnomevfssrc_open_file):
29477         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29478         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29479         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29480         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29481         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29482         * ext/mad/gstmad.c: (gst_mad_chain):
29483         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29484         * ext/mpeg2dec/gstmpeg2dec.c:
29485         * ext/mpeg2enc/gstmpeg2enc.cc:
29486         * ext/mplex/gstmplex.cc:
29487         * ext/mplex/gstmplexibitstream.cc:
29488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29489         (gst_ogg_demux_push):
29490         * ext/raw1394/gstdv1394src.c:
29491         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29492         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29493         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29494         (gst_sf_loop):
29495         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29496         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29497         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29498         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29499         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29500         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29501         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29502         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29503         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29504         (gst_riff_read_element_data), (gst_riff_read_seek),
29505         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29506         * gst/adder/gstadder.c: (gst_adder_loop):
29507         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29508         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29509         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29510         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29511         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29512         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29513         * gst/goom/gstgoom.c: (gst_goom_chain):
29514         * gst/id3/gstid3types.c: (gst_id3types_loop):
29515         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29516         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29517         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29518         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29519         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29520         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29521         (gst_ebml_read_float), (gst_ebml_read_header):
29522         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29523         (gst_matroska_demux_parse_blockgroup):
29524         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29525         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29526         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29527         * gst/silence/gstsilence.c: (gst_silence_get):
29528         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29529         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29530         * gst/speed/gstspeed.c: (speed_loop):
29531         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29532         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29533         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29534         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29535         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29536         (gst_wavparse_loop):
29537         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29538         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29539         (dxr3audiosink_close):
29540         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29541         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29542         (dxr3videosink_close), (dxr3videosink_write_data):
29543         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29544         * sys/oss/gstosssink.c: (gst_osssink_chain):
29545         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29546         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29547         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29548         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29549         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29550         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29551         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29552         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29553         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29554         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29555         (gst_v4l_set_audio):
29556         * sys/v4l/v4l_calls.h:
29557         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29558         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29559         (gst_v4lmjpegsink_playback_init),
29560         (gst_v4lmjpegsink_playback_start):
29561         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29562         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29563         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29564         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29565         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29566         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29567         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29568         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29569         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29570         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29571         (gst_v4l2_get_output), (gst_v4l2_set_output),
29572         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29573         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29574         (gst_v4l2_set_attribute):
29575         * sys/v4l2/v4l2_calls.h:
29576         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29577         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29578         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29579         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29580         (gst_v4l2src_capture_stop):
29581         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29582         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29583         (gst_ximagesink_chain):
29584         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29585         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29586         (gst_xvideosink_xwindow_new):
29587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29588         (gst_xvimagesink_chain):
29589
29590 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29591
29592         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29593         (gst_volume_get_volume), (volume_class_init), (volume_init),
29594         (volume_chain_int16), (volume_update_volume):
29595         * gst/volume/gstvolume.h:
29596           make code more readable by removing magic numbers
29597           make mixer interface export 0-100 range
29598           make it internally map to 0.0-1.0 range so users don't distort
29599           output by putting the sliders at full volume
29600
29601 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29602
29603         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29604         (gst_play_state_change), (gst_play_seek_to_time):
29605         block the tick callback for 0.5 secs after doing a seek
29606
29607 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29608
29609         * gst-libs/gst/play/play.c: (gst_play_new):
29610           check for GError
29611
29612 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29613
29614         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29615         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29616         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29617         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29619         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29620
29621 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29622
29623         * configure.ac:
29624         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29625           check for a function added in vorbis 1.1
29626
29627 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29628
29629         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29630         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29631           really start/stop clock only on PLAYING <=> PAUSED
29632         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29633           remove \n from debugging lines
29634         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29635           make it work when seeking does not
29636         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29637           reset on DISCONT
29638
29639 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29640
29641         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29642           start clock on PAUSED=>PLAYING, not later
29643         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29644           extract correct time for different discont formats
29645         (gst_alsa_sink_get_time):
29646           don't segfault when no format is negotiated yet, just return 0
29647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29648         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29649         (gst_ogg_pad_push):
29650           handle flush and discont events correctly
29651         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29652           handle discont events correctly
29653
29654 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29655
29656         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29657         (gst_play_error_create), (gst_play_error_plugin),
29658         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29659         * gst-libs/gst/play/play.h:
29660           add error handling during creation
29661         * examples/gstplay/player.c: (main):
29662           use new gst_play_new
29663
29664
29665 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29666
29667         * ext/theora/theoradec.c: (theora_dec_chain):
29668           make comments work
29669         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29670         (vorbis_dec_src_event), (vorbis_dec_chain):
29671           add encoder tag, fix tag reading to be more error tolerant, change
29672           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29673           gst_pad_event_default.
29674         * gst/tags/gstvorbistag.c:
29675         (gst_tag_list_from_vorbiscomment_buffer):
29676           undefine function specific define at end of function
29677
29678 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29679
29680         * ext/flac/gstflac.c: (plugin_init):
29681         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29682         * ext/flac/gstflacdec.h:
29683         * ext/flac/gstflacenc.h:
29684           Fix typos
29685
29686 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29687
29688         * examples/gstplay/player.c: s/gstplay.h/play.h/
29689
29690 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29691
29692         * gst-libs/gst/play/Makefile.am:
29693         * gst-libs/gst/play/gstplay.c:
29694         * gst-libs/gst/play/gstplay.h:
29695         * gst-libs/gst/play/play.c:
29696           more surgery, operation complete
29697
29698 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29699
29700         * gst-libs/gst/play/play.old.c:
29701         * gst-libs/gst/play/play.old.h:
29702           after CVS surgery by moving, remove
29703         * gst-libs/gst/play/playpipelines.c:
29704           remove
29705
29706         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29707           add negotiation error
29708
29709 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29710
29711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29712         (gst_ogg_demux_push):
29713           add some seeking debug info
29714           send a flush when seeking
29715
29716 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29717
29718         * configure.ac:
29719           use AC_C_INLINE
29720         * configure.ac:
29721         * ext/Makefile.am:
29722         * ext/theora/Makefile.am:
29723         * ext/theora/theoradec.c:
29724           add theora video decoder. Does just do simple decoding for now and
29725           has been tested against Theora cvs only. It only works when theora
29726           is compiled with --enable-static.
29727         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29728           always reset packetno on DISCONT
29729
29730 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29731
29732         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29733           Fix audio.
29734
29735 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29736
29737         * gst/mpegaudioparse/gstmpegaudioparse.c:
29738         (mp3_type_frame_length_from_header):
29739           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29740
29741 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29742
29743         * ext/esd/esdsink.c: (gst_esdsink_init):
29744           Since we have static pad template caps, we don't need to negotiate;
29745           either the core errors out or we know the format.
29746
29747 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29748
29749         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29750         (gst_riff_read_seek):
29751         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29752         (gst_ebml_read_seek):
29753           Fix event handling.
29754
29755 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29756
29757         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29758           removee video/x-theora from vp3 decoder, it doesn't handle raw
29759           theora streams
29760         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29761           fix bug with finalizing element that never went to PAUSED
29762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29763           length and position queries were swapped
29764         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29765         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29766         (vorbis_dec_src_event):
29767           implement querying time and bytes
29768
29769 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29770
29771         * just about every source file:
29772           gst_element_error -> GST_ELEMENT_ERROR
29773
29774 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29775
29776         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29777         emiting FLUSH and even before DISCONT.
29778         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29779         get the best instant seeking as possible yay!
29780
29781 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29782
29783         * gst/mpeg1videoparse/gstmp1videoparse.c:
29784         (gst_mp1videoparse_real_chain):
29785           Committed wrong version last week... Grr... Didn't notice until now.
29786
29787 2004-01-29  Julien MOUTTE <julien@moutte.net>
29788
29789         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29791         have_xwindow_id signal in xwindow_create.
29792
29793 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29794
29795         * ext/ogg/gstoggdemux.c:
29796           lots of changes - mainly support for chained bitstreams, seeking,
29797           querying and bugfixes of course
29798         * ext/vorbis/Makefile.am:
29799         * ext/vorbis/vorbisdec.c:
29800         * ext/vorbis/vorbisdec.h:
29801           add vorbisdec raw vorbis decoder
29802         * ext/vorbis/vorbis.c: (plugin_init):
29803           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29804         * gst/intfloat/Makefile.am:
29805         * gst/intfloat/float22int.c:
29806         * gst/intfloat/float22int.h:
29807         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29808           add float2intnew plugin. It converts multichannel interleaved float to
29809           multichannel interleaved int. The name should probably be changed.
29810         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29811         (plugin_init):
29812           add typefinding for raw theora video so oggdemux can detect it.
29813
29814 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29815
29816         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29817         sink element first.
29818         * gst/videoscale/gstvideoscale.c:
29819         (gst_videoscale_handle_src_event): Fixing src event handler.
29820
29821 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29822
29823         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29824         (gst_v4lsrc_open), (gst_v4lsrc_close),
29825         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29826         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29827         * sys/v4l/gstv4lsrc.h:
29828         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29829         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29830           Implement resizing... Hack. But that's why v4l is b0rked...
29831
29832 2004-01-28  Julien MOUTTE <julien@moutte.net>
29833
29834         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29835         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29836         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29837         (gst_ximagesink_xwindow_destroy):
29838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29839         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29840         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29841         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29842         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29843         correctly cleaning the image created to check xshm calls on succes,
29844         added a lot of XSync calls in X11 functions, and fixed a segfault when
29845         no image format was defined before negotiation happened.
29846
29847 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29848
29849         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29850           use gst_element_get_time to get correct time
29851
29852 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29853
29854         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29855         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29856         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29858         (gst_xvimagesink_check_xshm_calls),
29859         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29860         X plugins are now able to detect that XShm calls will fail even if the
29861         server claims that it has XShm support (remote displays most of the
29862         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29863         so that we use non XShm functions. This feature is almost useless for
29864         xvimagesink as Xv is not supported on remote displays anyway, but
29865         it might happen than even on the local display XShm calls fail.
29866
29867 2004-01-27  David Schleef  <ds@schleef.org>
29868
29869         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29870         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29871         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29872         changed esdsink to only use 44100,16,2, since esd sucks at rate
29873         conversion and esdsink has had difficulty negotiating.
29874
29875 2004-01-27  Julien MOUTTE <julien@moutte.net>
29876
29877         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29878         (gst_play_seek_to_time): Fixing the way to get current position.
29879
29880 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29881
29882         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29883           use gst_element_get_time to get correct time
29884
29885 2004-01-27  Julien MOUTTE <julien@moutte.net>
29886
29887         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29888         fix ever... Inverting 2 lines of code make spider autoplug correctly
29889         tagged mp3 !
29890
29891 2004-01-27  David Schleef  <ds@schleef.org>
29892
29893         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29894         Use gst_pad_try_set_caps_nonfixed().
29895
29896 2004-01-27  David Schleef  <ds@schleef.org>
29897
29898         * gst/ac3parse/gstac3parse.c: update to checklist 5
29899         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29900         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29901         * gst/audioscale/gstaudioscale.c: same
29902         * gst/auparse/gstauparse.c: same
29903         * gst/avi/gstavidemux.c: same
29904
29905 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29906
29907         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29908           stop processing after EOS
29909
29910 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29911
29912         * gst/asfdemux/asfheaders.h:
29913         * gst/asfdemux/gstasfdemux.c:
29914         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29915         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29916         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29917           lot's of fixes to make data extraction simpler and get the code
29918           architecture and compiler independant. Add debugging category
29919         * gst/goom/gstgoom.c: (gst_goom_change_state):
29920           reset channel count on PAUSED=>READY, not READY=>PAUSED
29921
29922 2004-01-26  Colin Walters  <walters@verbum.org>
29923
29924         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29925         code to pull a bigger buffer in iradio mode.  This as a side effect
29926         makes typefinding work.
29927
29928 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29929
29930         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29931         Fix SVQ3 decoding on PPC
29932
29933 2004-01-26  Julien MOUTTE <julien@moutte.net>
29934
29935         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29936         that one managed to stay there... Fixed.
29937
29938 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29939
29940         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29941         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29942         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29943         (qtdemux_video_caps):
29944         * gst/qtdemux/qtdemux.h:
29945         Add SVQ3 specific flags to qtdemux and ffmpeg
29946
29947 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29948
29949         * gst-libs/gst/audio/audio.h:
29950           remove buffer-frames from audio caps
29951         * gst/audioconvert/gstaudioconvert.c:
29952           fix plugin to really work.
29953
29954 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29955
29956         * gst-libs/gst/mixer/mixer.c:
29957         * gst-libs/gst/propertyprobe/propertyprobe.c:
29958         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29959         (gst_tuner_find_channel_by_name):
29960         * gst-libs/gst/tuner/tuner.h:
29961           Add gtk-doc style comments. Also fix a function name.
29962
29963 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29964
29965         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29966         (gst_divxdec_negotiate):
29967           Fix for new capsnego - also fixes gst-player with divxdec.
29968
29969 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29970
29971         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29972         (gst_play_identity_handoff), (gst_play_set_location),
29973         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29974         try in visualization implementation. Still have an issue with switch
29975         blocking when pulling from video_queue and only audio comes out of
29976         spider.
29977         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29978         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29979         release method. And check if the pad is usable before pulling.
29980
29981 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29982
29983         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29984         (gst_videobalance_init),
29985         (gst_videobalance_colorbalance_list_channels),
29986         (gst_videobalance_colorbalance_set_value),
29987         (gst_videobalance_colorbalance_get_value),
29988         (gst_videobalance_update_properties),
29989         (gst_videobalance_update_tables_planar411),
29990         (gst_videobalance_planar411):
29991         * gst/videofilter/gstvideobalance.h:
29992           Implement lookup-tables. +/- 10x faster.
29993
29994 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29995
29996         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29997         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29998           The index reading was broken. The rest worked fine, but the whole
29999           goal of my rewrite was to make avidemux readable, and this was
30000           not at all readable. Please use typed variables.
30001
30002 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30003
30004         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30005           Additional pad usability check.
30006         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30007         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
30008         (gst_mp1videoparse_real_chain):
30009           Fix MPEG video stream parsing. The original plugin had several
30010           issues, including not timestamping streams where the source was
30011           not timestamped (this happens with PTS values in mpeg system
30012           streams, but MPEG video is also a valid stream on its own so
30013           that needs timestamps too). We use the display time code for that
30014           for now. Also, if one incoming buffer contains multiple valid
30015           frames, we push them all on correctly now, including proper EOS
30016           handling. Lastly, several potential segfaults were fixed, and we
30017           properly sync on new sequence/gop headers to include them in next,
30018           not previous frames (since they're header for the next frame, not
30019           the previous). Also see #119206.
30020         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
30021         (bpf_from_header):
30022           Move caps setting so we only do it after finding several valid
30023           MPEG-1 fraes sequentially, not right after the first one (which
30024           might be coincidental).
30025         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
30026         (mpeg_video_type_find), (mpeg_video_stream_type_find),
30027         (plugin_init):
30028           Add unsynced MPEG video stream typefinding, and change some
30029           probability values so we detect streams rightly. The idea is as
30030           follows: I can have an unsynced system stream which contains
30031           video. In the current code, I would randomly get a type for either
30032           system or video stream type found, because the probabilities are
30033           being calculated rather randomly. I now use fixed values, so we
30034           always prefer system stream if that was found (and that is how it
30035           should be). If no system stream was found, we can still identity                the stream as video-only.
30036
30037 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30038
30039         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
30040         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
30041           don't write to buffer. Extract data without the need of
30042           __attribute__ ((packed))
30043
30044 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30045
30046         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
30047         (mpeg1_sys_type_find):
30048           Fix MPEG-1 stream typefinding.
30049
30050 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30051
30052         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
30053           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
30054
30055 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30056
30057         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
30058         * ext/esd/gstesd.c: (plugin_init):
30059           private debugging, better error reporting
30060
30061 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30062
30063         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30064         (gst_riff_read_init), (gst_riff_read_change_state):
30065         * gst-libs/gst/riff/riff-read.h:
30066           Remove stuff fromold metadata system.
30067
30068 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30069
30070         * ext/ogg/gstoggdemux.c:
30071           Fix wrong file comment.
30072         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30073         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
30074           Add metadata reading properly.
30075
30076 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30077
30078         * ext/Makefile.am:
30079           Fix nas DIST_SUBDIRS
30080           Uraeus:
30081           Fix bug where make distcheck doesn't get run on adding stuff to
30082           the build.
30083
30084 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30085
30086         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
30087         * ext/divx/gstdivxdec.h:
30088           Fix divx3 ("msmpeg4") playback using divxdec.
30089
30090 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30091
30092         * gst/typefind/gsttypefindfunctions.c:
30093         (mp3_type_frame_length_from_header): fix bug in length computation
30094         (mp3_type_find): improve debugging output
30095
30096 2004-01-23  Julien MOUTTE  <julien@moutte.net>
30097
30098         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30099         (gst_play_set_location), (gst_play_seek_to_time),
30100         (gst_play_set_audio_sink), (gst_play_set_visualization),
30101         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
30102         the pipeline from scratch. Visualization is back and switch went out as
30103         i realized it was not possible to use the way i wanted.
30104         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
30105         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
30106         clearing in state change from READY to NULL. So that one can clean the
30107         X ressources keeping the element.
30108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30109         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
30110         (gst_xvimagesink_colorbalance_set_value),
30111         (gst_xvimagesink_colorbalance_get_value),
30112         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
30113         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
30114         change from READY to NULL and fixed some stupid bugs in colorbalance
30115         get/set values. Also added the following feature : when nobody tries to
30116         set some values to the colorbalance levels before the xcontext is
30117         grabbed, then when creating channels list from Xv attributes we set the
30118         internal values to the Xv defaults. This way we handle buggy Xv drivers
30119         that set default hue values far from the middle of the range (Thanks
30120         to Jon Trowbridge for pointing that issue).
30121         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
30122         colorbalance levels have been set before xcontext is grabbed.
30123
30124 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30125
30126         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30127           Fix the ossmixer case where we shouldn't open /dev/dsp* because
30128           it might block operations (which is bad for a mixer).
30129
30130 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30131
30132         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30133         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
30134         (gmip_find_type_pre):
30135         * gst-libs/gst/media-info/media-info-priv.h:
30136         * gst-libs/gst/media-info/media-info.c:
30137         (gst_media_info_instance_init), (gst_media_info_read_idler):
30138         add fakesink to get caps on decoder src pad again
30139         fix callback prototype to match new have_type signal signature
30140
30141 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30142
30143         * gst/adder/gstadder.c: (gst_adder_link):
30144           fix non-compile and cut-n-paste code
30145
30146 2004-01-21  David Schleef  <ds@schleef.org>
30147
30148         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
30149         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
30150         (gst_swfdec_init), (gst_swfdec_change_state):
30151         * ext/swfdec/gstswfdec.h:
30152         Fix negotiation.
30153         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
30154         (gst_adder_request_new_pad): Fix negotiation.
30155         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
30156         Add a fixate function.
30157         * gst/intfloat/gstfloat2int.c:
30158         * gst/intfloat/gstfloat2int.h:
30159         * gst/intfloat/gstint2float.c:
30160         * gst/intfloat/gstint2float.h:
30161         Completely rewrite the negotiation.  Doesn't quite work yet,
30162         due to some buffer-frames problem.
30163
30164 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
30165
30166         * ext/gnomevfs/gstgnomevfssrc.c:
30167         * sys/v4l2/v4l2_calls.h:
30168           fix includes for distcheck
30169
30170 2004-01-21  Christian Schaller <uraeus@gnome.org>
30171
30172         * ext/nas/
30173         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
30174         based on earlier patch from Laurent Vivier
30175
30176 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
30177
30178         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
30179         Fix wma caps property
30180         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30181         Fix typo (flags1 and flags2)
30182
30183 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30184
30185         * gst-libs/gst/media-info/media-info-priv.c:
30186         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
30187         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
30188         (gmip_find_stream), (gmip_find_track_metadata),
30189         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
30190         (gmip_find_track_format):
30191         * gst-libs/gst/media-info/media-info-priv.h:
30192         * gst-libs/gst/media-info/media-info-test.c: (main):
30193         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30194         (gst_media_info_read_idler), (gst_media_info_read):
30195         * gst-libs/gst/media-info/media-info.h:
30196           register debugging category and use it for debugging
30197
30198 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30199
30200         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
30201         (gst_vorbisfile_new_link):
30202           signal streaminfo through tags
30203
30204 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30205
30206         * ext/mplex/gstmplex.cc:
30207         * ext/mplex/gstmplexibitstream.cc:
30208           g++ doesn't like NULL in our i18n/error macros, should be
30209           either (NULL) or ("").
30210
30211 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30212
30213         * sys/dxr3/dxr3audiosink.c:
30214         * sys/dxr3/dxr3init.c:
30215         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
30216         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
30217           Fix more error error error errors (missing includes here).
30218
30219 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30220
30221         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30222           fix thomas' error errors.
30223
30224 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30225
30226         * ext/mpeg2enc/gstmpeg2enc.cc:
30227           fix error errors.
30228
30229 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30230
30231         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30232         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30233           Fix for new error system.
30234
30235 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30236
30237         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30238           fix for new error reporting
30239
30240 2004-01-20  David Schleef  <ds@schleef.org>
30241
30242         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30243         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30244         (gst_ximagesink_set_xwindow_id): Change to using a framerate
30245         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30246         and neither is 100+, most likely.
30247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30248         (gst_xvimagesink_getcaps): same
30249
30250 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30251
30252         * configure.ac:
30253           Up version requirement to 2.0.3 (not yet released) to avoid symbol
30254           clashes with ffmpeg.
30255
30256 2004-01-20  Julien MOUTTE  <julien@moutte.net>
30257
30258         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30259         (gst_switch_init): Fixed switch element : proxying link and setting
30260         caps from src to sink on request.
30261
30262 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30263
30264         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30265         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30266         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30267         fix element_error
30268
30269 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30270
30271         * sys/v4l/v4l_calls.h:
30272         * sys/v4l2/v4l2_calls.h:
30273           element_error fixes
30274
30275 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30276
30277         * gst-libs/gst/gst-i18n-plugin.h:
30278           add locale.h
30279           remove config.h inclusion
30280
30281 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30282
30283         * autogen.sh:
30284           adding autopoint invocation
30285         * Makefile.am:
30286         * configure.ac:
30287         * gst-libs/gst/gettext.h:
30288           adding gettext bits
30289         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30290         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30291         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30292         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30293         (gst_gnomevfssink_close_file):
30294         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30295         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30296         * gst-libs/gst/gst-i18n-plugin.h:
30297         * gst/avi/gstavi.c: (plugin_init):
30298         * sys/dxr3/dxr3init.c: (plugin_init):
30299         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30300         * sys/oss/gstossaudio.c: (plugin_init):
30301         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30302         * sys/v4l/gstv4l.c: (plugin_init):
30303         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30304         * sys/v4l2/gstv4l2.c: (plugin_init):
30305         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30306         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30307         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30308         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30309         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30310         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30311           make sure locale and translation domain are set
30312           fix translated strings
30313         * po/.cvsignore:
30314         * po/LINGUAS:
30315         * po/Makevars:
30316         * po/POTFILES.in:
30317         * po/nl.po:
30318           put translation files into place
30319         * sys/xvideo/imagetest.c: (main):
30320         * ext/dv/demo-play.c: (main):
30321           fix unnecessary translations
30322
30323 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30324
30325         * ext/sndfile/gstsf.c:
30326         * gst/avi/gstavimux.c:
30327         * ext/audiofile/gstafsink.c:
30328         * ext/audiofile/gstafsrc.c:
30329         * ext/gnomevfs/gstgnomevfssink.c:
30330         * ext/gnomevfs/gstgnomevfssrc.c:
30331         * sys/oss/gstosselement.c:
30332         * sys/v4l/v4l_calls.h:
30333           fix i18n include
30334
30335 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30336
30337         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30338         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30339         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30340         (gst_v4l2_get_output), (gst_v4l2_set_output),
30341         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30342         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30343         (gst_v4l2_set_attribute):
30344         update to new error handling
30345
30346 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30347
30348         * ext/sidplay/gstsiddec.cc:
30349         * gst/modplug/gstmodplug.cc:
30350           parenthese NULL because C++ seems angry about it
30351
30352 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30353
30354         * gst-libs/gst/gst-i18n-plugin.h:
30355           add skeleton i18n stuff, but needs to be further implemented
30356
30357 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30358
30359         * examples/gstplay/player.c: (main):
30360         * ext/aalib/gstaasink.c: (gst_aasink_open):
30361         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30362         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30363         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30364         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30365         (gst_afsink_close_file):
30366         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30367         (gst_afsrc_close_file):
30368         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30369         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30370         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30371         * ext/esd/esdmon.c: (gst_esdmon_get):
30372         * ext/esd/esdsink.c: (gst_esdsink_chain):
30373         * ext/faac/gstfaac.c: (gst_faac_chain):
30374         * ext/faad/gstfaad.c: (gst_faad_chain):
30375         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30376         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30377         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30378         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30379         (gst_flacdec_loop):
30380         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30381         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30382         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30383         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30384         (gst_gnomevfssink_close_file):
30385         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30386         (gst_gnomevfssrc_open_file):
30387         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30388         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30389         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30390         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30391         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30392         * ext/mad/gstmad.c: (gst_mad_chain):
30393         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30394         * ext/mpeg2dec/gstmpeg2dec.c:
30395         * ext/mpeg2enc/gstmpeg2enc.cc:
30396         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30397         * ext/mplex/gstmplex.cc:
30398         * ext/mplex/gstmplexibitstream.cc:
30399         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30400         (gst_ogg_demux_push), (gst_ogg_pad_push):
30401         * ext/raw1394/gstdv1394src.c:
30402         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30403         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30404         * ext/sidplay/gstsiddec.cc:
30405         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30406         (gst_sf_loop):
30407         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30408         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30409         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30410         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30411         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30412         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30413         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30414         * gst-libs/gst/Makefile.am:
30415         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30416         (gst_riff_read_element_data), (gst_riff_read_seek),
30417         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30418         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30419         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30420         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30421         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30422         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30423         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30424         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30425         * gst/goom/gstgoom.c: (gst_goom_chain):
30426         * gst/id3/gstid3types.c: (gst_id3types_loop):
30427         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30428         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30429         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30430         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30431         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30432         (gst_ebml_read_float), (gst_ebml_read_header):
30433         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30434         (gst_matroska_demux_parse_blockgroup):
30435         * gst/modplug/gstmodplug.cc:
30436         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30437         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30438         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30439         * gst/silence/gstsilence.c: (gst_silence_get):
30440         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30441         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30442         * gst/speed/gstspeed.c: (speed_loop):
30443         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30444         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30445         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30446         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30447         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30448         (gst_wavparse_loop):
30449         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30450         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30451         (dxr3audiosink_close):
30452         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30453         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30454         (dxr3videosink_close), (dxr3videosink_write_data):
30455         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30456         * sys/oss/gstosselement.h:
30457         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30458         (gst_osssink_chain):
30459         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30460         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30461         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30462         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30463         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30464         (gst_v4l_enable_overlay):
30465         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30466         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30467         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30468         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30469         (gst_v4l_set_audio):
30470         * sys/v4l/v4l_calls.h:
30471         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30472         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30473         (gst_v4lmjpegsink_playback_init),
30474         (gst_v4lmjpegsink_playback_start):
30475         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30476         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30477         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30478         (gst_v4lmjpegsrc_requeue_frame):
30479         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30480         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30481         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30482         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30483         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30484         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30485         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30486         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30487         (gst_v4l2src_capture_stop):
30488         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30489         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30490         (gst_ximagesink_chain):
30491         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30492         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30493         (gst_xvideosink_xwindow_new):
30494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30495         (gst_xvimagesink_chain):
30496         use new error signal, function and categories
30497
30498 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30499
30500         * configure.ac:
30501         * ext/Makefile.am:
30502         * ext/musicbrainz/gsttrm.c:
30503         * ext/musicbrainz/gsttrm.h:
30504         * ext/musicbrainz/Makefile.am:
30505         Add a trm plugin
30506
30507 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30508
30509         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30510         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30511         synchronous property for debugging.
30512         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30514         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30515         smaller block, fixing indent.
30516
30517 2004-01-16  David Schleef  <ds@schleef.org>
30518
30519         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30520         property affects the video stream.
30521         * sys/xvimage/xvimagesink.c:
30522         * sys/xvimage/xvimagesink.h:
30523         Add synchronous property for debugging.  Should probably be
30524         disabled in non-CVS builds.  Make sure that the Xv attribute
30525         exists before we set it (crash!).  Fix a silly float bug that
30526         caused colorbalance to just not work.
30527
30528 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30529
30530         * tools/gst-launch-ext.in - update for new plugins
30531
30532 2004-01-16  David Schleef  <ds@schleef.org>
30533
30534         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30535         already-freed caps.
30536
30537 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30538
30539         * Update spec for new colorspace plugin and libcaca plugin
30540         * Fix compilation of libcaca plugin (clock -> id)
30541
30542 2004-01-16  Julien MOUTTE <julien@moutte.net>
30543
30544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30545         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30546         (gst_xvimagesink_set_xwindow_id),
30547         (gst_xvimagesink_colorbalance_set_value),
30548         (gst_xvimagesink_colorbalance_get_value),
30549         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30550         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30551         correct colorbalance properties. They can now be set when the element
30552         is still in NULL state. The values will be committed to the Xv Port
30553         when xcontext is initialized.
30554         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30555         brightness int values in the GstXvImagesink structure.
30556
30557 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30558
30559         * gst-libs/gst/Makefile.am:
30560           restructure so having local patches works easier.
30561
30562 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30563
30564         * ext/mpeg2enc/Makefile.am:
30565         * ext/mpeg2enc/gstmpeg2enc.cc:
30566         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30567           Bugfix with respect to EOS handling.
30568
30569 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30570
30571         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30572           Link with right caps (else, it segfaults).
30573         * ext/mplex/gstmplexjob.cc:
30574           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30575
30576 2004-01-15  David Schleef  <ds@schleef.org>
30577
30578         * gst-libs/gst/audio/Makefile.am:
30579         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30580         from the template.
30581         * gst-libs/gst/audio/gstaudiofilter.c:
30582         * gst-libs/gst/audio/gstaudiofilter.h:
30583         Add bytes_per_sample and size and n_samples calculation.
30584         * gst-libs/gst/audio/gstaudiofilterexample.c:
30585         Remove, now autogenerated.
30586         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30587         Moved from gstaudiofilterexample, object name changed, code added
30588         so that it actually works.
30589         * gst-libs/gst/audio/make_filter:
30590         Script to build an audiofilter subclass from the template.
30591         * gst/colorspace/Makefile.am:
30592         * gst/colorspace/yuv2yuv.c:
30593         Remove file, since it's GPL, and we don't use it.
30594
30595 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30596
30597         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30599         them use the buffer free function to test how the buffer was allocated.
30600
30601 2004-01-15  David Schleef  <ds@schleef.org>
30602
30603         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30604         that handles osssink fallback.
30605         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30606         (gst_audio_convert_getcaps):
30607         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30608         Add audio/x-qdm2 for QDM2 audio.
30609         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30610         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30611         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30612         Decrease minimum size to 16x16.
30613         * gst/wavparse/gstwavparse.c:
30614         Convert disabled pad template caps to new caps.
30615         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30617         (gst_xvimagesink_chain): Throw element error when display cannot
30618         be opened.  Increase minimum framerate to 1.0.  Check the data
30619         free function on a buffer to make sure it is the type we expect
30620         before manipulating it.
30621
30622 2004-01-15  Julien MOUTTE <julien@moutte.net>
30623
30624         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30625         (gst_videobalance_colorbalance_set_value): Implement passthru if
30626         settings are in the middle.
30627         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30628
30629 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30630
30631         * gst/videofilter/Makefile.am:
30632         * gst/volume/Makefile.am:
30633           Since we use videofilter symbols, link to it.
30634
30635 2004-01-15  Julien MOUTTE <julien@moutte.net>
30636
30637         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30638         mixer interface type to HARDWARE.
30639         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30640         type to SOFTWARE.
30641         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30642         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30643         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30644         (gst_volume_interface_init), (gst_volume_list_tracks),
30645         (gst_volume_set_volume), (gst_volume_get_volume),
30646         (gst_volume_set_mute), (gst_volume_mixer_init),
30647         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30648         (volume_init): Implementing mixer interface.
30649         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30650         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30651         (gst_osselement_change_state): Removing some trailing commas in
30652         structures.
30653         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30654         interface type to HARDWARE.
30655         * sys/v4l/gstv4lcolorbalance.c:
30656         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30657         type to HARDWARE.
30658         * sys/v4l2/gstv4l2colorbalance.c:
30659         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30660         interface type to HARDWARE.
30661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30662         same code than ximagesink for event handling.
30663
30664 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30665
30666         * ext/snapshot/Makefile.am:
30667         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30668         (gst_snapshot_chain):
30669         * ext/snapshot/gstsnapshot.h:
30670           This has to be a joke... Snapshot should be connected to a tee,
30671           colorspace element before it and EOS after that, where the other
30672           src of the tee receives normal data.
30673           The current way is *wrong*.
30674
30675 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30676
30677         * ext/hermes/gsthermescolorspace.c:
30678           Fix another compile error. Same as below.
30679
30680 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30681
30682         * gst/colorspace/gstcolorspace.c:
30683         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30684         (gst_colorspace_i420_to_yv12):
30685           Fix compiling... Didn't test if it actually works.
30686
30687 2004-01-15  David Schleef  <ds@schleef.org>
30688
30689         * configure.ac:
30690         * gst/colorspace/Makefile.am:
30691         * gst/colorspace/gstcolorspace.c:
30692         * gst/colorspace/gstcolorspace.h:
30693         * gst/colorspace/yuv2rgb.c:
30694         * gst/colorspace/yuv2rgb.h:
30695         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30696         code and GPL code.  Fix for new caps negotiation.  Rewrite
30697         much of the format handling code, and some of the conversion
30698         code.  Basically, rewrote almost everything.  This element
30699         handles I420, YV12 to RGB conversions.
30700         * ext/hermes/Makefile.am:
30701         * ext/hermes/gsthermescolorspace.c:
30702         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30703         Remove non-Hermes related code.  This element handles lots of
30704         RGB to RGB conversions, but no YUV.
30705         * ext/hermes/gstcolorspace.c:
30706         * ext/hermes/gstcolorspace.h:
30707         * ext/hermes/rgb2yuv.c:
30708         * ext/hermes/yuv2rgb.c:
30709         * ext/hermes/yuv2rgb.h:
30710         * ext/hermes/yuv2rgb_mmx16.s:
30711         * ext/hermes/yuv2yuv.c:
30712         * ext/hermes/yuv2yuv.h:
30713         Remove old code.
30714
30715 2004-01-14  Colin Walters  <walters@verbum.org>
30716
30717         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30718         they've already been.
30719
30720 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30721
30722         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30723           assume tag mode when pad is not connected
30724
30725 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30726
30727         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30728           Don't update the time of the clock
30729         (gst_alsa_sink_loop):
30730           sync to the clock given to alsasink, not the own clock
30731         * sys/oss/gstosssink.c: (gst_osssink_chain):
30732           sync to the clock
30733         (gst_osssink_change_state):
30734           activate the clock
30735         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30737           remove bogus code that made DISCONT events unhandled
30738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30739           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30740           #131502)
30741         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30742         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30743         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30744           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30745           2nd warning in bug #131502)
30746
30747 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30748
30749         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30750         (gst_videobalance_colorbalance_set_value),
30751         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30752         for colorbalance interface implementation.
30753         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30754         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30755         (gst_ximagesink_dispose), (gst_ximagesink_init),
30756         (gst_ximagesink_class_init): Adding DISPLAY property.
30757         * sys/ximage/ximagesink.h: Adding display_name to store display.
30758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30759         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30760         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30761         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30762         properties (they still need polishing though for gst-launch use : no
30763         xcontext yet, i ll do that tomorrow).
30764         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30765
30766 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30767
30768         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30769         (gst_play_set_location), (gst_play_set_visualization): Preparing
30770         switch integration, adding videobalance in the pipeline.
30771
30772 2004-01-14  Julien MOUTTE <julien@moutte.net>
30773
30774         * gst-libs/gst/colorbalance/colorbalance.c:
30775         (gst_color_balance_class_init): Adding a default type.
30776         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30777         the type.
30778         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30779         (gst_videobalance_dispose), (gst_videobalance_class_init),
30780         (gst_videobalance_init), (gst_videobalance_interface_supported),
30781         (gst_videobalance_interface_init),
30782         (gst_videobalance_colorbalance_list_channels),
30783         (gst_videobalance_colorbalance_set_value),
30784         (gst_videobalance_colorbalance_get_value),
30785         (gst_videobalance_colorbalance_init): Implementing colorbalance
30786         interface.
30787         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30788         list.
30789         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30790         bug which was triggering a BadAccess X error when setting an overlay
30791         before pad was really negotiated.
30792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30793         Using the colorbalance type macro.
30794
30795 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30796
30797         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30798         (gst_flacenc_chain):
30799           handle tags correctly
30800         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30801           extract ID3v1 tags correctly
30802
30803 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30804
30805         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30806         (plugin_init):
30807           Improve matroska typefinding for odd-typed headers...
30808
30809 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30810
30811         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30812           Fix for using incremental number on padnames.
30813
30814 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30815
30816         * ext/divx/gstdivxdec.c:
30817         * ext/divx/gstdivxenc.c:
30818           Set category to divx4linux instead of divx (too generic).
30819         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30820         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30821         (gst_wavparse_loop), (gst_wavparse_change_state):
30822         * gst/wavparse/gstwavparse.h:
30823           fix parsing of WAV files with non-standard fmt-tag size and fix
30824           skipping of unrecognized chunks... Someone please fix this thing
30825           to use rifflib so all this is automated.
30826         * sys/v4l/Makefile.am:
30827         * sys/v4l2/Makefile.am:
30828           Add X_CFLAGS because we depend on X (for overlay).
30829
30830 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30831
30832         * ext/mpeg2dec/gstmpeg2dec.c:
30833           Don't issue a timestamp unless we tagged the frame
30834           with a PTS.
30835
30836 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30837
30838         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30839           Query the audio element to get the time, not the clock. We're
30840           interested in the element's time here.
30841
30842 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30843
30844         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30845         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30846         * ext/esd/esdsink.c: (gst_esdsink_chain):
30847         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30848         * ext/mas/massink.c: (gst_massink_chain):
30849         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30851         (gst_matroska_demux_parse_metadata):
30852         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30853         (gst_mpeg_parse_release_locks):
30854         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30855         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30856         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30857         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30858         (gst_osssink_change_state):
30859         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30860         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30861         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30862         (gst_xvideosink_release_locks):
30863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30864           use element time.
30865         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30866         (gst_alsa_clock_stop):
30867         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30868         (gst_audio_clock_get_internal_time):
30869           simplify for use with new clocking code.
30870         * testsuite/alsa/Makefile.am:
30871         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30872           fix testsuite for new caps system
30873
30874 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30875
30876         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30877         * ext/flac/gstflacenc.c: (add_one_tag):
30878           length is already host endian, no need to convert. Fixes playback of
30879           tagged files on PPC. (bug #128384)
30880
30881 2004-01-13  Julien MOUTTE <julien@moutte.net>
30882
30883         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30884         colorbalance interface stating if it is hardware based or software
30885         based.
30886         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30887         Removing a trailing comma.
30888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30889         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30890         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30891         the documentation seems to be wrong on the -1000 to 1000 interval.
30892
30893 2004-01-12  David Schleef  <ds@schleef.org>
30894
30895         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30896         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30897         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30898         Fix negotiation.  Add a bufferalloc function for the sink pad,
30899         and generally clean up some of the code.
30900
30901 2004-01-12  Julien MOUTTE <julien@moutte.net>
30902
30903         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30904         (gst_color_balance_channel_dispose): Adding safety check in dispose
30905         method.
30906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30907         (gst_xvimagesink_xcontext_clear),
30908         (gst_xvimagesink_interface_supported),
30909         (gst_xvimagesink_colorbalance_list_channels),
30910         (gst_xvimagesink_colorbalance_set_value),
30911         (gst_xvimagesink_colorbalance_get_value),
30912         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30913         Adding colorbalance interface support to set XV parameters such as
30914         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30915         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30916         interface.
30917
30918 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30919
30920         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30921         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30922         (gst_audio_convert_init), (gst_audio_convert_set_property),
30923         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30924         (gst_audio_convert_link),
30925         (gst_audio_convert_buffer_to_default_format),
30926         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30927           - implement _getcaps and use it
30928           - improve linking
30929           - remove float caps since no float conversion is actually done
30930           - remove properties and arguments that were to be used for rate
30931             conversion
30932
30933 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30934
30935         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30936         (gst_audio_structure_set_int):
30937         * gst-libs/gst/audio/audio.h:
30938           add helper functions for _getcaps matching the standard audio
30939           templates
30940
30941 2004-01-12  David Schleef  <ds@schleef.org>
30942
30943         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30944         Test that pad is negotiated before getting its caps.
30945
30946 2004-01-12  Julien MOUTTE <julien@moutte.net>
30947
30948         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30949         analyzing the pads of an element the bin is mostly in READY state so
30950         no caps were negotiated. This helper function needs to work with
30951         _get_caps directly then. I was not freeing them though, added that to
30952         fix the mem leak.
30953
30954 2004-01-12  Julien MOUTTE <julien@moutte.net>
30955
30956         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30958         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30959         than the free_func.
30960
30961 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30962
30963         * sys/oss/gstossaudio.c: (plugin_init):
30964         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30965         * sys/oss/gstosselement.h:
30966           make an oss debugging category
30967           make failure more descriptive
30968
30969 2004-01-11  David Schleef  <ds@schleef.org>
30970
30971         * ext/ffmpeg/gstffmpeg.c:
30972         * ext/ffmpeg/gstffmpegcodecmap.c:
30973         * ext/ffmpeg/gstffmpegdec.c:
30974         * ext/ffmpeg/gstffmpegenc.c:
30975         * ext/ffmpeg/gstffmpegprotocol.c:
30976         * ext/gdk_pixbuf/gstgdkanimation.c:
30977         * ext/jpeg/gstjpeg.c:
30978         * ext/libpng/gstpng.c:
30979         * ext/mpeg2dec/perftest.c:
30980         * ext/speex/gstspeex.c:
30981         * gst-libs/gst/resample/dtos.c:
30982         * gst/intfloat/gstintfloatconvert.c:
30983         * gst/oneton/gstoneton.c:
30984         * gst/rtjpeg/RTjpeg.c:
30985         * gst/rtp/gstrtp.c:
30986         * sys/dxr3/dxr3init.c:
30987         * sys/glsink/gstgl_nvimage.c:
30988         * sys/glsink/gstgl_pdrimage.c:
30989         * sys/glsink/gstglsink.c:
30990         * testsuite/gst-lint:
30991         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30992
30993 2004-01-11  David Schleef  <ds@schleef.org>
30994
30995         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30996         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30997         * ext/gdk_pixbuf/gstgdkanimation.c:
30998         (gst_gdk_animation_iter_create_pixbuf):
30999         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31000         (gst_gdk_pixbuf_chain):
31001         * ext/gdk_pixbuf/gstgdkpixbuf.h:
31002         * ext/jack/gstjack.c: (gst_jack_change_state):
31003         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
31004         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
31005         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31006         * gst/videofilter/gstvideofilter.c:
31007         (gst_videofilter_set_output_size):
31008         Remove all usage of gst_pad_get_caps(), and replace it with
31009         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
31010
31011 2004-01-11  David Schleef  <ds@schleef.org>
31012
31013         * configure.ac:
31014         * ext/Makefile.am: Fixes to make ext/libcaca compile.
31015         * ext/divx/gstdivxdec.c:
31016         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31017         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
31018         handle images that span multiple buffers.  Now work with both
31019         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
31020         * ext/gdk_pixbuf/gstgdkpixbuf.h:
31021         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
31022         video/video.h changes
31023         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
31024         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31025         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
31026         of GstData free function.
31027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31028         same.
31029
31030 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31031
31032         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
31033         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
31034         (gst_v4l2element_get_property):
31035         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
31036           add norm, channel and frequency properties.
31037         * sys/v4l2/gstv4l2tuner.c:
31038           fixes for tuner interface changes
31039         * sys/v4l2/gstv4l2element.h:
31040         * sys/v4l2/gstv4l2src.c:
31041         * sys/v4l2/gstv4l2src.h:
31042         * sys/v4l2/v4l2src_calls.c:
31043         * sys/v4l2/v4l2src_calls.h:
31044           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
31045
31046 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31047
31048         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
31049         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
31050         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
31051         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
31052         * gst-libs/gst/tuner/tuner.h:
31053           GObjects aren't const.
31054           Add find_by_name functions.
31055           Add checks to _changed functions.
31056         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
31057         (gst_v4l_tuner_get_norm):
31058           Fixes for above.
31059
31060 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31061
31062         * gst-libs/gst/video/video.h:
31063           Fix caps template names to be understandable.
31064           Prefix everything with GST_VIDEO.
31065         * ext/aalib/gstaasink.c:
31066         * ext/divx/gstdivxdec.c:
31067         * ext/divx/gstdivxenc.c:
31068         * ext/gdk_pixbuf/gstgdkpixbuf.c:
31069         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
31070         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
31071         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
31072         * ext/libcaca/gstcacasink.c:
31073         * ext/libpng/gstpngenc.c: (raw_caps_factory):
31074         * ext/snapshot/gstsnapshot.c:
31075         * ext/swfdec/gstswfdec.c:
31076         * ext/xvid/gstxviddec.c:
31077         * ext/xvid/gstxvidenc.c:
31078         * gst/chart/gstchart.c:
31079         * gst/deinterlace/gstdeinterlace.c:
31080         * gst/effectv/gsteffectv.c:
31081         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31082         * gst/goom/gstgoom.c:
31083         * gst/median/gstmedian.c:
31084         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
31085         (gst_monoscope_srcconnect), (gst_monoscope_chain):
31086         * gst/overlay/gstoverlay.c:
31087         * gst/smooth/gstsmooth.c:
31088         * gst/smpte/gstsmpte.c:
31089         * gst/synaesthesia/gstsynaesthesia.c:
31090         * gst/videocrop/gstvideocrop.c:
31091         * gst/videodrop/gstvideodrop.c:
31092         * gst/y4m/gsty4mencode.c:
31093         * sys/qcam/gstqcamsrc.c:
31094         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
31095           Make them work with new video.h file.
31096         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31097         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31099         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31100           Make it work with new buffer allocation system.
31101
31102 2004-01-11  Julien MOUTTE  <julien@moutte.net>
31103
31104         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
31105         pad_alloc_buffer implementation to use ->srcpad
31106         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
31107         pad_alloc_buffer implementation to use ->srcpad
31108         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
31109         pad_alloc_buffer implementation to use ->srcpad
31110         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31111         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31112         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31113         a reference to everything we need.
31114         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
31115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31116         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31117         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31118         a reference to everything we need.
31119         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
31120
31121 2004-01-11  David Schleef  <ds@schleef.org>
31122
31123         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
31124         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
31125         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
31126         structure members.
31127         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
31128         value during a resize/renegotiation.
31129         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
31130         gst_pad_alloc_buffer();
31131         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31132         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
31133         structure members.
31134         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31135         Fix for rename of buffer private structure members.
31136         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31137         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31138         Fix for rename of buffer private structure members.
31139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31140         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31141         Fix for rename of buffer private structure members.
31142
31143 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
31144
31145         reviewed by: David Schleef <ds@schleef.org>
31146
31147         * gst/videofilter/Makefile.am:
31148         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
31149         from the patch by ds to fit in with recent make_filter changes.
31150
31151 2004-01-11  Julien MOUTTE  <julien@moutte.net>
31152
31153         * configure.ac: Adding examples/switch/Makefile
31154         * examples/Makefile.am: Adding examples/switch
31155         * examples/switch/Makefile.am: Adding switcher example.
31156         * examples/switch/switcher.c: (got_eos), (idle_iterate),
31157         (switch_timer), (main): Adding an example demonstrating switch usage
31158         with 2 videotestsrc showing different patterns.
31159         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
31160         (gst_switch_init): Fixing switch with the new caps system.
31161
31162 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31163
31164         * gst-libs/gst/video/video.h:
31165           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
31166           They should probably be like
31167           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
31168
31169 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31170
31171         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31172         (qtdemux_parse_trak):
31173           fix audio chunk size/timestamp calculation
31174
31175 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31176
31177         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31178           fix SVQ3 caps
31179
31180 2004-01-11  Steve Baker  <steve@stevebaker.org>
31181
31182         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
31183         (gst_agingtv_base_init), (gst_agingtv_class_init),
31184         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
31185         (gst_agingtv_set_property), (gst_agingtv_get_property):
31186         Port agingTV to videofilter
31187
31188 2004-01-09  Julien MOUTTE <julien@moutte.net>
31189
31190         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
31191         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31192
31193 2004-01-09  Julien MOUTTE <julien@moutte.net>
31194
31195         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
31196         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31197         * gst-libs/gst/xoverlay/xoverlay.c:
31198         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
31199         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
31200         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31201         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31202         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31203         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31204         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
31205         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
31206         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31207         interface implementation to handle xid being 0 and fix some bugs
31208         triggered by Benjamin's testcase.
31209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31210         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
31211         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
31212         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31213         interface implementation to handle xid being 0 and fix some bugs
31214         triggered by Benjamin's testcase.
31215
31216 2004-01-09  David Schleef  <ds@schleef.org>
31217
31218         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
31219         mouse pointer events.  It works.
31220
31221 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31222
31223         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
31224           Use explicit caps - fix capsnego.
31225         * ext/xvid/gstxviddec.c:
31226         * ext/xvid/gstxvidenc.c:
31227           Remove macro-inside-macro which caused compile errors.
31228         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
31229           Error out if it's not a RIFF file. Else we error out without
31230           gst_element_error() which is not good...
31231
31232 2004-01-08  David Schleef  <ds@schleef.org>
31233
31234         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31235         Fix pad_link function to handle formats that ffmpeg returns
31236         as multiple caps structures.
31237         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31238         Only complain if source buffer is _smaller_ than expected.
31239         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31240         (gst_videoscale_handle_src_event): Resize navigation events
31241         when passing them upstream.
31242         * gst/videotestsrc/gstvideotestsrc.c:
31243         * gst/videotestsrc/gstvideotestsrc.h:
31244         * gst/videotestsrc/videotestsrc.c:
31245         * gst/videotestsrc/videotestsrc.h:
31246         Rewrite many of the buffer painting functions to handle odd
31247         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
31248         been verified to work with my video card.
31249         * testsuite/gst-lint:  Add check for elements calling
31250         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31251
31252 2004-01-08  David Schleef  <ds@schleef.org>
31253
31254         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31255         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31256
31257 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31258
31259         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31260         configure event is not emiting the desired size signal. That fixes
31261         aspect ratio issues with gst-player.
31262
31263 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31264
31265         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31266           Fix capsnego.
31267
31268 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31269
31270         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31271         public method to fire size signal.
31272
31273 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31274
31275         * examples/gstplay/Makefile.am: Adding the interface library.
31276         * gst-libs/gst/play/Makefile.am: Adding the interface library.
31277         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
31278         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31279         GST_IS_X_OVERLAY before signal connect.
31280         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31281         Removing the have_video_size signal.
31282         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31283         and associated public method.
31284         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31285         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31286         signal.
31287         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31288         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31289         signal.
31290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31291         Using XOverlay public method to fire size signal.
31292
31293 2004-01-07  David Schleef  <ds@schleef.org>
31294
31295         * gst/videofilter/Makefile.am:
31296         * gst/videofilter/gstvideotemplate.c:
31297         * gst/videofilter/make_filter:
31298         Create gstvideoexample.c in a srcdir!=builddir friendly way.
31299         Convert make_filter to /bin/sh script.
31300
31301 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31302
31303         * gst/modplug/gstmodplug.cc: fix element description
31304
31305 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31306
31307         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31308         (got_video_size): Adding some new lines in g_print calls.
31309         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31310         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31311         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31312         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31313         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31314         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31315         Complete code review, reverting some stuff i disagree with, adding
31316         some fixes : time synchronization on invalid timestamps, renegotiation
31317         of private window.
31318         * sys/ximage/ximagesink.h:
31319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31320         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31321         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31322         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31323         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31324         (gst_xvimagesink_buffer_new),
31325         (gst_xvimagesink_navigation_send_event),
31326         (gst_xvimagesink_set_xwindow_id),
31327         (gst_xvimagesink_get_desired_size),
31328         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31329         stuff i disagree with, adding some fixes : Renegotiation of private
31330         window, implementing get_desired_size.
31331
31332 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31333
31334         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31335         (gst_afsink_handle_event):
31336         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31337         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31338         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31339         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31340         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31341           Fix for instantiate-test (see core). Also remove dead code from
31342           jpegenc (which still needs fixing, but that's lower on my TODO
31343           list...).
31344         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31345           Never return NULL as caps.
31346
31347 2004-01-07  David Schleef  <ds@schleef.org>
31348
31349         * configure.ac:
31350         * ext/Makefile.am:
31351         * ext/librfb/Makefile.am:
31352         * ext/librfb/gstrfbsrc.c:
31353         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31354         is the protocol used by VNC.
31355
31356 2004-01-07  David Schleef  <ds@schleef.org>
31357
31358         * gst/videofilter/gstvideotemplate.c:
31359         * gst/videofilter/gstvideotemplate.h:
31360         * gst/videofilter/make_filter:
31361         Merge videotemplate header into source file.
31362         * gst/effectv/Makefile.am:
31363         * gst/effectv/gsteffectv.c: (plugin_init):
31364         * gst/effectv/gstwarp.c:
31365         Make warpTV a subclass of videofilter.
31366
31367 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31368
31369         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31370           Add guard against invalid utf-8 conversions in mad. Just in case.
31371
31372 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31373
31374         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31375           Fix for bug shown by poisoning
31376
31377 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31378
31379         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31380         (gst_v4lmjpegsrc_buffer_free):
31381         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31382         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31383         (gst_v4lsrc_buffer_free):
31384           Fix for removed bufferpools.
31385
31386 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31387
31388         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31389         Fix caps negotiation.
31390
31391         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31392         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31393         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31394         (dvdnavsrc_event):
31395         * ext/mpeg2dec/gstmpeg2dec.c:
31396         * gst-libs/gst/navigation/navigation.c:
31397         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31398         * gst-libs/gst/navigation/navigation.h:
31399         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31400         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31402         Super-simple first version of mouse and keyboard events. Clicking
31403         on a DVD menu now works, although it may not take you where you
31404         expected.
31405
31406         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31407         * gst/videotestsrc/gstvideotestsrc.c:
31408         (gst_videotestsrc_src_fixate):
31409         These fixate functions were broken - they never actually
31410         fixated :)
31411
31412 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31413
31414         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31415         (gst_icecastsend_init):
31416           fix for new caps system.
31417         * gst-libs/gst/mixer/mixertrack.h:
31418         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31419           Add 'master track' flag (for tools like ACME that only want to
31420           change the main volume).
31421
31422 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31423
31424         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31425         (gst_xvid_csp_to_caps):
31426         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31427         * ext/xvid/gstxvidenc.c:
31428         ifdef out ARGB type when it isn't available
31429         in xvidcore 1.0.0beta2
31430
31431 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31432
31433         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31434           When we have received a new SCR right in the first buffer after
31435           a seek (so in the same cycle that handles the discont), we should
31436           handle the buffer instead of unreffing it, else we lose data.
31437
31438 2004-01-06  Iain <iain@prettypeople.org>
31439
31440         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31441           buffer-frames caps too.
31442
31443         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31444           caps that we need, don't destroy them all and rebuild them. And when
31445           creating src pads, use the src pad template rather than the sink...
31446
31447 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31448
31449         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31450           Add pad to element *after* setting functions such as event handler.
31451           Without this, the scheduler (opt) will link pads, set the event
31452           handler from the default event function (dispatcher in gstpad.c)
31453           and *after* that, we will set our own event function, which will
31454           thus never be used (and thus mpegdemux doesn't handle events).
31455
31456 2004-01-04  David Schleef  <ds@schleef.org>
31457
31458         Fix the fixate functions to handle new prototype:
31459         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31460         * gst/videotestsrc/gstvideotestsrc.c:
31461         (gst_videotestsrc_src_fixate):
31462         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31463         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31465
31466 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31467
31468         * sys/ximage/ximagesink.h:
31469         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31470         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31471         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31472         (gst_ximagesink_xoverlay_init):
31473           assorted fixes to make (re)embedding work
31474         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31475         (gst_ximagesink_get_desired_size):
31476           implement desired size additions to XOverlay
31477
31478 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31479
31480         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31481         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31482         (gst_x_overlay_got_desired_size):
31483         * gst-libs/gst/xoverlay/xoverlay.h:
31484           Add optional "desired size" signal and querying.
31485
31486 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31487
31488         * gst/matroska/matroska-demux.c:
31489         (gst_matroska_demux_parse_blockgroup):
31490           Fix EBML-laced block parsing. Diffs are relative to previous
31491           lace, not the first lace. Thanks to Mosu from the Matroska
31492           team for detecting this.
31493         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31494         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31495         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31496         (gst_wavparse_change_state):
31497         * gst/wavparse/gstwavparse.h:
31498           Quickfix for capsnego.
31499
31500 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31501
31502         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31503           Fix indenting, fix pad creation.
31504
31505 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31506
31507         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31508         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31509         (gst_xviddec_sink_link):
31510           Implement src_getcaps() so proper size caps is negotiated.
31511
31512 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31513
31514         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31515           Finish flac decoder on EOS. See #116178.
31516
31517 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31518
31519         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31520         (gst_matroska_demux_add_stream):
31521         * gst/matroska/matroska-ids.h:
31522           Add getcaps() function to fix capsnego...
31523
31524 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31525
31526         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31527         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31528         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31529           Fix more integer overflows. Again, see #126967.
31530
31531 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31532
31533         * ext/mpeg2dec/gstmpeg2dec.c:
31534           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31535           #130416.
31536
31537 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31538
31539         * configure.ac:
31540         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31541         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31542         * ext/xvid/gstxvid.h:
31543         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31544         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31545         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31546         (gst_xviddec_change_state):
31547         * ext/xvid/gstxviddec.h:
31548         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31549         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31550         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31551         (gst_xvidenc_link), (gst_xvidenc_set_property),
31552         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31553         * ext/xvid/gstxvidenc.h:
31554           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31555
31556 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31557
31558         * gst/rtp/rtp-packet.c:
31559           Add sys/types.h include, since OS X doesn't define in_addr_t
31560           in netinet/in.h, like it does on Linux (see #129600).
31561
31562 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31563
31564         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31565
31566         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31567           Correct logic of dispose function (see #129306).
31568
31569 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31570
31571         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31572         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31573         (gst_mpeg_parse_init):
31574         * gst/mpegstream/gstmpegparse.h:
31575           Remove clock (which was never provided, i.e. dead code), and
31576           also fix integer overflows at high PTS values (see #126967).
31577
31578 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31579
31580         * ext/flac/gstflacdec.c:
31581         * ext/libpng/gstpngenc.h:
31582         * ext/mikmod/gstmikmod.h:
31583           OS X fixes (see #126628).
31584
31585 2004-01-02  David Schleef  <ds@schleef.org>
31586
31587         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31588         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31589         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31590         (gst_mpeg_parse_class_init): Move pad template registration
31591         to class_init, since the derived class (mpegdemux) doesn't
31592         want them.
31593
31594 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31595
31596         * sys/ximage/Makefile.am:
31597         * sys/xvideo/Makefile.am:
31598         * sys/xvimage/Makefile.am:
31599           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31600           after installation (see #127664).
31601
31602 2004-01-02  David Schleef  <ds@schleef.org>
31603
31604         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31605         (gst_ffmpegenc_connect):  Negotiation fixes.
31606         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31607         Remove inappropriate gst_caps_free().
31608         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31609         Reenable Ronald's internal resize code, since the core handles
31610         it correctly now.
31611
31612 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31613
31614         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31615         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31616         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31617           Fix pad template stuff.
31618
31619 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31620
31621         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31622         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31623           fix signed integer reading/writing.
31624
31625 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31626
31627         * ext/alsa/README:
31628           Remove outdated document
31629
31630 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31631
31632         * gst/cutter/gstcutter.c: (gst_cutter_init):
31633           src pad was being created twice - oops.
31634
31635 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31636
31637         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31638           Comment out internal resize. It doesn't handle the resulting
31639           XEvent internally, does another try_set_caps() which leads to
31640           a really nice loop.
31641           Real fix will come when Julien and Dave are awake. ;).
31642
31643 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31644
31645         * ext/mpeg2enc/gstmpeg2enc.cc:
31646           fix const/nonconst compile issue.
31647
31648 2004-01-02  David Schleef  <ds@schleef.org>
31649
31650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31651         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31652         Add fixate function and a check for bad formats.
31653
31654 2004-01-01  David Schleef  <ds@schleef.org>
31655
31656         Negotiation fixes:
31657         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31658         (gst_audiofilter_init):
31659         * gst/debug/efence.c: (gst_efence_init):
31660         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31661         (gst_deinterlace_init):
31662         * gst/volume/gstvolume.c: (volume_connect):
31663
31664 2004-01-01  David Schleef  <ds@schleef.org>
31665
31666         Convert elements to use gst_pad_use_explicit_caps() where
31667         appropriate:
31668         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31669         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31670         (gst_afparse_open_file):
31671         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31672         (gst_afsrc_open_file):
31673         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31674         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31675         (gst_ffmpegdec_chain):
31676         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31677         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31678         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31679         (gst_gdk_pixbuf_chain):
31680         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31681         (gst_jpegdec_chain):
31682         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31683         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31684         (gst_mikmod_negotiate):
31685         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31686         (gst_mpeg2dec_negotiate_format):
31687         * ext/mpeg2enc/gstmpeg2enc.cc:
31688         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31689         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31690         (gst_speexdec_sinkconnect):
31691         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31692         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31693         (gst_vorbisfile_new_link):
31694         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31695         (gst_ac3parse_chain):
31696         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31697         (gst_asf_demux_setup_pad):
31698         * gst/auparse/gstauparse.c: (gst_auparse_init),
31699         (gst_auparse_chain):
31700         * gst/id3/gstid3types.c: (gst_id3types_loop):
31701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31702         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31703         (mp1videoparse_parse_seq):
31704         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31705         (bpf_from_header):
31706         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31707         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31708         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31709         (gst_mpeg_parse_send_data):
31710         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31711         (gst_qtdemux_add_stream):
31712         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31713         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31714         (gst_wavparse_parse_fmt):
31715
31716 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31717
31718         * configure.ac:
31719           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31720           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31721           it therefore uses the wrong include paths. Too bad... Note
31722           that 1.6.1.93 is not release yet. ;).
31723           Also add a check for mplex, which is now using the lib'ified
31724           mplex from mjpegtools, too.
31725         * ext/ffmpeg/gstffmpegcodecmap.c:
31726           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31727           issues. I don't think ffmpeg handles 3ivx correctly, so this
31728           probably won't work. But it won't hurt either.
31729         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31730         (gst_ffmpegdec_chain):
31731         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31732         (gst_ffmpegenc_chain_audio):
31733           Fix memleak in audio encoding. Close codec if open fails, this
31734           calls the cleanup routines so we can re-use the context.
31735         * ext/mpeg2enc/gstmpeg2enc.cc:
31736           Fix pad template names/types, fix memory issue with getcaps().
31737         * ext/mpeg2enc/gstmpeg2encoder.cc:
31738         * ext/mpeg2enc/gstmpeg2encoder.hh:
31739           Fix compile issue with new caps system (const thingy).
31740         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31741         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31742           We read a first frame right on initing, so that we have a caps
31743           when we init the output. This caps is cached in padprivate and
31744           read as first frame.
31745         * ext/mplex/Makefile.am:
31746         * ext/mplex/gstmplex.cc:
31747         * ext/mplex/gstmplex.h:
31748         * ext/mplex/gstmplex.hh:
31749         * ext/mplex/gstmplexibitstream.cc:
31750         * ext/mplex/gstmplexibitstream.hh:
31751         * ext/mplex/gstmplexjob.cc:
31752         * ext/mplex/gstmplexjob.hh:
31753         * ext/mplex/gstmplexoutputstream.cc:
31754         * ext/mplex/gstmplexoutputstream.hh:
31755           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31756           had issues, didn't do capsnego, supported only a subset of the
31757           mplex features and required a mplex fork in our local CVS. Plus
31758           that it worked agaist a very old mplex version. Rewriting was
31759           faster than updating it.
31760         * gst-libs/ext/Makefile.am:
31761         * gst-libs/ext/mplex/INSTRUCT:
31762         * gst-libs/ext/mplex/Makefile.am:
31763         * gst-libs/ext/mplex/README:
31764         * gst-libs/ext/mplex/TODO:
31765         * gst-libs/ext/mplex/ac3strm_in.cc:
31766         * gst-libs/ext/mplex/audiostrm.hh:
31767         * gst-libs/ext/mplex/audiostrm_out.cc:
31768         * gst-libs/ext/mplex/aunit.hh:
31769         * gst-libs/ext/mplex/bits.cc:
31770         * gst-libs/ext/mplex/bits.hh:
31771         * gst-libs/ext/mplex/buffer.cc:
31772         * gst-libs/ext/mplex/buffer.hh:
31773         * gst-libs/ext/mplex/fastintfns.h:
31774         * gst-libs/ext/mplex/format_codes.h:
31775         * gst-libs/ext/mplex/inputstrm.cc:
31776         * gst-libs/ext/mplex/inputstrm.hh:
31777         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31778         * gst-libs/ext/mplex/mjpeg_logging.cc:
31779         * gst-libs/ext/mplex/mjpeg_logging.h:
31780         * gst-libs/ext/mplex/mjpeg_types.h:
31781         * gst-libs/ext/mplex/mpastrm_in.cc:
31782         * gst-libs/ext/mplex/mpegconsts.cc:
31783         * gst-libs/ext/mplex/mpegconsts.h:
31784         * gst-libs/ext/mplex/mplexconsts.hh:
31785         * gst-libs/ext/mplex/multplex.cc:
31786         * gst-libs/ext/mplex/outputstream.hh:
31787         * gst-libs/ext/mplex/padstrm.cc:
31788         * gst-libs/ext/mplex/padstrm.hh:
31789         * gst-libs/ext/mplex/stillsstream.cc:
31790         * gst-libs/ext/mplex/stillsstream.hh:
31791         * gst-libs/ext/mplex/systems.cc:
31792         * gst-libs/ext/mplex/systems.hh:
31793         * gst-libs/ext/mplex/vector.cc:
31794         * gst-libs/ext/mplex/vector.hh:
31795         * gst-libs/ext/mplex/videostrm.hh:
31796         * gst-libs/ext/mplex/videostrm_in.cc:
31797         * gst-libs/ext/mplex/videostrm_out.cc:
31798         * gst-libs/ext/mplex/yuv4mpeg.cc:
31799         * gst-libs/ext/mplex/yuv4mpeg.h:
31800         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31801         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31802           We don't fork mjpegtools' mplex in our CVS anymore.
31803         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31804         (gst_avi_demux_add_stream):
31805         * gst/avi/gstavidemux.h:
31806           Add getcaps() function for proper caps nego. This makes some
31807           parts of AVI playback/reading work.
31808         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31809           Resize window on new capsnego. This is probably wrong, but
31810           I'm still committing it because with current capsnego, the
31811           first successfull capsnego is auto-fixated, therefore rounded
31812           down to the lowest values in the caps. this results in a 16x16
31813           XWindow that is not reized when real capsnego finishes.
31814           Dave, I see more cases of this, do you know a proper solution?
31815         * tools/gst-launch-ext.in:
31816           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31817
31818 2003-12-31  David Schleef  <ds@schleef.org>
31819
31820         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31821         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31822           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31823
31824 2003-12-30  David Schleef  <ds@schleef.org>
31825
31826         * ext/ffmpeg/gstffmpegcolorspace.c:
31827         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31828         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31829         (gst_ffmpegcsp_chain): Negotiation fixes
31830         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31831         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31832         (gst_audio_convert_link), (gst_audio_convert_channels):
31833         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31834         (gst_audioscale_link), (gst_audioscale_get_buffer),
31835         (gst_audioscale_chain): Negotiation fixes
31836         * gst/audioscale/gstaudioscale.h:
31837         * gst/videofilter/gstvideofilter.c:
31838         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31839         (gst_videofilter_link), (gst_videofilter_init),
31840         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31841         (gst_videofilter_find_format_by_structure):
31842         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31843         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31844         (gst_videoscale_link):
31845         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31846         (videoscale_find_by_structure), (gst_videoscale_setup):
31847         * gst/videoscale/videoscale.h: Negotiation fixes
31848         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31849         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31850         function, restrict resizing to a multiple of 4 (hack until
31851         everyone supports odd sizes correctly).
31852
31853 2003-12-29  Colin Walters  <walters@verbum.org>
31854
31855         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31856         signed.
31857
31858 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31859
31860         * ext/sndfile/gstsf.c: (gst_sf_loop):
31861           Fix warning about discarding const qualifier
31862
31863 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31864
31865         * gst/cutter/gstcutter.c:
31866         * gst/videoscale/gstvideoscale.c:
31867         * gst/volenv/gstvolenv.c:
31868         * gst-libs/gst/audio/audio.c:
31869         * gst-libs/gst/video/video.c:
31870           Fix warnings
31871
31872 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31873
31874         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31875           Don't send ALSA debugging to stderr.
31876         * ext/alsa/gstalsa.h:
31877           Use GST_WARNING instead of g_warning when ALSA functions fail.
31878
31879 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31880
31881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31882           Free XVAdapterInfo correctly.
31883
31884 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31885
31886         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31887         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31888           Make id3tag use correct caps nego.
31889
31890 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31891
31892         * ext/ivorbis/vorbis.c:
31893         * ext/ivorbis/vorbisenc.h:
31894         * ext/ivorbis/vorbisfile.c:
31895           Modify so that it uses the new caps things
31896
31897 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31898
31899         * testsuite/spider/spider1.c: (main):
31900         * testsuite/spider/spider2.c: (main):
31901         * testsuite/spider/spider3.c: (main):
31902           Make tests compile again. They probably don't work.
31903
31904 2003-12-24  Colin Walters  <walters@verbum.org>
31905
31906         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31907         we can't fixate the caps anymore.
31908
31909 2003-12-23  David Schleef  <ds@schleef.org>
31910
31911         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31912         * sys/oss/gstosssink.c: (gst_osssink_init),
31913         (gst_osssink_sink_fixate): Add fixate function.
31914
31915 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31916
31917         * ext/ffmpeg/gstffmpegcodecmap.c:
31918         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31919         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31920         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31921         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31922         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31923         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31924         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31925           fix typo in RGB masks, and move back to "old" colorspace
31926           capsnego code until whoever wrote this new crap has actually
31927           tested it so that it works.
31928           And yes, this works, keep it that way please.
31929
31930 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31931
31932         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31933         (gst_divxdec_init), (gst_divxdec_negotiate):
31934         * ext/divx/gstdivxdec.h:
31935         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31936         (gst_divxenc_init):
31937         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31938         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31939         * ext/mpeg2enc/gstmpeg2enc.cc:
31940         * ext/mpeg2enc/gstmpeg2encoder.cc:
31941         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31942         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31943         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31944         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31945         (dxr3spusink_init):
31946         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31947         (dxr3videosink_init):
31948           Fix caps breakage after Dave's caps branch merge.
31949
31950 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31951
31952         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31953           Fix for 24bpp display.
31954
31955 2003-12-23  Colin Walters  <walters@verbum.org>
31956
31957         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31958         a GnomeVFSHandle directly.
31959
31960 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31961
31962         * gst/volume/Makefile.am:
31963         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31964         (volume_base_init), (volume_init):
31965           Reenable volume element and fix to work with new caps stuff.
31966           Rhythmbox needs this.
31967
31968 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31969
31970         * gst/qtdemux/qtdemux.c: (plugin_init):
31971           qtdemux requires bytestream
31972
31973 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31974
31975         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31976           Fix remaining caps handling errors due to CAPS merge.
31977
31978 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31979
31980         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31981         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31982         (gst_faad_srcconnect):
31983           Port to new caps system.
31984
31985 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31986
31987         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31988         (got_video_size), (main): using g_print instead of g_message.
31989         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31990         signal which was not emitted because of "switch" element added to the
31991         bin but not connected. (Removing from the bin temporarily)
31992
31993 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31994
31995         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31996         find X development files. I don't understand the previous tests and
31997         they fail on my debian/ppc unstable. This one works.
31998         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31999         exiting.
32000         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
32001         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32002         (gst_play_set_visualization): Add some safety checks in set_ methods
32003         and state_change. This was throwing some ugly CRITICAL messages when
32004         pipeline was getting disposed and casts were failing.
32005
32006 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32007
32008         * configure.ac:
32009           Improve mpeg2enc detection. This is for distributions that do
32010           ship mjpegtools, but without mpeg2enc. Also does object check
32011           for might there ever be ABI incompatibility.
32012         * ext/mpeg2enc/gstmpeg2enc.cc:
32013           Add Andrew as second maintainer (he's helping me), and also add
32014           an error if no caps was set. This happens if I pull before capsnego
32015           and that's something I should solve sometime else.
32016         * gst/matroska/matroska-demux.c:
32017         (gst_matroska_demux_parse_blockgroup):
32018           Fix time parsing.
32019         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
32020         (gst_matroska_mux_track_header):
32021           Add caps to templates.
32022         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
32023           Add mpegversion=1 to prevent confusion with MPEG/AAC.
32024         * gst/mpegstream/gstmpegdemux.c:
32025           Remove layer since it causes warnings about unfixed caps.
32026         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32027           Fix obvious typo (we error out if caps were set, we should of
32028           course error out if *no* caps were set).
32029         * sys/oss/gstosselement.c: (gst_osselement_convert):
32030           Fix format conversion, we confused bits/bytes.
32031         * sys/oss/gstosselement.h:
32032           Improve documentation for 'bps'.
32033         * sys/v4l/TODO:
32034           Remove stuff about plugins that need removing - this was done
32035           ages ago.
32036         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
32037         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
32038         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
32039         (gst_v4lsrc_src_query):
32040         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
32041         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
32042           Add get_query_types(), get_formats() and query() functions.
32043
32044 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32045
32046         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
32047           * moved CVS to freedesktop.org